User:Hishutup/OblivionGuide.css: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
 
(38 intermediate revisions by the same user not shown)
Line 1: Line 1:
<source lang="css" line>
<source lang="css" line>
/*currently SR colors and settings. Used for learning*/
 
body
h1{
{
 
    color:#FF5A02;
}
}
 
h2{
h1 {
     color:#FFFFFF;
    font-size:2.75em;
    font-weight:550;
     color:#FF5A02;
     text-align:center;
     text-align:center;
    margin-top:60px;
     font-size:300%;
}
 
h2 {
    color:#66be00;
     font-size:1.85em;
     font-weight:450;
     font-weight:450;
    text-align:left;
     border-style:solid;
     border-style:solid;
     border-bottom-width:2px;
     border-bottom-width:2px;
     border-color:#ac3240;
     border-color:#422914;
     padding-bottom:3px;
     padding-bottom:10px;
    margin-top: 50px;
     overflow: hidden;
     overflow: hidden;
}
}
 
h3{
h3 {
     color:#FFFFFF;
     color:rgb(225,225,245);
     font-size:150%;
    text-align:left;
     font-size:1.5em;
     font-weight:600;
     font-weight:600;
     border-style:solid;
     border-style:solid;
     border-bottom-width:3px;
     border-bottom-width:3px;
     border-color:#a7540b;
    border-top-width:3px;
     padding-bottom:10px;
    border-left-width:1px;
     overflow: hidden;
     border-color:#9E5928;
     padding-bottom:3px;
    padding-top:3px;
    padding-left:3px;
}
h4{
     color:#e7bb91;
    font-size:130%;
    font-weight:450;
}
}
h5{


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


h5 {
    color:rgb(60,150,200);
    font-size:1.1em;
    font-weight:600;
    text-decoration:underline;
}
}
hr {
hr {
     border: 0;
     border: 0;
     background-color: #2C0A00;
     background-color: #2C0A00;
<img src="http://img1.wikia.nocookie.net/__cb20070816111748/elderscrolls/images/6/62/OblivionCover.jpg" alt="Smiley face" width="42" height="42">
     height: 2px;
     height: 2px;
     width: 100%;
     width: auto;
     text-align: left;
     text-align: left;
}
/*
a:link {
    color: #0645AD;
}
visited link
a:visited {
    color: #0B0080;
}
mouse over link
a:hover {
    color: #3366BB;
}
}


selected link
a:active {
    color: #FFFFFF;
} */
pre {
pre {
     margin-left:40px;
     margin-left:40px;
Line 82: Line 83:


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


span.small{
    font-size: 50%
}
</source>
</source>

Latest revision as of 23:45, September 22, 2014

<source lang="css" line>

h1{

}
h2{
     color:#FFFFFF;
     text-align:center;
     font-size:300%;
     font-weight:450;
     border-style:solid;
     border-bottom-width:2px;
     border-color:#422914;
     padding-bottom:10px;
     overflow: hidden;
}
h3{
     color:#FFFFFF;
     font-size:150%;
     font-weight:600;
     border-style:solid;
     border-bottom-width:3px;
     border-top-width:3px;
     border-left-width:1px;
     border-color:#9E5928;
     padding-bottom:3px;
     padding-top:3px;
     padding-left:3px;
}
h4{
     color:#e7bb91;
     font-size:130%;
     font-weight:450;
}
h5{

}
h6{

}
hr {
     border: 0;
     background-color: #2C0A00;
     height: 2px;
     width: auto;
     text-align: left;
}
/* 
a:link {
    color: #0645AD;
}

visited link
a:visited {
    color: #0B0080;
}

mouse over link
a:hover {
    color: #3366BB;
}

selected link
a:active {
    color: #FFFFFF;
} */
pre {
     margin-left:40px;
     width:auto;
}

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: 125%;
}

span.small{
     font-size: 50%
}
</source>