Actions

MediaWiki

Difference between revisions of "Common.css"

From ThornsWiki

Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Metamorphous');
 
 
@import url('https://fonts.googleapis.com/css?family=Alice|Metamorphous');
 
@import url('https://fonts.googleapis.com/css?family=Alice|Metamorphous');
  
 
body {
 
body {
  font-family: 'Alice', Georgia, Serif;
+
font-family: 'Alice', Georgia, Serif;
 
  font-size: 1em;
 
  font-size: 1em;
 
  line-height:1.25em;
 
  line-height:1.25em;
Line 14: Line 13:
  
 
.card{
 
.card{
   margin-bottom: 80px;
+
   /* margin-bottom: 80px;*/
 
   width: 100%;
 
   width: 100%;
  /*position: relative;*/
 
  /*background-color: #ccc6b8;*/
 
 
   border: 4px double #947c54;  
 
   border: 4px double #947c54;  
 
   padding: 20px 0px 0px 0px;
 
   padding: 20px 0px 0px 0px;
  /*background-size: cover;
 
  background-repeat: no-repeat;*/
 
 
   color:#373126;
 
   color:#373126;
 
   text-align:center;
 
   text-align:center;
 
   font-size:1em;
 
   font-size:1em;
 
   line-height:1.25em;
 
   line-height:1.25em;
}
+
}
  
 
.card .list-inline {
 
.card .list-inline {

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

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