User:GeorgeMoney/AWB.css
From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.
/* <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> */

