Utilisateur:Dr Brains/common.css
Note : après avoir enregistré la page, vous devrez forcer le rechargement complet du cache de votre navigateur pour voir les changements.
Mozilla / Firefox / Konqueror / Safari : maintenez la touche Majuscule (Shift) en cliquant sur le bouton Actualiser (Reload) ou pressez Maj-Ctrl-R (Cmd-R sur Apple Mac) ;
Firefox (sur GNU/Linux) / Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5..updatedmarker { display:none; }
/* ********************************************************************************************* */
/* Image de background des différents types de liens (from https://it.wikivoyage.org/wiki/MediaWiki:Gadget-IconeLinkEsterni.css) */
a[href*="www.youtube.com"].external{
background: url("//up.wiki.x.io/wikipedia/commons/thumb/e/ee/Logoyoutube2011favicon.svg/14px-Logoyoutube2011favicon.svg.png") no-repeat scroll right center transparent !important;
padding-right: 18px !important;
}
/* PDF */
a[href$=".pdf"].external,
a[href*=".pdf?"].external,
a[href*=".pdf#"].external,
a[href$=".PDF"].external,
a[href*=".PDF?"].external,
a[href*=".PDF#"].external,
a[href$=".pdf"].external,
a[href*=".pdf?"].external,
a[href*=".pdf#"].external,
a[href$=".PDF"].external,
a[href*=".PDF?"].external,
a[href*=".PDF#"].external{
background: url("//up.wiki.x.io/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat scroll right center transparent !important;
padding-right: 21px !important;
}
abbr.format-pdf { display:none; }
/* XLS, XLSX */
a[href$=".xls"].external,
a[href$=".XLS"].external,
a[href$=".xlsx"].external,
a[href$=".XLSX"].external{
background: url("//up.wiki.x.io/wikipedia/commons/b/ba/Page_white_excel.png") center right no-repeat !important;
padding-right: 21px !important;
}
abbr.format-xls { display:none; }
/* PPT, PPTX */
a[href$=".ppt"].external,
a[href$=".PPT"].external,
a[href$=".pptx"].external,
a[href$=".PPTX"].external{
background: url("//up.wiki.x.io/wikipedia/commons/1/1a/Dokuwiki_ppt.png") center right no-repeat !important;
padding-right: 21px !important;
}
abbr.format-ppt { display:none; }
/* DOC, DOCX */
a[href$=".doc"].external,
a[href$=".DOC"].external,
a[href$=".docx"].external,
a[href$=".DOCX"].external{
background: url("//up.wiki.x.io/wikipedia/commons/a/a1/Page_white_word.png") center right no-repeat !important;
padding-right: 21px !important;
}
abbr.format-doc { display:none; }
/* RTF */
a[href$=".rtf"].external,
a[href$=".RTF"].external{
background: url("//up.wiki.x.io/wikipedia/commons/c/c0/Text-x-generic-16px.png") center right no-repeat !important;
padding-right: 21px !important;
}
abbr.format-rtf { display:none; }