home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / cgshow_blog / css / B_adv.css next >
Encoding:
Cascading Style Sheet File  |  2006-06-20  |  1.5 KB  |  102 lines

  1. /* σ╣┐σæè */
  2. iframe {
  3.     border:none;    
  4. }
  5. #AD1 span,#AD2 span,#AD3 span,#extraDiv1 span {
  6.     display:none;
  7. }
  8. /*位一开始*/
  9. #AD1 {
  10.     position:absolute;
  11.     width:660px;
  12.     top:75px;
  13.     left:50%;
  14.     margin:0 100000px 0 -195px;
  15. }
  16. #AD1 ul{
  17.     list-style:none;
  18. }
  19. #AD1 ul li {
  20.     display:inline;
  21. }
  22. #AD1 ul li a {
  23.     display:block;
  24.     float:left;
  25.     width:auto;
  26.     margin:0 5px;
  27.     color:#fff;
  28.     font-size:12px;
  29.     text-decoration:none;    
  30. }
  31. #AD1 ul li a:hover {
  32.     text-decoration:underline;
  33. }
  34. /*位一结束*/
  35.  
  36. /*位二开始*/
  37. #AD2 {
  38.     position:absolute;
  39.     width:529px;
  40.     height:150px;
  41.     background:#545454;
  42.     top:101px;
  43.     left:50%;
  44.     margin:0 0 0 -380px;
  45. }
  46. #AD2 ul{
  47.     list-style:none;
  48.     margin-top:3px;
  49. }
  50. #AD2 ul li {
  51.     display:inline;
  52. }
  53. #AD2 ul li a {
  54.     display:block;
  55.     float:left;
  56.     width:auto;
  57.     margin:0 5px;
  58.     color:#fff;
  59.     font-size:12px;
  60.     text-decoration:none;    
  61. }
  62. #AD2 ul li a:hover {
  63.     text-decoration:underline;
  64. }
  65. /*位二结束*/
  66.  
  67. /*位三开始*/
  68. #AD3 {
  69.     width:200px;
  70.     height:450px;
  71.     position:absolute;
  72.     background:#9EA7B2;
  73.     top:295px;
  74.     left:50%;
  75.     margin:0 0 0 168px;
  76. }
  77. #AD3 dl {
  78.     width:auto;
  79.     height:auto;
  80.     margin-bottom:15px;
  81.     text-align:left;
  82. }
  83. #AD3 dl dt a{
  84.     color:#fff;
  85.     font-size:12px;
  86.     display:block;
  87.     text-align:left;
  88.     height:16px;
  89.     line-height:16px;
  90.     overflow:hidden;
  91.     margin:5px 5px 3px 5px;
  92.     text-decoration:none;
  93. }
  94. #AD3 dl dt a:hover {
  95.     text-decoration:underline;
  96.     background:#80868D;
  97. }
  98. #AD3 dl dd {
  99.     text-indent:24px;
  100.     color:#80868D;
  101. }
  102. /*位三结束*/