Template:Pink button/styles.css: Difference between revisions

From Wikimedia Foundation Governance Wiki
m color switch
m Protected "Template:Pink button/styles.css": High traffic page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
 
(No difference)

Latest revision as of 09:29, 19 March 2024

.pink-button {
	background-color: #d40356;
	border: 1px solid #d40356;
	border-radius: .125em;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.143em;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0;
	overflow-y: visible;
	padding: .5625em .875em;
	text-decoration: none;
	width: auto;
}
.pink-button:hover {
	background-color: #E71959;
	border-color: #E71959;
}
.pink-button a,
.pink-button a:visited,
.pink-button a.external,
.pink-button a.external:visited,
.pink-button a.extiw,
.pink-button a.extiw:visited {
	color: inherit;
	text-decoration: none;
}
/* {{PP-template}} */