home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / sahara / default.css next >
Encoding:
Cascading Style Sheet File  |  2006-11-30  |  2.5 KB  |  187 lines

  1. *
  2. {
  3.     margin: 0em;
  4.     padding: 0em;
  5. }
  6.  
  7. a
  8. {
  9.     color: #8DA359;
  10.     text-decoration: underline;
  11. }
  12.  
  13. a:hover
  14. {
  15.     text-decoration: none;
  16. }
  17.  
  18. body
  19. {
  20.     background-color: #F0E3A4;
  21.     background-image: url('images/a4.gif');
  22.     background-repeat: repeat-x;
  23.     color: #37371E;
  24.     font-family: georgia, serif;
  25.     font-size: 10pt;
  26. }
  27.  
  28. #outer
  29. {
  30.     width: 760px;
  31.     margin-left: auto;
  32.     margin-right: auto;
  33.     margin-top: 1.0em;
  34.     background-color: #FEFEF2;    
  35.     background-image: url('images/a3.gif');
  36.     background-repeat: repeat-x;
  37.     padding: 1.0em;
  38.     border-top: solid 1px #ffffff;
  39.     margin-bottom: 1.0em;
  40. }
  41.  
  42. #outer2
  43. {
  44.     border: dotted 1px #EFEAD1;
  45.     padding: 1.0em;
  46. }
  47.  
  48. #menu
  49. {
  50.     background-color: #6C7424;
  51.     background-image: url('images/a1.gif');
  52.     background-repeat: repeat-x;
  53.     color: #ffffff;
  54.     height: 1.4em;
  55.     line-height: 1.4em;
  56.     padding: 0.8em;
  57.     border-bottom: solid 1px #ffffff;
  58.     border-top: solid 1px #6D7B34;
  59. }
  60.  
  61. #menu a
  62. {
  63.     color: #ffffff;
  64.     text-decoration: none;
  65. }
  66.  
  67. #menu ul
  68. {
  69.     list-style: none;
  70.     padding: 0em;
  71. }
  72.  
  73. #menu li
  74. {
  75.     display: inline;
  76.     font-size: 0.9em;
  77.     font-weight: bold;
  78. }
  79.  
  80. #menu li a
  81. {
  82.     padding: 0.8em;
  83. }
  84.  
  85. #menu li a:hover
  86. {
  87.     background-color: #515815;
  88.     background-image: url('images/a2.gif');
  89.     background-repeat: repeat-x;
  90. }
  91.  
  92. #header
  93. {
  94.     padding: 0.8em 1.2em 1.2em 1.2em;
  95. }
  96.  
  97. #header h1
  98. {
  99.     font-size: 3.0em;
  100.     text-transform: lowercase;
  101.     font-weight: normal;
  102.     letter-spacing: -0.05em;
  103. }
  104.  
  105. #header h2
  106. {
  107.     position: relative;
  108.     top: -0.1em;
  109.     text-transform: lowercase;
  110.     font-size: 0.8em;
  111.     color: #4F4F2B;
  112. }
  113.  
  114. #content
  115. {
  116.     margin-top: 1.0em;
  117.     padding: 1.2em;
  118.     line-height: 2.2em;
  119.     font-size: 0.9em;
  120.     position: relative;
  121. }
  122.  
  123. #footer
  124. {
  125.     border-top: dashed 1px #EFEFD6;
  126.     padding-top: 1.0em;
  127.     font-size: 1.0em;
  128.     color: #AFA162;
  129.     padding-left: 1.2em;
  130.     clear: both;
  131. }
  132.  
  133. #column1
  134. {
  135.     width: 530px;
  136.     float: left;
  137.     position: relative;
  138. }
  139.  
  140. #column1 p
  141. {
  142.     text-align: justify;
  143.     margin-bottom: 2.0em;
  144.     color: #4F4F2B;
  145. }
  146.  
  147. #column1 h3
  148. {
  149.     font-size: 1.2em;
  150.     border-bottom: dashed 1px #CECF8F;
  151.     margin-bottom: 1.0em;
  152. }
  153.  
  154. #column2
  155. {
  156.     width: 145px;
  157.     float: right;
  158.     position: relative;
  159.     margin-left: auto;
  160. }
  161.  
  162. #column2 p
  163. {
  164.     text-align: justify;
  165.     margin-bottom: 2.0em;
  166.     color: #4F4F2B;
  167.     font-size: 1.0em;
  168. }
  169.  
  170. #column2 h3
  171. {
  172.     font-size: 1.1em;
  173.     border-bottom: dashed 1px #CECF8F;
  174.     margin-bottom: 1.0em;
  175. }
  176.  
  177. #column2 ul
  178. {
  179.     list-style: none;
  180.     line-height: 2.0em;
  181.     margin-bottom: 2.0em;
  182. }
  183.  
  184. #column2 li
  185. {
  186.     border-bottom: dashed 1px #EFEFD6;
  187. }