User:CJ2311/REGS.css: Difference between revisions

From Step Mods | Change The Game
mNo edit summary
m (Text replace - "http://" to "https://")
 
(57 intermediate revisions by one other user not shown)
Line 1: Line 1:
<source lang="css" line>
<source lang="css" line>
html {
}
body {
    background-image:url("https://i.imgur.com/onoRw9v.jpg");
}


h1 {
h1 {
    font-size:2.75em;
     color:#cc6600;
    font-weight:550;
     color:#6fd000;
     text-align:center;
     text-align:center;
    margin-top:60px;
}
}


h2 {
h2 {
     color:#C7A317;
     color:#DE8D47;
    font-size:1.85em;
    font-weight:450;
    text-align:left;
     border-style:solid;
     border-style:solid;
     border-bottom-width:2px;
     border-bottom-width:1px;
     border-color:#ac3240;
     border-color:#cc6600;
    padding-bottom:3px;
    margin-top: 50px;
     overflow: hidden;
     overflow: hidden;
}
}


h3 {
h4 {
    color:rgb(225,225,245);
    color:#FFA500;
    text-align:left;
    font-size:1.5em;
    font-weight:600;
    border-style:solid;
    border-bottom-width:3px;
    border-color:#a7540b;
    padding-bottom:10px;
    overflow: hidden;
}
}


h4 {
hr {
     color:#32baf7;
     border: 0;
     font-size:1.5em;
     color: #DDDDDD;
     font-weight:600;
     background-color: #e6a000;
    margin-top:30px;
     height: 1px;
     border-style:solid;
     width: 70%;
     border-bottom: 2px solid #5D7480;
}
}


h5 {
.steptable tr.stepborderF td, .steptable tr.stepborderF th {
    color:rgb(60,150,200);
    border-bottom: 1px solid #626262;
    font-size:1.1em;
    font-weight:600;
    text-decoration:underline;
}
}


hr {
span.clean {
     border: 0;
     color: orange;
    color: #DDDDDD;
    background-color: #6084ba;
    height: 2px;
    width: 50%;
    text-align: left;
}
}


pre {
span.boss {
     margin-left:40px;
     color: #00CC33;
    width:1220px;
}
}


div.headerText{
span.crcat {
     color:rgb(225,225,245);
     color: #99ccff;
    text-align:center;
    font-size:1.4em;
    font-weight:500;
    border-style:solid;
    border-bottom-width:3px;
    border-color:#b34508;
    padding-bottom:5px;
    overflow:hidden;
}
}


span.big{
span.installonly {
     font-size: 1.23em;
     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>