MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Ban Betrayed (talk | contribs) No edit summary |
Ban Betrayed (talk | contribs) No edit summary |
||
| Line 13: | Line 13: | ||
Hyperlink Visited: | Hyperlink Visited: | ||
Background Black: # | Background Black: #383222 | ||
*/ | */ | ||
| Line 33: | Line 33: | ||
/* Background Color */ | /* Background Color */ | ||
--background-color-base: # | --background-color-base: #383222; | ||
--background-color-base-fixed: # | --background-color-base-fixed: #383222; | ||
--background-color-neutral: # | --background-color-neutral: #383222; | ||
--background-color-neutral-subtle: # | --background-color-neutral-subtle: #383222; | ||
--background-color-interactive: # | --background-color-interactive: #383222; | ||
--background-color-interactive-subtle: # | --background-color-interactive-subtle: #383222; | ||
--background-color-disabled: #412d00; | --background-color-disabled: #412d00; | ||
| Line 84: | Line 84: | ||
background-color: #ffc02d; | background-color: #ffc02d; | ||
border-radius: 2px; | border-radius: 2px; | ||
border: 2px solid # | border: 2px solid #383222; | ||
} | } | ||
| Line 92: | Line 92: | ||
.mw-echo-notification-badge-nojs::after { | .mw-echo-notification-badge-nojs::after { | ||
border: 1px solid #ffc02d; | border: 1px solid #ffc02d; | ||
background-color: # | background-color: #383222; | ||
color: #ffc02d; | color: #ffc02d; | ||
} | } | ||
| Line 152: | Line 152: | ||
#vector-sitenotice-container, | #vector-sitenotice-container, | ||
#footer-info { | #footer-info { | ||
background-color: # | background-color: #383222; | ||
color : # | color : #ffc02d; /* #ffc02d; */ | ||
border : #ffc02d; | border : #ffc02d; | ||
Revision as of 05:13, 17 April 2025
/* CSS placed here will be applied to all skins */
/*
Avali Orange Lighter: #ffdb88
Avali Orange: #ffc02d
Avali Orange Darker: #c28800
Avali Orange Dark / Disabled: #412d00
Hyperlink: #ff7300
Hyperlink Lighter: #ffa65d
Hyperlink Visited:
Background Black: #383222
*/
:root {
/* Base Colors */
--color-base: #ffc02d;
--color-base-fixed: #ffc02d;
--color-base--hover: #ffc02d;
--color-emphasized: #ffc02d;
--color-subtle: #ffc02d;
--color-placeholder: #ffc02d;
--color-disabled: #ffc02d;
--color-inverted: #000000;
--color-inverted-fixed: #000000;
/* Background Color */
--background-color-base: #383222;
--background-color-base-fixed: #383222;
--background-color-neutral: #383222;
--background-color-neutral-subtle: #383222;
--background-color-interactive: #383222;
--background-color-interactive-subtle: #383222;
--background-color-disabled: #412d00;
--background-color-disabled-subtle: #412d00;
/* Border Color */
--border-color-base: #ffc02d;
--border-color-base: #ffc02d;
--border-color-subtle: #ffc02d;
--border-color-muted: #ffc02d;
--border-color-interactive: #412d00;
--border-color-disabled: #412d00;
--border-color-inverted: #ffc02d;
/* Link colors */
/* --color-progressive: #ff7300;
--color-progressive--hover: #ffa65d;
--color-progressive--active: #ff7300;
--color-progressive--focus: #36c;
--color-destructive: #d73333;
--color-destructive--hover: #fc493b;
--color-destructive--active: #9f3526;
--color-destructive--focus: #36c;
--color-visited: rgb(255, 217, 0);
--color-destructive--visited: #9f5555; */
}
/* Webkit Scrollbar */
/* Full scrollbar track */
::-webkit-scrollbar {
width: 12px;
}
/* Scrollbar track background */
::-webkit-scrollbar-track {
background: #ffc02d00;
}
/* Scrollbar thumb (the draggable part) */
::-webkit-scrollbar-thumb {
background-color: #ffc02d;
border-radius: 2px;
border: 2px solid #383222;
}
/* Other */
/* Notification badge */
.mw-echo-notification-badge-nojs::after {
border: 1px solid #ffc02d;
background-color: #383222;
color: #ffc02d;
}
/* horizontal lines */
.vector-page-titlebar::after {
background-color: #ffc02d;
}
.vector-page-toolbar-container {
box-shadow: 0 1px #ffc02d;
}
.mw-heading1, h1, .mw-heading2, h2 {
border-bottom: 1px solid #ffc02d;
}
/* BECOME DARK MODE */
body,
tbody,
.wikitable,
.tagline,
#content,
#bodyContent,
#firstHeading,
#catlinks,
#mw-head-base,
#mw-panel,
#p-logo,
#p-navigation,
#p-navigation .pBody,
#p-tb,
#p-tb-label,
#p-tb .body,
#footer,
#globalWrapper,
#column-content,
#column-one,
#p-search,
#p-search .pBody,
#mw_content,
#mw_portlets,
#p-cactions,
#mw_header,
#article,
#mw-content-text,
#topbar,
#sitetitle,
#quickbar,
#p-cactions h3,
#p-pageoptions,
#p-pageoptions h3,
#p-personal,
#p-personal h3,
#footer-navigation,
#vector-sitenotice-container,
#footer-info {
background-color: #383222;
color : #ffc02d; /* #ffc02d; */
border : #ffc02d;
border-top-color: #ffc02d;
border-right-color: #ffc02d;
border-bottom-color: #ffc02d;
border-left-color: #ffc02d;
}