Modèle:Infobox personnalité politique/styles.css
Aller à la navigation
Aller à la recherche
.wk-infobox {
width: 320px;
float: right;
clear: right;
margin: 0 0 24px 28px;
overflow: hidden;
border: 1px solid #dfe5ea;
border-radius: 16px;
background: #fff;
color: #263b4d;
font-size: 13px;
line-height: 1.45;
}
.wk-infobox-header {
padding: 22px 22px 18px;
border-bottom: 1px solid #dfe5ea;
background: #f7fafc;
}
.wk-infobox-kicker {
margin-bottom: 6px;
color: #267a50;
font-size: 10px;
font-weight: 800;
letter-spacing: .12em;
}
.wk-infobox-name {
color: #13283d;
font-family: Georgia, "Times New Roman", serif;
font-size: 26px;
font-weight: 700;
line-height: 1.1;
}
.wk-infobox-subtitle {
margin-top: 6px;
color: #718091;
font-size: 12px;
}
.wk-infobox-image {
padding: 14px 14px 10px;
text-align: center;
background: #fff;
}
.wk-infobox-image img,
.wk-infobox-image .mw-file-element {
max-width: 100%;
height: auto;
border-radius: 10px;
}
.wk-infobox-caption {
margin-top: 8px;
color: #718091;
font-size: 11px;
line-height: 1.4;
}
.wk-infobox-section-title {
padding: 10px 16px;
border-top: 1px solid #dfe5ea;
border-bottom: 1px solid #dfe5ea;
background: #f3f7f9;
color: #0b5fa8;
font-size: 10px;
font-weight: 800;
letter-spacing: .1em;
}
.wk-infobox-data {
background: #fff;
}
.wk-infobox-row {
display: grid;
grid-template-columns: 38% 62%;
border-bottom: 1px solid #eef1f3;
}
.wk-infobox-row:last-child {
border-bottom: 0;
}
.wk-infobox-label {
padding: 10px 8px 10px 16px;
color: #6c7b88;
font-size: 11px;
font-weight: 700;
}
.wk-infobox-value {
padding: 10px 16px 10px 8px;
overflow-wrap: anywhere;
}
.wk-infobox-row-featured {
background: #f7fbff;
}
.wk-infobox-muted {
color: #718091;
font-size: 11px;
}
.wk-infobox a {
text-decoration: none;
}
@media (max-width: 720px) {
.wk-infobox {
width: 100%;
float: none;
margin: 0 0 28px;
}
}