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

MediaWiki:Cosmos.css

MediaWiki interface page
Revision as of 18:04, 11 July 2022 by ChaoticShadow (talk | contribs) (changed bg)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the Cosmos skin */

.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 {
	border-radius: 4px;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.