Actions

MediaWiki

Difference between revisions of "Common.css"

From ThornsWiki

Line 19: Line 19:
 
.CategoryTreeEmptyBullet {
 
.CategoryTreeEmptyBullet {
 
color: #666;
 
color: #666;
 +
}
 +
 +
 +
/* INFOBOX STYLING, CAPIUNTO  */
 +
.mw-capiunto-infobox-header, .mw-capiunto-infobox-bottom {
 +
text-align: center;
 +
color: #FFFFFF;
 +
font-family: 'Metamorphous',serif;
 +
background-color: #5f5543;
 +
Font-size:1.25em;
 +
Padding:5px 0px;
 +
}
 +
 +
.mw-capiunto-infobox-spanning {
 +
text-align: left;
 +
color:#ccc6b8;
 +
font-family:'Alice', serif;
 +
background-color:#FFFFFF;
 +
font-size:.90em;
 
}
 
}

Revision as of 12:25, 15 November 2018

/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Alice|Metamorphous');

body {
 font-family: 'Alice', Georgia, Serif;
 font-size: 1em;
 line-height:1.25em;
} 

h1, h2, h3, h4, h5, h6 {
  font-family: 'Metamorphous', Serif;
}


.CategoryTreeToggle {
color: #373126;
}

.CategoryTreeEmptyBullet {
color: #666;
}


/* INFOBOX STYLING, CAPIUNTO   */
.mw-capiunto-infobox-header, .mw-capiunto-infobox-bottom {
text-align: center;
color: #FFFFFF;
font-family: 'Metamorphous',serif;
background-color: #5f5543;
Font-size:1.25em;
Padding:5px 0px;
}

.mw-capiunto-infobox-spanning {
text-align: left;
color:#ccc6b8;
font-family:'Alice', serif;
background-color:#FFFFFF;
font-size:.90em;
}