Apt install(留言 | 贡献) |
Apt install(留言 | 贡献) |
||
| 第1行: | 第1行: | ||
/* ============================================================ | /* ============================================================ | ||
版式: | 版式: M.E.G._Theme(Fandom 后室中文 → MediaWiki/Cosmos 转换版) | ||
来源: https://backrooms.fandom.com/zh/wiki/Template: | 来源: https://backrooms.fandom.com/zh/wiki/Template:M.E.G._Theme | ||
协议: CC-BY-SA 3.0 | 加载: {{#css: | 协议: CC-BY-SA 3.0 | 加载: {{#css:M.E.G._Theme.css}} 或 Common.css | ||
------------------------------------------------------------ | ------------------------------------------------------------ | ||
转换说明: | 转换说明: | ||
| 第13行: | 第13行: | ||
============================================================ */ | ============================================================ */ | ||
. | /*===================== M.E.G. Theme =====================*/ | ||
/*====================== By Scutoid ======================*/ | |||
/*= For use on the FANDOM Backrooms Wiki's M.E.G. Pages. =*/ | |||
/*== Import ==*/ | |||
/* Fonts */ | |||
/*== Root ==*/ | |||
/* Font */ | |||
html .mw-content-block { | |||
font-family: 'Merriweather Sans', Genshin75W, sans-serif; | |||
} | } | ||
. | .firstHeading, .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 { | ||
font-family: 'Merriweather', 'pfmkt', serif; | |||
} | } | ||
.page | /* Page */ | ||
.page { | |||
color: #3a3a3a; | |||
margin-top: 12px; | |||
position: relative; | |||
/* 已移除未定义变量声明: border: solid 2px rgb(var(--meg-green)); */ | |||
border-radius: 5px; | |||
/* 已移除未定义变量声明: box-shadow: 3px 3px 10px 0 rgba(var(--meg-green),0.5); */ | |||
} | } | ||
. | /* Fancy Title */ | ||
.firstHeading { | |||
border: | padding: 0.2rem; | ||
border-radius: 11px; | |||
color: #6f754e; | |||
font-style: italic; | |||
margin-bottom: 0.5rem; | |||
/* 已移除未定义变量声明: border-left: solid 3px rgba(var(--meg-green),0.4); */ | |||
/* 已移除未定义变量声明: border-right: solid 3px rgba(var(--meg-green),0.4); */ | |||
padding-left: 0.5rem; | |||
padding-right: 0.5rem; | |||
font-weight: 900; | |||
width: fit-content; | |||
} | } | ||
.mw- | |||
.mw-editsection { | |||
border: solid 2px; | |||
} | } | ||
. | .right-rail-toggle { | ||
/* 已移除未定义变量声明: background-color: rgb(var(--meg-green)); */ | |||
color: #fff; | |||
} | } | ||
. | .is-rail-hidden .right-rail-toggle { | ||
background: | /* 已移除未定义变量声明: background-color: rgb(var(--meg-green)); */ | ||
right: 0; | |||
} | } | ||
. | .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 { | ||
color: #6f754e; | |||
font-weight: 800; | |||
} | } | ||
2026年8月6日 (四) 18:11的版本
/* ============================================================
版式: M.E.G._Theme(Fandom 后室中文 → MediaWiki/Cosmos 转换版)
来源: https://backrooms.fandom.com/zh/wiki/Template:M.E.G._Theme
协议: CC-BY-SA 3.0 | 加载: {{#css:M.E.G._Theme.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 已移除
============================================================ */
/*===================== M.E.G. Theme =====================*/
/*====================== By Scutoid ======================*/
/*= For use on the FANDOM Backrooms Wiki's M.E.G. Pages. =*/
/*== Import ==*/
/* Fonts */
/*== Root ==*/
/* Font */
html .mw-content-block {
font-family: 'Merriweather Sans', Genshin75W, sans-serif;
}
.firstHeading, .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
font-family: 'Merriweather', 'pfmkt', serif;
}
/* Page */
.page {
color: #3a3a3a;
margin-top: 12px;
position: relative;
/* 已移除未定义变量声明: border: solid 2px rgb(var(--meg-green)); */
border-radius: 5px;
/* 已移除未定义变量声明: box-shadow: 3px 3px 10px 0 rgba(var(--meg-green),0.5); */
}
/* Fancy Title */
.firstHeading {
padding: 0.2rem;
border-radius: 11px;
color: #6f754e;
font-style: italic;
margin-bottom: 0.5rem;
/* 已移除未定义变量声明: border-left: solid 3px rgba(var(--meg-green),0.4); */
/* 已移除未定义变量声明: border-right: solid 3px rgba(var(--meg-green),0.4); */
padding-left: 0.5rem;
padding-right: 0.5rem;
font-weight: 900;
width: fit-content;
}
.mw-editsection {
border: solid 2px;
}
.right-rail-toggle {
/* 已移除未定义变量声明: background-color: rgb(var(--meg-green)); */
color: #fff;
}
.is-rail-hidden .right-rail-toggle {
/* 已移除未定义变量声明: background-color: rgb(var(--meg-green)); */
right: 0;
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
color: #6f754e;
font-weight: 800;
}