CSDN的Blog已經推出一段時間了,相信大家都有了自己的Blog了吧。今天看到一個人的Blog很漂亮,借鑒了一下。成果不敢獨享,選了兩個漂亮的發給大家參考。
//為Cogitation皮膚定製CSS選取器
---開始---
body {
font-family: Verdana,Arial,sans-serif;
font-size: 9pt;
SCROLLBAR-FACE-COLOR: rgb(0,77,132);
SCROLLBAR-HIGHLIGHT-COLOR: rgb(101,149,214);
SCROLLBAR-SHADOW-COLOR: rgb(255,255,255);
SCROLLBAR-3DLIGHT-COLOR: rgb(255,255,255);
SCROLLBAR-ARROW-COLOR: rgb(255,255,255);
SCROLLBAR-DARKSHADOW-COLOR: rgb(57,109,165);
SCROLLBAR-BASE-COLOR: rgb(0,102,204);
CURSOR: url('http://babypai.vicp.net/images/cur.cur');
}
a {CURSOR: url('http://babypai.vicp.net/images/hover.cur');}
h1.block_title {color:336699;}
h1.listtitle {border:1px dotted;}
---結束---
//為Lighty皮膚定製CSS選取器
---開始---
body {
font-family: Verdana,Arial,sans-serif;
font-size: 9pt;
SCROLLBAR-FACE-COLOR: rgb(255,96,00);
SCROLLBAR-HIGHLIGHT-COLOR: rgb(222,99,47);
SCROLLBAR-SHADOW-COLOR: rgb(255,255,255);
SCROLLBAR-3DLIGHT-COLOR: rgb(255,255,255);
SCROLLBAR-ARROW-COLOR: rgb(255,255,255);
SCROLLBAR-DARKSHADOW-COLOR: rgb(255,120,00);
SCROLLBAR-BASE-COLOR: rgb(255,96,00);
CURSOR: url('http://babypai.vicp.net/images/cur.cur');
}
a {CURSOR: url('http://babypai.vicp.net/images/hover.cur');}
h1.block_title {color:336699;}
h1.listtitle {border:1px dotted;}
---結束---