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

m color tweak
m color tweak
Ligne 3 : Ligne 3 :
.infobox {
.infobox {
     border-radius: 0;
     border-radius: 0;
     background: rgba(250, 250, 250, 0.7);
     background: rgba(250, 250, 250, 1);
     border: 1px solid rgb(150, 150, 150);
     border: 1px solid rgb(150, 150, 150);
     float: right;
     float: right;
Ligne 12 : Ligne 12 :
.infobox-title {
.infobox-title {
     border-radius: 0;
     border-radius: 0;
     background: rgba(230, 230, 240, 0.7);
     background: rgba(240, 240, 255, 1);
     border: 0;
     border: 0;
     float: center;
     float: center;
Ligne 22 : Ligne 22 :
.infobox-subtitle {
.infobox-subtitle {
     border-radius: 0;
     border-radius: 0;
     background: rgba(230, 230, 240, 0.75);
     background: rgba(240, 240, 255, 1);
     border: 0;
     border: 0;
     float: center;
     float: center;