1,278
edits
Line 2,101: | Line 2,101: | ||
color: white; | color: white; | ||
text-shadow: 5px 5px 10px rgba(0,0,0,0.5); | text-shadow: 5px 5px 10px rgba(0,0,0,0.5); | ||
} | |||
/* ============= Template:person ============= */ | |||
.person-box{ | |||
background-color: silver; | |||
padding: 30px; | |||
text-align: center; | |||
} | |||
.person-name{ | |||
font-size: 300%; | |||
color: white; | |||
text-shadow: 3px 3px 20px rgba(0 0 0 / 0.5); | |||
} | |||
.person-bio{ | |||
color: white; | |||
text-shadow: 3px 3px 10px rgba(0 0 0 / 0.5); | |||
} | } |