User:Dreadflopp/MMO.css

From Step Mods | Change The Game
Revision as of 21:08, October 12, 2014 by Dreadflopp (talk | contribs) (Created page with "<source lang="css" line> body { } h1 { color:#ACD1E9; text-align:center; } h2 { color:#06A2CB; border-style:solid; border-bottom-width:1px; bo...")
(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:#ACD1E9;
     text-align:center;
}

h2 {
     color:#06A2CB;
     border-style:solid;
     border-bottom-width:1px;
     border-color:#208192;
     overflow: hidden;
}

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

h4 {
     color:#ACD1E9;
     border-style:solid;
     border-bottom-width:1px;
     border-color:#208192;
     overflow: hidden;
     }

h5 {
     color:#ACD1E9;
     border-style:solid;
     border-bottom-width:1px;
     border-color:#208192;
     overflow: hidden;
     }
</source>