User:Stw/monobook.css

From Wikipedia, the free encyclopedia
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.
/* Get rid of the stupid arrow after external links (only for http for the time being) */
#bodyContent a[href ^="http://"] {
    background:inherit !important;
    padding-right:inherit !important;
}

/* a.stub { color: #772266; } */

/* Bildchen abschalten */
#f-copyrightico, #f-poweredbyico {display: none;}

/* suppress the person icon by your username */
li#pt-userpage { background: none; }

/* vorschlag von pjacobi */
li:hover small.hiddenStructure {display: block; padding: 5px; margin: 5px; border: 1px solid black}
li:hover small.hiddenStructure a:hover {color: #411; background: #AAA;}
p:hover small.hiddenStructure {display: block; padding: 5px; margin: 5px; border: 1px solid black}
p:hover small.hiddenStructure a:hover {color: #411; background: #AAA;}