User:CJ2311/REGS.css: Difference between revisions

From Step Mods | Change The Game
mNo edit summary
mNo edit summary
Line 24: Line 24:
     height: 1px;
     height: 1px;
     width: 70%;
     width: 70%;
}
tr.stepborderF td, .steptable tr.stepborderF th {
    border-bottom: 1px solid #626262;
}
}



Revision as of 21:47, March 18, 2014

<source lang="css" line>

body
{
}

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

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

hr {
     border: 0;
     color: #DDDDDD;
     background-color: #e6a000;
     height: 1px;
     width: 70%;
}

tr.stepborderF td, .steptable tr.stepborderF th {
    border-bottom: 1px solid #626262;
}

span.big{
}

span.small{
}

</source>