Yellow_BBEs 風格
Yellow_BBEs>theme>stylesheet.css
打開 stylesheet.css
1、首頁
找
代碼: 選擇全部
ul.forums {
background-color: #ffffc2;
background-image: none;
}
代碼: 選擇全部
#ffffc2
代碼: 選擇全部
#FFFFDD
2、文章本文的顏色
代碼: 選擇全部
.bg1 {
background-color: #FFFFBF;
}
.bg2 {
background-color: #FFFFBF;
}
代碼: 選擇全部
#FFFFBF
代碼: 選擇全部
.bg1 {
background-color: #FFFFDF;
}
.bg2 {
background-color: #FFFFD9;
}
3、首頁的背景
代碼: 選擇全部
html, body {
background-color: #e1bf35;
}
代碼: 選擇全部
#e1bf35