User:Soire/Test.css: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 11: Line 11:
     border-style:solid;
     border-style:solid;
     border-bottom-width:3px;
     border-bottom-width:3px;
     border-color:#9E5928;
     border-color:#E79191;
     padding-bottom:10px;
     padding-bottom:10px;
     overflow: hidden;
     overflow: hidden;
Line 21: Line 21:
     border-style:solid;
     border-style:solid;
     border-bottom-width:3px;
     border-bottom-width:3px;
     border-color:#9E5928;
     border-color:#E79191;
     padding-bottom:10px;
     padding-bottom:10px;
}
}
Line 30: Line 30:
     border-style:solid;
     border-style:solid;
     border-bottom-width:2px;
     border-bottom-width:2px;
     border-color:#9E5928;
     border-color:#E79191;
     padding-bottom:10px;
     padding-bottom:10px;


Line 42: Line 42:
hr {
hr {
     border: 0;
     border: 0;
     background-color:#9E5928;
     background-color:#E79191;
     height: 3px;
     height: 3px;
     width: auto;
     width: auto;

Revision as of 13:09, September 21, 2014

<source lang="css" line>

h1{

}
h2{
     color:#e7bb91;
     text-align:center;
     font-size:300%;
     font-weight:600;
     border-style:solid;
     border-bottom-width:3px;
     border-color:#E79191;
     padding-bottom:10px;
     overflow: hidden;
}
h3{
     color: #e7bb91;
     font-size:150%;
     font-weight:600;
     border-style:solid;
     border-bottom-width:3px;
     border-color:#E79191;
     padding-bottom:10px;
}
h4{
     color: #e7bb91;
     font-size:130%;
     font-weight:450;
     border-style:solid;
     border-bottom-width:2px;
     border-color:#E79191;
     padding-bottom:10px;

}
h5{

}
h6{

}
hr {
     border: 0;
     background-color:#E79191;
     height: 3px;
     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:#2C0A00;
     padding-bottom:5px;
     overflow:hidden;
}

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

</source>