Permanently protected template

Template:Arb-logo/styles.css: Difference between revisions

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
imported>Izno
Adding {{pp-template}}
imported>Izno
Adding {{pp-template}}
 
(No difference)

Latest revision as of 21:27, 19 December 2025

/* {{pp-template|small=yes}} */
.arb-logo {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 0.5em;
	font-size: 2.25em;
	font-weight: bold;
}

.arb-logo-image {
	display: inline-block;
	width: 45px;
	height: 45px;
	vertical-align: middle;
	background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Scale_of_justice_2.svg/120px-Scale_of_justice_2.svg.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.arb-logo a {
	color: #6e98c2;
}

@media (min-width: 640px) {
	.arb-logo-image {
		width: 65px;
		height: 65px;
	}
}