User:Dreadflopp/MMO.css: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 1: Line 1:
<source lang="css" line>
<source lang="css" line>


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


h2 {
h2 {
    border-style:solid;
color: #7AB0CE;
    border-bottom-width:1px;
font-size: 1.85em;
    border-color:#E9E9E9;
font-weight: bold;
    overflow: hidden;
text-align: left;
border-style: solid;
border-bottom: 2px solid #5D7480;
}
}


h3 {
h3 {
    color:#EBB035;
color: #8DABBC;
    border-style:solid;
font-size: 1.5em;
    border-bottom-width:1px;
font-weight: bold;
    border-color:#E9E9E9;
    overflow: hidden;
}
}


h4 {
h4 {
    border-style:solid;
color: #9BC1D5;
    border-bottom-width:1px;
font-size: 1.3em;
    border-color:#E9E9E9;
font-weight: bold;
    overflow: hidden;
text-decoration: underline;
    }
}


h5 {
h5 {
    color:#0645AD;
color: #bbb;
    overflow: hidden;
text-align: center;
    margin-top:40px;
font-size: 1.5em;
    }
font-weight: bold;
border-style: solid;
border-bottom-width: 3px;
border-color: rgb(200,100,20);
padding-bottom: 10px;
}
 
hr {
border: 0;
color: #DDDDDD;
background-color: #507F90;
height: 2px;
width: 100%;
text-align: left;
}
 
pre {
margin-left:40px;
width: 80%;
}
</source>
</source>

Revision as of 07:07, October 13, 2014

<source lang="css" line>

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

h2 {
	color: #7AB0CE;
	font-size: 1.85em;
	font-weight: bold;
	text-align: left;
	border-style: solid;
	border-bottom: 2px solid #5D7480;
}

h3 {
	color: #8DABBC;
	font-size: 1.5em;
	font-weight: bold;
}

h4 {
	color: #9BC1D5;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: underline;
}

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 {
	border: 0;
	color: #DDDDDD;
	background-color: #507F90;
	height: 2px;
	width: 100%;
	text-align: left;
}

pre {
	margin-left:40px;
	width: 80%;
}
</source>