Template:Banner-solutions/styles.css: Difference between revisions

From Equinox Wiki
No edit summary
No edit summary
Line 13: Line 13:
font-size: 0.8em;
font-size: 0.8em;
color: #eee;
color: #eee;
}
.sol-bnr-body a {
color: orange;
}
}
.sol-bnr-footer {
.sol-bnr-footer {
background: red;
background: red;
}
}

Revision as of 07:07, 12 March 2025

.sol-bnr-wrapper {
	background: black;
	padding: 0.5em 1.2em 1em;
	border-radius: 4px;
}
.sol-bnr-header {
	font-size: 6em;
	color: white;
	line-height: 100%;
	padding-bottom: 8px;
}
.sol-bnr-body {
	font-size: 0.8em;
	color: #eee;
}
.sol-bnr-body a {
	color: orange;
}
.sol-bnr-footer {
	background: red;
}