User:WilliamImm/SkyIsTheLimit.css: Difference between revisions

From Step Mods | Change The Game
(Created page with "<source lang="css" line> →‎Syle & layout CSS for the Skyrim Revisited Guide: body { color:LightBlue; } h1 { font-size:2.75em; font-weight:550; color:#...")
 
No edit summary
 
Line 1: Line 1:
<source lang="css" line>
<source lang="css" line>
/* Syle & layout CSS for the Skyrim Revisited Guide */
/* Syle & layout CSS for Sky Is The Limit */


body
body
Line 10: Line 10:
     font-size:2.75em;
     font-size:2.75em;
     font-weight:550;
     font-weight:550;
     color:#6fd000;
     color:#22A1E7;
     text-align:center;
     text-align:center;
     margin-top:60px;
     margin-top:60px;
Line 16: Line 16:


h2 {
h2 {
     color:#66be00;
     color:#789D0F;
     font-size:1.85em;
     font-size:1.85em;
     font-weight:450;
     font-weight:450;
Line 22: Line 22:
     border-style:solid;
     border-style:solid;
     border-bottom-width:2px;
     border-bottom-width:2px;
     border-color:#ac3240;
     border-color:#2969D0;
     padding-bottom:3px;
     padding-bottom:3px;
     margin-top: 50px;
     margin-top: 50px;

Latest revision as of 03:24, January 31, 2015

<source lang="css" line>
/* Syle & layout CSS for Sky Is The Limit */

body
{
     color:LightBlue;
}

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

h2 {
     color:#789D0F;
     font-size:1.85em;
     font-weight:450;
     text-align:left;
     border-style:solid;
     border-bottom-width:2px;
     border-color:#2969D0;
     padding-bottom:3px;
     margin-top: 50px;
     overflow: hidden;
}

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

h4 {
     color:#32baf7;
     font-size:1.5em;
     font-weight:600;
     margin-top:30px;
     border-style:solid;
     border-bottom: 2px solid #5D7480;
}

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

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

pre {
     margin-left:40px;
     width:1220px;
}

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;
}

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

</source>