home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / andreas06 / andreas06.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-07-07  |  4.3 KB  |  80 lines

  1. /*
  2. Original design: andreas06 (v2.0 - Jul 07, 2008) - A free xhtml/css website template by Andreas Viklund.
  3. For more information, see http://andreasviklund.com/templates/andreas06/
  4. */
  5.  
  6. /* General tags */
  7. body {background:#e0e0e0 url(img/bodybg.gif) repeat-x; color:#505050; font:76% Georgia,Verdana,Tahoma,Arial,sans-serif; margin:0; padding:0; text-align:center;}
  8. p {line-height:1.5em; margin:0 0 15px;}
  9. a {color:#fa9035; font-weight:700; text-decoration:none;}
  10. a:hover {color:#d04a10;}
  11. hr {height:1px; margin:10px 0; width:98%;}
  12. dt {font-weight:700;}
  13. dd {margin:1px 0 12px 15px;}
  14.  
  15. /* Main layout */
  16. #container {background:#c0c0c0 url(img/bodybg.gif) repeat-x; margin:0 auto; text-align:left; width:752px;}
  17. #sitename {background:url(img/leaves.jpg) top center no-repeat; color:#ffffff; font-weight:400; height:80px; margin:0 20px 10px 0; text-align:center;}
  18. #sitename h1 {font-size:2.2em; margin:0; padding-top:20px;}
  19. #sitename span {font-size:1.6em; letter-spacing:-1px; margin:0;}
  20.  
  21. /* Main menu */
  22. #nav {background:url(img/greypx.gif) bottom left repeat-x; float:left; width:752px;}
  23. #nav ul {list-style:none; margin:0; padding:0;}
  24. #nav a {background:url(img/tabs.gif) no-repeat 100% 0; color:#808080; display:block; font-size:1.2em; letter-spacing:-1px; padding:7px 20px 4px 11px; text-decoration:none;}
  25. #nav a:hover {color:#505050;}
  26. #nav li {background:url(img/tabs.gif) no-repeat 0 0; float:left; margin:0 4px 0 0; padding:0 0 0 9px;}
  27. #nav #current {background:url(img/tabs.gif) no-repeat 0 -41px;}
  28. #nav #current a {background:url(img/tabs.gif) no-repeat 100% -41px; color:#303030; padding:7px 20px 5px 11px;}
  29.  
  30. /* Wrap variations */
  31. #wrap1 {background:#ffffff url(img/innerbg.gif) repeat-y; border-bottom:1px solid #808080; border-left:1px solid #808080; border-right:1px solid #808080; clear:both; padding:0; width:750px;}
  32. #wrap2 {background:url(img/header.jpg) top left no-repeat; padding:10px; width:730px;}
  33.  
  34. /* Header */
  35. #header {height:30px; position:relative; width:730px;}
  36. #header h1 {float:left; font-size:1.4em; margin:0; width:180px;}
  37. #topbox {color:#808080; margin:0 0 4px; text-align:right;}
  38. #topbox a {color:#d04a10;}
  39. #topbox a:hover {text-decoration:underline;}
  40.  
  41. /* Sidebars */
  42. #leftside {float:left; margin:-15px 0 0; width:145px;}
  43. #leftside h1 {font-size:1.4em; font-weight:400;}
  44. #rightside {float:right; margin:40px 15px 20px 0; width:130px;}
  45. #rightside h1 {font-size:1.4em; font-weight:400; margin:0 0 12px;}
  46. #rightside p {font-size:0.9em; margin:2px 0 12px 10px;}
  47. #rightside img {border:1px solid #fa9035; margin:10px 0 5px 5px; padding:2px;}
  48.  
  49. /* Main content */
  50. #content {margin:45px 160px 0 180px;}
  51. #contentalt {margin:45px 15px 0 180px;}
  52. #content p,#contentalt p {margin:8px 0 0 10px;}
  53. #content h1,#contentalt h1 {color:#505050; font-size:2em; font-weight:400; margin:15px 0 10px; padding:0;}
  54. #content h2,#contentalt h2 {color:#505050; font-size:1.5em; font-weight:400; margin:20px 0 10px; padding:0;}
  55. #content img,#contentalt img {border:1px solid #fa9035; float:left; margin:5px 15px 6px;}
  56.  
  57. /* Footer */
  58. #footer {clear:both; color:#a0a0a0; font-size:0.9em; height:26px; margin-top:20px; padding:1px; text-align:right; width:730px;}
  59. #footer a {color:#a0a0a0; font-weight:400;}
  60. #footer a:hover {color:#a0a0a0; text-decoration:underline;}
  61.  
  62. /* Additional classes */
  63. .menublock {margin-bottom:10px;}
  64. .nav {color:#d04a10; display:block; font-size:1.1em; font-weight:700; margin-bottom:1px; padding:2px 2px 2px 10px; position:relative; text-decoration:none; width:125px;}
  65. .nav:hover {border:1px solid #fa9035; color:#505050; padding:1px 1px 1px 9px;}
  66. .sub {font-size:0.9em; margin-left:20px; padding:1px 1px 1px 6px; width:105px;}
  67. .sub:hover {border:1px solid #fa9035; color:#505050; padding:0 0 0 5px;}
  68. .intro {font-weight:700;}
  69. .active {border:1px solid #fa9035; padding:1px 1px 1px 9px;}
  70. .box {background:#f8f8f8 url(img/boxbg.gif) top left repeat-y; border:1px solid #d0d4d4; color:#505050; margin:15px auto; padding:10px 10px 10px 20px; width:85%;}
  71. .photo {margin:5px auto 15px; padding:5px;}
  72. .smallcaps {font-variant:small-caps;}
  73. .mini {color:#a0a0a0; font-size:0.75em; font-weight:400; line-height:1.2em; margin:20px 0 10px 8px;}
  74. .small {font-size:0.85em;}
  75. .large {font-size:1.4em;}
  76. .soft {color:#808080;}
  77. .normal {font-weight:400;}
  78. .sharp {color:#101010;}
  79. .center {text-align:center;}
  80. .hide {display:none;}