« MediaWiki:Common.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(Une version intermédiaire par le même utilisateur non affichée) | |||
Ligne 40 : | Ligne 40 : | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
justify-content: center; | |||
} | } | ||
.CGTlinks > p > a { | .CGTlinks > p > a { | ||
width: | width: 7.5rem; | ||
height: | height: 11.25rem; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
font-weight: bold; | font-weight: bold; | ||
font-size: | font-size: 1.6em; | ||
background-color: # | background-color: #CDDFEB; | ||
border: 1px solid # | border: 1px solid #679CC3; | ||
margin: 0 1rem; | margin: 0.5rem 1rem; | ||
/* Centré verticalement */ | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
} | } |
Dernière version du 23 septembre 2023 à 15:37
/* Le CSS placé ici sera appliqué à tous les habillages. */
/* Style pour la CGTBox */
.CGTBox {
padding: 5px;
width: 25em;
background: #f9f9f9;
border: 1px solid #aaa;
clear: right;
float: right;
font-size: 0.9em;
line-height: 1.4;
margin: 0 0 0.5em 1em;
max-width: 325px;
word-wrap: break-word;
}
.CGTBox .titre {
font-weight: bold;
text-align: center;
font-variant: small-caps;
font-size: 1.4em;
line-height: 1.1;
margin-bottom: 1em;
background-color: #335F7F;
color: #FFF;
padding: 0.5rem 0;
}
.CGTBox .subSectionTitle {
font-weight: bold;
text-align: center;
font-variant: small-caps;
margin-top: 1em;
margin-bottom: 0.6em;
background-color: #CDDFEB;
padding: 0.2rem;
}
/* Style pour les liste de liens "rectangulaire" */
.CGTlinks > p {
display: flex;
align-items: center;
justify-content: center;
}
.CGTlinks > p > a {
width: 7.5rem;
height: 11.25rem;
text-transform: uppercase;
font-weight: bold;
font-size: 1.6em;
background-color: #CDDFEB;
border: 1px solid #679CC3;
margin: 0.5rem 1rem;
/* Centré verticalement */
display: flex;
align-items: center;
justify-content: center;
}