1,278
edits
Tag: Manual revert |
|||
(45 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the mobile site */ | /* All CSS here will be loaded for users of the mobile site */ | ||
/* Gli stili CSS inseriti qui si applicano agli utenti che usano il sito per dispositivi mobili */ | /* Gli stili CSS inseriti qui si applicano agli utenti che usano il sito per dispositivi mobili */ | ||
/* ============================= Personalizzazione font e colore ============================= */ | |||
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); | |||
.mw-parser-output { | |||
color: #585858; | |||
font-family: "Roboto", sans-serif;; | |||
} | |||
.mw-headline { | |||
color: #454545; | |||
} | |||
#p-tb{ | #p-tb{ | ||
Line 57: | Line 68: | ||
body { | body { | ||
color: #333; | color: #333; | ||
} | |||
@media screen and (min-width: 720px) { | |||
.content { | |||
margin: 0 16px; | |||
max-width: none; | |||
} | |||
} | |||
@media screen and (min-width: 1000px) { | |||
.content { | |||
width: auto; | |||
max-width: none; | |||
} | |||
} | |||
#mw-mf-main-menu-button { | |||
display: none; | |||
} | |||
.desktop-only { | |||
display: none; | |||
} | } | ||
.custom-h0 { | .custom-h0 { | ||
font-size: | font-size: 225%; | ||
color: #116089; | color: #116089; | ||
line-height: 140%; | |||
} | } | ||
.custom-h1 { | .custom-h1 { | ||
font-size: | font-size: 180%; | ||
color: #116089; | color: #116089; | ||
line-height: 140%; | |||
} | } | ||
.custom-h2 { | .custom-h2 { | ||
font-size: 150%; | font-size: 150%; | ||
color: #116089; | color: #116089; | ||
line-height: 140%; | |||
} | |||
.custom-page-title { | |||
margin-top: 50px!important; | |||
margin-bottom: 50px!important; | |||
text-align: center; | |||
font-size: 175%; | |||
text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3); | |||
} | } | ||
.custom-subtitle { | .custom-subtitle { | ||
Line 87: | Line 129: | ||
.rounded-logo { | .rounded-logo { | ||
width: 140px; | |||
height: 140px; | |||
border-radius: 100%; | border-radius: 100%; | ||
} | } | ||
.colour-button a { | .colour-button a, .colour-button a.external { | ||
display: inline-block; | display: inline-block; | ||
padding: 1rem 2rem; | padding: 1rem 2rem; | ||
border-radius: 3rem; | border-radius: 3rem; | ||
background-image: linear-gradient(126deg, #5f5bcd 24%, #ff5700 100%); | background-image: linear-gradient(126deg, #5f5bcd 24%, #ff5700 100%); | ||
background-size: auto; | |||
transition: .5s; | transition: .5s; | ||
color: white; | color: white; | ||
Line 119: | Line 163: | ||
.cover { | .cover { | ||
position: relative; | |||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
Line 145: | Line 190: | ||
} | } | ||
.homepage-logo-container { | .homepage-logo-container { | ||
position: absolute; | |||
top: 15px; | |||
left: 15px; | |||
z-index: 100; | |||
} | |||
.content-page-logo-container { | |||
position: absolute; | position: absolute; | ||
top: 15px; | top: 15px; | ||
Line 207: | Line 258: | ||
.homepage-video { | .homepage-video { | ||
display: flex; | |||
justify-content: center; | |||
order: 2; | order: 2; | ||
} | } | ||
Line 212: | Line 265: | ||
.homepage-what-is-it, .homepage-how-to-follow-it, .homepage-why-to-enroll { | .homepage-what-is-it, .homepage-how-to-follow-it, .homepage-why-to-enroll { | ||
padding: 3rem 2rem; | padding: 3rem 2rem; | ||
background-color: rgba(196,196,196, . | background-color: rgba(196,196,196, .1); | ||
} | } | ||
Line 313: | Line 366: | ||
.person-country { | .person-country { | ||
color: #045184; | color: #045184; | ||
} | } | ||
Line 328: | Line 375: | ||
.scientific-project-text-box { | .scientific-project-text-box { | ||
padding: 2rem; | padding: 2rem; | ||
background-color: rgba(196,196,196, . | background-color: rgba(196,196,196, .1); | ||
} | } | ||
Line 437: | Line 484: | ||
.smart-template { | .smart-template { | ||
border-bottom: 1px solid silver; | border-bottom: 1px solid silver; | ||
} | |||
.smart-template p { | |||
margin: 0; | |||
} | } | ||
Line 456: | Line 507: | ||
padding: 5px; | padding: 5px; | ||
background-color: #e6e7e8; | background-color: #e6e7e8; | ||
} | |||
.person-link { | |||
display: block; | |||
text-align: center; | |||
} | } | ||
Line 464: | Line 520: | ||
padding: 5px; | padding: 5px; | ||
text-align: center; | text-align: center; | ||
} | |||
/* ============= Template:Main menu ============= */ | |||
#main-menu-open { | |||
display: flex; | |||
} | |||
#main-menu-close { | |||
display: none; | |||
} | |||
#main-menu-close, #main-menu-open { | |||
flex-direction: row-reverse; | |||
padding: 1rem; | |||
background-color: #f1f1f1; | |||
} | |||
#main-menu-close img, #main-menu-open img { | |||
vertical-align: baseline; | |||
} | |||
.main-menu-container { | |||
display: none; | |||
background-color: #f1f1f1; | |||
padding: 0.5rem 1.5rem; | |||
} | |||
.main-menu-dropdown-content { | |||
padding-left: 2rem; | |||
} | |||
/* ====================== visibilità barra superiore ====================== */ | |||
.banner-container { | |||
display: none; | |||
} | |||
.pre-content { | |||
display: none; | |||
} | |||
/* ============= Template:Tooltip ============= */ | |||
.tooltip-trigger img, .tooltip-trigger-2 img { | |||
display: none; | |||
} | |||
.tooltip-content, .tooltip-content-2 { | |||
display: none; | |||
} | |||
.tooltip-trigger, .tooltip-trigger-2 { | |||
color: #585858; | |||
} | |||
/* ============= Template:Login or request Member account ============= */ | |||
.responsive-buttons { | |||
display: flex; | |||
flex-direction: column; | |||
align-items: center; | |||
gap: 1rem; | |||
} | } |