User:CJ2311/REGS.css

From Step Mods | Change The Game
Revision as of 22:11, March 17, 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:#009966;
     text-align:center;
}

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

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

pre {
     margin-left:40px;
     width:1220px;
}


span.big{
}

span.small{
}

</source>