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

  1. /*
  2. Original design: andreas04 (v2.0 - Apr 24, 2008) - A free xhtml/css website template by Andreas Viklund.
  3. For more information, see http://andreasviklund.com/templates/andreas04/
  4. */
  5.  
  6. /* General layouts */
  7. body {margin:0; padding:0; font:76% tahoma,verdana,sans-serif; background:#e6e6e6 url(images/bodybg.png) repeat-x; color:#444; text-align:center;}
  8. #container {width:92%; min-width:700px; padding:0 20px; margin:0 auto; background:#f0f0f0 url(images/contentbg.png) repeat-x; text-align:left; border-left:1px solid #eef; border-right:1px solid #eef;}
  9. #container800 {width:700px; padding:0 20px; margin:0 auto; background:#f0f0f0 url(images/contentbg.png) repeat-x; text-align:left; border-left:1px solid #eef; border-right:1px solid #eef;}
  10. #container1024 {width:920px; padding:0 20px; margin:0 auto; background:#f0f0f0 url(images/contentbg.png) repeat-x; text-align:left; border-left:1px solid #eef; border-right:1px solid #eef;}
  11.  
  12. /* Tags */
  13. a {text-decoration:none; color:#269; font-weight:bold;}
  14. a:hover {text-decoration:underline;}
  15. p {margin:0 0 15px 0;}
  16. h1,h2,h3,h4 {margin:0; padding:0; font-weight:normal; line-height:1.2em;}
  17. h1 {font-size:3em; letter-spacing:-2px; color:#567; margin:15px 0 5px 20px;}
  18. h1 a:hover {text-decoration:none;}
  19. h2 {font-size:1.6em; letter-spacing:-1px; margin:-10px 0 0 30px; color:#888;}
  20. h3 {color: #555; font-size:1.4em; margin:1em 0 0.5em 0.5em;}
  21. h4 {font-size:1.2em; font-weight:bold;}
  22.  
  23. /* Header */
  24. #sitetitle {float:left; height:100px; background:url(images/globe.gif) no-repeat; width: 42%; color: #333;}
  25. #sitetitle a {color:#567; font-weight:normal;}
  26. #sitetitle a:hover {color:#269;}
  27. #menu {height:71px; padding-top:35px; text-align: right;}
  28. #menu a {margin:0; height:100px; padding:35px 6px 41px 6px; font-size:1.6em; font-weight:normal; letter-spacing:-1px; color:#888;}
  29. #menu a:hover{color:#269; text-decoration:none; background: #fff url(images/menuhover.png) repeat-x; padding:35px 5px 41px 5px; border-left: 1px solid #eee; border-right: 1px solid #eee;}
  30. #menu a.current{color:#269;}
  31. #menu a.current:hover{color:#888; padding:35px 6px 41px 6px;  text-decoration:none; background: none; border:0;}
  32.  
  33. /* Main content and sidebar layout */
  34. #content {margin-top:30px; width:100%; clear:both; background:url(images/globebottom.gif) bottom left no-repeat;}
  35. #content h2 {margin:0 0 10px 0; color:#555; border-bottom:2px solid #abb;}
  36. #content h2 a {color:#555; font-weight:normal;}
  37. #content h2 a:hover {color:#269; text-decoration:none; background:none;}
  38. #content p {margin:0 0.5em 1.2em 0.5em;}
  39. #left {width:68%; float:left; line-height:1.4em;}
  40. #right {margin-left:70%; margin-top:-15px; line-height:1.4em;}
  41. #right h2 {margin:0 0 8px 0; padding:0; font-size:1.6em;}
  42.  
  43. /* Footer */
  44. #footer {clear:both; padding:10px 0 12px 24px; text-align:left; color:#777;}
  45. #footer a {color:#777; font-weight:normal;}
  46. #footer h2 {color:#aaa; font-size:2em; letter-spacing:-1px; margin:0; padding:0; border:0;}
  47. #footer h2 a {color:#aaa;}
  48. #footer p {margin:0; padding:0;}
  49.  
  50.  
  51. /* Additional classes */
  52. .entry {position:relative; margin:0 0 20px 0; border:2px solid #fff; background:#e6e6e6 url(images/entrybg.png) repeat-x; color:#333; padding:10px 10px 0 10px;}
  53. .entry a:hover, .intro a:hover {text-decoration:none; padding-bottom:2px; background:url(images/flash2.gif) bottom left repeat-x;}
  54. .link {color:#269; background:url(images/linkarrow.gif) left no-repeat; display:block; margin:4px 0 0 0; padding:2px 1em;}
  55. .link:hover {color:#48b; background:url(images/blinkarrow.gif) left no-repeat;
  56. text-decoration:none;}
  57. .thumbs img {position:relative; padding:3px; margin:0 2px 2px 0; border:1px solid #fff; background-color:#ddd; color: #555;}
  58. .thumbs img:hover {background: url(images/flash.gif);}
  59. .entryphoto {margin:5px; float:left; padding:3px; border:1px solid #fff; background-color:#ddd; color:#333;}
  60. .meta {clear:both; border-top: 2px solid #ccc; padding: 5px 1px 0 0; margin:10px 0 0 0; text-align:right; font-size:1em; color: #567;}
  61. .pagenav {color: #777; text-align:center;}
  62. .entry img {position:relative;}
  63. .subcontainer {display:block; width:98%;}
  64. .rightsub {float:left; width:45%; padding:0;}
  65. .rightsub2 {margin-left:50%; padding:0;}
  66. .right {text-align:right;}
  67. .center {text-align:center;}
  68. .clear {clear:both;}
  69. .hide {display:none;}