home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / andreas03 / andreas03.css next >
Cascading Style Sheet File  |  2008-04-24  |  3KB  |  50 lines

  1. /*
  2. Original design: andreas03 (v2.0 - Apr 24, 2008) - A free xhtml/css website template by Andreas Viklund.
  3. For more information, see http://andreasviklund.com/templates/andreas03/
  4. */
  5.  
  6. /* General layout */
  7. body {margin:0; padding:20px 0; font:76% tahoma,verdana,sans-serif; background:#047 url(img/bodybg.png) repeat-x fixed; color:#333;}
  8. #thetop {margin:0;}
  9. #container {width:720px; margin:0 auto; padding:20px 20px 0 20px; background:#fff url(img/contbg.png) no-repeat; color:#333;}
  10.  
  11. /* Tags */
  12. h1,h2,h3,h4 {margin:0 0 10px 0; font-weight:normal;}
  13. h1 {font-size:2.6em;}
  14. h2 {margin:0 0 4px 0; font-size:1.5em;}
  15. h3 {margin:20px 0 8px 0; font-size:1.3em;}
  16. h4 {margin:10px 0 5px 0; font-size:1.2em;}
  17. a {text-decoration:none; color:#26c;}
  18. a:hover {text-decoration:underline;}
  19. a img {border:0;}
  20. p {margin:0 0 15px 10px; line-height:1.5em;}
  21.  
  22. /* Site title and header */
  23. #logo {float:left; width:240px; margin:0 20px 0 0; padding:0 0 30px 0; background:#eee; border:4px solid #dde; text-align:center; color:#555; overflow:auto;}
  24. #logo h1 {margin:30px 5px 5px 5px; letter-spacing:-2px;line-height:1em;}
  25. #logo a {color:#26a; text-decoration:none;}
  26. #logo a:hover {color:#69e;}
  27. #tagline {text-align:center; font-size:1.4em;line-height:1.5em;}
  28. #intro p {line-height:1.5em;}
  29.  
  30. /* Main content */
  31. #main {float:left; width:530px; margin-right:20px; padding:0; line-height:1.3em; }
  32.  
  33. /* Sidebar */
  34. #sidebar {width:155px; float:right; margin-top:20px; font-size:1em; line-height:1.3em;}
  35. #sidebar p, #sidebar ul, #sidebar ol {margin:0 0 15px 10px; padding:0;}
  36. #sidebar ul li, #sidebar ol li {list-style:none; padding:0; margin:0 0 4px 0;}
  37. .sidelink {display:block; width:140px; margin:3px 10px 2px 0; padding:5px 0 5px 8px; font-size:1.2em; font-weight:400; text-align:left; background:#eee url(img/gradient1.png) repeat-x; color:#26c; border-top:1px solid #ddd; border-right:1px solid #bbb; border-bottom:1px solid #bbb; border-left:1px solid #ddd;}
  38. .sidelink:hover,.menuheader {background:#fff url(img/gradient2.png) repeat-x; color:#333; border-top:1px solid #ddd; border-right:1px solid #888; border-bottom:1px solid #888; border-left:1px solid #ddd; text-decoration:none;}
  39.  
  40. /* Footer */
  41. #footer {margin:0 auto 10px auto; line-height:1.6em; width:760px; background:#fff url(img/footerbg.png) bottom left no-repeat; padding:0 0 1px 0; font-size:1.1em; color:#777; text-align:center;}
  42.  
  43. /* Additional classes */
  44. .headerstyle {clear:left; display:block; margin:20px 0 10px 0; padding:5px 0 5px 8px; background:#eee url(img/gradient2.png) repeat-x; color:#444; border-top:1px solid #ddd; border-right:1px solid #bbb; border-bottom:1px solid #bbb; border-left:1px solid #ddd; text-decoration:none;}
  45. .clear {clear:both; margin:0; padding:0;}
  46. .right {text-align:right;}
  47. .internallink {font-size:0.9em; text-align:center;}
  48. #sidebar p.block {font-size:0.9em; line-height:1.4em; margin:5px auto 15px auto; padding:5px; color:#555; border-top:1px solid #ddd; border-right:1px solid #bbb; border-bottom:1px solid #bbb; border-left:1px solid #ddd;}
  49. .credit {color:#777;}
  50. .hide {display:none;}