Actions

MediaWiki

Difference between revisions of "Common.css"

From ThornsWiki

Line 16: Line 16:
 
   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;
Line 29: Line 33:
 
list-style: none;
 
list-style: none;
 
}
 
}
 
bootstrap.css:1408ol, ul {
 
margin-top: 0;
 
margin-bottom: 0 !important;
 
}
 
 
 
    
 
    
.card ul>li{
+
.card ul>li{
 
width:100%;
 
width:100%;
 
max-width:100%;
 
max-width:100%;
Line 85: Line 83:
 
}
 
}
  
.card .list-inline {
+
.list-inline{
 
   margin-bottom: -10px !important;
 
   margin-bottom: -10px !important;
 
}
 
}
Line 97: Line 95:
 
}
 
}
 
 
.benea {
+
.benea {
max-width: 35%;
+
max-width: 35%;
width: 35%;
+
width: 35%;
position: relative;
+
position: relative;
z-index: 0;
+
z-index: 0;
margin-top: -20px;
+
margin-top: -20px;
margin-left: -16px;
+
margin-left: -16px;
 
}
 
}
 
 
.osa {
+
.osa {
max-width:20%;
+
max-width:20%;
width:20%;
+
width:20%;
position:absolute;  
+
position:absolute;  
z-index:20;  
+
z-index:20;  
margin-top:-10px;
+
margin-top:-10px;
 
}
 
}
 
 
.read-threads {
+
.read-threads {
display:inline-block;
+
display:inline-block;
font-size:.85em;
+
font-size:.85em;
width:100%;
+
width:100%;
margin:0px auto;
+
margin:0px auto;
background-color:#ccc6b8;
+
background-color:#ccc6b8;
padding:3px;
+
padding:3px;
color:#373126;
+
color:#373126;
 
}
 
}
 
 
.read-threads a {
+
.read-threads a {
color:#373126;
+
color:#373126;
text-decoration:none;
+
text-decoration:none;
 
}
 
}
 
 
.read-threads a:active {
+
.read-threads a:active {
color:#FFFFFF;
+
color:#FFFFFF;
text-decoration:none;
+
text-decoration:none;
 
}
 
}
 
 
.read-threads a:visited {
+
.read-threads a:visited {
color:#373126;
+
color:#373126;
text-decoration:none;
+
text-decoration:none;
 
}
 
}
 
 
.read-threads a:hover {
+
.read-threads a:hover {
color:#937c54;
+
color:#937c54;
text-decoration:none;
+
text-decoration:none;
 
}
 
}

Revision as of 11:13, 14 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%;
  /*position: relative;*/
  /*background-color: #ccc6b8;*/
  border: 4px double #947c54; 
  padding: 20px 0px 0px 0px;
  /*background-size: cover;
  background-repeat: no-repeat;*/
  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;
		}