|
|
| Line 1: |
Line 1: |
| @import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,700;1,400;1,700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
| | @ |
| :root {
| |
| --body-main: #e2dbc8;
| |
| --body-light: #d8ccb4;
| |
| --body-mid: #d0bd97;
| |
| --body-dark: #b8a282;
| |
| --body-border: #94866d;
| |
| --body-background-color: #c0a886;
| |
| --button-background: #605443;
| |
| --button-color: #fff;
| |
| --button-border: #3c352a;
| |
| --button-dark: #18140c;
| |
| --button-light: #3a301d;
| |
| --sidebar: #cfc08d;
| |
| --sidebar-text-color: #444444;
| |
| --sidebar-link-color: #442b18;
| |
| --background-text-color: #444;
| |
| --background-link-color: #52351e;
| |
| --search-box: #efeee6;
| |
| --link-color: #936039;
| |
| --redlink-color: #ba0000;
| |
| --text-color: #000;
| |
| --base-text-color: #444e5a;
| |
| --base-heading-color: #444e5a;
| |
| --base-heading-border: #e4eaee;
| |
| --mw-code-background-color: #ddd4bb;
| |
| --ul-list-style-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='5' height='13'%3E %3Ccircle cx='2.5' cy='9.5' r='2.5' fill='%234c4c4c'/%3E %3C/svg%3E");
| |
| --body-background-image: url("filepath://wiki-background.png");
| |
| }
| |
| | |
| body.wgl-darkmode {
| |
| --body-main: #172136;
| |
| --body-light: #313e59;
| |
| --body-mid: #293753;
| |
| --body-dark: #222e45;
| |
| --body-border: #596e96;
| |
| --body-background-color: #071022;
| |
| --button-background: #222e45;
| |
| --button-color: #fff;
| |
| --button-border: #222e45;
| |
| --button-dark: #18140c;
| |
| --button-light: #3a301d;
| |
| --sidebar: #596e96;
| |
| --sidebar-text-color: #444444;
| |
| --sidebar-link-color: #442b18;
| |
| --background-text-color: #cbd9f4;
| |
| --background-link-color: #8cabe6;
| |
| --search-box: #313e59;
| |
| --link-color: #8cabe6;
| |
| --redlink-color: #f26d60;
| |
| --text-color: #cbd9f4;
| |
| --base-text-color: #cbd9f4;
| |
| --base-heading-color: #cbd9f4;
| |
| --base-heading-border: #e4eaee;
| |
| --mw-code-background-color: #313e59;
| |
| }
| |
| | |
| #mw-page-base {
| |
| background: none;
| |
| }
| |
| | |
| .mw-body {
| |
| background-color: var(--body-main);
| |
| color: var(--text-color);
| |
| border-color: transparent;
| |
| box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
| |
| margin-top: 0;
| |
| }
| |
| | |
| h1,
| |
| h2,
| |
| h3,
| |
| h4,
| |
| h5,
| |
| h6 {
| |
| color: var(--text-color);
| |
| }
| |
| | |
| h1,
| |
| h2 {
| |
| border-color: var(--sidebar);
| |
| }
| |
| | |
| .mw-body h1,
| |
| .mw-body-content h1,
| |
| .mw-body-content h2,
| |
| .mw-body-content h3,
| |
| .mw-body-content h4,
| |
| .mw-body-content h5,
| |
| .mw-body-content h6 {
| |
| font-family: "PT Serif", "Palatino", "Georgia", serif;
| |
| }
| |
| | |
| .mw-parser-output h2:first-of-type {
| |
| clear: left;
| |
| }
| |
| | |
| pre,
| |
| code,
| |
| .mw-code {
| |
| color: inherit;
| |
| background-color: var(--mw-code-background-color);
| |
| border: 1px solid var(--body-border);
| |
| }
| |
| | |
| ul {
| |
| list-style-image: var(--ul-list-style-image);
| |
| }
| |
| | |
| .mw-content-ltr ol {
| |
| margin-bottom: 0.8em;
| |
| }
| |
| | |
| dl {
| |
| margin: 0;
| |
| }
| |
| | |
| dd {
| |
| min-width: 17.85em;
| |
| }
| |
| | |
| hr {
| |
| background: none;
| |
| border-color: var(--sidebar);
| |
| border-style: solid;
| |
| border-width: 1px 0 0 0;
| |
| height: initial;
| |
| }
| |
| | |
| .mw-footer li {
| |
| color: var(--background-text-color);
| |
| }
| |
| | |
| .mw-footer a,
| |
| .mw-footer a:active,
| |
| .mw-footer a:visited {
| |
| color: var(--background-link-color);
| |
| }
| |
| | |
| a,
| |
| image a {
| |
| color: var(--link-color);
| |
| }
| |
| | |
| a:visited,
| |
| image a:visited,
| |
| a:active,
| |
| image a:active {
| |
| color: var(--link-color);
| |
| }
| |
| | |
| a.new,
| |
| image a.new {
| |
| color: var(--redlink-color);
| |
| }
| |
| | |
| a.new:visited,
| |
| image a.new:visited {
| |
| color: var(--redlink-color);
| |
| }
| |
| | |
| .mw-body-content a.external,
| |
| .mw-body-content a.extiw {
| |
| color: var(--link-color);
| |
| }
| |
| | |
| .mw-body-content a.external:visited,
| |
| .mw-body-content a.extiw:visited,
| |
| .mw-body-content a.external:active,
| |
| .mw-body-content a.extiw:active {
| |
| color: var(--link-color);
| |
| }
| |
| | |
| .jsPurgeLink a.external {
| |
| color: var(--link-color);
| |
| }
| |
| | |
| :root {
| |
| --admin-blue: #332e75;
| |
| --bearcat-green: #13592e;
| |
| --awb-purple: #933b96;
| |
| --rsw-blue: #438ab6;
| |
| --osrsw-brown: #605443;
| |
| }
| |
| | |
| body.wgl-darkmode {
| |
| --admin-blue: #332e75;
| |
| --bearcat-green: #13592e;
| |
| --awb-purple: #933b96;
| |
| --rsw-blue: #438ab6;
| |
| --osrsw-brown: #605443;
| |
| }
| |
| | |
| a[href="/User:Alsatian"],
| |
| a[href="/User:Felix Argyle"],
| |
| a[href="/User:Saedrup92"] {
| |
| color: var(--admin-blue);
| |
| }
| |
| | |
| a[href="/User:Holroybot"] {
| |
| color: var(--awb-purple);
| |
| }
| |
| | |
| a[href="/User:Mackan"] {
| |
| color: var(--bearcat-green);
| |
| }
| |
| | |
| .catlinks {
| |
| background: var(--body-light);
| |
| border: 1px solid var(--body-dark);
| |
| padding: 8px 15px;
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| }
| |
| | |
| .catlinks li {
| |
| border-color: var(--body-mid);
| |
| }
| |
| | |
| :root {
| |
| --documentation-background: #f9fafa;
| |
| --documentation-link-color: #e4eaee;
| |
| --documentation-headers-color: #fff;
| |
| --documentation-header-background: #949eaa;
| |
| --documentation-subheader-background: #808c9a;
| |
| --documentation-border: #e4eaee;
| |
| --mw-templatedata-doc-muted-color: #888;
| |
| }
| |
| | |
| body.wgl-darkmode {
| |
| --documentation-background: #1f293e;
| |
| --documentation-link-color: #8cabe6;
| |
| --documentation-headers-color: #cbd9f4;
| |
| --documentation-header-background: #222e45;
| |
| --documentation-subheader-background: #1f293e;
| |
| --documentation-border: #e4eaee;
| |
| --mw-templatedata-doc-muted-color: #888;
| |
| }
| |
| | |
| .documentation {
| |
| background: var(--documentation-background);
| |
| box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
| |
| }
| |
| | |
| .documentation pre,
| |
| .documentation code {
| |
| background-color: var(--documentation-background);
| |
| border-color: var(--documentation-border);
| |
| }
| |
| | |
| .documentation h2,
| |
| .documentation hr {
| |
| border-color: var(--documentation-border);
| |
| }
| |
| | |
| .documentation-header {
| |
| color: var(--documentation-headers-color);
| |
| background: var(--documentation-header-background);
| |
| font-weight: bold;
| |
| padding: 1em 1.5em;
| |
| }
| |
| | |
| .documentation-title {
| |
| font-size: 1.25em;
| |
| }
| |
| | |
| .documentation-subheader {
| |
| color: var(--documentation-headers-color);
| |
| background: var(--documentation-subheader-background);
| |
| padding: 0.5em 1.5em;
| |
| }
| |
| | |
| .documentation-subheader a,
| |
| .documentation-subheader a:visited,
| |
| .documentation-subheader a:active {
| |
| color: var(--documentation-link-color);
| |
| }
| |
| | |
| .documentation-documentation,
| |
| .documentation-links {
| |
| font-size: 0.85em;
| |
| }
| |
| | |
| .documentation-content {
| |
| padding: 1em 1.5em;
| |
| }
| |
| | |
| .mw-templatedata-doc-params dl {
| |
| column-count: 3;
| |
| border-top: 1px solid var(--body-border);
| |
| margin-bottom: 0.7em;
| |
| }
| |
| | |
| .mw-templatedata-doc-params dt::after {
| |
| content: ":";
| |
| }
| |
| | |
| .mw-templatedata-doc-params dd,
| |
| .mw-templatedata-doc-params dt {
| |
| margin: 0.1em 2em;
| |
| min-width: auto;
| |
| }
| |
| | |
| .mw-templatedata-doc-muted {
| |
| color: var(--mw-templatedata-doc-muted-color);
| |
| font-style: italic;
| |
| }
| |
| | |
| #documentation-meta-data {
| |
| background-color: transparent !important;
| |
| }
| |
| | |
| .mw-echo-ui-notificationsInboxWidget-toolbarWrapper {
| |
| background: var(--body-main);
| |
| }
| |
| | |
| .mw-echo-ui-crossWikiUnreadFilterWidget {
| |
| border-color: var(--border-body);
| |
| }
| |
| | |
| .mw-echo-ui-notificationItemWidget {
| |
| background-color: var(--body-main);
| |
| border-color: var(--body-border);
| |
| }
| |
| | |
| .mw-echo-ui-notificationItemWidget:hover,
| |
| .mw-echo-ui-notificationItemWidget.mw-echo-ui-notificationItemWidget-unread:hover {
| |
| background-color: var(--body-mid);
| |
| }
| |
| | |
| .mw-echo-ui-notificationItemWidget.mw-echo-ui-notificationItemWidget-unread {
| |
| background-color: var(--search-box);
| |
| }
| |
| | |
| .mw-echo-ui-notificationItemWidget-content-message-header,
| |
| .mw-echo-ui-notificationItemWidget-content-message-body,
| |
| .mw-echo-ui-menuItemWidget > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
| |
| color: var(--ooui-text);
| |
| }
| |
| | |
| .mw-echo-ui-bundleNotificationItemWidget-group {
| |
| background-color: var(--body-main);
| |
| }
| |
| | |
| .mw-echo-ui-notificationItemWidget:last-child {
| |
| border-bottom-color: var(--body-border);
| |
| }
| |
| | |
| .mw-echo-ui-notificationBadgeButtonPopupWidget-footer .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
| |
| background-color: var(--body-mid);
| |
| }
| |
| | |
| .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-head,
| |
| .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer,
| |
| .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer .mw-echo-ui-notificationBadgeButtonPopupWidget-footer-buttons .oo-ui-buttonElement:last-child {
| |
| border-color: var(--ooui-interface-border);
| |
| }
| |
| | |
| .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup .mw-echo-ui-placeholderItemWidget {
| |
| background-color: inherit;
| |
| }
| |
| | |
| :root {
| |
| --messagebox-obsolete-background: #cfcfcf;
| |
| --messagebox-obsolete-border: #464646;
| |
| --messagebox-obsolete-color: #6c6c6c;
| |
| --messagebox-info-background: #ebebeb;
| |
| --messagebox-info-border: #898989;
| |
| --messagebox-info-color: #6c6c6c;
| |
| --messagebox-action-background: #c7e8fa;
| |
| --messagebox-action-border: #0b5884;
| |
| --messagebox-action-color: #03436b;
| |
| --messagebox-warn-background: #dfc0ba;
| |
| --messagebox-warn-border: #861c10;
| |
| --messagebox-warn-color: #8e221a;
| |
| --messagebox-safe-background: #d8f0d3;
| |
| --messagebox-safe-border: #1b8408
| |