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.
/* Hide number, show bullet in TOC */
.tocnumber {
display: none;
}
#toc ul {
list-style-image: url(/skins-1.5/monobook/bullet.gif);
list-style-type: square;
margin: 0.3em 0 0 1.5em;
}
.has_been_on_main_page a { color: green; font-weight: bold; }
.watchlist-message { font-size: 70%; }
.references-small { font-size: 70%; }
div#siteNotice { display:none !important}

/* Turn off things for faster page rendering. */
div#p-logo { display: none; } /* Turn off the Wikipedia logo. */
body {   /* Turn off the large page background image. */
    background: #f9f9f9;
}
#column-one {   /* Move the left menus up since no Wikipedia logo now. */
    padding-top: 21px;
}
li#pt-userpage {   /* Turn off the small user image at top of page. */
    background: none;
}