Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

198 строки
2.8 KiB

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