MediaWiki:Common.css:修订间差异

来自恶俗维基
跳转到导航 跳转到搜索
>43e86e5f64854120005d22da5247ce0c
无编辑摘要
>43e86e5f64854120005d22da5247ce0c
无编辑摘要
第11行: 第11行:
body.ns-2 div#catlinks {
body.ns-2 div#catlinks {
     display: none !important;
     display: none !important;
}
.imgbox img, .mw-parser-output img {
max-width: 100%;
height: auto;
}
}

2018年12月14日 (五) 13:40的版本

/* 这里放置的CSS将应用于所有皮肤 */
#content {
    background: rgba(255,255,255,.7);
}
body,html{
	background: url(https://zhina.wiki/background.svg) no-repeat center center fixed;
    background-size: cover;
    position: relative;
    height: auto;
}
body.ns-2 div#catlinks {
    display: none !important;
}
.imgbox img, .mw-parser-output img {
	max-width: 100%;
	height: auto;
}