MediaWiki:Common.css : Différence entre versions
De Wiki levelKro
Ligne 14 : | Ligne 14 : | ||
font-size: 1.2em; | font-size: 1.2em; | ||
text-align: center; | text-align: center; | ||
+ | color:#000; | ||
} | } | ||
.infobox-image { | .infobox-image { | ||
Ligne 31 : | Ligne 32 : | ||
font-size: 1em; | font-size: 1em; | ||
border: 1px solid #eee; | border: 1px solid #eee; | ||
+ | color:#000; | ||
} | } | ||
.infobox td { | .infobox td { | ||
Ligne 38 : | Ligne 40 : | ||
line-height:1.2; | line-height:1.2; | ||
font-size: 1em; | font-size: 1em; | ||
− | border: 1px solid #eee; | + | border: 1px solid #eee; |
+ | color:#000; | ||
} | } |
Version du 23 janvier 2019 à 21:00
.infobox {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 0.3em;
width: 350px;
color:#000;
}
.infobox p {
display:none;
}
.infobox-title {
font-size: 1.2em;
text-align: center;
color:#000;
}
.infobox-image {
text-align: center;
}
.infoxbox table {
width:100%;
border-collapse: collapse;
}
.infobox th {
text-align: right;
vertical-align: top;
width: 120px;
padding:0.3em;
background: #ccc;
line-height:1.2;
font-size: 1em;
border: 1px solid #eee;
color:#000;
}
.infobox td {
vertical-align: top;
text-align:left;
padding:0.3em;
line-height:1.2;
font-size: 1em;
border: 1px solid #eee;
color:#000;
}