|
|
(6 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| /* All CSS here will be loaded for users of the Timeless skin */ | | /* All CSS here will be loaded for users of the Timeless skin */ |
| /* CSS placed here will affect users of the Timeless skin */ | | /* CSS placed here will affect users of the Timeless skin */ |
| /**** Color palette ****/
| |
|
| |
| /* Common colors */
| |
| :root {
| |
| --warn-bg-1: #fef6e7; /* .warningbox from Vector, Timeless */
| |
| --warn-bg-2: #ffdbdb; /* div.mw-warning-with-logexcerpt from Vector, Timeless */
| |
| --warn-border-1: #fc3; /* from Timeless */
| |
| --warn-border-2: #bb7070; /* from Timeless */
| |
| --warn-bg-1: #cb6;
| |
| --warn-bg-1: #d95; /* from Timeless? */
| |
| --warn-bg-1: #d80;
| |
| --warn-text-1: var(--text-shade-1);
| |
| --warn-text-1: #222;
| |
| --warn-text-1: #fff;
| |
|
| |
| --warn-bg-2: #d63;
| |
| --warn-text-2: var(--text-shade-1);
| |
| --warn-text-2: #222;
| |
| --warn-text-2: #ddd;
| |
|
| |
| --note-text-1: #000;
| |
|
| |
| --focus-border-color: #36c; /* from Timeless */
| |
| --focus-border-color: var(--link-shade-4);
| |
| --focus-border-color: royalblue;
| |
| --focus-border-color: #46dc;
| |
| --link-hover-bg: #fff8;
| |
| --link-hover-bg: #8884;
| |
|
| |
| --link-red-1: #a55858; /* from Vector */
| |
| --link-red-2: #ba0000; /* from Vector */
| |
| --link-red-1: #b32424; /* from WMF Style Guide */
| |
| --link-red-2: #dd3333; /* from WMF Style Guide */
| |
| }
| |
/* All CSS here will be loaded for users of the Timeless skin */
/* CSS placed here will affect users of the Timeless skin */