Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Module:Portal bar/styles.css

Page template-protected
From Wikipedia, the free encyclopedia
/* {{pp|small=y}} */
.portal-bar {
	font-size: 88%;
	font-weight: bold;
	display:flex;
	justify-content: center;
	align-items: baseline;
}

.portal-bar-bordered {
	padding: 0 2em;
	background-color: #fdfdfd;
	border: 1px solid #a2a9b1;
	clear: both;
	margin: 1em auto 0;
}

.portal-bar-related {
	font-size: 100%;
	justify-content: flex-start;
}

.portal-bar-unbordered {
	padding: 0 1.7em;
	margin-left: 0;
}

.portal-bar-header {
    margin: 0 1em 0 0.5em;
    flex: 0 0 auto;
    min-height: 24px;
}

.portal-bar-content {
	display:flex;
	flex-flow: row wrap;
	flex:0 1 auto;
	padding: 0.15em 0;
	column-gap: 1em;
	align-items: baseline;
	margin: 0;
	list-style: none;
}

.portal-bar-content-related {
	margin: 0;
	list-style: none;
}

.portal-bar-item {
	display:inline-block;
	margin:0.15em 0.2em;
	min-height:24px;
	line-height:24px;
}

@media screen and (max-width:768px) {
	.portal-bar {
		flex-flow: column wrap;
	}
	
	.portal-bar-header {
		text-align: center;
		flex:0;
		padding-left: 0.5em;
		margin: 0 auto;
	}

	.portal-bar-content {
		align-items: center;
		flex:0;
		border-top: 1px solid #a2a9b1;
		margin: 0 auto;
	}
	
	.portal-bar-content-related {
		border-top: none;
	}
}

/* Single Parsoid empty elements */
.navbox + .mw-empty-elt + .portal-bar,
.navbox + .mw-empty-elt + .portal-bar-bordered,
.sister-bar + .mw-empty-elt + .portal-bar,
.sister-bar + .mw-empty-elt + .portal-bar-bordered,

/* Navboxes below portal bar should abut */
.portal-bar + .navbox-styles + .navbox,
.portal-bar + .mw-empty-elt + .navbox-styles + .navbox {
	margin-top: -1px;
}