打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

MediaWiki:Common.css:修订间差异

MediaWiki界面页面
第25行: 第25行:
.vector-sticky-pinned-container{
.vector-sticky-pinned-container{
border-radius: 5px;
border-radius: 5px;
background-color:#000000;
}
}

2025年3月23日 (日) 16:12的版本

/* 应用于所有皮肤的全局样式 */
/* WIKI背景图设置 */
.mw-page-container {
    background-image: url("https://wiki.ottohub.cn/images/5/56/Th13_select00.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.mw-header {
	background-image: url("https://wiki.ottohub.cn/images/e/ed/Th13_front00.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@font-face {
    font-family: "SimHei";
    src: url("https://c.webfontfree.com/Code/EOT/b1/00/b1001bef64775f292296d337d5ad79f9.eot") format('embedded-opentype');
}

/* 主体字体及文字阴影 */
body {
    font-family: 'SimHei', 'SimSun', sans-serif;
    filter: blur(0.5px);text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.vector-sticky-pinned-container{
	border-radius: 5px;
	background-color:#000000;
}