main.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. html, body, #wrap {
  2. height: 100%;
  3. background-color: #ebebeb;
  4. }
  5. body > #wrap {
  6. min-height: 100%;
  7. height: auto;
  8. padding-bottom: 60px;
  9. }
  10. .input-mini{
  11. max-width:60px;
  12. }
  13. .input-medium{
  14. max-width:150px;
  15. }
  16. .ui-helper-hidden-accessible div{
  17. display:none;
  18. }
  19. .ui-autocomplete{
  20. list-style-type:none;
  21. background:#ffffff;
  22. box-shadow:0 0 5px rgba(0,0,0,0.4);
  23. max-width:300px;
  24. margin:0;
  25. z-index: 2000;
  26. padding:0;
  27. }
  28. .ui-autocomplete li{
  29. padding:10px;
  30. transition:all 0.2s eas-in-out;
  31. cursor:pointer;
  32. color:#222222;
  33. min-height: 70px;
  34. margin:0;
  35. }
  36. .ui-autocomplete li img{
  37. margin: 0 15px 0 0;
  38. }
  39. .ui-autocomplete li small{
  40. color:#cecece;
  41. font-style: italic;
  42. }
  43. .ui-autocomplete li:hover{
  44. background-color:#4FC1E9;
  45. color:#ffffff;
  46. }
  47. .ui-autocomplete li:hover a{
  48. color:#ffffff;
  49. }
  50. .dropdown-menu li a{
  51. cursor:pointer;
  52. }
  53. .footer{
  54. position: relative;
  55. height: 60px;
  56. margin-top: -60px;
  57. padding: 20px 0;
  58. color: #ffffff;
  59. text-align: center;
  60. }
  61. #resources .list-group-item:nth-child(2){
  62. border-top-left-radius: 4px;
  63. border-top-right-radius: 4px;
  64. }
  65. .list-group-item.active i{
  66. color:#ffffff;
  67. }
  68. /* ==========================================================================
  69. Author's custom styles
  70. ========================================================================== */
  71. div.CodeMirror{
  72. height:auto;
  73. }
  74. .navbar {
  75. border-radius:0px;
  76. }
  77. #sketchTitle{
  78. margin-bottom:0;
  79. }
  80. #sketchTitle input{
  81. border:none;
  82. border-bottom: 1px solid #cecece;
  83. font-size: 30px;
  84. font-weight: 200;
  85. background-color:#EBEBEB;
  86. width:100%;
  87. transition:all 0.2s ease-in-out;
  88. }
  89. #sketchTitle input:focus{
  90. color:#4FC1E9;
  91. border-color: #4FC1E9;
  92. }
  93. #resourceContent{
  94. padding-top: 12px;
  95. }
  96. .resources a{
  97. position:relative;
  98. cursor:pointer;
  99. }
  100. .resources-options{
  101. position:absolute;
  102. right:5px;
  103. top:5px;
  104. opacity:0;
  105. color:#777777;
  106. transition:opacity 0.2s ease-in-out;
  107. }
  108. .resources a:hover .resources-options{
  109. opacity:0.8;
  110. }
  111. .resources-options i{
  112. transition:color 0.2s ease-in-out;
  113. }
  114. .resources-options i:hover{
  115. color:#000;
  116. }
  117. .sketchOptions{
  118. list-style-type: none;
  119. margin:0;
  120. padding:0;
  121. float:right;
  122. }
  123. .sketchOptions li{
  124. display: inline-block;
  125. }
  126. .sketchOptions li i{
  127. cursor:pointer;
  128. color:#6D6D6D;
  129. font-size: 20px;
  130. font-weight: normal;
  131. position:relative;
  132. transition:all 0.2s ease-in-out;
  133. margin:5px 5px 0 0;
  134. }
  135. .sketchOptions li:hover i{
  136. color:#4FC1E9;
  137. font-size: 26px;
  138. margin:0;
  139. }
  140. #dropZoneFiles{
  141. background: #f8f8f8 none repeat scroll 0 0;
  142. border-bottom: 5px solid #f2f2f2;
  143. color: #818181;
  144. cursor: pointer;
  145. font-size: 20px;
  146. padding: 15px;
  147. text-transform:uppercase;
  148. text-align: center;
  149. }
  150. #resource{
  151. transition:all 0.5s linear;
  152. }
  153. #sketchs.table tbody tr td{
  154. vertical-align:middle;
  155. }
  156. #sketchs tbody tr{
  157. cursor:pointer;
  158. }
  159. #sketchs tbody tr a{
  160. display:block;
  161. width:100%;
  162. height:100%;
  163. }
  164. #files tbody a{
  165. color:#222222;
  166. font-size:20px;
  167. line-height:32px;
  168. transition: color 0.2s linear;
  169. }
  170. #files tbody a:hover{
  171. color:#4FC1E9;
  172. }
  173. #files tbody a i{
  174. color:#cecece;
  175. font-size:25px;
  176. font-weight:normal;
  177. }
  178. #parts tbody td{
  179. vertical-align:middle;
  180. }
  181. #parts tbody td a,#parts tbody td code,#parts tbody td div{
  182. vertical-align:middle;
  183. display:inline-block;
  184. font-size:18px;
  185. }
  186. #parts tbody td i{
  187. font-size:14px;
  188. }
  189. #parts tbody td div{
  190. margin-right:10px;
  191. }
  192. .componentImage{
  193. width:100px;
  194. height:100px;
  195. background:#ffffff;
  196. box-shadow: 0 0 5px 2px #e3e3e3;
  197. overflow:hidden;
  198. display:table-cell;
  199. vertical-align:middle;
  200. }
  201. .componentImage img{
  202. vertical-align:middle;
  203. display:inline-block;
  204. }
  205. .preloader{
  206. display:none;
  207. background : url('../img/preloader.gif') center center no-repeat ;
  208. width:64px;
  209. height:64px;
  210. margin:10% auto;
  211. }
  212. .dz-preview{
  213. display:none;
  214. }
  215. .dz-default{
  216. padding:5px;
  217. background:#656D78;
  218. color:#ffffff;
  219. cursor:pointer;
  220. text-align: center;
  221. }