Weitere Optionen
Pklaus (Diskussion | Beiträge) Änderung 6366 von Pklaus (Diskussion) rückgängig gemacht. |
Keine Bearbeitungszusammenfassung |
||
(11 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 206: | Zeile 206: | ||
background: url(/w/images/InterWiki-UDN.png) no-repeat left center !important; | background: url(/w/images/InterWiki-UDN.png) no-repeat left center !important; | ||
} | } | ||
/** Quote style ***************************************************************** | /** Quote style ***************************************************************** | ||
Zeile 240: | Zeile 239: | ||
/** prevent ugly horizontal page expansion *************************************/ | /** prevent ugly horizontal page expansion *************************************/ | ||
pre { overflow: auto; } | pre { overflow: auto; } | ||
/* | |||
get better symbols for PDF-Links | |||
http://en.wikipedia.org/wiki/Template_talk:PDFlink#Changing_the_icon_and_using_it_for_.2Aall.2A_PDF_links | |||
Code copied from http://en.wikipedia.org/w/index.php?title=MediaWiki:Common.css&usemsgcache=yes&ctype=text%2Fcss&smaxage=2678400&action=raw&maxage=2678400 | |||
added by --[[Benutzer:Pklaus|pklaus]] 14:14, 12. Dez. 2010 (CET) | |||
*/ | |||
#content a.external[href$=".pdf"], #content a.external[href*=".pdf?"], #content a.external[href*=".pdf#"], #content a.external[href$=".PDF"], #content a.external[href*=".PDF?"], #content a.external[href*=".PDF#"], #mw_content a.external[href$=".pdf"], #mw_content a.external[href*=".pdf?"], #mw_content a.external[href*=".pdf#"], #mw_content a.external[href$=".PDF"], #mw_content a.external[href*=".PDF?"], #mw_content a.external[href*=".PDF#"] { | |||
background: url("http://upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat scroll right center transparent; | |||
padding-right: 18px; | |||
} | |||
/* fix, weil die Punkte des Ä im Navigationspunkt "Letzte Änderungen" abgeschnitten werden --[[Benutzer:Pklaus|pklaus]] 15:34, 12. Dez. 2010 (CET) */ | |||
#mw-panel div.portal div.body ul li#n-recentchanges { | |||
padding: 0.1em 0 0.5em !important; | |||
} | |||
/* </source><!-- end of preview fix --> */ | /* </source><!-- end of preview fix --> */ |