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

test margin
typo + test
Ligne 3 : Ligne 3 :
.infobox {
.infobox {
     border-radius: 0.6em;
     border-radius: 0.6em;
     background: rgba(240, 240, 240, 0.5);
     background: rgba(240, 240, 240, 0.7);
     border: 1px solid rgb(0, 0, 0);
     border: 1px solid rgb(0, 0, 0);
     float: right;
     float: right;
     margin: 0 1em 1em;
     margin: 0 1em 1em;
     padding: 0.8em;
     padding: 0;
     width: 300px;
     width: 300px;
}
}
.infobox-title {
.infobox-title {
     border-radius: 0.3;
     border-radius: 0.3em;
     background: rgba(235, 235, 235, 0.6);
     background: rgba(210, 210, 210, 0.8);
     border: 1px solid rgb(0, 0, 0);
     border: 1px solid rgb(0, 0, 0);
     float: center;
     float: center;
Ligne 23 : Ligne 23 :
.infobox-subtitle {
.infobox-subtitle {
     border-radius: 0.5em;
     border-radius: 0.5em;
     background: rgba(230, 230, 230, 0.6);
     background: rgba(210, 210, 210, 0.8);
     border: 1px solid rgb(0, 0, 0);
     border: 1px solid rgb(0, 0, 0);
     float: center;
     float: center;