« Utilisateur:Akela NDE/scoutwiki.css » : différence entre les versions

De Scoutopedia
m (Test)
mAucun résumé des modifications
Ligne 8 : Ligne 8 :
.frise_3 {background-image:url('http://fr.scoutwiki.org/images/0/0c/Frise_3.jpg');}
.frise_3 {background-image:url('http://fr.scoutwiki.org/images/0/0c/Frise_3.jpg');}


/* TEST du retrait de external.png sur les images liées en pleine url → !! CSS3 */
/*.fullImageLink a[href ^="http://"] {
    background: none !important;
    }*/
a[href ^="http://media.scoutwiki.org/"] {
    background: none !important;
    }


</source>
</source>

Version du 28 août 2008 à 02:47

/*<source lang="css">*/
/* Bandeau aléatoire sur la page d'accueil */

.frise_1 {background-image:url('http://fr.scoutwiki.org/images/d/da/Bandeau_5_2.jpg');}

.frise_2 {background-image:url('http://fr.scoutwiki.org/images/9/93/Frise_2.jpg');}

.frise_3 {background-image:url('http://fr.scoutwiki.org/images/0/0c/Frise_3.jpg');}


</source>