MediaWiki:Monobook.css

From World War II Wiki
Revision as of 20:28, 29 March 2024 by Tanya (talk | contribs) (Created page with "→‎All CSS here will be loaded for users of the MonoBook skin: div#globalWrapper, html { background: #656565; } div#content, div#footer { background: #777; border: 1pt solid #333; } body.skin--responsive #p-cactions li a { background: #6a6a6a; color: darkred; border-top: 1pt solid #333; border-left: 1pt solid #333; border-right: 1pt solid #333; } body.skin--responsive #p-cactions li a:hover { background: #777; } body.skin--respo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump 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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the MonoBook skin */

div#globalWrapper, html {
    background: #656565;
}

div#content, div#footer {
    background: #777;
    border: 1pt solid #333;
}

body.skin--responsive #p-cactions li a {
    background: #6a6a6a;
    color: darkred;
    border-top: 1pt solid #333;
    border-left: 1pt solid #333;
    border-right: 1pt solid #333;
}

body.skin--responsive #p-cactions li a:hover {
    background: #777;
}

body.skin--responsive #p-cactions li.selected a {
    background: #777;
}

body.skin--responsive .mw-portlet > div, body.skin--responsive .pBody {
    background: #777;
    border: 1pt solid #333;
}

input {
    background: black;
    color: #aaa;
}

textarea {
    background: #bbb;
    color: black;
    border: 1pt solid #333;
}

div.editOptions {
    background: #999;
}

.oo-ui-textInputWidget .oo-ui-inputWidget-input {
    background: #bbb;
}

a:link {
    color: maroon;
}

a:visited {
    color: darkred;
}

a.external.text {
    color: darkred;
}

#p-cactions li a {
    color: green;
}