home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / aerolyk / default.css next >
Cascading Style Sheet File  |  2007-02-03  |  3KB  |  206 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: #FFFFFF url(images/img1.gif) repeat-x;
  11.     font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
  12.     color: #6E697D;
  13. }
  14.  
  15. form, h1, h2, h3 {
  16.     margin: 0;
  17.     padding: 0;
  18.     text-transform: lowercase;
  19.     color: #7C6DA6;
  20. }
  21.  
  22. blockquote {
  23.     font-style: italic;
  24. }
  25.  
  26. a {
  27.     text-decoration: none;
  28.     color: #4E3A85;
  29. }
  30.  
  31. a:hover {
  32.     text-decoration: underline;
  33. }
  34.  
  35. /* Header */
  36.  
  37. #header {
  38.     width: 526px;
  39.     height: 80px;
  40.     margin: 0 auto;
  41. }
  42.  
  43. #header h1 {
  44.     float: left;
  45.     padding: 30px 0 0 13px;
  46.     letter-spacing: -4px;
  47.     font-size: 3em;
  48. }
  49.  
  50. #header h2 {
  51.     float: right;
  52.     padding: 52px 13px 0 0;
  53.     font-size: 1.2em;
  54. }
  55.  
  56. #header a {
  57.     text-decoration: none;
  58.     color: #7C6DA6;
  59. }
  60.  
  61. /* Menu */
  62.  
  63. #menu {
  64.     width: 500px;
  65.     height: 50px;
  66.     padding: 13px 13px 0 13px;
  67. }
  68.  
  69. #menu ul {
  70.     margin: 0;
  71.     padding: 0;
  72.     list-style: none;
  73. }
  74.  
  75. #menu li {
  76.     display: inline;
  77. }
  78.  
  79. #menu a {
  80.     display: block;
  81.     float: left;
  82.     width: 125px;
  83.     height: 40px;
  84.     padding: 10px 0 0 0;
  85.     background: url(images/img5.gif) no-repeat;
  86.     text-align: center;
  87.     text-transform: lowercase;
  88.     text-decoration: none;
  89.     letter-spacing: -2px;
  90.     font-size: 1.8em;
  91.     color: #FFFFFF;
  92. }
  93.  
  94. #menu .first a {
  95.     background: none;
  96. }
  97.  
  98. #menu a:hover {
  99.     color: #7C6DA6;
  100. }
  101.  
  102. /* Content */
  103.  
  104. #content {
  105.     width: 526px;
  106.     margin: 0 auto;
  107.     padding: 0;
  108.     background: #FFFFFF url(images/img2.gif) no-repeat;
  109. }
  110.  
  111. /* Column One */
  112.  
  113. #colOne {
  114.     float: left;
  115.     width: 280px;
  116.     padding: 20px 0 0 23px;
  117. }
  118.  
  119. #colOne a {
  120.     border-bottom: 1px dotted #7C6DA6;
  121. }
  122.  
  123. #colOne a:hover {
  124.     border: none;
  125. }
  126.  
  127. #colOne .post {
  128.     margin-bottom: 30px;
  129.     border-bottom: 1px solid #E6E2F1;
  130. }
  131.  
  132. #colOne .title {
  133.     letter-spacing: -2px;
  134.     font-size: 1.6em;
  135. }
  136.  
  137. #colOne .posted {
  138.     font-size: x-small;
  139. }
  140.  
  141. #colOne .meta {
  142.     height: 25px;
  143.     padding: 10px 0 0 0;
  144.     background: url(images/img7.gif) no-repeat right bottom;
  145. }
  146.  
  147. #colOne .meta p {
  148.     margin: 0;
  149.     padding: 0;
  150.     font-size: x-small;
  151. }
  152.  
  153. /* Column Two */
  154.  
  155. #colTwo {
  156.     float: right;
  157.     width: 180px;
  158.     padding: 20px 23px 0 0;
  159. }
  160.  
  161. #textfield1 {
  162.     width: 145px;
  163.     padding: 2px 0 2px 15px;
  164.     background: #F3F0F9 url(images/img6.gif) no-repeat left center;
  165.     border: 1px solid #A69BC6;
  166.     color: #7C6DA6;
  167. }
  168.  
  169. #submit1 {
  170.     display: none;
  171. }
  172.  
  173. #colTwo ul {
  174.     margin: 0;
  175.     padding: 0;
  176.     list-style: none;
  177. }
  178.  
  179. #colTwo li ul, #colTwo li form {
  180.     margin: 0 0 10px 0;
  181.     padding: 10px 10px 15px 10px;
  182.     background: url(images/img4.gif) no-repeat left bottom;
  183. }
  184.  
  185. #colTwo h2 {
  186.     height: 28px;
  187.     padding: 4px 0 0 10px;
  188.     background: url(images/img3.gif) no-repeat;
  189.     letter-spacing: -1px;
  190.     font-size: 1.2em;
  191.     color: #FFFFFF;
  192. }
  193.  
  194. /* Footer */
  195.  
  196. #footer {
  197.     width: 526px;
  198.     margin: 0 auto;
  199.     padding: 10px 0;
  200.     border-top: 1px solid #A396C4;
  201. }
  202.  
  203. #footer p {
  204.     text-align: center;
  205.     font-size: x-small;
  206. }