RetroWikipedia:Bypass your cache/Simple instructions/styles.css

From RetroWikipedia
Revision as of 22:48, 12 January 2025 by imported>Izno (nix padding top/bottom)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.wp-bypass-your-cache-simple {
	background-color: var(--background-color-neutral-subtle, #f8f9fa);
	margin: 0.5em 0;
	padding: 0 0.5em;
	border: 1px solid var(--border-color-muted, #dadde3);
}

.wp-bypass-your-cache-simple-title {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	padding: 0.3em 0;
	border-bottom: 1px solid var(--border-color-muted, #dadde3);
}

.wp-bypass-your-cache-simple-full {
	text-align: center;
	font-weight: bold;
	border-top: 1px solid var(--border-color-muted, #dadde3);
}

@media (min-width: 640px) {
	.wp-bypass-your-cache-simple {
		float: right;
		margin-left: 0.5em;
	}
}