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

Размер файла: 1.86Kb
  1. /*Css3 Profile*/
  2. body {
  3. color: #6d6d6d;
  4. margin: 0;
  5. font: 12px tahoma;
  6. }
  7. a:link, a:active, a:visited {
  8. color: #fe9b00;
  9. text-decoration: none;
  10. }
  11. a:hover, a:focus {
  12. color: #939393;
  13. }
  14. a.ico {
  15. padding-left: 9px;
  16. background: url(images/arrow.gif) no-repeat left;
  17. }
  18. a.ico:hover {
  19. background: url(images/arrowh.gif) no-repeat left;
  20. }
  21. img {
  22. vertical-align: middle;
  23. border-style: none;
  24. }
  25. .head {
  26. text-shadow: #e6daac 1px 1px;
  27. color: #444;
  28. font-size: 18px;
  29. font-weight: bold;
  30. padding: 3px;
  31. border-bottom: 1px solid #edaa09;
  32. background: #fff2bf;
  33. }
  34. .head a {
  35. color: #444;
  36. }
  37. .h {
  38. color: #fff;
  39. font-weight: bold;
  40. padding: 4px;
  41. border-top: 1px solid #ffda70;
  42. background: #ffc229 url(images/h.gif) repeat-x top;
  43. }
  44. .main {
  45. margin-top: 1px;
  46. margin-bottom: 1px;
  47. padding: 2px;
  48. background: url(images/main.gif) repeat-x top;
  49. }
  50. .titl {
  51. color: #fff;
  52. margin-left: 2px;
  53. padding: 2px 50px;
  54. display: inline-table;
  55. background: #ffb500 url(images/titl.gif) repeat-x top;
  56. }
  57. .menu {
  58. margin: 2px;
  59. padding: 3px;
  60. border: 1px solid #ece9e9;
  61. background: #f8f8f8;
  62. }
  63. .adv {
  64. padding: 3px;
  65. border-top: 1px solid #e8e8e8;
  66. border-bottom: 1px solid #e8e8e8;
  67. background: #f7f7f7;
  68. }
  69. .adv a {
  70. color: #7b7b7b;
  71. padding-left: 12px;
  72. background: url(images/ads.gif) no-repeat left;
  73. }
  74. .adv a:hover {
  75. color: #fe9b00;
  76. background: url(images/adsh.gif) no-repeat left;
  77. }
  78. .nav {
  79. text-align: center;
  80. padding: 3px;
  81. border-top: 1px solid #f5e9b8;
  82. border-bottom: 1px solid #ffe993;
  83. background: #fff2bf url(images/nav.gif) repeat-x top;
  84. }
  85. .copy {
  86. font-size: 11px;
  87. margin-top: 1px;
  88. padding: 4px;
  89. border-bottom: 1px solid #ffe684;
  90. background: #fff2bf;
  91. }
  92. .copy a {
  93. color: #868686;
  94. }
  95. .count {
  96. text-align: center;
  97. padding: 2px;
  98. background: url(images/counter.gif) repeat-x top;
  99. }
  100. .titl, .menu {
  101. border-radius: 4px;
  102. }
  103. /*Design by Mad
  104. http://wapdiz.ru
  105. ICQ: 872-794*/