User:CJ2311/Explorer Guide.css

From Step Mods | Change The Game
Revision as of 21:09, March 23, 2014 by CJ2311 (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
<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;
}

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

h4 {
     color:#ff7518;
     border-style:solid;
     border-bottom-width:1px;
     border-color:#DE8D47;
     overflow: hidden;
     margin-bottom:30px;
}

hr {
     border: 0px;
     background-color: #5d7580;
     height: 1px;
     width: 35%;
     margin-top:30px;
     margin-bottom:30px;
}

.clean {
     color: #99ccff;
}

.boss {
     color: #00CC33;
}

.installonly {
     color: #ffcc99;
}

.instructions {
     color: #ffcc99;
     font-weight:bold;
}

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