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

Размер файла: 2.08Kb
  1. body {
  2. font-weight: normal;
  3. font-family: verdana, arial;
  4. font-size: 12px;
  5. color: #000000;
  6. background-color: #f6ffe3;
  7. max-width: 2000px;
  8. margin-top: 0px;
  9. margin-right: auto;
  10. margin-bottom: 0px;
  11. margin-left: auto;
  12. vertical-align:middle;
  13. }
  14.  
  15. .headlogo {
  16. background-color: #507311;
  17. text-align: center;
  18. background-image: url(pic/fonlogo.png);
  19. background-repeat: repeat-x;
  20. height: 36px;
  21. border-bottom: 2px solid #f6ffe3;
  22. }
  23.  
  24. .box {
  25. margin: 0px 0px 2px 0px;
  26. text-align:center;
  27. font-size: 13px;
  28. font-weight: bold;
  29. padding: 3px 3px 0px 3px;
  30. background-color: #699514;
  31. color: #f6ffe3;
  32. height: 20px;
  33. background-image: url(pic/head.png);
  34. background-repeat: repeat-x;
  35. }
  36.  
  37. .vreklam {
  38. margin: 0px 0px 2px 0px;
  39. padding: 2px;
  40. border-style: solid;
  41. border-color: #6A941D;
  42. color: #171745;
  43. border-width: 1px 0px 1px 0px;
  44. background-color: #ecfec5;
  45. text-align: center;
  46. }
  47. .nreklam {
  48. margin: 0px 0px 2px 0px;
  49. padding: 2px;
  50. border-style: solid;
  51. border-color: #6A941D;
  52. color: #171745;
  53. border-width: 1px 0px 1px 0px;
  54. background-color: #ecfec5;
  55. text-align: center;
  56. }
  57.  
  58.  
  59.  
  60. .box a:link { color: #f6ffe3;}
  61. .box a:hover { color: #f6ffe3; text-decoration: none; }
  62. .box a:visited { color:#f6ffe3; text-decoration: none; }
  63. .box a:active { color:#f6ffe3; text-decoration: none; }
  64. .m {
  65. color: #000000;
  66. margin: 1px 2px 1px 2px;
  67. padding: 2px;
  68. background-color: #f6ffe3;
  69. border-bottom: 1px dotted #f6ffe3;
  70. }
  71. .m:hover {
  72. color: #000000;
  73. background-color: #d4e5af;
  74. border-bottom: 1px dotted #f6ffe3;
  75. }
  76. .m img { vertical-align:middle;}
  77.  
  78.  
  79.  
  80. a:link, a:active, a:visited { text-decoration: none; color : #669212;}
  81. a:hover {
  82. color : #4D6E10;}
  83.  
  84. .vreklam a:hover { background: #f6ffe3; text-decoration: none; }
  85.  
  86. input {
  87. background-color:#f6ffe3;
  88. border-width:1px;
  89. border-style:solid;
  90. border-color:#314804;
  91. }
  92. textarea {
  93. background-color:#f6ffe3;
  94. border-width:1px;
  95. border-style:solid;
  96. border-color:#314804;
  97. }
  98. select {
  99. background-color:#f6ffe3;
  100. border-width:1px;
  101. border-style:solid;
  102. border-color:#314804;
  103. }