style.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  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. #cacheStatus{
  19. height: 100% !important;
  20. top: 0 !important;
  21. }
  22. div#topbar{
  23. width: 100%;
  24. border-color: black;
  25. border-style: solid;
  26. border-width: 1px;
  27. background-color: black;
  28. color: white;
  29. overflow: hidden;
  30. }
  31. div.topbar-left{
  32. height: 100%;
  33. }
  34. div#topbar a{
  35. color: white;
  36. text-decoration: none;
  37. text-transform: capitalize;
  38. text-align: center;
  39. vertical-align: middle;
  40. border-color: white;
  41. border-style: solid;
  42. border-width: 0;
  43. border-right-width: 1px;
  44. border-left-width: 1px;
  45. margin-left: -1px;
  46. float: left;
  47. font-size: 20px;
  48. line-height: 35px;
  49. overflow: hidden;
  50. cursor: pointer;
  51. min-width: 35px;
  52. }
  53. div#topbar a:hover{
  54. background-color: white;
  55. color: black;
  56. border-bottom-color: black;
  57. }
  58. div.topbar-right{
  59. float: right;
  60. }
  61. div.topbar-left{
  62. float: left;
  63. }
  64. a.topbar-home{
  65. background-color: darkred;
  66. }
  67. a.topbar-home:hover{
  68. background-color: gray !important;
  69. }
  70. div#content{
  71. width: 100%;
  72. -webkit-overflow-scrolling: touch;
  73. overflow: auto;
  74. }
  75. div#loading{
  76. width: 100%;
  77. height: 100%;
  78. position: absolute;
  79. top: 0;
  80. left: 0;
  81. background-color: gray;
  82. background-color: rgba(0,0,0,0.5);
  83. background-image: url('../img/load.gif');
  84. background-repeat: no-repeat;
  85. background-position: center;
  86. }
  87. span.icon-bugs{
  88. background-image: url('../img/bug.png');
  89. background-size: 100%;
  90. background-repeat: no-repeat;
  91. display: block;
  92. width: 35px;
  93. height: 35px;
  94. font-size: 13px;
  95. float: left;
  96. }
  97. span.icon-bugs-invert{
  98. background-image: url('../img/bug-invert.png');
  99. background-size: 100%;
  100. background-repeat: no-repeat;
  101. display: block;
  102. float: left;
  103. width: 35px;
  104. height: 35px;
  105. }
  106. .screen-small, .screen-large{
  107. display: none;
  108. }
  109. @media screen and (max-width: 767px){
  110. div#topbar a, !a.topbar-home{
  111. padding-left: 5px;
  112. padding-right: 5px;
  113. }
  114. a.topbar-home{
  115. padding: 0;
  116. }
  117. div.topbar-right{
  118. display: none;
  119. }
  120. div.topbar-left{
  121. width: 100%;
  122. }
  123. div.topbar-right a{
  124. clear: both;
  125. float: right !important;
  126. width: 100%;
  127. border-left-style: none !important;
  128. }
  129. a.topbar-current{
  130. float: right !important;
  131. }
  132. a.topbar-back,a.topbar-history,a.topbar-index{
  133. width: 35px !important;
  134. position: absolute;
  135. top: 0;
  136. padding: 0 !important;
  137. border-bottom: 1px solid white !important;
  138. }
  139. a.topbar-back{
  140. background-color: darkred;
  141. left: 0;
  142. }
  143. a.topbar-back:hover{
  144. background-color: gray !important;
  145. }
  146. a.topbar-history{
  147. left: 36px;
  148. }
  149. a.topbar-index{
  150. left: 72px;
  151. width: auto !important;
  152. padding-right: 5px !important;
  153. }
  154. div#topbar{
  155. min-height: 35px;
  156. }
  157. div.topbar-right{
  158. min-height: 35px;
  159. width: 100%;
  160. padding-top: 35px;
  161. }
  162. .screen-small{
  163. display: inline-block;
  164. }
  165. }
  166. @media screen and (min-width: 768px){
  167. div#topbar a{
  168. font-size: 15px;
  169. padding-left: 5px;
  170. padding-right: 5px;
  171. }
  172. div#topbar a:hover + a{
  173. border-left-color: black;
  174. }
  175. a.topbar-back{
  176. display: none !important;
  177. }
  178. div.topbar-right{
  179. height: 100%;
  180. }
  181. a.topbar-index{
  182. display: none;
  183. }
  184. .screen-large{
  185. display: inline-block;
  186. }
  187. }
  188. @viewport{
  189. zoom: 1.0;
  190. width: device-width;
  191. }
  192. @viewport{
  193. zoom: 1.0;
  194. width: extend-to-zoom;
  195. }
  196. @-ms-viewport{
  197. width: extend-to-zoom;
  198. zoom: 1.0;
  199. }