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

  1. /*BODY STYLING*/
  2.  
  3. body {
  4.     background-color:#000000;
  5.     font-family:"Trebuchet MS", sans-serif;
  6.     }
  7.     
  8. a {
  9.     color:#333333;
  10.     text-decoration:none;
  11.     }
  12.     
  13. a:hover {
  14.     color:#0099ff;
  15.     }
  16.     
  17. h1 {
  18.     font-size:20px;
  19.     color:#0099FF;
  20.     margin: 0px;
  21.     border-bottom:1px #000000 solid;
  22.     }
  23.     
  24. h2 {
  25.     font-size:24px;
  26.     color:#0099ff;
  27.     margin: 0px;
  28.     border-bottom:1px #000000 dashed;
  29.     }
  30.     
  31. p {
  32.     text-align:justify;
  33.     font-size:12px;
  34.     color:#000000;
  35.     margin:0px;
  36.     }
  37.     
  38. ul {
  39.     list-style:none;
  40.     }
  41.  
  42. li {
  43.     color: #0099FF;
  44.     }
  45.     
  46. /*HEADER*/
  47. #header {
  48.     width:100%;
  49.     height:120px;
  50.     }
  51.     
  52. .header_text {
  53.     font-size: 36px;
  54.     color:#0099FF;
  55.     margin-left: 8px;
  56.     }
  57.  
  58. .sub_header_text {
  59.     font-size:24px;
  60.     color:#CCCCCC;
  61.     margin-left:30px;
  62.     }
  63.     
  64. #header_nav {
  65.     width:50%;
  66.     float:right;
  67.     margin-right:5px;
  68.     text-align:right;
  69.     }
  70.  
  71. #header_nav ul {
  72.     list-style: none;
  73.     }
  74.  
  75. #header_nav li{
  76.     display:inline;
  77.     padding:0 3px 0 3px;
  78.     margin:2px;
  79.     color:#000000;
  80.     }
  81.     
  82. #header_nav li:hover {
  83.     color:#333333;
  84.     border-bottom: 1px #0099FF dashed; 
  85.     }
  86. /*MAIN CONTENT STUFF*/
  87. #content_container {
  88.     width:100%;
  89.     }
  90.  
  91. #content {
  92.     width:477px;
  93.     float:right;
  94.     margin: 5px 5px 0 5px;
  95.     }
  96.  
  97. #main_container {
  98.     width:720px;
  99.     margin: 0 auto;
  100.     background-color:#333333;
  101.     }
  102.     
  103. #inner_container {
  104.     width:700px;
  105.     margin: 0 auto;
  106.     background-color:#666666;
  107.     }
  108.     
  109. #sidebar {
  110.     width:200px;
  111.     height:100%;
  112.     margin: 5px 0 0 5px;
  113.     float:left;
  114.     }
  115.     
  116. #sidebar_box {
  117.     width:100%;
  118.     border: 1px solid #000000;
  119.     padding:2px;
  120.     text-align:justify;
  121.     }
  122.     
  123. #footer {
  124.     width:100%;
  125.     height:20px;
  126.     clear:both;
  127.     font-size:9px;
  128.     color:#0099FF;
  129.     text-align:center;
  130.     padding-top:15px;
  131.     }
  132.     
  133. #footer a{
  134.     color:#000000;
  135.     }
  136.  
  137. #footer a:hover {
  138.     border-bottom:1px #0099ff dashed;
  139.     }
  140.     
  141. .sidebarbox {
  142.     font-size:12px;
  143.     text-align:justify;
  144.     color:#1D1D1D;
  145.     }
  146.  
  147. .sidebarbox2 {
  148.     font-size:12px;
  149.     text-align:justify;
  150.     color:#2c2c3C;
  151.     }
  152.  
  153.  
  154.  
  155.     
  156.