« MediaWiki:Monobook.css » : différence entre les versions

De Encyclopédie-de-L'AFN_1830-1962
mAucun résumé des modifications
mAucun résumé des modifications
Ligne 6 : Ligne 6 :




.ombre_texte {text-shadow: 2px 2px 4px #999;}  
.ombre_texte {text-shadow: 2px 2px 4px #888;}  


.ombre_image {box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.5);}
.ombre_image {box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.5);}

Version du 18 janvier 2013 à 20:34

/* edit this file to customize the monobook skin for the entire site */ 

.mm_boite_bleue { background-color:white; border:2px solid #4BB5C1; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius:10px; padding: 5px 5px 5px 5px; _margin-top:5px; _float:left; box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.5); } 

.mm_boite_gris { background-color:white; border:2px solid lightgrey; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius:10px; padding: 5px 5px 5px 5px; _margin-top:5px; _float:left; box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.5); }


.ombre_texte {text-shadow: 2px 2px 4px #888;} 

.ombre_image {box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.5);}

.accueil_titre{font-size:1.3em; background-color: rgb(153,153,153); padding: 5px; color: white; font-weight:bold;text-shadow: 2px 2px 4px #000; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius:10px; }

.bords_arrondis{border:2px solid white; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius:10px; padding:3px;  }