631
个编辑
欢迎来到MCServerWiki!如果您是第一次来到这里,请点击:创建账户
| 第1行: | 第1行: | ||
/* 模板来自MCBBS Wiki */ | /* 模板来自MCBBS Wiki */ | ||
:root { | |||
--themecolor: #A8CDFF; | |||
--themeimg: url(https://www.mcbbs.net/template/mcbbs/image/body_bg.jpg); | |||
--bgtop: 46px; | |||
--bgleft: 20px; | |||
--lightcolor: #FDF6E6; | |||
--bgcolor: #fbf2dc; | |||
--bgcolor1: #E9D3AD; | |||
--bgcolor2: #E7D3B1; | |||
--bgcolor3: #E9CB97; | |||
--linecolor: #CFB78E; | |||
--fontfamily: sans-serif,'Microsoft Yahei',apple color emoji,segoe ui emoji,segoe ui symbol; | |||
--fontfamily2: 'Linux Libertine','Georgia','Times',serif,sans-serif,Tahoma; | |||
--articlefont: Lora,'Palatino Linotype','Book Antiqua','New York','DejaVu serif','Source Han Serif','Source Han Serif SC'; | |||
--heimu: #000; | |||
} | |||
/* info类模板 */ | /* info类模板 */ | ||
.infoBox { | .infoBox { | ||
| 第153行: | 第171行: | ||
/*黑幕,鼠标移入后文字背景透明*/ | /*黑幕,鼠标移入后文字背景透明*/ | ||
background: transparent; | background: transparent; | ||
} | } | ||