Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 2: Line 2:


@import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif ');
@import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif ');
body {
  background-image: url(/images/6/62/Axel_F_Background.png);
}


#content h1,
#content h1,

Revision as of 18:08, 11 August 2020

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

@import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif ');

body {
  background-image: url(/images/6/62/Axel_F_Background.png);
}

#content h1,
#content h2{
  font-family: "Noto Sans", sans-serif;
}

.mw-body {
  background: LightGrey;
}