Просмотр файла style.css

Размер файла: 3.37Kb
  1. body {
  2. font-size : 12px;
  3. font-family : arial;
  4. max-width : 450px;
  5. margin : auto;
  6. }
  7. a:link, a:visited {
  8. color : #545454;
  9. text-decoration : underline;
  10. }
  11. a:hover, a:focus {
  12. color : #1ab7e7;
  13. text-decoration : underline;
  14. }
  15. img.top {
  16. vertical-align : sub;
  17. }
  18. img.ok {
  19. vertical-align : top;
  20. }
  21. div.hr {
  22. background-color : #c9c9c9;
  23. padding-bottom : 1px;
  24. }
  25. div.header {
  26. background-color : #545454;
  27. text-align : center;
  28. padding : 4px 2px 2px;
  29. border-bottom : 1px solid #fff;
  30. }
  31. div.tbar {
  32. background-color : #c9c9c9;
  33. padding : 2px;
  34. border-bottom : 1px solid #fff;
  35. }
  36. div.top_blockl {
  37. background-image : url(images/top_blockl.gif);
  38. background-repeat : no-repeat;
  39. background-position : left top;
  40. height : 11px;
  41. }
  42. div.top_block {
  43. background-image : url(images/top_block.gif);
  44. }
  45. div.top_blockr {
  46. background-image : url(images/top_blockr.gif);
  47. background-repeat : no-repeat;
  48. background-position : right top;
  49. height : 11px;
  50. }
  51. div.content_left {
  52. background-image : url(images/content_left.gif);
  53. background-repeat : repeat-y;
  54. background-position : left 50%;
  55. padding-left : 7px;
  56. }
  57. div.content {
  58. background-color : #fff;
  59. }
  60. div.content_right {
  61. background-image : url(images/content_right.gif);
  62. background-repeat : repeat-y;
  63. background-position : right 50%;
  64. padding-right : 7px;
  65. }
  66. div.toplinel {
  67. background-image : url(images/toplinel.gif);
  68. background-repeat : no-repeat;
  69. background-position : left top;
  70. height : 4px;
  71. }
  72. div.topline {
  73. background-image : url(images/topline.gif);
  74. background-repeat : repeat-x;
  75. background-position : 50% top;
  76. margin-top : 5px;
  77. }
  78. div.topliner {
  79. background-image : url(images/topliner.gif);
  80. background-repeat : no-repeat;
  81. background-position : right top;
  82. height : 4px;
  83. }
  84. div.botlinel {
  85. background-image : url(images/botlinel.gif);
  86. background-repeat : no-repeat;
  87. background-position : left top;
  88. height : 4px;
  89. }
  90. div.botline {
  91. background-color : #c6c6c6;
  92. background-image : url(images/botline.gif);
  93. background-repeat : repeat-x;
  94. background-position : 50% top;
  95. }
  96. div.botliner {
  97. background-image : url(images/botliner.gif);
  98. background-repeat : no-repeat;
  99. background-position : right top;
  100. height : 4px;
  101. }
  102. div.bot_blockl {
  103. background-image : url(images/bot_blockl.gif);
  104. background-repeat : no-repeat;
  105. background-position : left 50%;
  106. height : 11px;
  107. }
  108. div.bot_block {
  109. background-image : url(images/bot_block.gif);
  110. margin-bottom : 5px;
  111. }
  112. div.bot_blockr {
  113. background-image : url(images/bot_blockr.gif);
  114. background-repeat : no-repeat;
  115. background-position : right 50%;
  116. height : 11px;
  117. }
  118. div.fbar {
  119. background-color : #c9c9c9;
  120. padding : 2px;
  121. border-top : 1px solid #fff;
  122. }
  123. div.footer {
  124. color : #a4a4a4;
  125. font-size : 11px;
  126. background-color : #545454;
  127. text-align : center;
  128. padding : 3px;
  129. border-top : 1px solid #fff;
  130. }
  131. div.footer a, div.footer a:visited {
  132. color : #a4a4a4;
  133. text-decoration : none;
  134. }
  135. div.os {
  136. background-image : url(images/os.gif);
  137. background-attachment : fixed;
  138. padding : 4px;
  139. border-right : 1px solid #e7e7e7;
  140. border-left : 1px solid #e7e7e7;
  141. }
  142. span.a {
  143. color : #a2c640;
  144. font-size : 16px;
  145. font-weight : bold;
  146. }
  147. span.b {
  148. color : #1ab7e7;
  149. font-size : 16px;
  150. font-weight : bold;
  151. }
  152. span.c {
  153. color : #b9b9b9;
  154. font-size : 10px;
  155. }
  156. span.r {
  157. color : #ff9b00;
  158. }
  159. span.title {
  160. color : #a2c640;
  161. font-style : italic;
  162. }
  163. .cent {
  164. text-align : center;
  165. }
  166. /* Style By Mad
  167. http://wapdiz.ru
  168. ICQ 872-794 */