home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / fotolandia / default.css next >
Cascading Style Sheet File  |  2007-01-28  |  2KB  |  161 lines

  1. /*
  2. Design by Free CSS Templates
  3. http://www.freecsstemplates.org
  4. Released for free under a Creative Commons Attribution 2.5 License
  5. */
  6.  
  7. body {
  8.     margin: 0;
  9.     padding: 0;
  10.     background: #191919 url(images/img1.gif) repeat-x;
  11.     font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
  12.     color: #999999;
  13. }
  14.  
  15. a {
  16.     border-bottom: 1px dotted #7D9412;
  17.     text-decoration: none;
  18.     color: #F2900B;
  19. }
  20.  
  21. a:hover {
  22.     border: none;
  23.     text-decoration: none;
  24.     color: #FFFFFF;
  25. }
  26.  
  27. /* Header */
  28.  
  29. #header {
  30.     width: 700px;
  31.     height: 100px;
  32.     margin: 0 auto;
  33.     background: url(images/img2.gif);
  34. }
  35.  
  36. #header * {
  37.     margin: 0;
  38.     padding: 0;
  39.     text-transform: lowercase;
  40.     text-align: center;
  41.     font-style: italic;
  42.     font-weight: normal;
  43.     color: #FFFFFF;
  44. }
  45.  
  46. #header h1 {
  47.     letter-spacing: -4px;
  48.     font-size: 4em;
  49. }
  50.  
  51. #header h2 {
  52.     margin-top: -.5em;
  53.     font-size: 1em;
  54. }
  55.  
  56. /* Content */
  57.  
  58. #content {
  59.     width: 700px;
  60.     margin: 0 auto;
  61.     padding: 20px 0 0 0;
  62. }
  63.  
  64. /* Column One */
  65.  
  66. #colOne {
  67.     float: left;
  68.     width: 470px;
  69. }
  70.  
  71. #colOne h2 {
  72.     margin-top: 0;
  73.     font-size: 2.2em;
  74.     color: #CCCCCC;
  75. }
  76.  
  77. #colOne p, #colOne ul, #colOne ol {
  78.     line-height: 200%;
  79. }
  80.  
  81. #colOne .credits {
  82.     margin-bottom: 50px;
  83.     padding: 5px 0 8px 8px;
  84.     background: #000000;
  85.     border-left: 2px solid #F2900B;
  86. }
  87.  
  88. #colOne .credits p {
  89.     margin: 0;
  90.     padding: 0;
  91.     line-height: normal;
  92. }
  93.  
  94. /* Column Two */
  95.  
  96. #colTwo {
  97.     float: right;
  98.     width: 200px;
  99.     background: #111111;
  100. }
  101.  
  102. #colTwo ul {
  103.     margin: 0;
  104.     padding: 10px 0 0 0;
  105.     list-style: none;
  106. }
  107.  
  108. #colTwo li {
  109.     margin-bottom: 20px;
  110.     background: url(images/img3.gif) repeat-x;
  111. }
  112.  
  113. #colTwo li li {
  114.     margin-bottom: auto;
  115.     background: none;
  116. }
  117.  
  118. #colTwo li ul {
  119.     padding-top: 0;
  120.     padding-left: 20px;
  121.     list-style: square inside;
  122. }
  123.  
  124. #colTwo h2 {
  125.     height: 25px;
  126.     padding: 10px 0 0 10px;
  127.     background: url(images/img4.gif) no-repeat right top;
  128.     text-transform: uppercase;
  129.     letter-spacing: 2px;
  130.     font-size: .8em;
  131.     color: #F2900B;
  132. }
  133.  
  134. #form1 {
  135.     background: #191919;
  136. }
  137.  
  138. #textfield1 {
  139.     width: 100px;
  140.     margin-left: 20px;
  141. }
  142.  
  143. #submit1 {
  144. }
  145.  
  146. /* Footer */
  147.  
  148. #footer {
  149.     clear: both;
  150.     width: 150px;
  151.     height: 60px;
  152.     margin: 0 auto;
  153.     padding: 20px 0 0 550px;
  154. }
  155.  
  156. #footer p {
  157.     margin: 0;
  158.     padding: 0;
  159.     text-align: right;
  160.     font-size: smaller;
  161. }