User:Von117/common.css

From Baka-Tsuki
Revision as of 16:41, 7 August 2017 by Von117 (talk | contribs) (Created page with "@-moz-document url-prefix("http://www.baka-tsuki.org/project/index.php?title=") { body, div, table, span, h1, h2, h3, h { background: none, #111 !important; c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
@-moz-document url-prefix("http://www.baka-tsuki.org/project/index.php?title=")
{
    
  body, div, table, span, h1, h2, h3, h
  {
    background: none, #111 !important;
    color: #eee !important;
  }

  p
  {
    font-size: 12pt !important;
  }

  p
  {
    margin: 2px;
    color: #36C;
 /* color of normal text */;
  }

  .quwot
  {
    background-color: #444;
    margin: 20px 30px 20px 10px;
    color: #3C3;
 /* color of "" text */;
  }

  .thinking
  {
    margin: 20px 30px 20px 10px;
    color: #808080;
 /* color of () text */;
  }

  .quwot2
  {
    background-color: #444;
    margin: 20px 30px 20px 10px;
    color: #33CCFF;
 /* color of [] text */;
  }

  .quwot3
  {
    margin: 2px 10px 2px;
    color: #9F9;
 /* color of "" text */;
  }
}