User:CJ2311/Explorer Guide.css: Difference between revisions

From Step Mods | Change The Game
(Created page with "<source lang="css" line> body { } h1 { color:#cc6600; text-align:center; } h2 { color:#DE8D47; border-style:solid; border-bottom-width:1px; bord...")
 
mNo edit summary
Line 30: Line 30:
}
}


clean {
.clean {
     color: orange;
     color: orange;
}
}


boss {
.boss {
     color: #00CC33;
     color: #00CC33;
}
}


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


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

Revision as of 15:21, March 22, 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;
}

h4 {
    color:#FFA500;
}

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

.clean {
     color: orange;
}

.boss {
     color: #00CC33;
}

.installonly {
     color: #00CC33;
}

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