Difference between revisions of "MediaWiki:Common.css"

From notfoundon
Jump to: navigation, search
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=Covered+By+Your+Grace&display=swap');
  
 
* {
 
* {
Line 9: Line 11:
  
 
h1, h2, h3, h4, h5, h6 {
 
h1, h2, h3, h4, h5, h6 {
font-family: 'SaniTrixieSans', sans-serif ;
+
font-family: 'Covered By Your Grace', sans-serif ;
  
 
border-bottom: none !important;
 
border-bottom: none !important;

Revision as of 10:58, 2 July 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=Covered+By+Your+Grace&display=swap');

* {
  box-sizing: border-box;
  font-family: 'SaniTrixieSans', sans-serif ;
  font-weight:  bold;	
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Covered By Your Grace', sans-serif ;

	border-bottom: none !important;
}

.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;
}

div.portal#p-tb{
	display:none;
}

h3#p-Why-label{
	display:block !important;
	
}