Jump to content

Module:Page tabs/styles.css

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Izno (talk | contribs) at 13:30, 30 July 2021 (Created page with '.page-tabs { background-color: #f8fcff; } .page-tabs-tab { background-color: #cee0f2; font-size: 95%; margin-right: 1em; } .page-tabs-page-tab { background-color: white; border-bottom: 0; font-weight: bold; margin-right: 1em; }'). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
.page-tabs {
	background-color: #f8fcff;
}

.page-tabs-tab {
	background-color: #cee0f2;
	font-size: 95%;
	margin-right: 1em;
}

.page-tabs-page-tab {
	background-color: white;
	border-bottom: 0;
	font-weight: bold;
	margin-right: 1em;
}