MediaWiki:Writers.css

Revision as of 18:13, 13 April 2012 by Branan (Talk | contribs) (Switch to darkening the background for inline diff sections.)

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
pre {
    color: #eeeeee;
    background: #282828;
    padding: 8px;
    border: 1px solid #141414;
}

.tleft {
    margin: 10px 20px 10px 0px;
}

.post ul, .post ol {
    margin: 1em 0 1em 2em;
}

.post li ul, .post li ol {
    margin: 0 0 0 2em;
}

#toc {
    margin: 2em 2em 2em 0;
}

ins.diffchange {
    background-color: #86BF89;
    text-decoration: none;
}

td.diff-addedline {
    background-color: #B9DABB;
    color: #000000;
}

del.diffchange {
    background-color: #BF8986;
    text-decoration: none;
}

td.diff-deletedline {
    background-color: #DABBB9;
    color: #000000;
}

h2#title {
    text-align: left;
}