User:Hishutup/TempSharing

From Step Mods | Change The Game
< User:Hishutup
Revision as of 01:31, September 22, 2014 by Hishutup (talk | contribs) (Created page with "<source lang="css" line> h1{ } h2{ color:#FFFFFF; text-align:center; font-size:300%; font-weight:450; border-style:solid; border-bottom-width:2...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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:10px;
     padding-top:10px;
     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%
}