« MediaWiki:Common.css » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 38 : | Ligne 38 : | ||
font-family: inherit; | font-family: inherit; | ||
color: var(--color-base); | color: var(--color-base); | ||
} | |||
/* Style de base pour les Boîtes Utilisateur (Userboxes) */ | |||
.userbox { | |||
border: 1px solid #AAAAAA; | |||
margin: 2px; | |||
float: left; | |||
width: 238px; | |||
height: 45px; | |||
background: #FFFFFF; | |||
display: flex; | |||
align-items: center; | |||
overflow: hidden; | |||
} | |||
.userbox-id { | |||
width: 45px; | |||
height: 45px; | |||
display: flex; | |||
justify-content: center; | |||
align-items: center; | |||
font-size: 1.2em; | |||
font-weight: bold; | |||
flex-shrink: 0; | |||
} | |||
.userbox-info { | |||
padding: 0 8px; | |||
font-size: 0.85em; | |||
line-height: 1.2em; | |||
} | } | ||