« MediaWiki:Common.css » : différence entre les versions
Apparence
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| (27 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
.warning { | |||
background: #d61e33; | |||
color: #fff; | |||
font-size: 90%; | |||
line-height: 1.4; | |||
border-collapse: collapse; | |||
font-weight: bold; | |||
border: 0; | |||
margin-bottom: 20px; | |||
} | |||
.warning td { | |||
padding: 7px 10px 5px; | |||
} | |||
/* Infobox (style proche Wikipédia) */ | /* Infobox (style proche Wikipédia) */ | ||
.infobox { | .infobox { | ||
| Ligne 15 : | Ligne 30 : | ||
.infobox th, | .infobox th, | ||
.infobox td { | .infobox td { | ||
padding: | padding: 4px 8px; | ||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
| Ligne 26 : | Ligne 40 : | ||
} | } | ||
.infobox .infobox-title { | .infobox .infobox-big-title { | ||
background: # | border-top: 0; | ||
padding: 4px; | |||
} | |||
.infobox .infobox-big-title p { | |||
background: #000; | |||
text-align: center; | text-align: center; | ||
font-size: 20px; | font-size: 20px; | ||
font-weight: | font-weight: 600; | ||
padding: 0 | color: #fff; | ||
height: 45px; | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
margin: 0; | |||
padding: 0; | |||
} | |||
.infobox .infobox-title { | |||
border-top: 0; | border-top: 0; | ||
padding: 4px 8px; | |||
} | } | ||
.infobox .infobox- | .infobox .infobox-title p { | ||
background: # | background: #000; | ||
text-align: center; | text-align: center; | ||
font-size: | font-size: 14px; | ||
font-weight: | font-weight: 600; | ||
padding: 0 | color: #fff; | ||
height: 24px; | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
margin: 0; | |||
padding: 0; | |||
} | |||
.infobox .infobox-subtitle { | |||
border-top: 0; | border-top: 0; | ||
padding: 0 8px 4px; | |||
} | } | ||
.infobox .infobox-subtitle p { | |||
background: #747474; | |||
text-align: center; | |||
font-size: 14px; | |||
font-weight: 600; | |||
color: #fff; | |||
height: 24px; | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
margin: 0; | |||
padding: 0; | |||
} | |||
.infobox .infobox-image { | .infobox .infobox-image { | ||
| Ligne 55 : | Ligne 110 : | ||
padding: 0 8px 10px; | padding: 0 8px 10px; | ||
border-top: 0; | border-top: 0; | ||
} | |||
body.action-history .mw-body { | |||
display: none !important; | |||
} | } | ||
Dernière version du 24 mars 2026 à 21:13
.warning {
background: #d61e33;
color: #fff;
font-size: 90%;
line-height: 1.4;
border-collapse: collapse;
font-weight: bold;
border: 0;
margin-bottom: 20px;
}
.warning td {
padding: 7px 10px 5px;
}
/* Infobox (style proche Wikipédia) */
.infobox {
float: right;
clear: right;
width: 320px;
margin: 0 0 1em 1em;
border: 1px solid #a2a9b1;
background: #f8f9fa;
color: #202122;
font-size: 90%;
line-height: 1.4;
border-collapse: collapse;
}
.infobox th,
.infobox td {
padding: 4px 8px;
vertical-align: top;
}
.infobox th {
text-align: left;
white-space: nowrap;
font-weight: 600;
}
.infobox .infobox-big-title {
border-top: 0;
padding: 4px;
}
.infobox .infobox-big-title p {
background: #000;
text-align: center;
font-size: 20px;
font-weight: 600;
color: #fff;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
margin: 0;
padding: 0;
}
.infobox .infobox-title {
border-top: 0;
padding: 4px 8px;
}
.infobox .infobox-title p {
background: #000;
text-align: center;
font-size: 14px;
font-weight: 600;
color: #fff;
height: 24px;
display: flex;
align-items: center;
justify-content: center;
margin: 0;
padding: 0;
}
.infobox .infobox-subtitle {
border-top: 0;
padding: 0 8px 4px;
}
.infobox .infobox-subtitle p {
background: #747474;
text-align: center;
font-size: 14px;
font-weight: 600;
color: #fff;
height: 24px;
display: flex;
align-items: center;
justify-content: center;
margin: 0;
padding: 0;
}
.infobox .infobox-image {
text-align: center;
padding: 10px 8px;
}
.infobox .infobox-caption {
text-align: center;
font-size: 90%;
color: #54595d;
padding: 0 8px 10px;
border-top: 0;
}
body.action-history .mw-body {
display: none !important;
}