Unsupported scripts and control panel web app for a hosting company
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.css 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. body {
  2. font-family: Tahoma, Arial, Sans-serif;
  3. font-size: small;
  4. margin: 170px 3% 5px 5%;
  5. padding: 0px;
  6. }
  7. div#header {
  8. position: absolute;
  9. top: 15px;
  10. left: 3%;
  11. margin: 0px;
  12. }
  13. div#header h1 {
  14. margin: 0px;
  15. }
  16. div#menu {
  17. border: 1px solid #AAA;
  18. position: absolute;
  19. top: 115px;
  20. left: 3%;
  21. width: 94%;
  22. background-color: #EEE;
  23. padding: 5px;
  24. }
  25. div#menu a {
  26. color: black;
  27. text-decoration: none;
  28. }
  29. div#menu a:hover {
  30. text-decoration: underline;
  31. }
  32. div#menuleft, div#menuright {
  33. display: inline;
  34. }
  35. div#menuright {
  36. position: absolute;
  37. right: 0px;
  38. padding-right: 6px;
  39. text-align: right;
  40. }
  41. div.block {
  42. width: 70%;
  43. border: 1px solid #666;
  44. padding: 0px;
  45. margin-bottom: 20px;
  46. }
  47. div.nobottomdiv {
  48. border-bottom: 0;
  49. }
  50. div.block h2 {
  51. margin: 0px;
  52. background-color: #666;
  53. font-size: 1em;
  54. font-weight: bold;
  55. padding: 3px 7px;
  56. color: #F5F5F5;
  57. }
  58. div.innerblock {
  59. padding: 10px;
  60. }
  61. table.innerblock {
  62. width: 100%;
  63. border-collapse: collapse;
  64. }
  65. table.innerblock th {
  66. text-align: left;
  67. background-color: #EEE;
  68. border-bottom: 1px solid #666;
  69. }
  70. body table.righthead th {
  71. text-align: right;
  72. background-color: #EEE;
  73. border-bottom: 0px;
  74. border-right: 1px solid #666;
  75. padding-right: 10px;
  76. width: 30%;
  77. }
  78. body table.bottomdiv {
  79. border-bottom: 1px solid #666;
  80. }
  81. body div.bottomdiv {
  82. border-bottom: 1px solid #666;
  83. }
  84. body table.righthead td {
  85. padding-left: 10px;
  86. }
  87. table.innerblock td, table.innerblock th {
  88. margin: 0px;
  89. padding: 3px;
  90. }
  91. p.blurb {
  92. font-style: italic;
  93. margin: 0px;
  94. }
  95. table.form {
  96. margin: 10px 0px;
  97. }
  98. table.form td, table.form th {
  99. padding: 3px;
  100. }
  101. table.leftpad {
  102. margin-left: 10px;
  103. }
  104. .inflat {
  105. border: 1px solid #AAA;
  106. padding: 3px;
  107. width: 170px;
  108. }
  109. .inflaterr {
  110. border: 1px solid #F00;
  111. padding: 3px;
  112. width: 170px;
  113. }
  114. div#dashboard {
  115. float: right;
  116. width: 25%;
  117. border-left: 1px dotted #AAA;
  118. padding: 5px 10px;
  119. }
  120. div#dashboard h2 {
  121. margin: 0px;
  122. font-size: 1em;
  123. font-weight: bold;
  124. color: #666;
  125. }
  126. div#dashboard ul {
  127. padding-left: 20px;
  128. margin-left: 0px;
  129. }
  130. div#dashboard li {
  131. margin: 10px 0px;
  132. }
  133. div#dashboard a {
  134. color: #000;
  135. text-decoration: none;
  136. }
  137. div#dashboard a:hover {
  138. text-decoration: underline;
  139. }
  140. table {
  141. width: 100%;
  142. }
  143. th {
  144. text-align: left;
  145. }
  146. table tr.odd td {
  147. background-color: #F3F3F3;
  148. }
  149. table tr:hover td {
  150. background-color: #E8E8E8;
  151. }
  152. table.form tr:hover td { background-color: #FFF; }
  153. td.err {
  154. color: #C44;
  155. }
  156. em {
  157. font-style: normal;
  158. font-family: monospace;
  159. padding: 0px 5px;
  160. }
  161. ol li {
  162. margin: 5px;
  163. }
  164. p.cleartop {
  165. margin-top: 10px;
  166. }
  167. div#message {
  168. border: 2px dashed #FAA;
  169. background-color: #FEE;
  170. width: 70%;
  171. margin-bottom: 20px;
  172. }
  173. div#message div {
  174. padding: 10px;
  175. }
  176. table#bandwidth {
  177. border: 1px solid #AAA;
  178. border-collapse: collapse;
  179. width: auto;
  180. position: absolute;
  181. top: 20px;
  182. right: 3%;
  183. font-size: small;
  184. font-family: Tahoma, sans-serif
  185. }
  186. table#bandwidth th {
  187. font-weight: normal;
  188. padding: 3px 10px;
  189. width: auto;
  190. }
  191. table#bandwidth td {
  192. border: 0px;
  193. padding: 3px 7px;
  194. }
  195. table#bandwidth th, table#bandwidth td {
  196. border-bottom: 1px solid #AAA;
  197. }
  198. div.longtext {
  199. line-height: 1.5em;
  200. }
  201. a img { border: 0px; }
  202. td.number { text-align: right; }
  203. table.stats th { border-right: 1px solid #666; vertical-align: bottom; text-align: center; }
  204. div.searchrow.center { text-align: center; }