User:CJ2311/REGS.css: Difference between revisions

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


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


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


Line 21: Line 28:
     border: 0;
     border: 0;
     color: #DDDDDD;
     color: #DDDDDD;
     background-color: #6084ba;
     background-color: #e6a000;
     height: 2px;
     height: 1px;
     width: 50%;
     width: 70%;
    text-align: left;
}
 
.steptable tr.stepborderF td, .steptable tr.stepborderF th {
    border-bottom: 1px solid #626262;
}
}


pre {
span.clean {
     margin-left:40px;
     color: orange;
    width:1220px;
}
}


span.boss {
    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>