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.

example.css 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. /* sample style sheet file for Poweradmin */
  2. body {
  3. padding-left: 5%;
  4. padding-right: 5%;
  5. font-family: Verdana, Arial, Helvetica, serif;
  6. font-size: 85%;
  7. text-align: left;
  8. vertical-align: top;
  9. background: #f4f4f4;
  10. }
  11. h1, h2, table, .menu, .footer {
  12. border: 1px solid #000000;
  13. padding: 3px;
  14. background: #ddeeff;
  15. }
  16. p {
  17. padding: 3px;
  18. }
  19. table {
  20. width: 100%;
  21. font-family: Verdana, Arial, Helvetica, serif;
  22. font-size: 90%;
  23. text-align: left;
  24. vertical-align: top;
  25. }
  26. img {
  27. border: 0;
  28. }
  29. #meta {
  30. width: 100%;
  31. clear: both;
  32. }
  33. #meta .button {
  34. margin: 0 5px 0 0;
  35. }
  36. td {
  37. padding: 0 2px 0 2px;
  38. vertical-align: top;
  39. }
  40. td.actions {
  41. }
  42. td.name {
  43. background: #ffffff;
  44. border: 1px solid #000000;
  45. }
  46. td.type {
  47. background: #ffffff;
  48. border: 1px solid #000000;
  49. }
  50. td.count {
  51. background: #ffffff;
  52. border: 1px solid #000000;
  53. }
  54. td.owner {
  55. background: #ffffff;
  56. border: 1px solid #000000;
  57. }
  58. td.cell {
  59. background: #ffffff;
  60. border: 1px solid #000000;
  61. }
  62. td.dnssec {
  63. width: 50px;
  64. }
  65. td.checkbox {
  66. }
  67. .menu {
  68. font-size: 80%;
  69. }
  70. .error {
  71. background: #ff0000;
  72. color: #ffffff;
  73. padding: 3px;
  74. font-size: 90%;
  75. }
  76. .success {
  77. background: #00cc33;
  78. padding: 3px;
  79. font-size: 90%;
  80. }
  81. .showmax {
  82. font-size: 80%;
  83. margin: 5px 0 5px 0;
  84. text-align: center;
  85. }
  86. .showmax a {
  87. text-decoration: none;
  88. }
  89. .showmax a:hover {
  90. background-color: #ddeeff;
  91. }
  92. .lettertaken {
  93. color: #000000;
  94. font-weight: bold;
  95. background-color: #ddeeff;
  96. }
  97. a:link {
  98. color: #000000;
  99. }
  100. a:visited {
  101. color: #000000;
  102. }
  103. a:active {
  104. color: #000000;
  105. }
  106. a:hover {
  107. text-decoration: none;
  108. }
  109. .footer {
  110. font-size: 70%;
  111. margin-top: 5px;
  112. }
  113. .sbutton {
  114. border: #999999 1px solid;
  115. }
  116. .button {
  117. border: #999999 1px solid;
  118. }
  119. .input {
  120. border: #999999 1px solid;
  121. }
  122. .sinput {
  123. border: #999999 1px solid;
  124. }
  125. textarea {
  126. width: 100%;
  127. }
  128. input.wide {
  129. width: 100%;
  130. }
  131. .letternotavailable {
  132. color: #CCCCCC;
  133. }
  134. td.checkbox {
  135. width: 5px;
  136. }
  137. .normaltext {
  138. font-size: 80%;
  139. }