Difference between revisions of "User:Bleu/common.css"
(Created page with "div#content a.external[href ^="https://"] { background-image: none; padding-right: 0; }") |
|||
| Line 1: | Line 1: | ||
| − | + | .mw-parser-output a[href$=".pdf"].external, | |
| − | + | .mw-parser-output a[href*=".pdf?"].external, | |
| − | + | .mw-parser-output a[href*=".pdf#"].external, | |
| + | .mw-parser-output a[href$=".PDF"].external, | ||
| + | .mw-parser-output a[href*=".PDF?"].external, | ||
| + | .mw-parser-output a[href*=".PDF#"].external { | ||
| + | background: url("http://upload.wikimedia.org/wikipedia/commons/b/ba/Page_white_excel.png") no-repeat right; | ||
| + | /* @noflip */ | ||
| + | padding-right: 18px; | ||
} | } | ||
Latest revision as of 02:32, 13 September 2019
.mw-parser-output a[href$=".pdf"].external,
.mw-parser-output a[href*=".pdf?"].external,
.mw-parser-output a[href*=".pdf#"].external,
.mw-parser-output a[href$=".PDF"].external,
.mw-parser-output a[href*=".PDF?"].external,
.mw-parser-output a[href*=".PDF#"].external {
background: url("http://upload.wikimedia.org/wikipedia/commons/b/ba/Page_white_excel.png") no-repeat right;
/* @noflip */
padding-right: 18px;
}