Actions

MediaWiki

Difference between revisions of "Common.css"

From ThornsWiki

Line 47: Line 47:
 
line-height: 1.25em;
 
line-height: 1.25em;
 
color: #937c54;
 
color: #937c54;
 +
}
 +
 +
.mw-capiunto-infobox table tr th, table tr td {
 +
color: #222222;
 +
font-size: 0.875rem;
 +
padding: .25rem .5rem;
 +
text-align: left;
 
}
 
}

Revision as of 12:31, 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;
}

.mw-capiunto-infobox table tr th, table tr td {
color: #222222;
font-size: 0.875rem;
padding: .25rem .5rem;
text-align: left;
}