User:Gordon E./monobook.css

From the Super Mario Wiki, the Mario encyclopedia
Revision as of 19:21, March 31, 2022 by Gordon E. (talk | contribs) (Created page with "body, main { background-color: #222; } html, body { color:white; } input, textarea { background-color: black; color: white; } body.ia-module.tiles .item-ia .item-ttl .ttl, bod...")
(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.
body, main { background-color: #222; }
html, body { color:white; }
input, textarea { background-color: black; color: white; }
body.ia-module.tiles .item-ia .item-ttl .ttl,
body.ia-module .ikind.stealth.in,
body.ia-module .ikind.stealth,
body.ia-module.tiles .item-ia,
.item-download-options .hover-badge-stealth,
.icon-label, [class*="iconochive"], th, td { color: white; }
body.ia-module.tiles .item-ia,
body.ia-module .columns-items .sortbar, .results,
.action-buttons-section .button,
body.ia-module .boxy,
body.ia-module .boxy.white-bg, .pickr { 
 background-color: #333;
 border: unset;
}

.item-download-options .format-group,
body.ia-module .collection-list .collection-item {
 border-bottom: 1px dashed white;
}

a, a:link, body.ia-module .boxy a,
body.ia-module .boxy.white-bg a,
body.ia-module .boxy .boxy-ttl,
.item-download-options .format-group a.stealth,
.download-directory-listing .directory-listing-table a { color: #5AF; }
.btn:link { color:#fff; }
body.ia-module #also-found { background-color: #111; }
body.ia-module .search-bar-section { background-color:#444; border:unset; }
body.ia-module.lists div.ikind .results {  border:unset; }
body.ia-module.lists .item-ia,
body.ia-module.lists.showdetails .details-ia { background-color: #444; }
body.ia-module.lists.showdetails .details-ia { color: #eee; }
.metadata-list,
.metadata-expandable-list { color: #bbb; }

pre 			{ background-color: #444; }
desktop-subnav	{ display: none; }

/* Adapting some borders */
.well { border: unset; }
body.ia-module.tiles .item-ia {
  border: unset;
  box-shadow: unset;
  border-radius:0.5em;
}

body.ia-module.tiles .columns-items {
  border-left: 1px solid #555;
}

body.navia .container-ia.nopad {
  border-top: unset;
}

body.ia-module .columns-items .sortbar {
  border: unset;
}

body.ia-module .columns-facets h1 {
  border-bottom: 1px dashed #555;
}

pre					{ border: unset; }
hr					{ border-top: 1px dashed white; }

/* Uploader UI */
#file_info,
#file_info tr,
#file_info td		{ color: white; } 

#file_info, #file_drop, #add_files,
.metadata_row		{ background-color: #444; }
.metadata_row:hover	{ background-color: #555; }
#files th			{ background-color: #555; }

/* File editor */
.x-tree .x-panel-body { background-color: black; }
.x-tree-node a span, .x-dd-drag-ghost a span { color: white; }
.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar { background:unset; background-color: #333; }

/* Login and signup */
.signup-form-section .login-header h1, .login-form-section .login-header h1, .signup-form-section .signup-header h1, .login-form-section .signup-header h1,
.signup-form-section .signup-form-element label, .login-form-section .signup-form-element label, .signup-form-section .login-form-element label, .login-form-section .login-form-element label { color:white; }