home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / natural_view / style.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-01-15  |  2.3 KB  |  152 lines

  1. body {
  2.     color: #000;
  3.     background-color: #fff;
  4.     font-family: Arial, Verdana, sans-serif;
  5.     background: url("./img/pan.jpg") top left repeat-x;
  6. }
  7. * {
  8.     padding: 0;
  9.     margin: 0;
  10. }
  11.  
  12. a, a:active {
  13.     color: #7c3500;
  14. }
  15. a:hover {
  16.     color: #4f9adb;
  17. }
  18. a:visited {
  19.     color: #909090;
  20. }
  21. #page {
  22. }
  23. .clear {
  24.     clear: both;
  25. }
  26. .nodisp {
  27.     display: none;
  28. }
  29. .italic {
  30.     font-style: italic;
  31. }
  32. .flleft {
  33.     float: left;
  34. }
  35. .flright {
  36.     float: right;
  37. }
  38.  
  39. #bg1 {
  40.     background: url("./img/prechod.png") top left repeat-x;
  41.     height: 12px;
  42.     margin-top: 80px;
  43. }
  44. #bg2 {
  45.     background: url("./img/prechod2.png") top left repeat-x;
  46.     padding: 10px;
  47. }
  48. #menu {
  49.     font-size: medium;
  50. }
  51. h1 {
  52.     font-family: Georgia, Verdana, sans-serif;
  53.     font-size: 200%;
  54.     margin-right: 20px;
  55.     color: #466f01;
  56.     float: left;
  57. }
  58. h2 {
  59.     font-family: "Trebuchet MS", sans-serif;
  60.     font-size: 125%;
  61.     color: #999;
  62. }
  63. h3 {
  64.     font-size: 100%;
  65.     padding-top: 1ex;
  66.     padding-bottom: 1ex;
  67. }
  68. #menu h2 {
  69.     float: left;
  70.     font-style: italic;
  71. }
  72. #menu ul {
  73.     list-style-type: none;
  74. }
  75. #menu li {
  76.     float: left;
  77.     margin-right: 5px;
  78. }
  79. #menu a {
  80.     display: block;
  81.     text-decoration: none;
  82.     background: url("./img/list.jpg");
  83.     color: #fff;
  84.     padding: 5px;
  85.     font-weight: bold;
  86.     font-family: Georgia, Verdana, sans-serif;
  87. }
  88. #menu a:hover {
  89.     background: url("./img/list_normal.jpg");
  90. }
  91.  
  92. .cpad {
  93.     padding: 5px;
  94. }
  95. #content ul {
  96.     list-style-type: none;
  97. }
  98. #content, #footer {
  99.     padding-top: 20px;
  100.     font-size: small;
  101. }
  102. #content h2 {
  103.     padding: 1ex;
  104.     font-size: 150%;
  105.     font-family: Georgia, Verdana, sans-serif;
  106. }
  107. #left h2 {
  108.     color: #8b4513;
  109. }
  110. #right h2 {
  111.     color: #78842c;
  112. }
  113. #left ul li {
  114.     background: url("./img/dotlist.gif") center left no-repeat;
  115.     padding-left: 3ex;
  116. }
  117. #right ul li {
  118.     padding-left: 3ex;
  119.     padding-top: 0.5ex;
  120.     padding-bottom: 0.5ex;
  121.     background: url("./img/dotlist.gif") center left no-repeat;
  122.     border-bottom: 1px dotted #c0c0c0;
  123. }
  124. #content p {
  125.     padding-bottom: 1ex;
  126. }
  127. #left {
  128.     position: absolute;
  129.     width: 18em;
  130.     background: #fff url("./img/prechod5.png") top right repeat-y;
  131.     font-family: "Trebuchet MS", Verdana, sans-serif;
  132.     border-bottom: 1px dotted #c0c0c0;
  133. }
  134. .lpad {
  135.     background: url("./img/prechod6.png") top left repeat-x;
  136. }
  137. img.flimg {
  138.     margin: 10px;
  139.     border: 1px solid #bbb;
  140. }
  141. #right {
  142.     margin-left: 20em;
  143.     min-height: 300px;
  144. }
  145. #fbg {
  146.     background: #fff url("./img/prechod4.png") top left repeat-x;
  147.     height: 15px;
  148. }
  149. #footer {
  150.     position: relative;
  151.     text-align: center;
  152. }