1,278
edits
Line 2,117: | Line 2,117: | ||
/* ============= Template:person ============= */ | /* ============= Template:person ============= */ | ||
.person-box{ | .person-box { | ||
background-color: silver; | background-color: silver; | ||
padding: 30px; | padding: 30px; | ||
Line 2,125: | Line 2,125: | ||
background-size:cover; | background-size:cover; | ||
} | } | ||
.person-name{ | .person-name { | ||
font-size: 300%; | font-size: 300%; | ||
color: white; | color: white; | ||
text-shadow: 3px 3px 20px rgba(0 0 0 / 0.5); | text-shadow: 3px 3px 20px rgba(0 0 0 / 0.5); | ||
} | } | ||
.person-bio{ | .person-bio { | ||
color: white; | color: white; | ||
font-size: 150%; | |||
text-shadow: 3px 3px 10px rgba(0 0 0 / 0.5); | text-shadow: 3px 3px 10px rgba(0 0 0 / 0.5); | ||
} | } | ||
Line 2,139: | Line 2,140: | ||
/* ============= Template:Person details ============= */ | /* ============= Template:Person details ============= */ | ||
.person-details-header { | .person-details-header { | ||
margin-bottom: 5px; | margin-bottom: 5px; |