User:CJ2311/REGS.css: Difference between revisions

From Step Mods | Change The Game
mNo edit summary
No edit summary
Line 10: Line 10:
}
}


h2:not(.nostyle) {
h2 {
     color:#e6a000;
     color:#e6a000;
     border-style:solid;
     border-style:solid;

Revision as of 22:41, March 17, 2014

<source lang="css" line>

body
{
}

h1 {
     color:#66ccff;
     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: #e6a000;
     height: 1px;
     width: 70%;
}

span.big{
}

span.small{
}

</source>