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 1: | Line 1: | ||
/* Background Color, i hate to do something like this */ | /* Background Color, i hate to do something like this */ | ||
/* =================== All Skins =================== */ | |||
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, | |||
#footer-info { | |||
background-color: #191919; | |||
} | |||
body { | body { | ||
color : #fca103 | color : #fca103 | ||
} | } | ||
Revision as of 04:12, 17 April 2025
/* Background Color, i hate to do something like this */
/* =================== All Skins =================== */
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,
#footer-info {
background-color: #191919;
}
body {
color : #fca103
}