User:TechAngel85/TechsStepGuide.css: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 90: Line 90:
     border-bottom-width:3px;
     border-bottom-width:3px;
     border-color:#b34508;
     border-color:#b34508;
     padding-bottom:10px;
     padding-bottom:5px;
     overflow:hidden;
     overflow:hidden;
}
}

Revision as of 04:23, December 14, 2012

<br />
<source lang="css" line>

/* Syle & layout CSS for the STEP Guide (v1.0) */

body
{
     color:LightBlue;
}

h1 {
     font-size:2.75em;
     font-weight:550;
     color:#6fd000;
     text-align:center;
     margin-top:60px;
}

h1.first {
     font-size:2.75em;
     font-weight:550;
     color:#6fd000;
     text-align:center;
}

h2 {
     color:#66be00;
     font-size:1.85em;
     font-weight:450;
     text-align:left;
     border-style:solid;
     border-bottom-width:2px;
     border-color:#ac3240;
     padding-bottom:3px;
     margin-top: 50px;
} 

h3.first {
     color:#32baf7;
     font-size:1.5em;
     font-weight:600;
     margin-top:15px;
} 

h3 {
     color:#32baf7;
     font-size:1.5em;
     font-weight:600;
     margin-top:30px;
}

h4 {
     color:rgb(60,150,200);
     font-size:1.3em;
     font-weight:600;
     text-decoration:underline;
} 

h5 {
     color:rgb(225,225,245);
     text-align:center;
     font-size:1.5em;
     font-weight:600;
     border-style:solid;
     border-bottom-width:3px;
     border-color:#a7540b;
     padding-bottom:10px;
}

hr {
     border: 0;
     color: #DDDDDD;
     background-color: #6084ba;
     height: 2px;
     width: 50%;
     text-align: left;
}

pre {
     margin-left:40px;
     width:50%;
}

div.headerText{
     color:rgb(225,225,245);
     text-align:center;
     font-size:1.4em;
     font-weight:500;
     border-style:solid;
     border-bottom-width:3px;
     border-color:#b34508;
     padding-bottom:5px;
     overflow:hidden;
}

<div style="">A Commitment</div>

span.big{
     font-size: 1.23em;
}

</source>