Actions

MediaWiki

Difference between revisions of "Common.css"

From ThornsWiki

(Created page with "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=Al...")
 
Line 5: Line 5:
 
body {
 
body {
 
   font-family: 'Alice', Georgia, Serif;
 
   font-family: 'Alice', Georgia, Serif;
 +
font-size: 1em;
 +
line-height:1.25em;
 
}  
 
}  
  

Revision as of 12:30, 13 November 2018

/* 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');

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

bootstrap.css:1408ol, ul {
margin-top: 0;
margin-bottom: 0 !important;
}

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

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