Difference between revisions of "Main Page/styles.css"

From Wurmpedia
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 15: Line 15:
 
font-family: 'Spectral SC', serif !important;
 
font-family: 'Spectral SC', serif !important;
 
font-weight: 600;
 
font-weight: 600;
font-size: 1.5em;
+
font-size: 1.4em;
 
}
 
}
  
Line 21: Line 21:
 
color: #5a5247 !important;
 
color: #5a5247 !important;
 
text-shadow: 1px 1px 1px #222;
 
text-shadow: 1px 1px 1px #222;
 +
text-decoration: none;
 +
}
 +
 +
.mainpage-links a:hover{
 +
color: #e1b164 !important;
 
}
 
}
  
Line 33: Line 38:
 
body.skin-timelesswurm .mainpage-links a{
 
body.skin-timelesswurm .mainpage-links a{
 
color: #fbc56f !important;
 
color: #fbc56f !important;
text-shadow: 1px 1px 1px #222;
+
text-shadow: 1px 1px 1px #111 !important;
 +
}
 +
 
 +
body.skin-timelesswurm .mainpage-links a:hover{
 +
color: #fbdeaf !important;
 
}
 
}

Latest revision as of 14:36, 7 May 2021

/* NOTE: PLEASE DO NOT EDIT THIS FILE UNLESS SPECIFICALLY REQUESTED TO DO SO! */

.mainpage-box{
	background-color:#f8f8f8;
	border-radius:10px;
	width:80%;
	border:2px solid #e0e0e0;
	margin:0 auto;
	padding:8px;
	box-shadow:5px 5px 10px rgba(0,0,0,0.75);
	border-collapse:separate;
}

.mainpage-links{
	font-family: 'Spectral SC', serif !important;
	font-weight: 600;
	font-size: 1.4em;
}

.mainpage-links a{
	color: #5a5247 !important;
	text-shadow: 1px 1px 1px #222;
	text-decoration: none;
}

.mainpage-links a:hover{
	color: #e1b164 !important;
}

/* Overrides for specific skins */

body.skin-timelesswurm .mainpage-box{
	background-color:#222;
	border:1px solid #111;
	box-shadow:2px 2px 5px rgba(0,0,0,0.5);
}

body.skin-timelesswurm .mainpage-links a{
	color: #fbc56f !important;
	text-shadow: 1px 1px 1px #111 !important;
}

body.skin-timelesswurm .mainpage-links a:hover{
	color: #fbdeaf !important;
}