MediaWiki:Common.css: differenze tra le versioni
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
| (2 versioni intermedie di uno stesso utente non sono mostrate) | |||
| Riga 7: | Riga 7: | ||
.mw-parser-output a[href*=".PDF?"], | .mw-parser-output a[href*=".PDF?"], | ||
.mw-parser-output a[href*=".PDF#"] { | .mw-parser-output a[href*=".PDF#"] { | ||
background: url("https://upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png") | |||
no-repeat right; | |||
/* @noflip */ | |||
padding: 10px 18px 8px 0; | |||
} | |||
/* Change the external link icon to a PDF icon for all WORD files */ | |||
.mw-parser-output a[href$=".doc"], | |||
.mw-parser-output a[href*=".doc?"], | |||
.mw-parser-output a[href*=".doc#"], | |||
.mw-parser-output a[href$=".DOC"], | |||
.mw-parser-output a[href*=".DOC?"], | |||
.mw-parser-output a[href*=".docx"], | |||
.mw-parser-output a[href*=".docx?"], | |||
.mw-parser-output a[href*=".docx#"], | |||
.mw-parser-output a[href*=".DOCX"], | |||
.mw-parser-output a[href*=".DOCX?"], | |||
.mw-parser-output a[href*=".DOCX#"], | |||
.mw-parser-output a[href*=".DOC#"] { | |||
background: url("https://upload.wikimedia.org/wikipedia/commons/f/fb/.docx_icon.svg") | background: url("https://upload.wikimedia.org/wikipedia/commons/f/fb/.docx_icon.svg") | ||
no-repeat right; | no-repeat right; | ||
/* @noflip */ | /* @noflip */ | ||
padding: | padding: 5px 30px 5px 0; | ||
} | } | ||