Module:Portal/sandbox/styles.css

This is an old revision of this page, as edited by Hike395 (talk | contribs) at 20:29, 21 December 2022 (use custom left/right). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
.portalbox-sand {
	padding: 0; /* Timeless adds padding */
	display: table;
	box-sizing: border-box;
	max-width: 175px;
}

.portalborder-sand {
	border: solid #aaa 1px;
	padding: 0.1em;
	background: #f9f9f9;
}

@media not screen and (max-width: 720px) {
	.portalleft-sand { clear: left; float: left; margin: 0.5em 1em 0.5em 0 }
	.portalright-sand { clear: right; float: right; margin: 0.5em 0 0.5em 1em }
}

.portalbox-entry-sand {
	display: table-row;
	font-size: 85%;
	line-height: 110%;
	font-style: italic;
	font-weight: bold;
}
.portalbox-image-sand {
	display: table-cell;
	padding: 0.2em;
	vertical-align: middle;
	text-align: center;
}

.portalbox-link-sand {
	display: table-cell;
	padding: 0.2em 0.2em 0.2em 0.3em;
	vertical-align: middle;
}