User:CJ2311/Explorer Guide.css

From Step Mods | Change The Game
Revision as of 14:15, March 22, 2014 by CJ2311 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;
}

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>