home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / dusplic / default.css next >
Encoding:
Cascading Style Sheet File  |  2007-02-10  |  2.1 KB  |  158 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 20px 0 0;
  9.     padding: 0;
  10.     background: #FFFFFF url(images/img1.jpg) repeat-y;
  11.     font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
  12.     color: #8A8E99;
  13. }
  14.  
  15. form {
  16.     margin: 0;
  17.     padding: 0;
  18. }
  19.  
  20. h1, h2, h3, h4, h5, h6 {
  21.     text-transform: uppercase;
  22.     color: #6F7A9F;
  23. }
  24.  
  25. a {
  26.     border-bottom: 1px solid #8A8E99;
  27.     text-decoration: none;
  28.     color: #4369D1;
  29. }
  30.  
  31. a:hover {
  32.     border: none;
  33. }
  34.  
  35. /* Boxed */
  36.  
  37. .boxed {
  38. }
  39.  
  40. .boxed .heading {
  41.     margin: 0;
  42.     padding: 10px 30px 5px 30px;
  43.     font-size: 1em;
  44. }
  45.  
  46. .boxed .content {
  47.     padding-bottom: 20px;
  48.     background: url(images/img3.jpg) no-repeat left bottom;
  49. }
  50.  
  51. .boxed ul {
  52.     margin: 0;
  53.     padding: 0;
  54.     list-style: none;
  55. }
  56.  
  57. .boxed li {
  58.     padding: 2px 30px 2px 40px;
  59.     background: url(images/img4.jpg) no-repeat;
  60. }
  61.  
  62. .boxed a {
  63.     border: none;
  64. }
  65.  
  66. /* Header */
  67.  
  68. #header {
  69.     width: 230px;
  70.     height: 90px;
  71.     padding: 70px 0 0 30px;
  72.     background: url(images/img2.jpg) no-repeat;
  73. }
  74.  
  75. #header h1 {
  76.     margin: 0;
  77.     padding: 0;
  78.     font-size: 3em;
  79. }
  80.  
  81. #header h2 {
  82.     margin: -.75em 0 0 2px;
  83.     padding: 0;
  84.     font-size: 1em;
  85. }
  86.  
  87. #header a {
  88.     border: none;
  89.     color: #6F7A9F;
  90. }
  91.  
  92. /* Posts */
  93.  
  94. #posts {
  95.     float: left;
  96.     position: absolute;
  97.     left: 270px;
  98.     top: 0;
  99.     margin: 160px 20px 0 0;
  100. }
  101.  
  102. .post {
  103.     margin-bottom: 20px;
  104.     padding-bottom: 20px;
  105.     border-bottom: 1px dotted #8A8E99;
  106. }
  107.  
  108. .title {
  109.     margin: 0;
  110.     font-size: 1.8em;
  111. }
  112.  
  113. .posted {
  114.     margin-top: 0;
  115.     font-size: .8em;
  116. }
  117.  
  118. .meta {
  119.     font-size: .8em;
  120. }
  121.  
  122. /* Search */
  123.  
  124. #search form {
  125.     padding: 0 30px 0 40px;
  126. }
  127.  
  128. #textfield1 {
  129.     width: 160px;
  130.     padding: 2px 5px;
  131.     background: url(images/img5.jpg);
  132.     border: none;
  133.     border-top: 1px solid #638DBD;
  134.     border-left: 1px solid #638DBD;
  135.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  136.     font-weight: bold;
  137.     color: #8A8E99;
  138. }
  139.  
  140. #submit1 {
  141.     display: none;
  142. }
  143.  
  144. /* Footer */
  145.  
  146. #footer {
  147.     clear: both;
  148. }
  149.  
  150. #footer p {
  151.     padding-top: 20px;
  152.     text-align: right;
  153.     font-size: .7em;
  154. }
  155.  
  156. #footer a {
  157.     color: #8A8E99;
  158. }