Difference between revisions of "MediaWiki:Common.css"

From notfoundon
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css?family=Kotta+One'); * {...")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Kotta+One');
+
@import url('https://fonts.googleapis.com/css?family=Signika:400,600&display=swap&subset=latin-ext');
  
 
* {
 
* {
 
   box-sizing: border-box;
 
   box-sizing: border-box;
   font-family:'Kotta One', serif;
+
   font-family:'Signika', serif;
 
}
 
}
  

Revision as of 10:19, 22 May 2019

/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Signika:400,600&display=swap&subset=latin-ext');

* {
  box-sizing: border-box;
  font-family:'Signika', serif;
}

.entrance.row {
  content: "";
  display: table;
  clear: both;
}

.entrance.column {
  float: left;
  width: 33.33%;
  padding: 10px;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

ul {
list-style: none;
}

body.page-Main_Page h1#firstHeading.title { 
display: none; 
}

body.page-Main_Page h3#tagline {
display: none;
}