home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / cool_racing / styles.css < prev    next >
Cascading Style Sheet File  |  2006-12-11  |  2KB  |  140 lines

  1. /* CSS Document by Dieter Schneider for www.csstemplateheaven.com */
  2.  
  3. * {margin: 0;
  4.     padding: 0;
  5. }
  6.  
  7. body { font-family:Arial, Helvetica, sans-serif;
  8.        font-size: 62.5%;
  9. }
  10.  
  11. #header {
  12.     background-image: url(images/header_bg.jpg);
  13.     background-repeat: repeat-x;
  14.     height: 169px;
  15. }
  16.  
  17. #header_menu{
  18.     background-image: url(images/header_menu.jpg);
  19.     background-repeat: repeat-x;
  20.     text-align: right;
  21.     height: 73px;
  22.     padding-top: 10px;
  23. }
  24.  
  25. #container {
  26.     font-size: 1.2em;
  27. }
  28.  
  29. #left {
  30.     float: left;
  31.     width: 161px;
  32.     margin-left: 20px!important;
  33.     margin-left: 10px;
  34.     padding-top: 27px;
  35. }
  36.  
  37. #right {
  38.     float: right;
  39.     width: 210px;
  40.     margin-right: 5px;
  41.     padding-top: 27px;
  42. }
  43.  
  44. #content {
  45.     margin-right: 250px;
  46.     margin-left: 210px;
  47.     padding: 5px;
  48. }
  49.  
  50. #footer {
  51.     background-image: url(images/footer_bg.jpg);
  52.     background-repeat: repeat-x;
  53.     height: 23px;
  54.     text-align: center;
  55.     font-size: .9em;
  56.     padding-top: 60px;
  57. }
  58.  
  59. p{  margin-top: 8px;
  60.     margin-bottom: 8px;
  61. }
  62.  
  63. h1{
  64.     color: #FFFFFF;
  65.     font-size: 3em;
  66.     padding-top: 70px;
  67.     padding-left: 50px;
  68. }
  69.  
  70. .heading_color{
  71.     color: #FF9900;    
  72. }
  73.  
  74.  
  75. h2 {
  76.     margin-bottom: 15px;
  77.     border-bottom: 1px solid #A7AAB3;
  78. }
  79.  
  80. h3 {margin-top: 15px;
  81.     margin-bottom: 15px;
  82.     border-bottom: 1px solid #A7AAB3;
  83. }
  84.  
  85. h4 {
  86.     background-image: url(images/menu_tab.jpg);
  87.     height: 31px;
  88.     width: 146px;
  89.     padding-top: 5px;
  90.     padding-left: 15px;
  91. }
  92.  
  93. .images_left {float: left;
  94.                margin: 5px;
  95. }
  96.  
  97. .thumbs {border: 1px solid gray;
  98.          margin: 5px;
  99.          padding: 1px;
  100. }
  101.  
  102. a:link {color: #000000}     /* unvisited link */
  103. a:visited {color: #333333}  /* visited link */
  104. a:hover {color: #FF6633}   /* mouse over link */
  105. a:active {color: #FF3333}   /* selected link */
  106.  
  107. /***********************************'   Left side Menu  *******************************/
  108.  
  109. #navlist
  110. {
  111.     padding-left: 0;
  112.     margin-left: 0;
  113.     border-bottom: 1px solid #C2C2CA;
  114.     width: 160px;
  115. }
  116.  
  117. #navlist li
  118. {
  119. list-style: none;
  120. margin: 0;
  121. padding: 0.25em;
  122. border-top: 1px solid #C2C2CA;
  123. }
  124.  
  125. #navlist li a {
  126.     text-decoration: none;
  127.  
  128. }
  129.  
  130. /***********************************'  Header Menu  ****************/
  131.  
  132. .navlist li
  133. {
  134.     display: inline;
  135.     list-style-type: none;
  136.     padding-right: 20px;
  137.     font-weight: bold;
  138.     font-size: 1.1em;
  139. }
  140.