1,278
edits
Line 350: | Line 350: | ||
.book-index-columns p, .book-index-columns li { | .book-index-columns p, .book-index-columns li { | ||
color: gray; | color: gray; | ||
} | |||
/* ============= Our Network ============= */ | |||
.network-cover { | |||
background-image: url('https://upload.wikimedia.org/wikipedia/commons/1/19/Background-3228704_1920.jpg'); | |||
background-color: rgba(0 0 0 / 0.3); | |||
background-blend-mode: overlay; | |||
} | |||
/* ============= Frisardi Masticationpedia ============= */ | |||
.frisardi-nettuno-cover { | |||
background-image: url('https://upload.wikimedia.org/wikipedia/commons/2/26/Costa_di_Nettuno_Levante.JPG'); | |||
} | |||
.frisardi-nettuno-main-title, .frisardi-nettuno-subtitle { | |||
font-size: 300%; | |||
color: white; | |||
text-shadow: 2px 2px 10px rgba(0,0,0,0.2); | |||
} | |||
.frisardi-nettuno-person, .fontana-como-person { | |||
text-align: center; | |||
padding: 2rem; | |||
} | |||
#iframe-Google\ Docs { | |||
height: 1600px; | |||
} | |||
#iframe-Google\ Maps { | |||
margin: 0 -16px; | |||
} | |||
/* ============= Fontana Masticationpedia ============= */ | |||
.fontana-como-cover { | |||
background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Como_-_Comune_di_Como_-_2023-09-08_23-29-16_001.jpg/2560px-Como_-_Comune_di_Como_-_2023-09-08_23-29-16_001.jpg'); | |||
} | |||
.fontana-como-main-title, .fontana-como-subtitle { | |||
font-size: 300%; | |||
color: white; | |||
text-shadow: 5px 5px 10px rgba(0,0,0,0.5); | |||
} | |||
/* ============= Donate ============= */ | |||
.donate-cover { | |||
background-image: url('https://wiki.masticationpedia.org/images/b/b2/Donation_background.jpg'); | |||
} | |||
/* ============= Template:Person ============= */ | |||
.person-box { | |||
background-color: silver; | |||
padding: 30px; | |||
text-align: center; | |||
background-image: url(https://wiki.masticationpedia.org/images/0/0d/Scientific_community_darker.jpg); | |||
background-position: center; | |||
background-size:cover; | |||
} | |||
.person-name { | |||
font-size: 300%; | |||
color: white; | |||
text-shadow: 3px 3px 20px rgba(0 0 0 / 0.5); | |||
} | |||
.person-bio { | |||
color: white; | |||
font-size: 150%; | |||
text-shadow: 3px 3px 10px rgba(0 0 0 / 0.5); | |||
} | |||
.person-portrait { | |||
margin: 2rem 0; | |||
} | } |