MediaWiki:Common.css:修订间差异

来自黑神话百科
跳转到导航 跳转到搜索
(背景图替换)
(替换背景图)
第3行: 第3行:
     color: #dfdad3;
     color: #dfdad3;
     font-size: 16px;
     font-size: 16px;
     background: url(http://47.99.104.249/w/images/wiki_bg.jpg) !important;
     background: url(http://47.99.104.249/w/images/wiki_bg.png) !important;
     background-size: 100% !important;
     background-size: 100% !important;
}
}

2024年7月13日 (六) 10:07的版本

/* 这里放置的CSS将应用于所有皮肤 */
body {
    color: #dfdad3;
    font-size: 16px;
    background: url(http://47.99.104.249/w/images/wiki_bg.png) !important;
    background-size: 100% !important;
}
h1{
	font-family: STKaiti,Kaiti SC,Kaiti,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,Arial,sans-serif !important;
	color: #dfdad3;
}

.font-thin	{font-weight: 100;}
.font-extralight	{font-weight: 200;}
.font-light	{font-weight: 300;}
.font-normal	{font-weight: 400;}
.font-medium	{font-weight: 500;}
.font-semibold	{font-weight: 600;}
.font-bold	{font-weight: 700;}
.font-extrabold	{font-weight: 800;}
.font-black	{font-weight: 900;}