MediaWiki:Common.css: Difference between revisions

From Ro'vali Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


:root {
:root {
  --background-color-base: #191919;
--background-color-base: #191919;
    --background-color-base-fixed: #191919;
--background-color-base-fixed: #191919;
    --background-color-neutral: #191919;
--background-color-neutral: #191919;
    --background-color-neutral-subtle: #191919;
--background-color-neutral-subtle: #191919;
    --background-color-interactive: #191919;
--background-color-interactive: #191919;
    --background-color-interactive-subtle: #191919;
--background-color-interactive-subtle: #191919;
color : #ffb300;
}
}



Revision as of 04:21, 17 April 2025

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

:root {
	--background-color-base: #191919;
	--background-color-base-fixed: #191919;
	--background-color-neutral: #191919;
	--background-color-neutral-subtle: #191919;
	--background-color-interactive: #191919;
	--background-color-interactive-subtle: #191919;
	color : #ffb300;
}

body,
#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,
.tagline,
#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: #191919;
}