Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

201 wiersze
2.9 KiB

  1. BODY {
  2. background-color: #BBBBBB;
  3. font-family: verdana, arial, helvetica, sans-serif;
  4. font-size: 11px;
  5. text-align: center;
  6. scrollbar-base-color: #40364d;
  7. scrollbar-arrow-color: #F5D300;
  8. scrollbar-highlight-color: #90869E;
  9. scrollbar-3dlight-color: #87789E;
  10. scrollbar-face-color: #40364d;
  11. scrollbar-shadow-color: #2F4261;
  12. scrollbar-dark-shadow-color: #000000;
  13. scrollbar-track-color: #51485F;
  14. }
  15. input, select {
  16. font-size: 11px;
  17. border: solid 1px #7F9DB9;
  18. }
  19. input.button, input.langbutton {
  20. font-size: 10px;
  21. font-weight: bold;
  22. border: outset 2px #FFFFFF;
  23. background-color: #40364D;
  24. color: #F5D300;
  25. }
  26. input.checkbox {
  27. border: none;
  28. }
  29. select.scrtabsel {
  30. width: 100%;
  31. }
  32. input.button {
  33. width: 150px;
  34. }
  35. input.langbutton {
  36. width: 35px;
  37. }
  38. select.data, input.data {
  39. width: 250px;
  40. }
  41. TD {
  42. padding: 2px;
  43. text-align: left;
  44. }
  45. TH {
  46. padding: 2px;
  47. text-align: left;
  48. }
  49. DIV.script {
  50. text-align: left;
  51. }
  52. DIV.screlem {
  53. width: 640px;
  54. margin-left: auto;
  55. margin-right: auto;
  56. margin-top: 10px;
  57. maring-bottom: 10px;
  58. }
  59. DIV.screlemhead {
  60. padding-top: 3px;
  61. padding-right: 2px;
  62. padding-bottom: 3px;
  63. padding-left: 2px;
  64. font-weight: bold;
  65. text-align: right;
  66. vertical-align: middle;
  67. color: #F5D300;
  68. background: #40364D;
  69. border-left: outset 1px #F5D300;
  70. border-right: outset 1px #221D29;
  71. height: 16px;
  72. }
  73. DIV.screlemhead SPAN {
  74. float: left;
  75. filter: DropShadow(color=#000000, offx=1, offy=1);
  76. }
  77. A:link, A:active, A:visited, A:hover {
  78. font-size: 11px;
  79. color: #000000;
  80. text-decoration: none;
  81. }
  82. A:hover {
  83. color: #777777;
  84. }
  85. DIV.screlemhead A:link, DIV.screlemhead A:active, DIV.screlemhead A:visited {
  86. color: #FFFFFF;
  87. background: none;
  88. text-decoration: none;
  89. filter: DropShadow(color=#000000, offx=1, offy=1);
  90. }
  91. DIV.screlemhead A:hover {
  92. color: #FFFFFF;
  93. background: none;
  94. text-decoration: underline;
  95. }
  96. TABLE.screlem {
  97. font-size: 11px;
  98. width: 100%;
  99. margin: 0px;
  100. border: solid #40364D 1px;
  101. }
  102. TABLE.screlem TR {
  103. background-color: #F8F8F8;
  104. }
  105. TABLE.screlem TD.optinput {
  106. font-weight: normal;
  107. width: 20%;
  108. }
  109. TABLE.screlem TD.optlabel {
  110. font-weight: bold;
  111. width: 80%;
  112. }
  113. TABLE.screlem TD.dblabel {
  114. padding-left: 6px;
  115. font-weight: bold;
  116. width: 20%;
  117. }
  118. TABLE.screlem TD.dbinput {
  119. }
  120. TABLE.screlem TD.fldlabel {
  121. font-weight: bold;
  122. width: 20%;
  123. }
  124. TABLE.screlem TD.fldinput {
  125. width: 80%;
  126. }
  127. DIV.scrcmd, DIV.scrnav {
  128. width: 640px;
  129. margin-left: auto;
  130. margin-right: auto;
  131. text-align: center;
  132. margin-top: 10px;
  133. }
  134. TD.error, TR.error {
  135. color: #FF0000;
  136. }
  137. TD.right {
  138. text-align: right;
  139. }
  140. TD.center {
  141. text-align: center;
  142. }
  143. TR.activeoption {
  144. visibility: visible;
  145. }
  146. TR.inactiveoption {
  147. visibility: hidden;
  148. display: none;
  149. }
  150. TR.inactiveoption SELECT {
  151. visibility: none;
  152. }
  153. TR.inactiveoption TD {
  154. visibility: none;
  155. }
  156. DIV.footer A:link, DIV.footer A:active, DIV.footer A:visited, DIV.footer A:hover {
  157. border-top: dotted 1px #777777;
  158. font-size: 9px;
  159. color: #777777;
  160. text-decoration: none;
  161. }
  162. DIV.footer A:hover {
  163. text-decoration: underline;
  164. }