Actions

MediaWiki

Difference between revisions of "Common.css"

From ThornsWiki

Line 23: Line 23:
  
 
/* INFOBOX STYLING, CAPIUNTO  */
 
/* INFOBOX STYLING, CAPIUNTO  */
 +
.mw-capiunto-infobox {
 +
border: 2px solid #5f5543;
 +
background-color: #f9f9f9;
 +
color: #000;
 +
margin: 0.5em 0 0.5em 1em;
 +
padding: 0.2em;
 +
float: right;
 +
clear: right;
 +
text-align: left;
 +
font-size: 88%;
 +
line-height: 1.5em;
 +
border-spacing: 3px;
 +
width: 25em;
 +
}
 +
 
.mw-capiunto-infobox-header, .mw-capiunto-infobox-bottom {
 
.mw-capiunto-infobox-header, .mw-capiunto-infobox-bottom {
 
text-align: center;
 
text-align: center;

Revision as of 12:50, 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 {
border: 2px solid #5f5543;
background-color: #f9f9f9;
color: #000;
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
float: right;
clear: right;
text-align: left;
font-size: 88%;
line-height: 1.5em;
border-spacing: 3px;
width: 25em;
}

.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 {
font-size: 0.875rem;
padding: .25rem .5rem;
text-align: left;
}

.mw-capiunto-infobox tbody tr:nth-child(odd){
  background-color: #e8e4da;
}