User:CJ2311/REGS.css: Difference between revisions

From Step Mods | Change The Game
mNo edit summary
mNo edit summary
Line 1: Line 1:
<source lang="css" line>
<source lang="css" line>
body
body
{
{
Line 14: Line 15:
     border-bottom-width:1px;
     border-bottom-width:1px;
     border-color:#e6a000;
     border-color:#e6a000;
    padding-bottom:3px;
     overflow: hidden;
     overflow: hidden;
}
}
Line 34: Line 34:


span.big{
span.big{
    font-size: 1.23em;
}
}



Revision as of 22:11, 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;
     overflow: hidden;
}

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

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


span.big{
}

span.small{
}

</source>