Actions

MediaWiki

Common.css

From ThornsWiki

Revision as of 15:05, 15 November 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;
} 

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;
}

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

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

.weather-grid-item {
  border: 1px solid #fff;
  width: 113px;
  margin-bottom: 80px;
  border: 4px double #947c54; 
  padding: 20px 0 0 0;
  color:#373126;
  text-align:center;
  height: 300px;
  flex-direction:row;
  align-items: left;
}
		
/* INSIDE THE CARD STYLES */
.weather img {
	text-align:center;
	margin: 15px 0px 0px 0px;
	vertical-align:middle;
	max-width:80%;
}
	
h1.card  {
	color: #373126;
	text-align: center;
	font-size: 2.35em;
/*	margin-top: 20px;*/
	}
 
.date{
    margin:0px auto;
	padding:10px;
	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:20px !important;
		}

.list-inline{
  margin-bottom: -10px !important;
}
		
.date h3 {
	font-size:3em;
}

.card h3{
  margin: 0 !important;
}

.card .list-inline {
padding-left: 0;
margin-left: -3px !important;
list-style: none;
}
		
ul.card {
	list-style-type:none !important;
		}

li.card {
 	list-style-type:none !important;
	text-align: -webkit-match-parent;
}

.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: -20px;
	margin-left: -16px;
		}
		
.osa {
	max-width: 1.5%;
	width: 20%;
	position: absolute;
	z-index: 20;
	margin-top: -15px;
		}
		
.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;
		}