Actions

MediaWiki

Common.css

From ThornsWiki

Revision as of 12:38, 13 December 2018 by Thornswiki (talk | contribs)

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* 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;
} 

a {
    text-decoration: none;
    color: #605543;
    background: none;
}

a:visited {
    text-decoration: none;
    color: #605543;
    background: none;
}

a:hover {
    text-decoration: underline;
    color: #937c54;
    background: none;
}

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

.toc .toctitle > h2 {
background: #e8e4da;
color: #5f5543 !important;
margin-top: 0;
margin-bottom: 0;
padding: 5px;
border:none;
display:block;
}

.mw-headline {
	padding-left:10px;
}

.mw-content-ltr h2 {
display: block;
/*overflow: hidden;*/
padding: 8px 20px;
margin-bottom: 10px;
margin-top: 30px;
background: #e8e4da;
color: #5f5543 !important;
border: none !important;
max-width: 100%;
}

.mw-headline .mw-editsection > a {
color:#36250f;
text-decoration:none;
}

.mw-headline .mw-editsection > a:hover {
color:#36250f;
text-decoration:none;
}

.mw-headline .mw-editsection > a:visited {
color:#36250f;
text-decoration:none;
}

.mw-content-ltr h3 {
border-bottom: 4px solid #e8e4da;
/*padding-left: 20px;*/
color:#5f5543;
max-width:100%;
margin-top:20px;
}

.mw-content-ltr h4 {
/* border-bottom: 4px solid #e8e4da; */
padding-left: 10px;
color: #5f5543;
max-width: 100%;
margin-top: 20px;
font-size: 1.15em;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
background-color: #e8e4da !important;
}

table tr.odd, table tr.alt, table tr:nth-of-type(odd) {
background-color: #e8e4da !important;
}

/* Pivot Restyling */
.subheader {
line-height: 1.35em;
color: #373126 !important;
font-weight: normal;
margin-top: 0.75rem;
margin-bottom: 0.5rem;
background-color: #e8e4da;
padding: 12px 15px 8px 0px;
}

.tabs-content {
margin-bottom: 1.5rem;
width: 100%;
background: #e8e4da;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
}

.CategoryTreeToggle {
color: #373126;
}

.CategoryTreeEmptyBullet {
color: #666;
}


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

.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;
  /*background-color: #ccc6b8; */

}

/* WEATHER GRID STYLING */
.weather-grid-container {
  display: flex;
  justify-content: center;
  max-width:1050px;
}

.weather-grid {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap:wrap;
}

.weather-grid-item {
  width: 100px;
  margin-bottom: 1.875rem;
  border: 4px double #947c54;
  padding: 1.25rem 0 0 0;
  color:#373126;
  text-align:center;
 /* height: 320px;*/
  flex-direction:row;
  align-items: left;
  background-color:#FFFFFF;
}
		
/* INSIDE THE CARD STYLES */
.weather img {
	text-align:center;
	margin: 0.9375rem 0 0 0;
	vertical-align:middle;
	max-width:80%;
}
	
h1.card  {
	color: #373126;
	text-align: center;
	font-size: 2.35em;
/*	margin-top: 20px;*/
	}
 
.date{
    margin:0 auto;
	padding:0.625rem;
	text-align: center;
    color: #FFFFFF;
	background:#947c54;
	width:100%;
  }
		
 .kingdom{
	display:none;   
	/*position: relative;
    color: #373126;
    top:25px;
    text-align:center;
    text-transform:uppercase;
    font-size:.9em;*/
  }
		
.moon {
	width:100%; 
	background:#FFF; 
	min-height:30px; 
	margin-top:0px; 
	margin-bottom:1.25rem !important;
		}

.card .list-inline {
padding-left: 0;
margin-left: -3px !important;
list-style-type: none;
}
		
.date h3 {
	font-size:3em;
}

.card h3{
  margin: 0 !important;
}

.card ul>li{
	width:100%;
	max-width:100%;
    font-size: 1.0em;
    color: #373126;
  }
		
.benea {
	max-width: 35%;
	width: 35%;
	position: relative;
	z-index: 0;
	margin-top: -1.25rem;
	margin-left: -0.9375rem;
		}
		
.osa {
	max-width: 1.5%;
	width: 20%;
	position: absolute;
	z-index: 20;
	margin-top: -0.9375rem;
		}
		
.read-threads {
	display:inline-block;
	font-size:.85em;
	width:100%;
	margin:0px auto;
	background-color:#ccc6b8;
	padding:3px;
	color:#373126;
		}
		
