User:CJ2311/REGS.css: Difference between revisions

From Step Mods | Change The Game
No edit summary
m (Text replace - "http://" to "https://")
 
(23 intermediate revisions by one other user not shown)
Line 1: Line 1:
<source lang="css" line>
<source lang="css" line>


body
html {
{
}
 
body {
    background-image:url("https://i.imgur.com/onoRw9v.jpg");
}
}


Line 16: Line 19:
     border-color:#cc6600;
     border-color:#cc6600;
     overflow: hidden;
     overflow: hidden;
}
h4 {
    color:#FFA500;
}
}


Line 24: Line 31:
     height: 1px;
     height: 1px;
     width: 70%;
     width: 70%;
}
stepborderF {
    border-bottom: 1px solid #626262;
}
}


Line 40: Line 43:
span.boss {
span.boss {
     color: #00CC33;
     color: #00CC33;
}
span.crcat {
    color: #99ccff;
}
}


Line 45: Line 52:
     color: #00CC33;
     color: #00CC33;
}
}


span.donotinstall {
span.donotinstall {
     color: #00CC33;
     color: #00CC33;
}
}
span.version {
    font-size: 1.5em;
    margin-bottom: 0.5em;
    margin-top: 1em;
}
span.big {
    font-size: 1.2em;
    line-height: 1.25;
}
p.big {
    font-size: 1.2em;
    line-height: 1.25;
}
span.small {
}
</source>
</source>

Latest revision as of 06:26, November 2, 2020

<source lang="css" line>

html {
}

body {
     background-image:url("https://i.imgur.com/onoRw9v.jpg");
}

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

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

h4 {
    color:#FFA500;
}

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

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

span.clean {
     color: orange;
}

span.boss {
     color: #00CC33;
}

span.crcat {
     color: #99ccff;
}

span.installonly {
     color: #00CC33;
}

span.donotinstall {
     color: #00CC33;
}
</source>