MediaWiki:Vector.css:修订间差异
小 (// Edit via Wikiplus) |
Sheep-realms(留言 | 贡献) 无编辑摘要 |
||
| (未显示2个用户的12个中间版本) | |||
| 第1行: | 第1行: | ||
@charset "UTF-8"; | @charset "UTF-8"; | ||
/* 初版源代码:用户:Salt_lovely/Vector.scss */ | /* 初版源代码:用户:Salt_lovely/Vector.scss */ | ||
/* 今版源代码:https://github.com/mcbbs-wiki/mcbbs-wiki-widget-repo */ | /* 今版源代码:https://github.com/mcbbs-wiki/mcbbs-wiki-widget-repo */ | ||
:root { | :root { | ||
--bgtop: 46px; | --bgtop: 46px; | ||
--bgleft: 20px; | --bgleft: 20px; | ||
| 第32行: | 第11行: | ||
--bgcolor3: #e9cb97; | --bgcolor3: #e9cb97; | ||
--linecolor: #cfb78e; | --linecolor: #cfb78e; | ||
--fontfamily: sans-serif, | --fontfamily: sans-serif, 'Microsoft Yahei', apple color emoji, segoe ui emoji, | ||
segoe ui symbol; | segoe ui symbol; | ||
--fontfamily2: | --fontfamily2: 'Linux Libertine', 'Georgia', 'Times', serif, sans-serif, | ||
Tahoma; | Tahoma; | ||
--articlefont: Lora, | --articlefont: Lora, 'Palatino Linotype', 'Book Antiqua', 'New York', | ||
'DejaVu serif', 'Source Han Serif', 'Source Han Serif SC'; | |||
--delete-linecolor: #ffe49c; | --delete-linecolor: #ffe49c; | ||
--add-linecolor: #a3d3ff; | --add-linecolor: #a3d3ff; | ||
--selection-color: lightblue; | --selection-color: lightblue; | ||
--selection-font-color: #000; | --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 { | |||
} | |||
#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); | 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; | |||
} | } | ||
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;
}