User:Hishutup/OblivionGuide.css: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
 
(23 intermediate revisions by the same user not shown)
Line 8: Line 8:
     text-align:center;
     text-align:center;
     font-size:300%;
     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 34: Line 46:
     text-align: left;
     text-align: left;
}
}
/*
a:link {
a:link {
     color: #FF0000;
     color: #0645AD;
}
}


/* visited link */
visited link
a:visited {
a:visited {
     color: #00FF00;
     color: #0B0080;
}
}


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


/* selected link */
selected link
a:active {
a:active {
     color: #0000FF;
     color: #FFFFFF;
}
} */
pre {
pre {
     margin-left:40px;
     margin-left:40px;
Line 73: 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>