Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
@import url('http://en.wikipedia.org/w/index.php?action=raw&ctype=text/css&title=User:Lupin/navpopdev.css');
.pageNavBox {display: none !important;}
/* Make the notifications counters a bit more noticeable. White on red for alerts where at least one is unseen */
#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-unseen-notifications::after,
#pt-notifications-alert .mw-echo-notifications-badge.oo-ui-flaggedElement-unseen::after {
  background-color: #D11813; /* Vector's colour instead of MonoBook's #DEA4A2 */
  color: white;
}
/* White on blue for notices where at least one is unseen */
#pt-notifications-notice .mw-echo-notifications-badge.mw-echo-unseen-notifications::after,
#pt-notifications-notice .mw-echo-notifications-badge.oo-ui-flaggedElement-unseen::after {
  background-color: #0D5EF2; /* MonoBook's #B7CFFB reduced to 50% lightness */
  color: white;
}
/* Red on white for alerts which have all been seen (not necessarily marked as read) */
#pt-notifications-alert .mw-echo-notifications-badge::after {
  font-size: 1em;
  background-color: white;
  color: #D11813;
}
/* Blue on white for notices which have all been seen */
#pt-notifications-notice .mw-echo-notifications-badge::after {
  font-size: 1em;
  background-color: white;
  color: #0D5EF2;
}

#watchlist-summary-enxx-warning {display:none;}

.harv-error {display: inline !important;} /* display Module:Footnotes errors */

.mw-parser-output span.cs1-maint {display: inline;} /* display Citation Style 1 maintenance messages */

.mw-parser-output span.cs1-hidden-error {display: inline;} /* display hidden Citation Style 1 error messages */