MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus WiiDatabase Wiki
Zur Navigation springenZur Suche springen
K
keine Bearbeitungszusammenfassung
(Änderung 2077 von ICON (Diskussion) rückgängig gemacht.)
KKeine Bearbeitungszusammenfassung
Zeile 639: Zeile 639:
.citation {
.citation {
     word-wrap: break-word;
     word-wrap: break-word;
}
/* Change the external link icon to an Adobe icon for all PDF files
  in browsers that support these CSS selectors, like Mozilla and Opera */
div#content a[href$=".pdf"].external,
div#content a[href*=".pdf?"].external,
div#content a[href*=".pdf#"].external,
div#content a[href$=".PDF"].external,
div#content a[href*=".PDF?"].external,
div#content a[href*=".PDF#"].external,
div#mw_content a[href$=".pdf"].external,
div#mw_content a[href*=".pdf?"].external,
div#mw_content a[href*=".pdf#"].external,
div#mw_content a[href$=".PDF"].external,
div#mw_content a[href*=".PDF?"].external,
div#mw_content a[href*=".PDF#"].external {
    background: url("//wiki.pegelf.de/images/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
    /* @noflip */
    padding-right: 18px;
}
/* Change the external link icon to an Adobe icon anywhere the PDFlink class is used. */
div#content span.PDFlink a,
div#mw_content span.PDFlink a {
    background: url("//wiki.wiidatabase.de/images/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
    /* @noflip */
    padding-right: 18px;
}
}

Navigationsmenü