MediaWiki:Common.css

MediaWiki interface page
Revision as of 16:14, 19 March 2022 by VeryGreatFrog (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
body.mediawiki {
    /*background-image: url(https://i.imgur.com/eF5XGlK.png);*/
    background-attachment: fixed;
    background-position: top left;
    background-repeat: no-repeat;
    color: yellow;
}

.vectorTabs span { background-color: #edeff0; }



#content { background-color: #1b262e; } 

#bodyContent { background-color: #edeff0; } 

#firstHeading { background-color: cyan; }

#mw-head-base { background-color: #121C25; } 

#p-logo { background-color: pink; }

#p-navigation { background-color: purple; } 

body { background-color: #121C25; }

#p-tb { background-color: orange; }

#p-tb-label { background-color: #e6ffb4; }

#catlinks { background-color: purple; }

#footer { background-color: green; }

<style>
@import url('https://fonts.googleapis.com/css2?family=Rajdhani');
</style>

/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
body {
  font-family: 'Rajdhani', sans-serif;
}

/* Changes the default font used for MediaWiki headings to Noto Serif: */
#content h1, 
#content h2,
#content h4,
#content h3 {
  font-family: 'Rajdhani', sans-serif;}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.