MediaWiki:Common.less: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 14:
@common: 'MediaWiki:Common.less';
:root {
--body-main: #fefffffdfcfc;
--body-light: #fff8eee7e5e4; /* old #f2f2f2 */
--body-mid: #d1b9adad9e9a; /* old #d0bd97; */
--body-dark: #b1886f6d5b54; /* old #e3e3e3 */
--body-borderdarker: #e9d8cc47403d; /* old #878787 */
--body-border: #bdb2ae;
--body-background-color: #173a4d;
 
Line 34 ⟶ 35:
--search-box: #efeee6;
 
--link-color: #9360398b694f;
--redlinktable-colorheader-link: #ba0000c7b8b3;
--textredlink-color: #2F2828cd4343; /*@mine-shaft #ba0000 old */
--text-color: #2F2828; /* @mine-shaft */
--byline-color: @silver;
--subtle-color: #afa19a; /* old: @boulder; */
 
--admin-blue: #332e75;
Line 49 ⟶ 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 71 ⟶ 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';