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.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  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.block h2 {
  48. margin: 0px;
  49. background-color: #666;
  50. font-size: 1em;
  51. font-weight: bold;
  52. padding: 3px 7px;
  53. color: #F5F5F5;
  54. }
  55. div.innerblock {
  56. padding: 10px;
  57. }
  58. table.innerblock {
  59. width: 100%;
  60. border-collapse: collapse;
  61. }
  62. table.innerblock th {
  63. text-align: left;
  64. background-color: #EEE;
  65. border-bottom: 1px solid #666;
  66. }
  67. body table.righthead th {
  68. text-align: right;
  69. background-color: #EEE;
  70. border-bottom: 0px;
  71. border-right: 1px solid #666;
  72. padding-right: 10px;
  73. width: 30%;
  74. }
  75. body table.bottomdiv {
  76. border-bottom: 1px solid #666;
  77. }
  78. body table.righthead td {
  79. padding-left: 10px;
  80. }
  81. table.innerblock td, table.innerblock th {
  82. margin: 0px;
  83. padding: 3px;
  84. }
  85. p.blurb {
  86. font-style: italic;
  87. margin: 0px;
  88. }
  89. table.form {
  90. margin: 10px 0px;
  91. }
  92. table.form td, table.form th {
  93. padding: 3px;
  94. }
  95. table.leftpad {
  96. margin-left: 10px;
  97. }
  98. .inflat {
  99. border: 1px solid #AAA;
  100. padding: 3px;
  101. width: 170px;
  102. }
  103. .inflaterr {
  104. border: 1px solid #F00;
  105. padding: 3px;
  106. width: 170px;
  107. }
  108. div#dashboard {
  109. float: right;
  110. width: 25%;
  111. border-left: 1px dotted #AAA;
  112. padding: 5px 10px;
  113. }
  114. div#dashboard h2 {
  115. margin: 0px;
  116. font-size: 1em;
  117. font-weight: bold;
  118. color: #666;
  119. }
  120. div#dashboard ul {
  121. padding-left: 20px;
  122. margin-left: 0px;
  123. }
  124. div#dashboard li {
  125. margin: 10px 0px;
  126. }
  127. div#dashboard a {
  128. color: #000;
  129. text-decoration: none;
  130. }
  131. div#dashboard a:hover {
  132. text-decoration: underline;
  133. }
  134. table {
  135. width: 100%;
  136. }
  137. th {
  138. text-align: left;
  139. }
  140. table tr.odd td {
  141. background-color: #F3F3F3;
  142. }
  143. table tr:hover td {
  144. background-color: #E8E8E8;
  145. }
  146. table.form tr:hover td { background-color: #FFF; }
  147. td.err {
  148. color: #C44;
  149. }
  150. em {
  151. font-style: normal;
  152. font-family: monospace;
  153. padding: 0px 5px;
  154. }
  155. ol li {
  156. margin: 5px;
  157. }
  158. p.cleartop {
  159. margin-top: 10px;
  160. }
  161. div#message {
  162. border: 2px dashed #FAA;
  163. background-color: #FEE;
  164. width: 70%;
  165. margin-bottom: 20px;
  166. }
  167. div#message div {
  168. padding: 10px;
  169. }
  170. table#bandwidth {
  171. border: 1px solid #AAA;
  172. border-collapse: collapse;
  173. width: auto;
  174. position: absolute;
  175. top: 20px;
  176. right: 3%;
  177. font-size: small;
  178. font-family: Tahoma, sans-serif
  179. }
  180. table#bandwidth th {
  181. font-weight: normal;
  182. padding: 3px 10px;
  183. width: auto;
  184. }
  185. table#bandwidth td {
  186. border: 0px;
  187. padding: 3px 7px;
  188. }
  189. table#bandwidth th, table#bandwidth td {
  190. border-bottom: 1px solid #AAA;
  191. }
  192. div.longtext {
  193. line-height: 1.5em;
  194. }
  195. a img { border: 0px; }