style.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. @import url(fonts.css);
  2. html,body{
  3. width: 100%;
  4. height: 100%;
  5. overflow: hidden;
  6. padding: 0;
  7. margin: 0;
  8. }
  9. h1,h2,h3,h4,p{
  10. margin: 0;
  11. }
  12. p{
  13. padding-top: 16px;
  14. padding-bottom: 16px;
  15. padding-left: 5px;
  16. padding-right: 5px;
  17. }
  18. input[type=submit],input[type=button],button,.button{
  19. text-transform: capitalize;
  20. }
  21. input[type=submit],button.recommend{
  22. background-image: url(../img/buttons/ui/recommend.png);
  23. background-color: #00caf2;
  24. border-color: #00acce;
  25. }
  26. input[type=submit]:active,button.recommend:active{
  27. border-color: #008aaa;
  28. background: #008aaa;
  29. color: #333;
  30. }
  31. textarea{
  32. min-height: 50px;
  33. }
  34. form#form{
  35. width: 320px;
  36. }
  37. .recommend-force{
  38. background-image: url(../img/buttons/ui/recommend.png) !important;
  39. background-color: #00caf2 !important;
  40. border-color: #00acce !important;
  41. }
  42. .recommend-force:active{
  43. border-color: #008aaa !important;
  44. background: #008aaa !important;
  45. color: #333 !important;
  46. }
  47. .cancel{
  48. background-image: url(../images/buttons/ui/danger.png);
  49. background-color: #b70404;
  50. color: #fff;
  51. border: none;
  52. }
  53. .cancel:active{
  54. background-image: url(../images/buttons/ui/danger-press.png);
  55. background-color: #890707;
  56. }
  57. #cacheStatus{
  58. height: 100% !important;
  59. top: 0 !important;
  60. }
  61. div#topbar{
  62. width: calc(100% + 1px);
  63. background-color: #CD6723;
  64. background: url(../img/headers/ui/header.png) repeat-x 0 0;
  65. background-size: auto 100%;
  66. color: black;
  67. overflow: hidden;
  68. min-height: 50px;
  69. box-shadow: 0 1px 3px 1px rgba(0,0,0,0.3);
  70. }
  71. div.topbar-left{
  72. height: 100%;
  73. }
  74. div#topbar .menuitem{
  75. color: white;
  76. text-decoration: none;
  77. text-transform: capitalize;
  78. text-align: center;
  79. vertical-align: middle;
  80. margin-left: -1px;
  81. float: left;
  82. font-size: 25px;
  83. line-height: 50px;
  84. overflow: hidden;
  85. cursor: pointer;
  86. min-width: 35px;
  87. height: 50px;
  88. }
  89. div#topbar .menuitem:not(.topbar-home):not(.topbar-back){
  90. background: url(../img/headers/ui/separator.png) no-repeat scroll left center transparent;
  91. }
  92. div#topbar .menuitem:hover,div#topbar .menuitem:not(.topbar-home):not(.topbar-back):hover{
  93. background-image: url(../img/headers/ui/negative.png);
  94. background-repeat: repeat-x;
  95. }
  96. div#topbar .menuitem:active{
  97. background: #008aaa !important;
  98. color: #333;
  99. }
  100. div#topbar .menu{
  101. color: black;
  102. }
  103. div.topbar-right{
  104. float: right;
  105. }
  106. div.topbar-left{
  107. float: left;
  108. }
  109. div#content{
  110. width: 100%;
  111. -webkit-overflow-scrolling: touch;
  112. overflow: auto;
  113. padding-top: 5px;
  114. }
  115. div#loading{
  116. width: 100%;
  117. height: 100%;
  118. position: absolute;
  119. top: 0;
  120. left: 0;
  121. background-color: gray;
  122. background-color: rgba(0,0,0,0.5);
  123. background-image: url('../img/load.gif');
  124. background-repeat: no-repeat;
  125. background-position: center;
  126. }
  127. .screen-small, .screen-large{
  128. display: none;
  129. }
  130. .table{
  131. display: table;
  132. }
  133. .row{
  134. display: table-row;
  135. }
  136. .cell{
  137. display: table-cell;
  138. }
  139. .column{
  140. display: table-column;
  141. }
  142. .fill,.fill-width{
  143. width: 100%;
  144. }
  145. .fill,.fill-height{
  146. height: 100%;
  147. }
  148. .align-right{
  149. text-align: right;
  150. }
  151. .align-left{
  152. text-align: left;
  153. }
  154. .align-center{
  155. text-align: center;
  156. }
  157. .block{
  158. display: block;
  159. }
  160. .outline{
  161. border-color: black;
  162. border-style: solid;
  163. border-width: 1px;
  164. }
  165. .top{
  166. z-index: 2147483638;
  167. }
  168. .overflow-hide{
  169. overflow: hidden;
  170. }
  171. .left{
  172. float: left;
  173. }
  174. .right{
  175. float: right;
  176. }
  177. #topbar.overflow-hide{
  178. max-height: 50px;
  179. }
  180. @media screen and (max-width: 767px){
  181. div#topbar a.menuitem:not(.topbar-home){
  182. padding-left: 5px;
  183. padding-right: 5px;
  184. }
  185. div.topbar-right .menuitem{
  186. margin-bottom: -1px;
  187. }
  188. a.topbar-home{
  189. padding: 0;
  190. }
  191. a.topbar-current{
  192. max-width: 205px;
  193. }
  194. div.topbar-left a.topbar-current{
  195. float: right !important;
  196. }
  197. div.topbar-right a.topbar-current{
  198. position: absolute;
  199. right: 1px;
  200. top: 0;
  201. width: auto;
  202. }
  203. div.topbar-right{
  204. display: none;
  205. }
  206. div.topbar-left{
  207. width: 100%;
  208. }
  209. div.topbar-right a{
  210. clear: both;
  211. float: right !important;
  212. width: 100%;
  213. }
  214. a.topbar-back,a.topbar-history{
  215. width: 35px !important;
  216. position: absolute;
  217. top: 0;
  218. padding: 0 !important;
  219. }
  220. div#topbar{
  221. min-height: 35px;
  222. }
  223. div.topbar-right{
  224. min-height: 35px;
  225. width: 100%;
  226. padding-top: 50px;
  227. }
  228. .topbar-back,.topbar-history{
  229. background: url(../img/headers/ui/separator.png) no-repeat scroll right center transparent;
  230. }
  231. .screen-small{
  232. display: block;
  233. }
  234. }
  235. @media screen and (min-width: 768px){
  236. div#topbar .menuitem{
  237. /*font-size: 15px;*/
  238. padding-left: 5px;
  239. padding-right: 5px;
  240. }
  241. a.topbar-back{
  242. display: none !important;
  243. }
  244. div.topbar-right{
  245. height: 100%;
  246. }
  247. div.topbar-right a.topbar-current{
  248. display: none;
  249. }
  250. a.topbar-home{
  251. display: none;
  252. }
  253. .screen-large{
  254. display: block;
  255. }
  256. }
  257. @viewport{
  258. zoom: 1.0;
  259. width: device-width;
  260. }
  261. @viewport{
  262. zoom: 1.0;
  263. width: extend-to-zoom;
  264. }
  265. @-ms-viewport{
  266. width: extend-to-zoom;
  267. zoom: 1.0;
  268. }