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

m rayon des sous titres plus court (0.5em -> 0.2em)
m test (sub)title colors
Ligne 12 : Ligne 12 :
.infobox-title {
.infobox-title {
     border-radius: 0.3em;
     border-radius: 0.3em;
     background: rgba(210, 210, 210, 0.8);
     background: rgba(220, 220, 220, 0.8);
     border: 0;
     border: 0;
     float: center;
     float: center;
Ligne 22 : Ligne 22 :
.infobox-subtitle {
.infobox-subtitle {
     border-radius: 0.2em;
     border-radius: 0.2em;
     background: rgba(210, 210, 210, 0.8);
     background: rgba(220, 220, 220, 0.8);
     border: 0;
     border: 0;
     float: center;
     float: center;