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.
#confirmemail { display: none }

/* The new search box is hideous */
#simpleSearch input#searchInput { width: 15em; }
#simpleSearch { margin-top: 0.6em; margin-bottom: 0.4em; }
 
/* Change color and size of redirect links in page listings */
div.allpagesredirect a { color:#ccc; font-size:80%; }
 
/* Highlight my comments */
.mycomment { background: #ff9; }
 
/* Fixed sidebar */
#panel {position: fixed; left: 0; top: 0; height: 100%; overflow: auto; z-index: 2; padding-top: 0;}
#p-logo {position: static; }
#p-lang .pBody ul { height: 6em; overflow: auto; }
body { background-attachment: fixed; }