home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / template9 / style.css < prev   
Encoding:
Cascading Style Sheet File  |  2005-07-27  |  2.5 KB  |  163 lines

  1. body {
  2.     font-family: tahoma, helvetica, arial, sans-serif;
  3.     font-size: 11px;
  4.     text-align: center;
  5.     background: #979dae;
  6.     color: #e4e7ef;
  7.      background-image:url(images/bg_lines.gif);
  8. }
  9.  
  10. img { border: 0; }
  11.  
  12. #wrapper {
  13.     margin: auto;
  14.     text-align: left;
  15.     width: 784px;
  16.     position: relative;
  17.     background: url(images/body_bg.gif) repeat-y;
  18. }
  19.  
  20. #body {
  21.     background: url(images/body_b.gif) no-repeat bottom;
  22. }
  23.  
  24. h1, h2, div, ul, li {
  25.     padding: 0;
  26.     margin: 0;
  27.     list-style: none;
  28. }
  29.  
  30. h1 {
  31.     text-align: right;
  32. }
  33.  
  34. h2 {
  35.     color: white;
  36.     font-weight: normal;
  37. }
  38.  
  39. h3 {
  40.     font-size: 10px;
  41. }
  42.  
  43. a {
  44.     color: white;
  45.     text-decoration: none;
  46.     font-weight: bold;
  47. }
  48.  
  49. .clear {
  50.     clear: both;
  51. }
  52.  
  53. .readmore {
  54.     text-align: right;
  55. }
  56.  
  57. .readmore a {
  58.     text-decoration: underline;
  59. }
  60.  
  61. #left .readmore {
  62.     text-align: left;
  63. }
  64.  
  65. #left {
  66.     margin: 0;
  67.     padding-top: 35px;
  68.     background: url(images/menu_t.gif) no-repeat;
  69.     float: left;
  70.     width: 165px;
  71. }
  72.  
  73. #left h3 {
  74.     font-size: 10px;
  75.     color: white;
  76.     margin: 1em 0;
  77.     padding: 0;
  78. }
  79.  
  80. #left p {
  81.     margin: 1em 0;
  82.     padding: 0;
  83. }
  84.  
  85.  
  86. #nav {
  87.     background: url(images/menu_bg.gif) repeat-y;
  88. }
  89.  
  90. #nav li {
  91.     border-top: 1px solid white;
  92.     padding: 4px 2px 4px 36px;
  93.     text-indent: -28px;
  94. }
  95.  
  96. #latest {
  97.     padding-top: 13px;
  98.     background: url(images/menu_b.gif) no-repeat;
  99. }
  100.  
  101. #latest .events {
  102.     padding: 0 10px;
  103. }
  104.  
  105. #logo {
  106.     position: absolute;
  107.     left: 165px;
  108.     top: 0;
  109. }
  110.  
  111. #content .inner {
  112.     float: left;
  113.     padding-top: 48px;
  114.     margin: 20px 0 10px 30px;
  115.     width: 348px;
  116. }
  117.  
  118. #searchbox {
  119.     float: right;
  120.     margin-top: 48px;
  121.     width: 222px;
  122.     background: url(images/search_bg.gif) repeat-y;
  123. }
  124.  
  125. #searchbox h3 {
  126.     margin: 0;
  127.     padding: 210px 0 10px 47px;
  128.     background: url(images/rider.jpg) no-repeat;
  129.     color: white;
  130. }
  131.  
  132. #searchbox form {
  133.     background: url(images/search_b.gif) no-repeat bottom;
  134.     padding: 1px 0 40px 47px;
  135.     margin: 0;
  136.     line-height: 2;
  137. }
  138.  
  139. #searchbox .text {
  140.     width: 150px;
  141. }
  142.  
  143. #searchbox .submit {
  144.     border: 1px solid #c5cee7;
  145.     background: #7785ad;
  146.     color: #fff;
  147. }
  148.  
  149. #searchbox .softright {
  150.     text-align: right;
  151.     padding-top: 3px;
  152.     padding-right: 20px;
  153. }
  154.  
  155. #footer {
  156.     padding: 20px 0;
  157.     text-align: center;
  158.     color: #fff; 
  159. }
  160.  
  161. #footer a {
  162.     text-decoration: underline;
  163. }