1,278
edits
Line 418: | Line 418: | ||
.person-portrait { | .person-portrait { | ||
margin: 2rem 0; | margin: 2rem 0; | ||
} | |||
/* ============= Template:Person details ============= */ | |||
.person-details-header, .person-cv-header { | |||
margin-top: 2rem; | |||
margin-bottom: 5px; | |||
padding: 10px 0; | |||
border-radius: 8px 8px 0 0; | |||
text-align: center; | |||
color: white; | |||
background-color: #116089; | |||
} | |||
.person-cv-header { | |||
border-radius: 8px; | |||
} | |||
.smart-template { | |||
border-bottom: 1px solid silver; | |||
} | |||
.smart-template-left { | |||
margin-bottom: 5px; | |||
padding: 5px; | |||
font-weight: bold; | |||
} | |||
.smart-template-right { | |||
margin-bottom: 5px; | |||
padding: 5px; | |||
} | |||
.smart-template-bottom { | |||
justify-content: center; | |||
gap: 10px; | |||
margin-bottom: 5px; | |||
padding: 5px; | |||
background-color: #e6e7e8; | |||
} | |||
.person-contributions { | |||
background-color: #e6e7e8; | |||
border-radius: 8px; | |||
margin: 2rem 0 5px 0; | |||
padding: 5px; | |||
text-align: center; | |||
} | } |