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

Размер файла: 2.39Kb
  1. /*Design by Mad
  2. http://wapdiz.ru*/
  3. body {
  4. color: #757575;
  5. margin: 0;
  6. font: 12px tahoma;
  7. }
  8. a:link, a:active, a:visited {
  9. color: #698602;
  10. text-decoration: underline;
  11. }
  12. a:hover, a:focus {
  13. color: #545454;
  14. text-decoration: underline;
  15. }
  16. img {
  17. vertical-align: middle;
  18. border-style: none;
  19. }
  20. dl {
  21. margin: 0;
  22. padding: 0;
  23. }
  24. h2 {
  25. font-size: 14px;
  26. text-align: center;
  27. margin-top: 1px;
  28. margin-bottom: 1px;
  29. padding: 4px;
  30. border-top: 1px solid #dfdfdf;
  31. border-bottom: 1px solid #dfdfdf;
  32. background: #f0f0f0 url(images/menu.gif) repeat-x top;
  33. }
  34. p {
  35. margin: 2px 2px 2px 6px;
  36. }
  37. span {
  38. color: #8ca82c;
  39. }
  40. hr {
  41. margin: 3px -3px;
  42. border-top: 1px solid #e3e3e3;
  43. border-right-style: none;
  44. border-bottom-style: none;
  45. border-left-style: none;
  46. }
  47. .nav {
  48. color: #777;
  49. font-size: 11px;
  50. text-align: center;
  51. position: fixed;
  52. width: 100%;
  53. padding: 4px;
  54. background: #2e2e2e;
  55. }
  56. .nav a {
  57. color: #d6d6d6;
  58. text-decoration: none;
  59. }
  60. .nav a:hover {
  61. color: #a8a8a8;
  62. }
  63. .logoback {
  64. color: #fff;
  65. font-size: 18px;
  66. text-align: center;
  67. margin-top: 21px;
  68. padding: 8px;
  69. border-top: 1px solid #f3ffc4;
  70. border-bottom: 1px solid #9fc323;
  71. background: #b3dc29 url(images/logoback.gif) repeat-x top;
  72. }
  73. .logoback a {
  74. color: #fff;
  75. text-decoration: none;
  76. }
  77. .logoback span {
  78. color: #5c7406;
  79. }
  80. .main {
  81. margin-top: 1px;
  82. margin-bottom: 1px;
  83. padding: 4px;
  84. border-top: 1px solid #e3e3e3;
  85. border-bottom: 1px solid #e3e3e3;
  86. }
  87. dl.menu dt {
  88. color: #828282;
  89. font-size: 14px;
  90. margin: 1px;
  91. padding: 3px;
  92. border: 1px solid #d6d6d6;
  93. background: #f0f0f0 url(images/menu.gif) repeat-x top;
  94. }
  95. dl.menu dt:hover {
  96. background: #f2fec6 url(images/menuh.gif);
  97. }
  98. dl.menu dt a {
  99. color: #828282;
  100. text-decoration: none;
  101. padding-top: 2px;
  102. padding-bottom: 2px;
  103. padding-left: 24px;
  104. display: block;
  105. background: url(images/ar.gif) no-repeat left;
  106. }
  107. dl.menu dt a:hover {
  108. color: #9fc323;
  109. background: url(images/arh.gif) no-repeat;
  110. }
  111. .adv {
  112. text-align: center;
  113. margin-top: 1px;
  114. margin-bottom: 1px;
  115. padding: 3px;
  116. background: #efefef;
  117. }
  118. .copy {
  119. font-size: 11px;
  120. text-align: center;
  121. margin-top: 1px;
  122. padding: 2px;
  123. border-top: 1px dotted #c4c4c4;
  124. background: url(images/copy.gif) repeat-x 1px;
  125. }
  126. .copy a {
  127. color: #ababab;
  128. text-decoration: underline;
  129. }
  130. .count {
  131. text-align: center;
  132. padding: 1px;
  133. }
  134. /*Design by Mad
  135. http://wapdiz.ru*/