MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
Apollo Ray (talk | contribs) Added code to temporarily disable CSS to account for new default wiki skin |
||
| Line 2: | Line 2: | ||
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */ | /* Changes the background color of the bottom and left of each page, up to behind half of the logo: */ | ||
body { background: #012e59; } | /*body { background: #012e59; } | ||
/* color of text */ | /* color of text */ | ||
#mw-element { color: | /*#mw-element { color: #e6e6e6 ; } | ||
/* background color of the content and title of pages */ | /* background color of the content and title of pages */ | ||
#mw-content { background: #171a2b; } | /*#mw-content { background: #171a2b; } | ||
/* changes the background color of the rectagunlar area where category links are located */ | /* changes the background color of the rectagunlar area where category links are located */ | ||
#mw-catlinks { background: #012e59; } | /*#mw-catlinks { background: #012e59; } | ||
/* sets the background color of the area of the logo */ | /* sets the background color of the area of the logo */ | ||
#mw-p-logo { background: #3a3c4b; } | /*#mw-p-logo { background: #3a3c4b; } | ||
/* background color of the title of the Navigation menu in the left column */ | /* background color of the title of the Navigation menu in the left column */ | ||
#mw-p-navigation { background: #3a3c4b; } | /*#mw-p-navigation { background: #3a3c4b; } | ||
Revision as of 04:08, 3 January 2026
/* CSS placed here will be applied to all skins */
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
/*body { background: #012e59; }
/* color of text */
/*#mw-element { color: #e6e6e6 ; }
/* background color of the content and title of pages */
/*#mw-content { background: #171a2b; }
/* changes the background color of the rectagunlar area where category links are located */
/*#mw-catlinks { background: #012e59; }
/* sets the background color of the area of the logo */
/*#mw-p-logo { background: #3a3c4b; }
/* background color of the title of the Navigation menu in the left column */
/*#mw-p-navigation { background: #3a3c4b; }