Difference between revisions of "MediaWiki:Common.css"

From BrikWars
Jump to navigation Jump to search
(Created page with "CSS placed here will be applied to all skins: @import url(https://fonts.googleapis.com/css?family=Bevan); @import url(https://fonts.googleapis.com/css?family=Arvo:400,70...")
 
Line 22: Line 22:
 
   font-weight: bold; color: #000000;
 
   font-weight: bold; color: #000000;
 
}
 
}
 +
 +
.mw-body-content h1 { font-size: 42px; }
 +
.mw-body-content h2 { font-size: 36px; }
 +
.mw-body-content h3 { font-size: 24px; }
 +
.mw-body-content h4 { font-size: 18px; }

Revision as of 15:49, 21 May 2019

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

@import url(https://fonts.googleapis.com/css?family=Bevan);
@import url(https://fonts.googleapis.com/css?family=Arvo:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Alegreya:700,800);

.mw-body h1,
.mw-body-content h1,
.mw-body-content h2 {

  font-family: 'Bevan', "Times New Roman", Times, serif;
  font-weight: bold; color: #000000;
}

.mw-body-content h3,
.mw-body-content h4,
.mw-body-content h5,
.mw-body-content h6 {

  font-family: 'Alegreya', "Times New Roman", Times, serif;
  font-weight: bold; color: #000000;
}

.mw-body-content h1 { font-size: 42px; }
.mw-body-content h2 { font-size: 36px; }
.mw-body-content h3 { font-size: 24px; }
.mw-body-content h4 { font-size: 18px; }