MediaWiki:Common.css: Difference between revisions

From Bridge Duel Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 32: Line 32:
/* Wikitable */
/* Wikitable */


.wikitable {
.wikitable > caption {
white-space: nowrap;
white-space: nowrap;
text-align: left !important;
text-align: left !important;
}
}

Revision as of 20:32, 28 December 2023

:root {
	--accent-colour: rgb(255, 87, 87);
	--accent-colour-2: rgb(255, 100, 100);
	--accent-colour-3: rgb(255, 67, 67);
}

.mw-logo {
	color: black;
}

.mw-logo-wordmark {
	color: black;
	text-decoration: none;
}

.vector-main-menu-action-opt-out {
	display: none;
}

#vector-page-tools-pinned-container .vector-page-tools::after {
	content: none;
}

#p-navigation {
	border-bottom: none;
}

.skin-vector {
	background-color: white;
}

/* Wikitable */

.wikitable > caption {
	white-space: nowrap;
	text-align: left !important;
}