Aller au contenu

Utilisateur:Ulfer/monobook.css

Une page de Wikipédia, l'encyclopédie libre.
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.
/* supprimer l'affichage des symboles graphiques de lien externe */
#bodyContent a[href ^="http://"] {background: url(); padding-right: 0}
#bodyContent a[href ^="gopher://"] {background: url(); padding-right: 0}
#bodyContent a[href ^="https://"], .link-https {background: url(); padding-right: 0}
#bodyContent a[href ^="mailto:"], .link-mailto {background: url(); padding-right: 0}
#bodyContent a[href ^="news://"] {background: url(); padding-right: 0}
#bodyContent a[href ^="ftp://"], .link-ftp {background: url(); padding-right: 0}
#bodyContent a[href ^="irc://"], .link-irc {background: url(); padding-right: 0}

/* sommaires moins encombrants */
.tocline, .tocindent p {display: inline}
.tocline:after,  .tocindent a:after {content: " | "}
.tocline br, .tocindent br {display:none}
.tocindent {display: inline; margin: 0}

repeat; 
    display: none
    position:absolute;  /*needed to use z-index */
    top: 8;
    left: 100;
    right: 65;
    height: 0;
    width: 0;
    padding: 0 0 150px 150px;
    overflow: hidden;
}

body 
{
    background: #f9f9f9 url(http://upload.wikimedia.org/wikipedia/fr/f/fb/Headbg-color60%C2%B0.jpg) 0 0 no-repeat;
    color: black;
    margin: 0;
    padding: 0;
}