Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Cosmos.css: Difference between revisions

MediaWiki interface page
Content deleted Content added
ChaoticShadow (talk | contribs)
fixed padding of catlinks
ChaoticShadow (talk | contribs)
use system font stack
Line 1: Line 1:
/* All CSS here will be loaded for users of the Cosmos skin */
/* All CSS here will be loaded for users of the Cosmos skin */
body * {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}


.wikitable > * > tr > th {
.wikitable > * > tr > th {

Revision as of 19:43, 11 July 2022

/* All CSS here will be loaded for users of the Cosmos skin */
body * {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.wikitable > * > tr > th {
	background-color: hsl(0, 0%, 94.9%) !important;
}

/*
 * Header
 */
.cosmos-header .wds-button.wds-is-secondary {
	color: #000;
	background-color: rgba(0, 30, 59, 0.1);
	border-color: rgb(148, 171, 172);
}
.cosmos-header .wds-button.wds-is-secondary:hover {
	background-color: rgba(0, 30, 59, 0.3);
	border-color: rgb(51, 65, 65);
}
.cosmos-header .wds-button-group > .wds-dropdown:not(:first-child) .wds-button {
	border-left-color: rgb(148, 171, 172);
}
.cosmos-header .wds-button-group > .wds-dropdown:not(:first-child) .wds-button:hover {
	border-left-color: rgb(51, 65, 65);
}


.toc {
	border-radius: 4px;
}

#catlinks {
	padding: 0.75em 1em;
	border-radius: 4px;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.