Actions

MediaWiki

Difference between revisions of "Common.css"

From ThornsWiki

Line 38: Line 38:
 
background-color:#FFFFFF;
 
background-color:#FFFFFF;
 
font-size:.90em;
 
font-size:.90em;
 +
}
 +
 +
.mw-capiunto-infobox-label {
 +
text-align: left;
 +
text-transform: uppercase;
 +
font-weight: bold;
 +
font-size: .9em;
 +
line-height: 1.25em;
 +
color: #937c54;
 
}
 
}

Revision as of 12:29, 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:15px 0px;
}

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

.mw-capiunto-infobox-label {
text-align: left;
text-transform: uppercase;
font-weight: bold;
font-size: .9em;
line-height: 1.25em;
color: #937c54;
}