Aller au contenu

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

m
Changements pour le header de l'infobox (prise en compte de l'icône)
Kharmitch (discussion | contributions)
Premier essai du thème Citizen
 
Kharmitch (discussion | contributions)
m Changements pour le header de l'infobox (prise en compte de l'icône)
Ligne 262 : Ligne 262 :
max-width: 400px;
max-width: 400px;
}
}
.avt-infobox .entete {
.avt-infobox-header {
border: 1px solid var(--border-color-base--darker);
border: 1px solid var(--border-color-base--darker);
display: grid;
padding: 3px;
width: 100%;
font-weight: bold;
text-align: center;
text-align: center;
font-size: 1.4em;
font-size: 1.4em;
Ligne 272 : Ligne 270 :
margin-bottom: 10px;
margin-bottom: 10px;
background-color: var(--background-color-dp-02);
background-color: var(--background-color-dp-02);
background-position: right center;
display: grid;
background-repeat: no-repeat;
grid-template-columns: 1fr 1.7fr 0.3fr;
grid-template-rows: 1fr 1fr 1fr;
grid-auto-flow: row;
gap: 0 0;
}
.avt-infobox-header-icon,
.avt-infobox-header-title,
.avt-infobox-header-subhead {
justify-self: center;
align-self: center;
}
.avt-infobox-header-icon {
grid-area: 1 / 3 / 4 / 4;
}
}
.avt-infobox .entete > div {
.avt-infobox-header-title {
padding: 3px;
grid-area: 2 / 1 / 4 / 4;
font-weight: bold;
}
}
.avt-infobox .entete .subhead {
.avt-infobox-header-subhead {
grid-area: 1 / 1 / 2 / 4;
font-size: 0.6em;
font-size: 0.6em;
}
}
Bureaucrate, commentadmin, emailconfirmed, Administrateurs d’interface, staff, Administrateur
62 737

modifications