style.css 4.1 KB

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