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

De Wiki Dragon Quest
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 156 : Ligne 156 :
}
}


/*pourtour des infoboxes*/
.infoboxb {
.infoboxb {
   font-size: 89%;  
   font-size: 89%;  
Ligne 229 : Ligne 230 :
max-width: 30%;
max-width: 30%;
float: right;
float: right;
}
/*Codes couleurs*/
.cmonstre {
background: #00CC00;
}
.cboss {
background: #9C0C0C;
}
.cpersonnage {
background: #046380;
}
.cregion {
background: #298900;
}
.cdonjon {
background: #927D6A;
}
.cchanson {
background: #A67E2E;
}
.calbum {
background: #663E10;
}
.cfilm {
background: #000000;
}
.cepisode {
background: #444444;
}
.cgens {
background: #FF9300;
}
.cjeu {
background: #B1BBCE;
}
}