古詩詞大全網 - 藝術簽名 - 百度空間的背景代碼怎麽做?

百度空間的背景代碼怎麽做?

/*背景設置*/

body{}中加入background:url(t{color:#333333;line-height:20px;font-size:14px;border:1px dashed #090688;background:#Ffffff;PADDING: 10px;}

/

#m_blog div.cnt{color:#808080;line-height:20px;font-size:16px;border-top:2px dashed #1DC01D;border-bottom:2px dashed #1DC01D;border-left:2px dashed #1DC01D;border-right:2px dashed #1DC01D;PADDING-RIGHT: 10px; PADDING-LEFT: 10px;PADDING-TOP: 10px;PADDING-bottom: 10px;}

dotted: 點線

dashed : 虛線

double : 雙線邊框

groove : 3D凹槽

ridge : 菱形邊框

inset : 3D凹邊

outset : 3D凸邊

/*前景圖片透明設置*/

filter:alpha(opacity=90,finishopacity=100,style=0,)

/*播放器*/

#phx{FILTER: Alpha(Opacity=100, FinishOpacity=60, Style=2, StartX=20, StartY=40, FinishX=0, FinishY=0)Invert(); WIDTH: 224px;HEIGHT:200px}

Invert(); 濾鏡效果 可以更換

/*不顯示播放器,不影響音樂的播放*/

添加#mod_bgmusic{display:none}

/*日誌背景*/

#m_blog.modbox{background:url(圖片)}

或#m_blog div.cnt{background:url(圖片) repeat; /*圖片*/color:#666666;line-height:20px;font-size:14px}

/*滾動條*/

#m_blog{scrollbar-face-color: #E100E1;

scrollbar-shadow-color: maroon;

scrollbar-highlight-color: white;

scrollbar-3dlight-color: #E100E1;

scrollbar-darkshadow-color:#E100E1;

scrollbar-arrow-color:#E100E1;

scrollbar-base-color: #E100E1;

scrollbar-track-color: #E100E1;

overflow-y:auto;height:1330px;

filter: chroma(color=#E100E1)}

/*去掉橫向滾動條*/

在body{ }裏加上overflow-x : hidden;

/*禁止選擇 鼠標右鍵特效*/

#main{

background:url('javascript:

document.oncontextmenu=new Function("event.returnValue=false;");

document.onselectstart=new Function("event.returnValue=false;");

')}

document.oncontextmenu=new Function("event.returnValue=false;");禁止鼠標右鍵

document.onselectstart=new Function("event.returnValue=false;")

禁止選擇/*鼠標觸碰 按鈕下陷*/

a:hover{}中加入 position:relative; left:2px; top:1px; clip:rect( );

/*彈出窗口*/

#comm_info 和#comm_info a 替換#comm_info a{color:#D77B18 border: 1px solid #000000; padding: 10px; background-image: url('javascript:alert("妳要說的話");')}

#comm_info{}或#m_links div.item{}

添加

background:url(javascript:alert())歡迎光臨零點壹貮,然後更換為以上代碼,(註意:要把地址換在妳所在地的地址,可以到 t

將color:#後得數值換成妳要得顏色即可,FFFFFF為白色

13:模塊透明

在mod後加上壹句.modbox,.modbl,.modbc,.modbr{filter:alpha(opacity=80);-moz-opacity:0.8;width:auto !important;width:100%}