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

test titres
test corner
Ligne 2 : Ligne 2 :


.infobox {
.infobox {
     border-radius: 5px;
     border-radius: 0.6em;
     background: rgba(240, 240, 240, 0.5);
     background: rgba(240, 240, 240, 0.5);
     border: 1px solid rgb(0, 0, 0);
     border: 1px solid rgb(0, 0, 0);
Ligne 11 : Ligne 11 :
}
}
.infobox-title {
.infobox-title {
     border-radius: 5px;
     border-radius: 0.3;
     background: rgba(235, 235, 235, 0.6);
     background: rgba(235, 235, 235, 0.6);
     border: 1px solid rgb(0, 0, 0);
     border: 1px solid rgb(0, 0, 0);
Ligne 22 : Ligne 22 :
}
}
.infobox-subtitle {
.infobox-subtitle {
     border-radius: 5px;
     border-radius: 0.5em;
     background: rgba(230, 230, 230, 0.6);
     background: rgba(230, 230, 230, 0.6);
     border: 1px solid rgb(0, 0, 0);
     border: 1px solid rgb(0, 0, 0);