1,278
edits
| (2 intermediate revisions by the same user not shown) | |||
| Line 1,927: | Line 1,927: | ||
| } | } | ||
| .colour-button a, .colour-button a.external { | .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%); | ||
| Line 1,937: | Line 1,936: | ||
| 	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,443: | Line 2,450: | ||
| .extraordinary-science-for-affiliates { | .extraordinary-science-for-affiliates { | ||
| 	display: none; | 	display: none; | ||
| } | |||
| /* ============= Template:Login or request Member account ============= */ | |||
| .responsive-buttons { | |||
| 	display: flex; | |||
| 	justify-content: center; | |||
| 	gap: 2rem; | |||
| 	margin: 2rem auto; | |||
| } | } | ||