home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / flyingblue / default.css next >
Cascading Style Sheet File  |  2007-01-13  |  4KB  |  254 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. /* Elements */
  8.  
  9. body {
  10.     /*background: #000000 url(images/img1.gif) repeat-x left top; */
  11.     margin: 0px;
  12.     padding: 0px;
  13.     background: #000000 url(images/img1.jpg);
  14.     text-align: justify;
  15.     font-family: Tahoma, Arial, Helvetica, sans-serif;
  16.     font-size: 11px;
  17.     color: #333333;
  18.     line-height: 20px;
  19. }
  20.  
  21. h1 {
  22.     margin-top: 0px;
  23. }
  24.  
  25. h2, h3 {
  26.     margin-top: 0px;
  27. }
  28.  
  29. h4, h5, h6 {
  30. }
  31.  
  32. p, ol, ul, dl, blockquote {
  33. }
  34.  
  35. a {
  36.     color: #FFFFFF;
  37. }
  38.  
  39. a:hover {
  40.     text-decoration: none;
  41. }
  42.  
  43. img { border: 2px solid #FFFFFF; }
  44.  
  45. .img1 {
  46.     float: left;
  47.     margin: 5px 15px 0px 0px;
  48. }
  49.  
  50. /* Search */
  51. #search {
  52.     margin: 0px;
  53.     padding: 0px;
  54.     text-transform: uppercase;
  55.     font-weight: bold;
  56.     font-size: 14px;
  57.     color: #000000;
  58. }
  59.  
  60. /** Forms */
  61.  
  62. form {
  63.     margin: 0px;
  64.     padding: 15px 0px 0px 25px;
  65. }
  66.  
  67. .input1 {
  68.     width: 130px;
  69.     background-color: #FFFFFF;
  70.     border: 1px solid #363636;
  71.     color: #000000;
  72. }
  73.  
  74. /* Header */
  75.  
  76. #header {
  77.     width: 375px;
  78.     height: 80px;
  79.     background-color: #A0CAFF;
  80.     margin: 0px auto;
  81.     text-align: center;
  82.     padding-top: 20px;
  83.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  84. }
  85.  
  86. #header h1 {
  87.     margin: 0px;
  88.     padding-top: 10px;
  89.     font-size: 40px;
  90.     letter-spacing: -2px;
  91. }
  92.  
  93. #header h2 {
  94.     margin: 0px;
  95.     padding-top: 10px;
  96.     font-size: 12px;
  97.     letter-spacing: -1px;
  98. }
  99.  
  100. #header a {
  101.     text-decoration: none;
  102.     color: #FFFFFF;
  103. }
  104.  
  105. /* Post */
  106.  
  107. .latest-post {
  108.     padding: 0px 2em 1em 3em;
  109. }
  110.  
  111. .latest-post h2 {
  112.     font-size: 1.6em;
  113.     color: #FFCC00;
  114. }
  115.  
  116. .post {
  117.     padding: 2em 2em 1em 3em;
  118. }
  119.  
  120. .post h3 {
  121.     border-bottom: 3px dashed #B5D6FF;
  122.     background-position: top;
  123.     margin-bottom: .5em;
  124.     text-transform: uppercase;
  125.     font-size: 12px;;
  126.     color: #FFCC00;
  127. }
  128.  
  129. .file * {
  130.     color: #DDCB00;
  131. }
  132.  
  133. #wrapper {
  134.     margin: 0 auto;
  135.     padding: 0px;
  136.     background: url(images/img7.jpg) repeat-y center top;
  137. }
  138.  
  139. /* Content */
  140.  
  141. #content {
  142.     width: 775px;
  143.     margin: 0px auto;
  144.     padding: 0px;
  145. }
  146.  
  147. #colOne {
  148.     float: right;
  149.     width: 375px;
  150.     color: #FFFFFF;
  151. }
  152.  
  153. #colOne .search {
  154.     width: 370px;
  155.     background: url(images/img3.jpg) no-repeat;
  156.     margin-bottom: 20px;
  157.     padding-left: 5px;
  158.     height: 65px;
  159. }
  160. #colTwo {
  161.     float: left;
  162.     width: 180px;
  163.     margin: 0px;
  164.     padding-right: 20px;
  165. }
  166.  
  167. #colTwo ul {
  168.     margin: 0;
  169.     padding: 0;
  170.     list-style: none;
  171. }
  172.  
  173. #colTwo li {
  174.     margin-bottom: 1em;
  175.     color: #000000;
  176. }
  177.  
  178. #colTwo li li {
  179.     margin-bottom: 0;
  180.     padding-left: 2em;
  181. }
  182.  
  183. #colTwo a {
  184.     color: #454545;
  185. }
  186.  
  187. #colTwo h1, #colTwo h2 {
  188.     background: url(images/img2.gif) no-repeat;
  189.     padding: 0px 0 5px 20px;
  190.     text-transform: uppercase;
  191.     font: 12px Tahoma, Arial, Helvetica, sans-serif;
  192.     font-weight: bold; 
  193.     border-bottom: 1px dashed #666666; 
  194.     color: #000000;
  195. }
  196.  
  197. #colThree {
  198.     float: right;
  199.     width: 180px;
  200.     margin: 0px;
  201.     padding-left: 20px;
  202. }
  203.  
  204. #colThree ul {
  205.     margin: 0;
  206.     padding-left: 20px;
  207.     list-style: none;
  208. }
  209.  
  210. #colThree li {
  211.     margin-bottom: 1em;
  212. }
  213.  
  214. #colThree li li {
  215.     margin-bottom: 0;
  216.     padding-left: 2em;
  217. }
  218.  
  219. #colThree a {
  220.     color: #000000;
  221. }
  222.  
  223. #colThree h1, #colThree h2 {
  224.     background: url(images/img2.gif) no-repeat;
  225.     padding: 0px 0 5px 20px;
  226.     text-transform: uppercase;
  227.     font: 12px Tahoma, Arial, Helvetica, sans-serif;
  228.     font-weight: bold; 
  229.     border-bottom: 1px dashed #666666; 
  230.     color: #000000;
  231. }
  232.  
  233. /* Footer */
  234.  
  235. #footer {
  236.     background: url(images/img3.jpg) no-repeat;
  237.     width: 375px;
  238.     height: 60px;
  239.     margin: 0px auto;
  240.     padding: 3px 0px;
  241.     color: #2E66AE;
  242. }
  243.  
  244. #footer p {
  245.     margin: 0px;
  246.     padding-top: 20px;
  247.     text-align: center;
  248.     font-size: 10px;
  249. }
  250.  
  251. #footer a {
  252.     color: #1A4986;
  253. }
  254.