Unsupported scripts and control panel web app for a hosting company
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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