home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / history_war / style.css < prev   
Cascading Style Sheet File  |  2007-01-05  |  2KB  |  133 lines

  1. /* CSS Document by Dieter Schneider 2006 | www.csstemplateheaven.com */
  2.  
  3. * {margin: 0;
  4.    padding: 0;
  5. }
  6.  
  7. p {
  8.     margin-bottom: 15px;
  9.     background-color: #f9f9f9;
  10.     padding: 5px;
  11. }
  12.  
  13. h1 {
  14.     font-family: "Times New Roman", Times, serif;
  15.     font-size: 4em;
  16.     font-style: italic;
  17.     color: #595726;
  18. }
  19.  
  20. h2 {
  21.     font-size: 1.4em;
  22.     font-family: "Times New Roman", Times, serif;
  23.     margin-bottom: 15px;
  24.     color: #BCBB9F;
  25. }
  26.    
  27. h3 {
  28.     margin-top: 5px;
  29.     color: #595726;
  30.     font-size: 1.2em;
  31.     background-color: #dfdec9;
  32.     padding: 4px;
  33. }
  34.  
  35. h4 {
  36.     color: #595726;
  37.     font-size: 0.7em;
  38.     background-color: #dfdec9;
  39.     padding: 4px;
  40.     text-align: left;
  41. }
  42.  
  43. a:link {
  44.     color: #6C6A41;
  45.     text-decoration: none;
  46. }     /* unvisited link */
  47. a:visited {color: #333333}  /* visited link */
  48. a:hover {color: #000000}   /* mouse over link */
  49. a:active {color: #000000}   /* selected link */
  50.    
  51. .float_left {float: left;
  52.               margin-right: 6px;}
  53.  
  54. body {
  55.     font-size: 62.5%;
  56.     padding: 15px;
  57.     font-family: Georgia, "Times New Roman", Times, serif;
  58. }
  59.  
  60. #header {
  61.     background-image: url(images/header.jpg);
  62.     background-repeat: no-repeat;
  63.     height: 20px;
  64.     padding-right: 10px;
  65.     background-color: #575857;
  66.     margin-bottom: 10px;
  67.     text-align: right;
  68.     color: #CCCCCC;
  69.     padding-top: 45px;
  70. }
  71.  
  72. .header_txt {
  73.     color: #FFFFFF;
  74.     background: none;
  75. }
  76.  
  77. #left {width: 30%;
  78.        float: left;
  79.        font-size: 1.2em;
  80. }
  81.  
  82. #right {width: 30%;
  83.         float: right;
  84.         font-size: 1.2em;
  85. }
  86.  
  87. #content {margin-left: 32%;
  88.           margin-right: 32%;
  89.           font-size: 1.2em;
  90. }
  91.  
  92.  
  93.  
  94. #footer {
  95.     font-size: 1.2em;
  96.     background-color: #f9f9f9;
  97.     border-top: 1px dotted #CCCCCC;
  98.     border-bottom: 1px dotted #CCCCCC;
  99.     text-align: center;
  100.     padding: 15px;
  101.     clear: both;
  102. }
  103.  
  104.  
  105. #navcontainer
  106. {
  107.     margin-bottom: 1em;
  108.     overflow: hidden;
  109.     width: 100%;
  110.     font-size: 1.2em;
  111.     font-style: italic;
  112.     border-bottom: 1px solid #999999;
  113.     border-top: 1px solid #999999;
  114.     padding-top: 10px;
  115.     padding-bottom: 10px;
  116.     background-color: #f9f9f9;
  117. }
  118.  
  119. #navlist
  120. {
  121.     list-style-type: none;
  122.     color: #000000;
  123. }
  124.  
  125. #navlist li
  126. {
  127. border-left: 1px solid #000;
  128. float: left;
  129. line-height: 1.1em;
  130. margin: 0 .5em 0 -.5em;
  131. padding: 0 .5em 0 .5em;
  132. }
  133.