style.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  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]{
  19. background-image: url(../img/buttons/ui/recommend.png);
  20. background-color: #00caf2;
  21. border-color: #00acce;
  22. }
  23. input[type=submit]: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. box-shadow: 0 1px 3px 1px rgba(0,0,0,0.3);
  51. }
  52. div.topbar-left{
  53. height: 100%;
  54. }
  55. div#topbar .menuitem{
  56. color: white;
  57. text-decoration: none;
  58. text-transform: capitalize;
  59. text-align: center;
  60. vertical-align: middle;
  61. margin-left: -1px;
  62. float: left;
  63. font-size: 20px;
  64. line-height: 35px;
  65. overflow: hidden;
  66. cursor: pointer;
  67. min-width: 35px;
  68. height: 35px;
  69. }
  70. div#topbar .menuitem:not(.topbar-home):not(.topbar-back):not(.topbar-history){
  71. background: url(../img/headers/ui/separator.png) no-repeat scroll left center transparent;
  72. }
  73. div#topbar .menuitem:hover{
  74. background-image: url(../img/headers/ui/negative.png);
  75. }
  76. div#topbar .menuitem:active{
  77. border-color: #008aaa;
  78. background: #008aaa;
  79. color: #333;
  80. }
  81. div#topbar .menu{
  82. color: black;
  83. }
  84. div.topbar-right{
  85. float: right;
  86. }
  87. div.topbar-left{
  88. float: left;
  89. }
  90. div#content{
  91. width: 100%;
  92. -webkit-overflow-scrolling: touch;
  93. overflow: auto;
  94. padding-top: 5px;
  95. }
  96. div#loading{
  97. width: 100%;
  98. height: 100%;
  99. position: absolute;
  100. top: 0;
  101. left: 0;
  102. background-color: gray;
  103. background-color: rgba(0,0,0,0.5);
  104. background-image: url('../img/load.gif');
  105. background-repeat: no-repeat;
  106. background-position: center;
  107. }
  108. span.icon-bugs{
  109. background-image: url('../img/bug.png');
  110. background-size: 100%;
  111. background-repeat: no-repeat;
  112. display: block;
  113. width: 35px;
  114. height: 35px;
  115. font-size: 13px;
  116. float: left;
  117. }
  118. span.icon-bugs-invert{
  119. background-image: url('../img/bug-invert.png');
  120. background-size: 100%;
  121. background-repeat: no-repeat;
  122. display: block;
  123. float: left;
  124. width: 35px;
  125. height: 35px;
  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. @media screen and (max-width: 767px){
  169. div#topbar a.menuitem:not(.topbar-home){
  170. padding-left: 5px;
  171. padding-right: 5px;
  172. }
  173. div.topbar-right .menuitem{
  174. margin-bottom: -1px;
  175. }
  176. a.topbar-home{
  177. padding: 0;
  178. }
  179. div.topbar-left a.topbar-current{
  180. float: right !important;
  181. }
  182. div.topbar-right a.topbar-current{
  183. position: absolute;
  184. right: 1px;
  185. top: 0;
  186. width: auto;
  187. }
  188. div.topbar-right{
  189. display: none;
  190. }
  191. div.topbar-left{
  192. width: 100%;
  193. }
  194. div.topbar-right a{
  195. clear: both;
  196. float: right !important;
  197. width: 100%;
  198. }
  199. a.topbar-back,a.topbar-history{
  200. width: 35px !important;
  201. position: absolute;
  202. top: 0;
  203. padding: 0 !important;
  204. }
  205. a.topbar-back{
  206. }
  207. a.topbar-history{
  208. left: 37px;
  209. }
  210. div#topbar{
  211. min-height: 35px;
  212. }
  213. div.topbar-right{
  214. min-height: 35px;
  215. width: 100%;
  216. padding-top: 35px;
  217. }
  218. .topbar-home,.topbar-back,.topbar-history{
  219. background: url(../img/headers/ui/separator.png) no-repeat scroll right center transparent;
  220. }
  221. .screen-small{
  222. display: block;
  223. }
  224. }
  225. @media screen and (min-width: 768px){
  226. div#topbar .menuitem{
  227. font-size: 15px;
  228. padding-left: 5px;
  229. padding-right: 5px;
  230. }
  231. div#topbar .menuitem:hover + a{
  232. border-left-color: black;
  233. }
  234. a.topbar-back{
  235. display: none !important;
  236. }
  237. div.topbar-right{
  238. height: 100%;
  239. }
  240. div.topbar-right a.topbar-current{
  241. display: none;
  242. }
  243. a.topbar-home{
  244. display: none;
  245. }
  246. .screen-large{
  247. display: block;
  248. }
  249. }
  250. @viewport{
  251. zoom: 1.0;
  252. width: device-width;
  253. }
  254. @viewport{
  255. zoom: 1.0;
  256. width: extend-to-zoom;
  257. }
  258. @-ms-viewport{
  259. width: extend-to-zoom;
  260. zoom: 1.0;
  261. }