痞客模版基本樣式 :: 淺灰白 主視覺圖片預設為 800 X 300 欲加入圖片, 請在CSS中找到 #pageHeader{background: url() left top no-repeat;} 在 ( ) 中加上圖片網址即可。 ★★★ 語法下載: (按滑鼠右鍵, 或 Ctrl+C 複製語法) /*主視覺請在此更換*/ #pageHeader{background: url() left top no-repeat;} body { font-size: 9pt; font-family: arial; line-height: 20px; background:#eee; margin: 0px; } a { color: #333; text-decoration: none; } a:hover {color: #000;} #Container { position: relative; width: 800px; padding: 0px; margin: 10px auto 10px; background: #fff; padding-top: 25px; _height: 1%; } #pageHeader { height: 300px; } #navbar { text-align: right; color: #ccc; position: absolute; top: 3px; right:5px; z-index: 900; width: 400px; } #navbar a { letter-spacing: 0px; color: #666; } /*---gbheader---------------------------------------------*/ #gbheader{} .gbTopic { position: absolute; left: 10px; top: 2px; width: 550px; height: 25px; } .gbTopic a { vertical-align: middle; color: #000; font-weight:bold; font-size:14px; } .gbTopic img {} .gbDescr { padding:10px; color: #000; ...
請先 登入 以發表留言。