MCBBS Wiki欢迎您共同参与编辑!在参与编辑之前请先阅读Wiki方针。
如果在编辑的过程中遇到了什么问题,可以去讨论板提问。
为了您能够无阻碍地参与编辑 未验证/绑定过邮箱的用户,请尽快绑定/验证。
MCBBS Wiki GitHub群组已上线!
您可以在回声洞中发表吐槽!
服务器状态监控。点击进入
本站由MCBBS用户自行搭建,与MCBBS及东银河系漫游指南(北京)科技有限公司没有从属关系。点此了解 MCBBS Wiki 不是什么>>
MediaWiki:Vector.css:修订间差异
跳到导航
跳到搜索
Sheep-realms(留言 | 贡献) 无编辑摘要 |
Sheep-realms(留言 | 贡献) 无编辑摘要 |
||
(未显示4个用户的37个中间版本) | |||
第1行: | 第1行: | ||
@charset "UTF-8"; |
|||
.topsign{ |
|||
/* 初版源代码:用户:Salt_lovely/Vector.scss */ |
|||
position: relative; |
|||
/* 今版源代码:https://github.com/mcbbs-wiki/mcbbs-wiki-widget-repo */ |
|||
width: 100%; |
|||
:root { |
|||
height: 65px; |
|||
--bgtop: 46px; |
|||
--bgleft: 20px; |
|||
--lightcolor: #fdf6e6; |
|||
--bgcolor: #fbf2dc; |
|||
--bgcolor1: #e9d3ad; |
|||
--bgcolor2: #e7d3b1; |
|||
--bgcolor3: #e9cb97; |
|||
--linecolor: #cfb78e; |
|||
--fontfamily: sans-serif, 'Microsoft Yahei', apple color emoji, segoe ui emoji, |
|||
segoe ui symbol; |
|||
--fontfamily2: 'Linux Libertine', 'Georgia', 'Times', serif, sans-serif, |
|||
⚫ | |||
--articlefont: Lora, 'Palatino Linotype', 'Book Antiqua', 'New York', |
|||
'DejaVu serif', 'Source Han Serif', 'Source Han Serif SC'; |
|||
--delete-linecolor: #ffe49c; |
|||
--add-linecolor: #a3d3ff; |
|||
--selection-color: lightblue; |
|||
--selection-font-color: #000; } |
|||
#catlinks, pre, table.wikitable, li.gallerybox div.thumb, .toc, .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend, .mw-warning, .toccolours, table.navbox { |
|||
background-color: var(--lightcolor); |
|||
} |
} |
||
.skin-vector-legacy .ve-ui-toolbar-floating > .oo-ui-toolbar-bar { |
|||
.topsign .topsignitem{ |
|||
top: 2.5rem; |
|||
left: 0; |
|||
⚫ | |||
width: 100%; |
|||
height: auto; |
|||
} |
} |
||
.mw-category-group li { |
|||
.topsign .topsignitem p{ |
|||
border-color: unset !important; |
|||
text-align: center; |
|||
} |
} |
2023年6月1日 (四) 11:35的最新版本
@charset "UTF-8";
/* 初版源代码:用户:Salt_lovely/Vector.scss */
/* 今版源代码:https://github.com/mcbbs-wiki/mcbbs-wiki-widget-repo */
:root {
--bgtop: 46px;
--bgleft: 20px;
--lightcolor: #fdf6e6;
--bgcolor: #fbf2dc;
--bgcolor1: #e9d3ad;
--bgcolor2: #e7d3b1;
--bgcolor3: #e9cb97;
--linecolor: #cfb78e;
--fontfamily: sans-serif, 'Microsoft Yahei', apple color emoji, segoe ui emoji,
segoe ui symbol;
--fontfamily2: 'Linux Libertine', 'Georgia', 'Times', serif, sans-serif,
Tahoma;
--articlefont: Lora, 'Palatino Linotype', 'Book Antiqua', 'New York',
'DejaVu serif', 'Source Han Serif', 'Source Han Serif SC';
--delete-linecolor: #ffe49c;
--add-linecolor: #a3d3ff;
--selection-color: lightblue;
--selection-font-color: #000; }
#catlinks, pre, table.wikitable, li.gallerybox div.thumb, .toc, .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend, .mw-warning, .toccolours, table.navbox {
background-color: var(--lightcolor);
}
.skin-vector-legacy .ve-ui-toolbar-floating > .oo-ui-toolbar-bar {
top: 2.5rem;
}
.mw-category-group li {
border-color: unset !important;
}