資料 (0)  by 芽芽萌喵    給5bm   10bm   20bm   好文(0)     回復文章    取消收錄    分享到 FB 


 /*CSS&HTML:Flash綜合範例
   銀色背景加Flash動態;http://...swf可改;width和height可改;top:2px的2可改
   */
   .head_menu,.small_menu,.tell_content,.small_head,.talk_content{background:none;}
   body{background-color:silver;}#topic_ad{display:none;}
   table,tr,td{border:0px;}
   div.flash{text-align:center;position:absolute;top:2px;z-index:-1;}
   </style><div class="flash">
   <embed src="http://blog.roodo.com/oei/c9e2386c.swf"
   wmode="transparent" quality="high" height="300" width="1000" />
   </div><style>
 
 流星
CSS&HTML:Flash綜合範例
   銀色背景加Flash動態;http://...swf可改;width和height可改;top:2px的2可改
   */
   .head_menu,.small_menu,.tell_content,.small_head,.talk_content{background:none;}
   body{background-color:black;}#topic_ad{display:none;}
   table,tr,td{border:0px;}
   div.flash{text-align:center;position:absolute;top:2px;z-index:-1;}
   </style><div class="flash">
   <embed src="http://b0.rimg.tw/oei/e61156cf.swf"
   wmode="transparent" quality="high" height="300" width="1000" />
   </div><style>
 
 

 
  /*文字大小顏色設定*/
    .main_frame,a,font,table,input{
    font-size:20px;
    font-family:華康采風體W3,華康采風體W3(P);
    }
    body, p, table,,.small_menu,.small_head{color:#9900FF;}
    a:link,.head_menu a:link,.content a:link,
    a:visited,.head_menu a:visited,.content a:visited
    {color:#9900FF;text-decoration:none;}
    a:hover,.head_menu a:hover,.content a:hover
    {color:#9900FF;background-color:#FFCCCC;text-decoration:none;}

/*CSS:背景固定右上不重複;需更改位置的話把右上的top right
 換成右下的bottom right或左上的top left或左下的bottom left或中間的center
 更改背景圖片把http://bassavg.com/bassmark.gif換成其他圖片掉網址就行;可換gif,jpg,png,etc.*/
 body 
 {
  background-image:url(http://bassnovel.com/db/pic/room/36831196.gif);
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:bottom right;
 }