Différences entre versions de « MediaWiki:Common.css »

De Rich Annotator System
Ligne 8 : Ligne 8 :
 
     background: #f9f9f9;
 
     background: #f9f9f9;
 
     border: 1px solid #aaa;
 
     border: 1px solid #aaa;
    margin: 1em 1em 1em 1em;
 
 
     padding: 1em;
 
     padding: 1em;
     width: 400px;
+
     width: 500px;
 
}
 
}
 
.infobox-title {
 
.infobox-title {
Ligne 22 : Ligne 21 :
 
.infobox th {
 
.infobox th {
 
     vertical-align: top;
 
     vertical-align: top;
     width: 120px;
+
    text-align: left;
 +
     width: 200px;
 
}
 
}
 
.infobox td {
 
.infobox td {
 
     vertical-align: top;
 
     vertical-align: top;
 
}
 
}

Version du 7 octobre 2020 à 13:08

/* Le CSS placé ici sera appliqué à tous les habillages. */
#ca-history { display:none!important; }
#ca-talk { display:none!important; }
#ca-viewsource { display:none!important; }
a:visited { color:#007bff; }
a.external { color:#007bff; }
.infobox {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 1em;
    width: 500px;
}
.infobox-title {
    font-weight: bold;
    text-align: center;
}
.infobox-image {
    text-align: center;
    width: 300px;
}
.infobox th {
    vertical-align: top;
    text-align: left;
    width: 200px;
}
.infobox td {
    vertical-align: top;
}