User:Trunner/VaraStyle.css

From PRIMUS Database
< User:Trunner
Revision as of 03:30, 10 September 2018 by Trunner (Talk | contribs)

Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
{{#css:
  h1   {
    background-color:#D26906;
    color:#FFFFFF;
    text-align:left;
    margin: 0 auto 0 auto;
    font-size:175%;
    height:35px;
    border:solid 5px #723900;
    vertical-align:center;
    font-weight:bold;
}
  h2  {
    background:#d26906;
    color:#FFFFFF;
    text-align:center;
    margin:0 auto 0 auto;
    font-size:125%;
    height:30px;
    border: solid 5px #723900
}

}}