Apt install(留言 | 贡献) |
Apt install(留言 | 贡献) |
||
| 第1行: | 第1行: | ||
/* ============================================================ | /* ============================================================ | ||
版式: | 版式: XP(Fandom 后室中文 → MediaWiki/Cosmos 转换版) | ||
来源: https://backrooms.fandom.com/zh/wiki/Template: | 来源: https://backrooms.fandom.com/zh/wiki/Template:XP | ||
协议: CC-BY-SA 3.0 | 加载: {{#css: | 协议: CC-BY-SA 3.0 | 加载: {{#css:XP.css}} 或 Common.css | ||
------------------------------------------------------------ | ------------------------------------------------------------ | ||
转换说明: | 转换说明: | ||
| 第13行: | 第13行: | ||
============================================================ */ | ============================================================ */ | ||
.cosmos-header{ | |||
background: linear-gradient(180deg,#0997ff,#0053ee 8%,#0050ee 40%,#06f 88%,#06f 93%,#005bff 95%,#003dd7 96%,#003dd7); | |||
padding: 3px 5px 3px 3px; | |||
border-radius:8px; | |||
border-top: 2px solid #0831d9; | |||
border-left: 2px solid #0831d9; | |||
border-right: 2px solid #001ea0; | |||
border-bottom: 2px solid #0831d9; | |||
} | |||
.mw-content-text{ | .mw-content-text{ | ||
border: | /* border: 4px solid; */ | ||
/* | /* border-image: linear-gradient(to right, #0027b4, #056bff, #0022b4) 1; */ | ||
/* border-radius: 5px; */ | |||
/* border-right: none; */ | |||
border-top: 1px solid #0831d9; | |||
border-left: 1px solid #0831d9; | |||
border-right: 1px solid #001ea0; | |||
border-bottom: 1px solid #0831d9; | |||
background: #eae8d7; | |||
box-shadow: inset -1px -1px #00138c, inset 1px 1px #0831d9, inset -2px -2px #001ea0, inset 2px 2px #166aee, inset -3px -3px #003bda, inset 3px 3px #0855dd; | |||
border-radius:8px; | |||
/* padding: 0 0 3px; */ | |||
} | } | ||
. | .page-header{ | ||
background: linear-gradient(180deg, white, #f8efe8); | |||
border: #abb2b3 solid 1px; | |||
border-radius: 3px; | |||
border | |||
border- | |||
padding: 10px; | padding: 10px; | ||
} | } | ||
.mw- | .mw-parser-output{ | ||
background: linear-gradient(180deg, white, #f8efe8); | |||
border: #abb2b3 solid 1px; | |||
border-radius: 3px; | |||
padding: 20px; | |||
} | } | ||
. | .mw-footer{ | ||
background: linear-gradient(180deg, white, #f8efe8); | |||
border: #abb2b3 solid 1px; | |||
border-radius: 3px; | |||
padding: 5px; | |||
margin-top: 10px; | |||
border-radius: | |||
margin | |||
} | } | ||
.cosmos-rail-inner{ | .cosmos-rail-inner{ | ||
/* border-image: linear-gradient(to right, #0027b4, #056bff, #0022b4) 1; */ | |||
background: linear-gradient( | /* border-radius: 5px; */ | ||
/* border-left: none; */ | |||
background: #eae8d7; | |||
/* padding-left: 0px; */ | |||
/* border: 4px solid; */ | |||
/* border-image: linear-gradient(to right, #0027b4, #056bff, #0022b4) 1; */ | |||
/* border-radius: 5px; */ | |||
/* border-right: none; */ | |||
/* background: #eae8d7; */ | |||
box-shadow: inset -1px -1px #00138c, inset 1px 1px #0831d9, inset -2px -2px #001ea0, inset 2px 2px #166aee, inset -3px -3px #003bda, inset 3px 3px #0855dd; | |||
border-radius: 8px; | |||
/* padding: 0 0 3px; */ | |||
border-left:none!important; | |||
margin-left: 3px; | |||
border-top: 1px solid #0831d9; | |||
border-left: 1px solid #0831d9; | |||
border-right: 1px solid #001ea0; | |||
border-bottom: 1px solid #0831d9; | |||
} | } | ||
.cosmos-rail-module{ | |||
border-bottom:none; | |||
} | } | ||
.recentImages__container, .sticky-modules-wrapper{ | |||
background: linear-gradient(180deg, white, #f8efe8); | |||
border: #abb2b3 solid 1px; | |||
border-radius: 3px; | |||
padding: 10px; | |||
border | |||
} | } | ||
.sticky-modules-wrapper{ | .sticky-modules-wrapper | ||
body { | |||
margin-bottom: 20px; | |||
margin- | |||
} | } | ||
2026年8月6日 (四) 18:48的版本
/* ============================================================
版式: XP(Fandom 后室中文 → MediaWiki/Cosmos 转换版)
来源: https://backrooms.fandom.com/zh/wiki/Template:XP
协议: CC-BY-SA 3.0 | 加载: {{#css:XP.css}} 或 Common.css
------------------------------------------------------------
转换说明:
- --theme-* 变量已按浅色主题值展开({{#css:}} 净化器拒绝
--* 声明)
- .theme-fandomdesktop-light/dark 前缀已去除
- 选择器映射: .page__main→#mw-content-text, .fandom-community-header
→.cosmos-header, .page__right-rail→.cosmos-rail-inner 等
- @import/pointer-events/::-webkit-scrollbar 已移除
============================================================ */
.cosmos-header{
background: linear-gradient(180deg,#0997ff,#0053ee 8%,#0050ee 40%,#06f 88%,#06f 93%,#005bff 95%,#003dd7 96%,#003dd7);
padding: 3px 5px 3px 3px;
border-radius:8px;
border-top: 2px solid #0831d9;
border-left: 2px solid #0831d9;
border-right: 2px solid #001ea0;
border-bottom: 2px solid #0831d9;
}
.mw-content-text{
/* border: 4px solid; */
/* border-image: linear-gradient(to right, #0027b4, #056bff, #0022b4) 1; */
/* border-radius: 5px; */
/* border-right: none; */
border-top: 1px solid #0831d9;
border-left: 1px solid #0831d9;
border-right: 1px solid #001ea0;
border-bottom: 1px solid #0831d9;
background: #eae8d7;
box-shadow: inset -1px -1px #00138c, inset 1px 1px #0831d9, inset -2px -2px #001ea0, inset 2px 2px #166aee, inset -3px -3px #003bda, inset 3px 3px #0855dd;
border-radius:8px;
/* padding: 0 0 3px; */
}
.page-header{
background: linear-gradient(180deg, white, #f8efe8);
border: #abb2b3 solid 1px;
border-radius: 3px;
padding: 10px;
}
.mw-parser-output{
background: linear-gradient(180deg, white, #f8efe8);
border: #abb2b3 solid 1px;
border-radius: 3px;
padding: 20px;
}
.mw-footer{
background: linear-gradient(180deg, white, #f8efe8);
border: #abb2b3 solid 1px;
border-radius: 3px;
padding: 5px;
margin-top: 10px;
}
.cosmos-rail-inner{
/* border-image: linear-gradient(to right, #0027b4, #056bff, #0022b4) 1; */
/* border-radius: 5px; */
/* border-left: none; */
background: #eae8d7;
/* padding-left: 0px; */
/* border: 4px solid; */
/* border-image: linear-gradient(to right, #0027b4, #056bff, #0022b4) 1; */
/* border-radius: 5px; */
/* border-right: none; */
/* background: #eae8d7; */
box-shadow: inset -1px -1px #00138c, inset 1px 1px #0831d9, inset -2px -2px #001ea0, inset 2px 2px #166aee, inset -3px -3px #003bda, inset 3px 3px #0855dd;
border-radius: 8px;
/* padding: 0 0 3px; */
border-left:none!important;
margin-left: 3px;
border-top: 1px solid #0831d9;
border-left: 1px solid #0831d9;
border-right: 1px solid #001ea0;
border-bottom: 1px solid #0831d9;
}
.cosmos-rail-module{
border-bottom:none;
}
.recentImages__container, .sticky-modules-wrapper{
background: linear-gradient(180deg, white, #f8efe8);
border: #abb2b3 solid 1px;
border-radius: 3px;
padding: 10px;
}
.sticky-modules-wrapper
body {
margin-bottom: 20px;
}