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

From Wikimedia Foundation Governance Wiki
Content deleted Content added
Created page with ".pink-button { background-color: #E71959; border: 1px solid #E71959; 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: #d40356; border-color: #d40356; } .pi..."
 
m color switch
Line 1: Line 1:
.pink-button {
.pink-button {
background-color: #E71959;
background-color: #d40356;
border: 1px solid #E71959;
border: 1px solid #d40356;
border-radius: .125em;
border-radius: .125em;
color: white;
color: white;
Line 18: Line 18:
}
}
.pink-button:hover {
.pink-button:hover {
background-color: #d40356;
background-color: #E71959;
border-color: #d40356;
border-color: #E71959;
}
}
.pink-button a,
.pink-button a,

Revision as of 05:59, 10 March 2023

.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}} */