home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / template18 / style.css < prev    next >
Cascading Style Sheet File  |  2005-08-27  |  6KB  |  349 lines

  1. * {
  2.     margin: 0px;
  3.     padding: 0px;
  4. }
  5.  
  6. body {
  7.     padding-bottom: 10px;
  8.     background-color: #906E49;
  9.     color: #fff;
  10.     font-family: tahoma, arial, sans-serif;
  11.     font-size: 10px;
  12.     text-align: center;
  13. }
  14.  
  15. a {
  16.     color: #fff;
  17.     text-decoration: underline;
  18. }
  19.  
  20. a:hover {
  21.     color: #C2C2C4;
  22. }
  23.  
  24. span {
  25.     display: none;
  26. }
  27.  
  28.  
  29. p {
  30.     margin: 10px 0px 5px;
  31.     text-align: justify;
  32.     line-height: 14px;
  33. }
  34.  
  35. .clearthis {
  36.     margin : 0px;
  37.     height : 1px;
  38.     clear : both;
  39.     float : none;
  40.     font-size : 1px;
  41.     line-height : 0px;
  42.     overflow : hidden;
  43. }
  44.  
  45.  
  46. #container-border1 {
  47.     margin: 0px auto;
  48.     width: 706px;
  49.     background: url('images/border_topspacing.gif') #5D5D55 repeat-x 0% 0%;
  50. }
  51.  
  52. #container-border2 {
  53.     padding-bottom: 5px;
  54.     background: url('images/border_rightspacing.gif') repeat-y 100% 0%;
  55. }
  56.  
  57. #container {
  58.     margin: 0px 5px;
  59.     padding-bottom: 10px;
  60.     width: 696px;
  61.     background: url('images/body_bg.gif') #221E01 0px 0px;    
  62. }
  63.  
  64. #leftpage {
  65.     padding: 0px 16px 0px 20px;
  66.     width : 311px;
  67.     float: left;
  68.     background: url('images/body_topbg.gif') repeat-x 0px 0px;
  69. }
  70.  
  71. #rightpage {
  72.     padding: 55px 16px 0px 20px;
  73.     width: 304px;
  74.     float: right;
  75.     background: url('images/body_topbg.gif') repeat-x 0px 0px;
  76. }
  77.  
  78. #pagediv {
  79.     width: 9px;
  80.     height: 31px;
  81.     float: left;
  82.     background: url('images/body_topbg.gif') repeat-x 0px 0px;
  83. }
  84.  
  85. /* Page Header */
  86.  
  87. #page_header {
  88.     margin: 0px auto;
  89.     width: 307px;
  90.     height: 80px;
  91.     background: url('images/header_underline.jpg') repeat-x 0px 79px;
  92.     text-align: left;
  93. }
  94.  
  95. #page_header h1 {
  96.     width: 225px;
  97.     height: 78px;
  98.     background: url('images/body_header.jpg') no-repeat 0px 0px;
  99. }
  100.  
  101.  
  102. /* Page Header Links */
  103.  
  104. #page_header_links {
  105.     margin: 8px auto 12px;
  106.     width: 307px;
  107.     color: #C2C2C4;
  108.     font-size: 11px;
  109.     font-weight: bold;
  110.     line-height: 11px;
  111.     text-align: right;
  112. }
  113.  
  114. #page_header_links ul {
  115.     max-width: 307px;
  116.     float: right;
  117. }
  118.  
  119. #page_header_links li {
  120.     padding: 0px 9px 0px 7px;
  121.     float: left;
  122.     list-style-type: none;
  123.     background: url('images/headerlinks_div.gif') no-repeat 100% 0%;
  124. }
  125.  
  126. #page_header_links li.last {
  127.     padding-right: 0px;
  128.     background : none;
  129. }
  130.  
  131. #page_header_links a {
  132.     text-decoration: none;
  133.     color: #C2C2C4;
  134.     line-height: 11px;
  135. }
  136.  
  137. #page_header_links a:hover {
  138.     color: #F6F6F6;
  139. }
  140.  
  141.  
  142. /* Page Header Image & Menu */
  143.  
  144. #page_header_content {
  145.     margin-bottom : 20px;
  146.     width: 311px;
  147. }
  148.  
  149. #page_image {
  150.     width: 207px;
  151.     height: 151px;
  152.     float: right;
  153.     background: url('images/photo_man.jpg') no-repeat 0px 0px;
  154.     overflow: hidden;
  155.     border: #CDC6BE 1px solid;
  156. }
  157.  
  158. #page_menu {
  159.     width: 94px;
  160.     float: left;
  161. }
  162.  
  163. #page_menu ul {
  164.     width: 94px;
  165. }
  166.  
  167. #page_menu li {
  168.     margin-bottom: 11px;
  169.     width: 92px;
  170.     height: 28px;
  171.     background-color: #484848;
  172.     border: #CDC6BE 1px solid;
  173.     list-style-type: none;
  174.     overflow : hidden;
  175.     float: left;
  176. }
  177.  
  178. #page_menu li.last {
  179.     margin-bottom: 0px;
  180. }
  181.  
  182. #page_menu li a {
  183.     padding-top:9px;
  184.     width: 92px;
  185.     height:28px;
  186.     display: block;
  187.     color: #FFFFFF;
  188.     font-size: 11px;
  189.     line-height: 11px;
  190.     font-weight: bold;
  191.     text-decoration: none;
  192. }
  193.  
  194. #page_menu li a:hover {
  195.     color: #000000;
  196.     background-color: #999999;
  197. }
  198.  
  199.  
  200. /* Page Body Left Page */
  201.  
  202. #page_body_left {
  203.     margin: 0px auto;
  204.     width: 307px;
  205.     text-align: justify;
  206. }
  207.  
  208. #page_body_left h2 {
  209.     margin: 10px 0px 11px;
  210.     color: #906E49;
  211.     font-size: 11px;
  212.     font-weight: bold;
  213. }
  214.  
  215. #page_body_left .nextpage {
  216.     margin-top: 20px;
  217.     text-align: left;
  218. }
  219.  
  220. #page_body_left .nextpage a {
  221.     color: #846747;
  222.     font-weight: bold;
  223.     text-decoration: underline;
  224. }
  225.  
  226. #page_body_left .nextpage a:hover {
  227.     color: #B08962;
  228. }
  229.  
  230.  
  231. /* Page Body Right Page */
  232.  
  233. #page_body_right {
  234.     margin: 0px auto;
  235.     width: 303px;
  236.     text-align: justify;
  237. }
  238.  
  239. #latestwork_header {
  240.     margin: 5px 0px 0px;
  241.     height: 16px;
  242.     background : url('images/title_underline.jpg') no-repeat 0% 100%;
  243.  
  244. }
  245.  
  246. #latestwork_header h2 {
  247.     width: 81px;
  248.     height: 12px;
  249.     background: url('images/title_latestworks.jpg') no-repeat 0px 0px;
  250. }
  251.  
  252. .latest_book_details {
  253.     margin: 12px 0px 8px;
  254. }
  255.  
  256. .latest_book_details .book_cover {
  257.     padding: 0px 10px 0px 0px;
  258.     width: 70px;
  259.     float: left;
  260.     display: block;
  261. }
  262.  
  263. .latest_book_details p {
  264.     margin : 0px 0px 9px;
  265. }
  266.  
  267.  
  268. /* Right Page Gray Boxes */
  269.  
  270. #gray_boxes {
  271.     margin: 0px auto;
  272.     width: 298px;
  273.     text-align: center;
  274.     color: #AFAFAF;
  275. }
  276.  
  277. #gray_boxes h3 {
  278.     color: #E2E2E2;
  279.     font-size: 11px;
  280.     font-weight: bold;
  281. }
  282.  
  283. #gray_boxes p {
  284.     margin: 8px 0px 7px;
  285.     line-height: 13px;
  286. }
  287.  
  288. #gray_boxes .link-more {
  289.     margin: 2px 0px;
  290.     text-align: right;
  291.     font-weight: bold;
  292. }
  293.  
  294. #gray_boxes .link-more a {
  295.     color: #E2E2E2;
  296.     text-decoration: none;
  297. }
  298.  
  299. #gray_boxes .link-more a:hover {
  300.     color: #FFF;
  301. }
  302.  
  303. #gray_recent_topics {
  304.     padding: 8px 12px;
  305.     width: 120px;
  306.     float: left;
  307.     border: #AFAFAD 1px solid;
  308.     background-color: #484848;
  309.     text-align: justify;
  310. }
  311.  
  312. #gray_recent_topics .link-more {
  313.     margin: 10px 0px 5px;
  314. }
  315.  
  316. #gray_live_chat {
  317.     margin-bottom: 10px;
  318.     padding: 8px 9px;
  319.     width: 122px;
  320.     float: right;
  321.     border: #AFAFAD 1px solid;
  322.     background-color: #484848;
  323.     text-align: justify;
  324. }
  325.  
  326. #gray_live_chat h3 {
  327.     width: 101px;
  328.     height: 40px;
  329.     background: url('images/title_chatwithme.jpg') no-repeat 0px 0px;
  330. }
  331.  
  332. #gray_my_diary {
  333.     padding: 8px 11px;
  334.     width: 118px;
  335.     float: right;
  336.     border: #AFAFAD 1px solid;
  337.     background-color: #484848;
  338.     text-align: justify;
  339. }
  340.  
  341.  
  342. /* Page Footer */
  343.  
  344. #page_footer {
  345.     margin : 7px auto 0px;
  346.     font-family: verdana, arial, sans-serif;
  347.     font-size: 11px;
  348. }
  349.