User:CJ2311/REGS.css: Difference between revisions

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


span.version {
div.version {
    font-size: 1.5em;
    margin-bottom: 0.5em;
    margin-top: 1em;
}
 
p.version {
     font-size: 1.5em;
     font-size: 1.5em;
     margin-bottom: 0.5em;
     margin-bottom: 0.5em;

Revision as of 12:22, March 20, 2014

<source lang="css" line>

body
{
}

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

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

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

stepborderF {
    border-bottom: 1px solid #626262;
}

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

span.clean {
     color: orange;
}

span.boss {
     color: #00CC33;
}

span.installonly {
     color: #00CC33;
}

span.donotinstall {
     color: #00CC33;
}

div.version {
     font-size: 1.5em;
     margin-bottom: 0.5em;
     margin-top: 1em;
}

span.subversion {
     font-size: 1.2em;
     line-height: 1.25;
}

p.version {
     font-size: 1.5em;
     margin-bottom: 0.5em;
     margin-top: 1em;
}

p.subversion {
     font-size: 1.2em;
     line-height: 1.25;
}

span.small {
}

</source>