User:Dreadflopp/MMO.css: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
<source lang="css" line>
<source lang="css" line>


h1 {
}
h1 {
h1 {
background: #292B2C;
background: #292B2C;
Line 14: Line 12:


h2 {
h2 {
color: #7AB0CE;
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-size: 1.85em;
font-weight: bold;
font-weight: normal;
text-align: left;
text-align: left;
border-style: solid;
border-style: none;
/* border-bottom: 2px solid #5D7480;*/
 
}
}


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


h4 {
h5 {
color: #9BC1D5;
/* color: #9BC1D5;*/
color: #ccc;
font-size: 1.3em;
font-size: 1.3em;
font-weight: bold;
font-weight: bold;
text-decoration: underline;
text-decoration: none;
padding-top: 20px;
}
}


h5 {
color: #bbb;
text-align: center;
font-size: 1.5em;
font-weight: bold;
border-style: solid;
border-bottom-width: 3px;
border-color: rgb(200,100,20);
padding-bottom: 10px;
}


hr {
hr {
Line 59: Line 63:
width: 80%;
width: 80%;
}
}
.subtext {
.rule {
color:#ccc;  
color:#46ec3d;  
text-align:center;
font-size:1.4em;
font-weight:500;
border-style:solid;
border-bottom-width:3px;
border-color:rgb(200,100,20);
padding-bottom:10px;
overflow:hidden;
}
}
</source>
</source>

Latest revision as of 12:18, 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: #ccc;
/*	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: none;
	padding-top: 20px;
}


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

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