MediaWiki:Common.css: Difference between revisions

From Realms Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
:root {
 
    --body-main: #e2dbc8;
.mw-body {
    --body-light: #d8ccb4;
     background-color: #262626;
    --body-mid: #d0bd97;
     color: white;
    --body-dark: #b8a282;
     border-color: transparent;
    --body-border: #94866d;
     box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
     --body-background-color: #c0a886;
     margin-top: 0;
    --button-background: #605443;
     --button-color: #fff;
     --button-border: #3c352a;
    --button-dark: #18140c;
    --button-light: #3a301d;
    --sidebar: #cfc08d;
    --background-text-color: #444;
     --background-link-color: #52351e;
    --search-box: #efeee6;
    --link-color: #936039;
    --redlink-color: #ba0000;
    --text-color: #000;
    --byline-color: #4c4c4c;
    --subtle-color: #777;
    --admin-blue: #332e75;
    --bearcat-green: #13592e;
    --awb-purple: #933b96;
    --rsw-blue: #438ab6;
    --osrsw-brown: #605443;
    --thumb-bg: var(--body-light);
     --thumb-caption-bg: var(--body-mid);
    --sourceeditor-input-background: #fff;
    --sourceeditor-background: var(--body-light);
    --sourceeditor-background-secondary: var(--body-light);
    --sourceeditor-border: var(--body-mid);
    --codemirror-gutter-background: var(--body-mid);
}
}

Revision as of 22:17, 22 July 2023

/* CSS placed here will be applied to all skins */

.mw-body {
    background-color: #262626;
    color: white;
    border-color: transparent;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    margin-top: 0;
}