User:Sczw/common.css

From Baka-Tsuki
Revision as of 17:51, 3 October 2015 by Sczw (talk | contribs) (Created page with "#mw-page-base, #mw-head, #p-logo, #footer { display: none; } body { background-color: #333333 !important; color: #ddd !important; font-size: 1.0em; } a { 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.
#mw-page-base,
#mw-head,
#p-logo,
#footer
{
    display: none;
}
body {
    background-color: #333333 !important;
    color: #ddd !important;
    font-size: 1.0em;
}
a {
    color: #fff !important;
}
a.new {
    color: #888 !important;
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
}
ol, ul {
    list-style-image: none;
}
div#mw-panel div.portal div.body ul {
    list-style-type: disc;
}
table.wikitable {
    color: #ddd;
}
div#content {
    background: none;
    color: #ddd;
    border-color: #ddd;
}
div#mw-panel {
    padding-top: 0em;
    top: 20px;
}
#mw-panel.collapsible-nav .portal {
    background: none !important;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
div.thumbinner {
    background: none;
}
table, tr, th, td,
#toc,
.toc,
.mw-warning,
.catlinks,
.collapsible,
.collapsible th,
li.gallerybox div.thumb {
    background-color: #444 !important;
}
    
} /** End */