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

  1. /*
  2. Original design: andreas05 (v2.5 - Apr 24, 2008) - A free xhtml/css website template by Andreas Viklund.
  3. For more information, see http://andreasviklund.com/templates/andreas05/
  4. */
  5.  
  6. /* General tags */
  7. * {margin:0; padding:0;}
  8. body {background:#cccccc url(bodybg.gif) repeat; font:76% verdana,tahoma,sans-serif; color:#555555;}
  9. a {background-color:inherit; color:#286ea0; font-weight:bold; text-decoration:none;}
  10. a:hover {text-decoration:underline;}
  11. p {margin:0 0 16px 0;}
  12. ul, ol {margin:0 0 16px 15px; padding-left:5px;}
  13. ul ul, ol ol {margin:3px 0 0 15px;}
  14. img {float:left; margin:0 10px 5px 0;}
  15.  
  16. /* Headers */
  17. h1 {color:#555; font-size:3.6em; letter-spacing:-3px; margin:0; text-align:right;}
  18. h2 {font-size:1.6em; font-weight:normal; letter-spacing:-1px; margin:5px 0 10px;}
  19.  
  20. /* IDs */
  21. #title {margin:20px auto -9px; width:700px;}
  22. #container {background:#fff url(front.png) bottom left no-repeat; border:20px solid #555; color:#555; margin:0 auto 15px; padding:10px; width:700px; line-height:1.3em;}
  23. #sidebar {float:left; padding-left:175px; width:110px;}
  24. #sidebar p {margin:10px 0 5px 10px; text-align:left; font-size:0.8em;}
  25. #sidebar p a {font-weight:400;}
  26. #main {float:right; width:385px;}
  27. #footer {clear:both; color:#aaa;}
  28.  
  29. /* Menu */
  30. .menu {border:1px solid #ffffff; color:#286ea0; display:block; font-size:1.1em; font-weight:bold; padding:4px 2px 4px 10px; width:110px;}
  31. .menu:hover {background-color:#f8f8f8; border:1px solid #cccccc; color:#333333; text-decoration:none;}
  32.  
  33. /* Various classes */
  34. .credits {color:#777; font-size:0.9em; margin-bottom:0;}
  35. .credits a {color:#777;}