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.
/* <pre> */
/* Removing useless stuff, because you can't click links in awb anyways */
#siteNotice,
#siteSub,
#footer,
#editpage-copywarn2,
#editpage-copywarn3,
#editpage-specialchars,
#pt-logout,
#f-copyright,
#f-lastmod,
#editpage-copywarn,
#fundraising,
#coordinates,
#toolbar,
#wpSummaryLabel,
textarea,
.editOptions,
.editButtons,
.templatesUsed,
.portlet,
.editsection
{ display:none !important; }

/* Reducing image loading for small things */
ul, ul>li { list-style-image: none !important; }
body { background: #f9f9f9 !important;}
#p-logo a, li#pt-userpage, a.external { background: none !important; }

/* Wider content now that other column is gone */
#column-content, #content { margin: 0 0 0 0 !important; } 

/* Can't click links, so might as well disable hover and other effects */
* {
cursor: default !important;
}

a {
text-decoration: none !important;
cursor: default !important;
}

a:visited, a:active {
	color: #002bb8;
}
a:hover {
	text-decoration: none !important;
        cursor: default !important;
}

a.new:visited, a.new:active {
	color: #ba0000;
}
/* </pre> */