User:CJ2311/REGS.css: Difference between revisions

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


h1 {
h1 {
     color:#e6a000;
     color:#66ccff;
     text-align:center;
     text-align:center;
}
}


h2 {
h2 {
     color:#66ccff;
     color:#e6a000;
     border-style:solid;
     border-style:solid;
     border-bottom-width:1px;
     border-bottom-width:1px;
Line 19: Line 19:


hr {
hr {
     border: 1;
     border: 0;
     color: #DDDDDD;
     color: #DDDDDD;
     background-color: #66ccff;
     background-color: #e6a000;
     height: 1px;
     height: 1px;
     width: 70%;
     width: 70%;
}
}
pre {
    margin-left:40px;
    width:1220px;
}


span.big{
span.big{

Revision as of 22:18, 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>