style1.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. body {
  2. background-color:#e7e7e7;
  3. margin:0;
  4. font-family: Verdana, Sans, Helvetica;
  5. font-size: 14px;
  6. }
  7. a {
  8. text-decoration:none;
  9. }
  10. .bbb {
  11. color: #7bca2e;
  12. text-decoration: underline;
  13. }
  14. .header-aaa {
  15. /*color:#8892bf;*/
  16. /*color: #824a14;*/
  17. color: #4c5d8d;
  18. text-decoration: none;
  19. font-weight:700;
  20. }
  21. .aa {
  22. color: red;
  23. font-weight:900;
  24. }
  25. .aaa {
  26. /*color:#8892bf;*/
  27. /*color: #824a14;*/
  28. color: #4c5d8d;
  29. text-decoration: none;
  30. font-weight:900;
  31. }
  32. .aaa2 {
  33. color: #454545;
  34. text-decoration: none;
  35. font-weight:900;
  36. }
  37. .aaa2:hover {
  38. color: #31bc31;
  39. }
  40. .aaa3 {
  41. color: #FFFFFF;
  42. text-decoration: none;
  43. font-weight:900;
  44. }
  45. .aaa3:hover {
  46. color: #FFFFFF;
  47. text-decoration:underline;
  48. }
  49. .aaa3-selected {
  50. text-decoration: none;
  51. /*font-size: 15px;*/
  52. font-weight:900;
  53. /*color: #31bc31;*/
  54. color:#000000;
  55. border-bottom: 4px solid red;
  56. position: relative;
  57. top:-1px;
  58. }
  59. .burger-menu {
  60. float:left;
  61. width:fit-content;
  62. padding-left:10px;
  63. height:40px;
  64. position: relative;
  65. top:-2px;
  66. cursor:pointer;
  67. }
  68. .cat {
  69. float:left;
  70. width:fit-content;
  71. padding-left:30px;
  72. cursor: pointer;
  73. }
  74. .cat-mbl {
  75. width:42%;
  76. padding:15px;
  77. background-color:#4c5d8d;
  78. margin-bottom:5px;
  79. margin-right:0.8%;
  80. }
  81. .cat-mbl a {
  82. /*border-bottom: 4px solid #4c5d8d;*/
  83. }
  84. .cat-mbl:hover {
  85. background-color:gray;
  86. color: #FFFFFF;
  87. }
  88. .cat-mbl:hover a {
  89. background-color:gray;
  90. text-decoration:underline;
  91. color: #FFFFFF;
  92. }
  93. .cat-list-td {
  94. width:100%;
  95. background-color:#828eaf;
  96. padding-left:15px;
  97. padding-top:13px;
  98. padding-bottom:13px;
  99. }
  100. .content-table {
  101. background-color:#FFFFFF;
  102. border:0;
  103. margin:0;
  104. padding:0;
  105. width:100%;
  106. height:1900px;
  107. }
  108. #content-cont {
  109. height:100%;
  110. overflow-y:scroll;
  111. }
  112. #content-td {
  113. width:100%;
  114. height:100%;
  115. border-top: 3.5px solid #4c5d8d;
  116. }
  117. #footerCont {
  118. position: fixed;
  119. top: 2000px;
  120. left:-10px;
  121. width: 102%;
  122. border: 1px solid #C2DBF2;
  123. padding: 7px;
  124. background: white;
  125. opacity: 0.3;
  126. color:white;
  127. font-family: Sans;
  128. font-size: 12px;
  129. text-align: center;
  130. z-index: 99998;
  131. }
  132. #footer {
  133. position: fixed;
  134. float: right;
  135. top: 2000px;
  136. left:-10px;
  137. width: 100%;
  138. border: 0px solid #C2DBF2;
  139. padding: 7px;
  140. opacity: 1.0;
  141. color:black;
  142. font-family: Sans;
  143. font-size: 12px;
  144. font-weight: 400;
  145. text-align: right;
  146. z-index: 99999;
  147. }
  148. .header-logo {
  149. float:left;
  150. width:fit-content;
  151. padding-left:15px;
  152. height:32px;
  153. position: relative;
  154. top:-10px;
  155. font-size:32px;
  156. }
  157. .header-link {
  158. float:left;
  159. width:fit-content;
  160. padding-left:30px;
  161. height:32px;
  162. position: relative;
  163. top:+2px;
  164. font-size:20px;
  165. }
  166. .header-td {
  167. width:70%;
  168. background-color:#e7e7e7;
  169. /* border-bottom: 3.5px solid #4c5d8d; */
  170. padding-left:15px;
  171. padding-top:13px;
  172. padding-bottom:13px;
  173. text-align:left;
  174. min-width:190px;
  175. }
  176. .hr-tips {
  177. border-top: 1px dotted lightgray;
  178. }
  179. .hr-index {
  180. border:0px;
  181. border-top: 1px dotted #f0f0f0;
  182. }
  183. .index-td {
  184. background-color: #FFFFFF;
  185. width:26%;
  186. text-align:left;
  187. padding-top:10px;
  188. vertical-align:top;
  189. min-width: 400px;
  190. }
  191. .index-empty-td {
  192. background-color: #FFFFFF;
  193. }
  194. .index-ve-cont {
  195. padding-top:8px;
  196. padding-left:8px;
  197. }
  198. #liveres {
  199. display:none;
  200. }
  201. .main-table {
  202. border:0px;
  203. margin:0px;
  204. width:100%;
  205. height:100%;
  206. }
  207. #originsDisplay {
  208. float:left;
  209. position:fixed;
  210. top:680px;
  211. left:25px;
  212. width:275px;
  213. height:100px;
  214. font-family: Monospace, Verdana, Serif;
  215. font-size: 16px;
  216. background-color: #020401;
  217. border: 3px solid lightgray;
  218. text-align:left;
  219. color: #FFFFFF;
  220. white-space:nowrap;
  221. font-weight:900;
  222. padding:10px;
  223. padding-top:4px;
  224. z-index:99999;
  225. display:none;
  226. }
  227. .originLabel {
  228. color: #7bca2e;
  229. font-weight:900;
  230. }
  231. .search-box {
  232. width:94%;
  233. height:24px;
  234. font-size:13px;
  235. position: relative;
  236. left:+2%;
  237. top:-3px;
  238. }
  239. .search-cont {
  240. width:33%;
  241. float:right;
  242. }
  243. .search-td {
  244. background-color: #e7e7e7;
  245. /* border-bottom: 3.5px solid #4c5d8d;*/
  246. width:30%;
  247. text-align:left;
  248. min-width: 380px;
  249. max-width: 412px;
  250. }
  251. .tips-td {
  252. width:70%;
  253. height:1900px;
  254. background-color:#4c5d8d;
  255. color:#FFFFFF;
  256. padding-top:10px;
  257. padding-left:10px;
  258. padding-right:10px;
  259. border-right: 0.5px solid lightgray;
  260. vertical-align:top;
  261. text-align:left;
  262. }