User:Dreadflopp/MMO.css: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 15: Line 15:
         font-weight: bold;
         font-weight: bold;
text-transform: uppercase;
text-transform: uppercase;
color: #6D95AB;
/* color: #6D95AB;*/
color: #ccc;
text-align:center;
text-align:center;
overflow: hidden;
overflow: hidden;
Line 31: Line 32:


h4 {
h4 {
color: #8DABBC;
color: #8ccc;
/7 color: #8DABBC;*/
font-size: 1.5em;
font-size: 1.5em;
font-weight: bold;
font-weight: bold;
Line 39: Line 41:


h5 {
h5 {
color: #9BC1D5;
/* color: #9BC1D5;*/
color: #ccc;
font-size: 1.3em;
font-size: 1.3em;
font-weight: bold;
font-weight: bold;

Revision as of 11:59, October 13, 2014

<source lang="css" line>

h1 {
	background: #292B2C;
        font-weight: bold;
	text-transform: uppercase;
	color: #6D95AB;
	text-align:center;
	overflow: hidden;
	padding-top: 4px;
}

h2 {
	background: #292B2C;
        font-weight: bold;
	text-transform: uppercase;
/*	color: #6D95AB;*/
	color: #ccc;
	text-align:center;
	overflow: hidden;
	padding-top: 4px;
}

h3 {
	color: #ec8b3d;
	font-size: 1.85em;
	font-weight: normal;
	text-align: left;
	border-style: none;

}

h4 {
	color: #8ccc;
/7	color: #8DABBC;*/
	font-size: 1.5em;
	font-weight: bold;
	border-style: solid;
	border-bottom: 2px solid #5D7480;
}

h5 {
/*	color: #9BC1D5;*/
	color: #ccc;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: underline;
}


hr {
	border: 0;
	color: #DDDDDD;
	background-color: #507F90;
	height: 2px;
	width: 100%;
	text-align: left;
}

pre {
	margin-left:40px;
	width: 80%;
}
.rule {
	color:#3dec8b; 
	
}
</source>