MediaWiki:Monobook.css

From Practices and Politics of Representation
Revision as of 16:39, 18 June 2025 by Admin (talk | contribs) (Created page with "All CSS here will be loaded for users of the MonoBook skin: body { background-color: #121212; color: #e0e0e0; } a, a:link { color: #80d8ff; } a:visited { color: #ce93d8; } #content, .mw-body, #bodyContent, .mw-body-content, .mw-content-ltr { background-color: #181818; color: #e0e0e0; } #p-logo, .portlet, #column-content, #footer { background-color: #1c1c1c; color: #ccc; } input, select, textarea, button { background-color: #2b2b2b; color: #e...")
(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.
/* All CSS here will be loaded for users of the MonoBook skin */
body {
  background-color: #121212;
  color: #e0e0e0;
}

a, a:link {
  color: #80d8ff;
}

a:visited {
  color: #ce93d8;
}

#content, .mw-body, #bodyContent, .mw-body-content, .mw-content-ltr {
  background-color: #181818;
  color: #e0e0e0;
}

#p-logo,
.portlet,
#column-content,
#footer {
  background-color: #1c1c1c;
  color: #ccc;
}

input, select, textarea, button {
  background-color: #2b2b2b;
  color: #eee;
  border: 1px solid #444;
}

pre, code {
  background-color: #222;
  color: #ccc;
}