« MediaWiki:Citizen.css » : différence entre les versions
Page de l’interface de MediaWiki
Autres actions
Page créée avec « →La totalité du CSS placé ici s’appliquera aux utilisateurs de l’habillage Citizen. : :root { --color-progressive-oklch__l: 0.83; --color-progressive-oklch__c: 0.23; --color-progressive-oklch__h: 133; } .infobox-infotheque { float: right; width: 280px; margin: 0 0 1em 1em; border: 2px solid #4A3C2C; background: #DDD0B8; font-size: 90%; } .infobox-infotheque th { background: #4A3C2C; color: #4AF626; text-a... » |
Aucun résumé des modifications |
||
| Ligne 1 : | Ligne 1 : | ||
/* La totalité du CSS placé ici s’appliquera aux utilisateurs de l’habillage Citizen. */ | /* La totalité du CSS placé ici s’appliquera aux utilisateurs de l’habillage Citizen. */ | ||
:root { | :root { | ||
--color-progressive-oklch__l: 0. | --color-progressive-oklch__l: 0.32; | ||
--color-progressive-oklch__c: 0. | --color-progressive-oklch__c: 0.15; | ||
--color-progressive-oklch__h: | --color-progressive-oklch__h: 264; | ||
} | |||
body { | |||
font-family: Tahoma, "Segoe UI", "MS Sans Serif", sans-serif; | |||
} | } | ||
| Ligne 10 : | Ligne 14 : | ||
width: 280px; | width: 280px; | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
border: 2px solid # | background: #C0C0C0; | ||
border-top: 2px solid #FFFFFF; | |||
border-left: 2px solid #FFFFFF; | |||
border-right: 2px solid #000000; | |||
border-bottom: 2px solid #000000; | |||
box-shadow: inset 1px 1px 0 #DFDFDF, inset -1px -1px 0 #808080; | |||
font-size: 90%; | font-size: 90%; | ||
color: #000000; | |||
} | |||
.infobox-infotheque caption { | |||
background: linear-gradient(90deg, #000080, #1084D0); | |||
color: #FFFFFF; | |||
font-weight: bold; | |||
padding: 4px 6px; | |||
text-align: left; | |||
} | } | ||
.infobox-infotheque th { | .infobox-infotheque th { | ||
background: # | background: #C0C0C0; | ||
color: # | color: #000000; | ||
text-align: left; | text-align: left; | ||
padding: | padding: 3px 6px; | ||
border-top: 1px solid #808080; | |||
font-weight: bold; | |||
} | } | ||
.infobox-infotheque td { | .infobox-infotheque td { | ||
padding: | padding: 3px 6px; | ||
border-top: 1px solid # | border-top: 1px solid #808080; | ||
} | } | ||
Version du 11 août 2026 à 14:34
/* La totalité du CSS placé ici s’appliquera aux utilisateurs de l’habillage Citizen. */
:root {
--color-progressive-oklch__l: 0.32;
--color-progressive-oklch__c: 0.15;
--color-progressive-oklch__h: 264;
}
body {
font-family: Tahoma, "Segoe UI", "MS Sans Serif", sans-serif;
}
.infobox-infotheque {
float: right;
width: 280px;
margin: 0 0 1em 1em;
background: #C0C0C0;
border-top: 2px solid #FFFFFF;
border-left: 2px solid #FFFFFF;
border-right: 2px solid #000000;
border-bottom: 2px solid #000000;
box-shadow: inset 1px 1px 0 #DFDFDF, inset -1px -1px 0 #808080;
font-size: 90%;
color: #000000;
}
.infobox-infotheque caption {
background: linear-gradient(90deg, #000080, #1084D0);
color: #FFFFFF;
font-weight: bold;
padding: 4px 6px;
text-align: left;
}
.infobox-infotheque th {
background: #C0C0C0;
color: #000000;
text-align: left;
padding: 3px 6px;
border-top: 1px solid #808080;
font-weight: bold;
}
.infobox-infotheque td {
padding: 3px 6px;
border-top: 1px solid #808080;
}