main.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. 
  2. html, body {
  3. height: 100% !important;
  4. }
  5. body {
  6. margin: 0px !important;
  7. line-height: 1.42857143 !important;
  8. }
  9. a {
  10. color: #6699ff;
  11. }
  12. a:hover {
  13. color: #6699ff;
  14. }
  15. th a {
  16. color: black;
  17. }
  18. th a:hover {
  19. color: black;
  20. text-decoration: none;
  21. }
  22. #header {
  23. background-color: #6699ff;
  24. height: 32px;
  25. margin-bottom: -32px;
  26. box-shadow: 0px 1px 15px 0px #888888;
  27. width: 100%;
  28. min-width: 970px;
  29. }
  30. #header .title {
  31. margin: 0 auto;
  32. color: #ffffff;
  33. padding: 0px 15px 0px 15px;
  34. }
  35. #header .title img {
  36. vertical-align: text-bottom;
  37. }
  38. #header .title .text {
  39. font-size: 24px;
  40. font-weight: 600;
  41. font-family: Arial;
  42. margin-left: 4px;
  43. }
  44. #header .menu {
  45. float: right;
  46. padding: 6px;
  47. }
  48. #header .menu .menu-title {
  49. color: #ffffff;
  50. font-family: Arial;
  51. font-size: 16px;
  52. }
  53. #content {
  54. min-height: 100%;
  55. }
  56. .container {
  57. margin-left: auto;
  58. margin-right: auto;
  59. padding: 55px 15px 60px 15px;
  60. word-wrap: break-word;
  61. min-width: 970px;
  62. }
  63. .container .pageLogin {
  64. display: none;
  65. margin: auto;
  66. width: 500px;
  67. padding: 150px 0 0 0;
  68. }
  69. .container .page {
  70. display: none;
  71. }
  72. .auto-resize-img {
  73. max-width: 100%;
  74. height: auto;
  75. display: block;
  76. margin-right: auto;
  77. margin-left: auto;
  78. }
  79. .center-iframe {
  80. display: block;
  81. margin-right: auto;
  82. margin-left: auto;
  83. max-width: 640px;
  84. max-height: 480px;
  85. }
  86. .center-iframe iframe {
  87. width: 100%;
  88. height: 100%;
  89. }
  90. #footer {
  91. background-color: rgb(243, 243, 243);
  92. padding: 20px 0px 20px 0px;
  93. margin-top: -55px;
  94. box-shadow: 0px 2px 15px 1px #888888;
  95. clear: both;
  96. position: relative;
  97. height: 55px;
  98. min-width: 970px;
  99. }
  100. #footer .content {
  101. margin: 0 auto;
  102. color: rgb(119,119,119);
  103. font-family: Arial, sans-serif;
  104. font-size: 11px;
  105. font-weight: 600;
  106. text-align: center;
  107. }
  108. #footer .content a {
  109. color: #6699ff;
  110. text-decoration: none;
  111. }
  112. #footer .content a:hover {
  113. color: #6699ff;
  114. }
  115. @media (min-width: 992px) {
  116. #header .title, .container, #footer .content {
  117. width: 970px;
  118. }
  119. }
  120. @media (min-width: 1200px) {
  121. #header .title, .container, #footer .content {
  122. width: 1170px;
  123. }
  124. }
  125. .form-inline .form-group {
  126. margin-right: 10px;
  127. margin-bottom: 10px;
  128. }
  129. .AlertPlaceholder {
  130. position: fixed;
  131. width: 800px;
  132. margin: auto;
  133. left: 0;
  134. right: 0;
  135. top: 45px;
  136. z-index: 1000;
  137. }
  138. .zone-list-pane {
  139. float: left;
  140. width: 24%;
  141. }
  142. .zones {
  143. font-size: 14px;
  144. }
  145. .zones .zone {
  146. padding: 4px;
  147. }
  148. .zone-viewer-pane {
  149. float: right;
  150. width: 75%;
  151. display: none;
  152. }
  153. .log-list-pane {
  154. float: left;
  155. width: 17%;
  156. }
  157. .logs {
  158. font-size: 12px;
  159. }
  160. .logs .log {
  161. padding: 2px;
  162. }
  163. .log-viewer-pane {
  164. float: right;
  165. width: 82%;
  166. display: none;
  167. }
  168. .stats-panel {
  169. height: 80px;
  170. padding: 6px 0 6px 0;
  171. }
  172. .stats-panel .total-queries {
  173. background-color: rgba(102, 153, 255, 0.7);
  174. color: #ffffff;
  175. }
  176. .stats-panel .no-error {
  177. background-color: rgba(92, 184, 92, 0.7);
  178. color: #ffffff;
  179. }
  180. .stats-panel .server-failure {
  181. background-color: rgba(217, 83, 79, 0.7);
  182. color: #ffffff;
  183. }
  184. .stats-panel .nxdomain {
  185. background-color: rgba(120, 120, 120, 0.7);
  186. color: #ffffff;
  187. }
  188. .stats-panel .refused {
  189. background-color: rgba(91, 192, 222, 0.7);
  190. color: #ffffff;
  191. }
  192. .stats-panel .auth-hit {
  193. background-color: rgba(150, 150, 0, 0.7);
  194. color: #ffffff;
  195. }
  196. .stats-panel .cache-hit {
  197. background-color: rgba(111, 84, 153, 0.7);
  198. color: #ffffff;
  199. }
  200. .stats-panel .blocked {
  201. background-color: rgba(255, 165, 0, 0.7);
  202. color: #ffffff;
  203. }
  204. .stats-panel .dropped {
  205. background-color: rgba(30, 30, 30, 0.7);
  206. color: #ffffff;
  207. }
  208. .stats-panel .recursions {
  209. background-color: rgba(23, 162, 184, 0.7);
  210. color: #ffffff;
  211. }
  212. .stats-panel .clients {
  213. background-color: rgba(51, 122, 183, 0.7);
  214. color: #ffffff;
  215. }
  216. .stats-panel .stats-last-item {
  217. margin-right: 0% !important;
  218. }
  219. .stats-panel .stats-item {
  220. width: 8.818%;
  221. float: left;
  222. padding: 4px;
  223. margin-right: 0.3%;
  224. }
  225. .stats-panel .stats-item .number {
  226. font-size: 15px;
  227. font-weight: bold;
  228. }
  229. .stats-panel .stats-item .percentage {
  230. font-size: 10px;
  231. font-weight: bold;
  232. }
  233. .stats-panel .stats-item .title {
  234. font-size: 12px;
  235. font-weight: bold;
  236. }
  237. .zone-stats-panel {
  238. margin-bottom: 15px;
  239. }
  240. .zone-stats-panel .stats-last-item {
  241. margin-right: 0% !important;
  242. }
  243. .zone-stats-panel .stats-item {
  244. width: 16.125%;
  245. float: left;
  246. padding: 6px 4px;
  247. margin-right: 0.65%;
  248. background-color: rgba(51, 122, 183, 0.7);
  249. color: #ffffff;
  250. }
  251. .zone-stats-panel .stats-item .number {
  252. font-size: 14px;
  253. font-weight: bold;
  254. padding: 6px 0;
  255. }
  256. .zone-stats-panel .stats-item .title {
  257. font-size: 12px;
  258. font-weight: bold;
  259. }
  260. .about p {
  261. color: rgb(119, 119, 119);
  262. text-align: center;
  263. }