“MediaWiki:Common.css”的版本间差异

添加393字节 、​ 2021年10月16日 (六) 16:51
无编辑摘要
第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;
}
/* 背景图 */
body {
background:url(https://mcserver.wiki/www/wwwroot/mcserver.wiki/images/17412311.png);//背景路径
background-size:100%;//填充
background-repeat:no-repeat;//无重复
background-attachment: fixed;//固定
}
}