MediaWiki:Common.less: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 15:
:root {
--body-main: #fdfcfc;
--body-light: #f5f0ebe7e5e4;
--body-mid: #d1b9adad9e9a;
--body-dark: #b1886f6d5b54;
--body-borderdarker: #d1b9ad47403d;
--body-border: #bdb2ae;
--body-background-color: #173a4d;
 
Line 34 ⟶ 35:
--search-box: #efeee6;
 
--link-color: #ab6d468b694f;
--table-header-link: #794f34c7b8b3;
--redlink-color: #ba0000cd4343; /* #ba0000 old */
--text-color: #2F2828; /* @mine-shaft */
--byline-color: @silver;
Line 50 ⟶ 51:
// used for gallery & thumbs
--thumb-bg: var(--body-light);
--thumb-caption-bg: var(--body-middark);
 
// for sourceeditor - CodeMirror and WikiEditor's that are only available on
Line 72 ⟶ 73:
@import '@{common}/interface.less'; // MW common elements
@import '@{common}/wikitables.less'; // .wikitable class and etc
@import '@{common}/files.less'; // Files, galleries
@import '@{common}/diff.less'; // Revision differences
@import '@{common}/notifications.less';