User:CJ2311/REGS.css: Difference between revisions

From Step Mods | Change The Game
mNo edit summary
mNo edit summary
Line 5: Line 5:


h1 {
h1 {
    font-size:2.75em;
     color:#009966;
    font-weight:550;
     color:#6fd000;
     text-align:center;
     text-align:center;
    margin-top:60px;
}
}



Revision as of 22:07, March 17, 2014

<source lang="css" line>
body
{
}

h1 {
     color:#009966;
     text-align:center;
}

h2 {
     color:#e6a000;
     border-style:solid;
     border-bottom-width:1px;
     border-color:#e6a000;
     padding-bottom:3px;
     overflow: hidden;
}

hr {
     border: 0;
     color: #DDDDDD;
     background-color: #6084ba;
     height: 2px;
     width: 50%;
     text-align: left;
}

pre {
     margin-left:40px;
     width:1220px;
}

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: 1.23em;
}

</source>