Actions

MediaWiki

Common.css

From ThornsWiki

Revision as of 11:59, 14 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;
}

.card{
  /* margin-bottom: 80px;*/
  width: 100%;
  border: 4px double #947c54; 
  padding: 20px 0px 0px 0px;
  color:#373126;
  text-align:center;
  font-size:1em;
  line-height:1.25em;
}

.card .list-inline {
padding-left: 0;
margin-left: -3px !important;
list-style: none;
}
  
 .card ul>li{
	width:100%;
	max-width:100%;
    font-size: 1.0em;
    color: #373126;
  }

img.weather {
	text-align:center;
	margin: 15px 0px 0px 0px;
	vertical-align:middle;
	max-width:80%;
}
	
.card h1 {
	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;
}
		
		.benea {
			max-width: 35%;
			width: 35%;
			position: relative;
			z-index: 0;
			margin-top: -20px;
			margin-left: -16px;
		}
		
		.osa {
			max-width:20%;
			width:20%;
			position:absolute; 
			z-index:20; 
			margin-top:-10px;
		}
		
		.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;
		}