1,278
edits
Tag: Reverted |
Tag: Reverted |
||
Line 1,898: | Line 1,898: | ||
} | } | ||
.custom-h0 { | .custom-h0 p { | ||
font-size: 300%; | font-size: 300%; | ||
color: #116089; | color: #116089; | ||
} | } | ||
.custom-h1 { | .custom-h1 p { | ||
font-size: 200%; | font-size: 200%; | ||
color: #116089; | color: #116089; | ||
} | } | ||
.custom-h2 { | .custom-h2 p { | ||
font-size: 150%; | font-size: 150%; | ||
color: #116089; | color: #116089; | ||
} | } | ||
.custom-subtitle { | .custom-subtitle p { | ||
font-size: 125%; | font-size: 125%; | ||
color: grey; | color: grey; | ||
Line 2,214: | Line 2,214: | ||
} | } | ||
.frisardi-nettuno-main-title, .frisardi-nettuno-subtitle { | .frisardi-nettuno-main-title, .frisardi-nettuno-subtitle { | ||
text-shadow: 2px 2px 10px rgba(0,0,0,0.2); | |||
} | |||
.frisardi-nettuno-main-title p, .frisardi-nettuno-subtitle p { | |||
font-size: 300%; | font-size: 300%; | ||
color: white; | color: white; | ||
} | } | ||
.frisardi-nettuno-person, .fontana-como-person { | .frisardi-nettuno-person, .fontana-como-person { | ||
Line 2,237: | Line 2,239: | ||
} | } | ||
.fontana-como-main-title, .fontana-como-subtitle { | .fontana-como-main-title, .fontana-como-subtitle { | ||
text-shadow: 5px 5px 10px rgba(0,0,0,0.5); | |||
} | |||
.fontana-como-main-title p, .fontana-como-subtitle p { | |||
font-size: 300%; | font-size: 300%; | ||
color: white; | color: white; | ||
} | } | ||
Line 2,257: | Line 2,261: | ||
} | } | ||
.person-name { | .person-name { | ||
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-name { | |||
font-size: 300%; | |||
} | } | ||
.person-bio { | .person-bio { | ||
color: white; | color: white; | ||
text-shadow: 3px 3px 10px rgba(0 0 0 / 0.5); | |||
} | |||
.person-bio p { | |||
font-size: 150%; | font-size: 150%; | ||
} | } | ||
.person-portrait { | .person-portrait { | ||
Line 2,379: | Line 2,387: | ||
margin-bottom: 50px!important; | margin-bottom: 50px!important; | ||
text-align: center; | text-align: center; | ||
text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3); | |||
} | |||
.custom-page-title p { | |||
font-size: 250%; | font-size: 250%; | ||
} | } | ||