MediaWiki:Monobook.css

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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* Don't display some stuff on the main page */
body.page-Main_Page #deleteconfirm,
body.page-Main_Page #t-cite,
body.page-Main_Page #lastmod,
body.action-view.page-Main_Page #siteSub,
body.action-view.page-Main_Page #contentSub,
body.action-view.page-Main_Page h1.firstHeading {
    display: none !important;
}





/* Display of "From Wikipedia" line */
#siteSub {
 display: inline;
 font-size: 92%;
 font-weight: normal;
}

#editpage-specialchars {
 display:none;
}

/* On Special:Allpages and Watchlist: Make redirects show in green (redirect is already in italic by default) */
.allpagesredirect a,
.watchlistredir a {
color:green;
}

li.GA {
 list-style-image: url("//upload.wikimedia.org/wikipedia/commons/4/42/Monobook-bullet-ga.png");
}

li.FA {
 list-style-image: url("//upload.wikimedia.org/wikipedia/en/d/d4/Monobook-bullet-star.png");
}

/* topicon div */

div.topicon {
 position: absolute;
 z-index: 10;
 top: 10px;
 display: block !important;
}

#coordinates {
 position: absolute;
 z-index: 1;
 border: none;
 background: none;
 right: 30px;
 top: 3.7em;
 float: right;
 margin: 0.0em;
 padding: 0.0em;
 line-height: 1.5em;
 text-align: right;
 text-indent: 0;
 font-size: 85%;
 text-transform: none;
 white-space: nowrap;
}

/* Remove bullets when there are multiple edit page warnings */

ul.permissions-errors > li {
 list-style: none;
}
ul.permissions-errors {
 margin: 0;
}