home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / ginger-esque / style.css < prev   
Cascading Style Sheet File  |  2006-09-10  |  2KB  |  148 lines

  1. /* Page Formatting */
  2.  
  3. * {
  4.     margin:0;
  5.     padding:0;
  6.     }
  7.  
  8. body {
  9.     background-color:#fcfcfc;
  10.     background-image:url(images/background.gif);
  11.     background-repeat:repeat-x;
  12.     font:12px "Trebuchet MS", Arial, Verdana;
  13.     color:#555555;
  14.     text-align:left;
  15. }
  16. a {
  17.     color:#6A95AD;
  18.     text-decoration:none;
  19.     }
  20. a:hover {
  21.     color:#E9BF1B;
  22.     text-decoration:none;
  23.     }
  24. img, img a {
  25.     border:0;
  26.     }
  27. p {
  28.     line-height:1.7em;
  29.     margin-bottom:20px;
  30. }
  31.  
  32. /* Page Structure */
  33.  
  34. #wrapper {
  35.     width:760px;
  36.     margin:0 auto;
  37.     padding:10px;
  38.     background-color:#fff;
  39.     border-left:1px solid #efefef;
  40.     border-right:1px solid #efefef;
  41.     border-bottom:1px solid #efefef;
  42.     }
  43. #header {
  44.     height:200px;
  45.     background-image:url(images/header.png);
  46.     background-repeat:no-repeat;
  47.     margin-bottom:10px;
  48.     }
  49. #sidebar {
  50.     float:left;
  51.     text-align:left;
  52.     width:150px;
  53.     padding:10px;
  54.     background-image:url(images/bg-sidebar.gif);
  55.     border:1px solid #efefef;
  56.     color:#666666;
  57.     }
  58. #content {
  59.     margin-left:190px;
  60.     min-height:450px;
  61.     }
  62. #footer {
  63.     clear:both;
  64.     padding:10px 0;
  65.     font-size:11px;
  66.     text-align:center;
  67.     line-height:16px;
  68.     color:#999999;
  69.     font-weight:bold;
  70.     }
  71.  
  72. /*  Headings */
  73.  
  74. h1 {
  75.     font-weight:normal;
  76.     letter-spacing:-1px;
  77.     font-size:1.8em;
  78.     padding-bottom:0;
  79.     }
  80. h1 a {
  81.     text-decoration:none;
  82.     }
  83. h1 a:hover {
  84.     text-decoration:none;
  85.     }
  86. h2 {
  87.     font-weight:bold;
  88.     font-size:1.0em;
  89.     }
  90. h3 {
  91.     font-weight:normal;
  92.     font-family:Geneva, Arial, Helvetica, sans-serif;
  93.     font-size:3.0em;
  94.     line-height:200px;
  95.     margin-left:10px;
  96.     }
  97. h3 a {
  98.     color:#ffffff;
  99.     }
  100. h3 a:hover {
  101.     color:#ffffff;
  102.     text-decoration:none;
  103.     }
  104.  
  105. /* Sidebar */
  106.  
  107. #sidebar ul {
  108.     list-style-type:none;
  109.     margin:0 0 20px 0;
  110.     }
  111. #sidebar li {
  112.     list-style-type:disc;
  113.     margin-left:14px;
  114.     }
  115. #sidebar a {
  116.     font-weight:normal;
  117.     }
  118. #sidebar a:hover {
  119.     text-decoration:underline;
  120.     }
  121.  
  122. /* Classes */
  123.  
  124. .item {
  125.     margin-bottom:10px;
  126.     }
  127. .meta {
  128.     margin-bottom:10px;
  129.     color:#999999;
  130.     }
  131.  
  132. /* Extra's */
  133.  
  134. blockquote  {
  135.     border-left:5px solid #333333;
  136.     color:#333333;
  137. }
  138. #subscribe {
  139.     padding-right:5px;
  140. }
  141. #sub {
  142.     font-weight:bold;
  143.     font-family:Geneva, Arial, Helvetica, sans-serif;
  144.     font-size:1.3em;
  145.     }
  146. #sub a:hover {
  147.     text-decoration:none;
  148.     }