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.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

.mw-page-title-main .mw-namespace {
    display: none;
}

.page-header h1.firstHeading {
    display: none;
}

#ca-nstab-main { display: none !important; }

body.mw-anonuser #ca-history {
    display: none !important;
}

body.mw-anonuser #ca-view {
    display: none !important;
}

body.mw-anonuser #ca-viewsource {
    display: none !important;
}
body.mw-anonuser #ca-login {
    display: none !important;
}

.hover-effect-image {
    background-color: #212121;
    border: 2px solid #333333;
    display: inline-block;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-align: center;
}

/* Image styles */
.hover-effect-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Hover effects */
.hover-effect-image:hover {
    background-color: #2a2a2a !important;
    border-color: #eceada !important;
}