User:Hishutup/OblivionGuide.css: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
 
(28 intermediate revisions by the same user not shown)
Line 6: Line 6:
h2{
h2{
     color:#FFFFFF;
     color:#FFFFFF;
     text-align:left;
     text-align:center;
     font-size:1.5em;
     font-size:300%;
     font-weight:600;
     font-weight:450;
     border-style:solid;
     border-style:solid;
     border-bottom-width:3px;
     border-bottom-width:2px;
     border-color:#422914;
     border-color:#422914;
     padding-bottom:10px;
     padding-bottom:10px;
Line 16: Line 16:
}
}
h3{
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{
h4{
 
    color:#e7bb91;
    font-size:130%;
    font-weight:450;
}
}
h5{
h5{
Line 31: Line 43:
     background-color: #2C0A00;
     background-color: #2C0A00;
     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 56: Line 86:
}
}


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>