Module:Portal/sandbox/styles.css

This is an old revision of this page, as edited by WOSlinker (talk | contribs) at 14:16, 11 December 2021 (Created page with '{{pp-template}}: .portalbox { border: solid #aaa 1px; padding: 0; Timeless adds padding: } .portalbox.tleft { margin: 0.5em 1em 0.5em 0 } .portalbox.tright { margin: 0.5em 0 0.5em 1em } .portalbox > ul { display: table; box-sizing: border-box; padding: 0.1em; max-width: 175px; background: #f9f9f9; font-size: 85%; line-height: 110%; font-style: italic; font-weight: bold; } .portalbox > ul > li { display: table-row; } .portalbox >...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
/* {{pp-template}} */
.portalbox {
	border: solid #aaa 1px;
	padding: 0; /* Timeless adds padding */
}

.portalbox.tleft {
	margin: 0.5em 1em 0.5em 0
}

.portalbox.tright {
	margin: 0.5em 0 0.5em 1em
}

.portalbox > ul {
	display: table;
	box-sizing: border-box;
	padding: 0.1em;
	max-width: 175px;
	background: #f9f9f9;
	font-size: 85%;
	line-height: 110%;
	font-style: italic;
	font-weight: bold;
}

.portalbox > ul > li {
	display: table-row;
}
.portalbox > ul > li > span:first-child {
	display: table-cell;
	padding: 0.2em;
	vertical-align: middle;
	text-align: center;
}

.portalbox > ul > li > span:last-child {
	display: table-cell;
	padding: 0.2em 0.2em 0.2em 0.3em;
	vertical-align: middle;
}