home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / cgshow_blog / css / B_head.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-12-12  |  1.2 KB  |  66 lines

  1. ∩╗┐/* σñ┤σÆîσ░╛σà¼σà▒µá╖σ╝Å */
  2. #pageHeader span ,#siteNav h2 span,#copyright span{
  3.     display:none;
  4. }
  5. #intro {
  6.     width:760px;
  7.     height:47px;
  8.     margin:0 auto;
  9. }
  10. #pageHeader h1{
  11.     width:180px;
  12.     height:19px;
  13.     background: url(../images/b_logo.gif) no-repeat;
  14.     float:left;
  15.     margin:17px 0 0 15px;
  16. }
  17. #siteNav {
  18.     float:right;
  19.     margin:23px 16px 0 0;
  20. }
  21. #siteNav ul{
  22.     list-style:none;
  23. }
  24. #siteNav ul li {
  25.     display:inline;
  26.     padding-left:10px;
  27. }
  28. #siteNav ul li a {
  29.     font-size:14px;
  30.     color:#fff;
  31.     text-decoration:none;
  32.     padding-left:10px;
  33.     width:auto!important;
  34.     width:40px;
  35.     width/**/:auto;
  36. }
  37. #siteNav ul li a:hover {
  38.     text-decoration: underline;
  39. }
  40. #siteNav a.n1 {
  41.     background:url(../images/b_ico_index.gif) no-repeat left;    
  42. }
  43. #siteNav a.n2 {
  44.     background:url(../images/b_ico_blog.gif) no-repeat left;
  45. }
  46. #siteNav a.n3 {
  47.     background:url(../images/b_ico_bbs.gif) no-repeat left;
  48. }
  49. #copyright {
  50.     width:100%;
  51.     height:76px;
  52.     float:left;
  53.     margin-top:35px;
  54.     background:#80868D url(../images/b_footbg.gif) repeat-x;
  55.     line-height:76px;
  56.     text-align:center;
  57.     color:#fff;
  58. }
  59. #copyright a {
  60.     color:#C9CED4;
  61.     text-decoration:none;
  62. }
  63. #copyright a:hover {
  64.     color:#fff;
  65.     text-decoration: underline;
  66. }