.read-threads a {
	color:#373126;
	text-decoration:none;
		}
		
.read-threads a:active {
	color:#FFFFFF;
	text-decoration:none;
		}
		
.read-threads a:visited {
	color:#373126;
	text-decoration:none;
		}
		
.read-threads a:hover {
	color:#937c54;
	text-decoration:none;
		}

/* THORNS BUTTON STYLES */
.thorns-flex-container{
	display:flex; 
	align-content:space-between; 
	flex-direction:row; 
	flex-wrap:wrap; 
	flex-basis: auto;
}
	
.thorns-button > a {
    display: block;
	background-color:#977c4f;
	color: #FFF;
	font-size: 1rem;
	padding: .75rem 3rem;
	border: 4px solid #cec0aa;
	margin: 5px;
	font-family:'Metamorphous', serif;
	font-size:1.35em;
	text-align:center;
	text-decoration:none;
}

.thorns-button > a:hover {
    text-decoration:none;
    background-color:#e8e4da;
	color: #373126;
	border: 4px solid #977c4f;
}

.thorns-button > a:active {
    text-decoration:none;
}

.thorns-button > a:visited {
    text-decoration:none;
}

.thorns-button2 > a {
    display: block;
    background-color: #ccc6b8;
    color: #FFF;
    font-size: 1.25em;
    padding: .75rem 1rem;
    border: 2px solid #977c4f;
    font-family: 'Metamorphous',serif;
    text-align: center;
    text-decoration: none;
    max-width: 30%;
    margin: 0px auto;
    color:#373126;
}

.thorns-button2 > a:hover {
    text-decoration:none;
    background-color:#e8e4da;
	color: #373126;
	border: 2px solid #977c4f;
}

.thorns-button2 > a:active {
    text-decoration:none;
}

/* WEATHER ALMANAC BUTTONS */
.weather-flex-container {
display: flex;
align-content: space-between;
flex-direction: row;
flex-wrap: wrap;
flex-basis: auto;
margin-bottom:30px;
}

.weather-display > a {
display: block;
background-color: #e8e4da;
color: #373126;
border: 4px solid #977c4f;
font-size: 1rem;
padding: 1.75rem 0px;
margin: 5px;
font-family: 'Metamorphous',serif;
font-size: 1.35em;
text-align: center;
text-decoration: none;
width: 100%;
}

.weather-display-inactive {
display: block;
background-color: #ccc6b8;
color: #5f5543 !important;
border: 4px solid #e8e4da;
font-size: 1rem;
padding: 1.75rem 0px;
margin: 5px;
font-family: 'Metamorphous',serif;
font-size: 1.35em;
text-align: center;
text-decoration: none;
width: 100%;
}

.weather-display > a:hover {
text-decoration: none;
/*background-color: #ccc6b8;
color: #5f5543 !important;
border: 4px solid #e8e4da;*/
background-color: #977c4f;
color: #e8e4da !important;
border: 4px solid #e8e4da;
}

.weather-display > a:visited {
text-decoration: none;
}

/* NAVBOX */
.navbox {
background-color: #e8e4da;
color: #201b13;
}

table.navbox {
	width:100%;
}

.navbox > tr {
	background-color: #e8e4da !important;
}

.navbox > td {
	background-color: #e8e4da !important;
}

.navbox-abovebelow {
color: #5f5543;
}

.navbox-title {
background: #937c54;
color: #FFF;
text-align: center;
font-family: 'Metamorphous',serif;
font-size: .8em;
text-transform: uppercase;
font-weight: bold;
}

.navbox-group {
background-color:#5f5543;
color:#FFF;
width: 20%;
font-family: 'Metamorphous',serif;
text-transform: uppercase;
font-size: .75em;
}

.navbox-list ul {
display: inline-block;
list-style-type: disc;
}

.navbox-list li {
display: inline-block !important;
margin-right: 10px;
}

.id-badge {
	display:inline-block;
	font-size:.85em;
	width:100%;
	margin:0px auto;
	background-color:#937c54;
	padding:10px;
	color:#FFF;
	text-align:center;
		}
		
.id-badge a {
	color:#FFF;
	text-decoration:none;
		}
		
.id-badge a:active {
	color:#373126;
	text-decoration:none;
		}
		
.id-badge a:visited {
	color:#FFF;
	text-decoration:none;
		}
		
.id-badge a:hover {
	color:#373126;
	text-decoration:none;
		}