User:CJ2311/REGS.css: Difference between revisions

From Step Mods | Change The Game
mNo edit summary
m (Text replace - "http://" to "https://")
 
(31 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 11: Line 14:


h2 {
h2 {
     color:#e6a000;
     color:#DE8D47;
     border-style:solid;
     border-style:solid;
     border-bottom-width:1px;
     border-bottom-width:1px;
     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 35: Line 38:


span.clean {
span.clean {
     color: #848375;
     color: orange;
}
}


span.boss {
span.boss {
     color: #89A54E;
     color: #00CC33;
}
}


span.big {
span.crcat {
    color: #99ccff;
}
}


span.small {
span.installonly {
    color: #00CC33;
}
}


span.donotinstall {
    color: #00CC33;
}
</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>