1,278
edits
(7 intermediate revisions by the same user not shown) | |||
Line 1,927: | Line 1,927: | ||
} | } | ||
.colour-button a { | .colour-button a, .colour-button a.external, .colour-button-small a, .colour-button-small a.external { | ||
display: inline-block; | display: inline-block; | ||
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; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
.colour-button a:hover { | .colour-button a:hover, .colour-button-small a:hover { | ||
background-image: linear-gradient(160deg, #5f5bcd 24%, #ff5700 100%); | background-image: linear-gradient(160deg, #5f5bcd 24%, #ff5700 100%); | ||
color: white; | color: white; | ||
text-decoration: none; | text-decoration: none; | ||
} | |||
.colour-button a, .colour-button a.external { | |||
padding: 1rem 2rem; | |||
} | |||
.colour-button-small a, .colour-button-small a.external { | |||
padding: 0.5rem 1rem; | |||
} | } | ||
Line 2,436: | Line 2,444: | ||
.crisis-of-paradigm-for-members { | .crisis-of-paradigm-for-members { | ||
display: none; | display: none; | ||
} | |||
.extraordinary-science-for-all { | |||
display: block; | |||
} | |||
.extraordinary-science-for-affiliates { | |||
display: none; | |||
} | |||
/* ============= Template:Login or request Member account ============= */ | |||
.responsive-buttons { | |||
display: flex; | |||
justify-content: center; | |||
gap: 2rem; | |||
margin: 2rem auto; | |||
} | } |