MediaWiki:Common.css

Revision as of 04:59, 6 February 2024 by Admin (talk | contribs)

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.
/* CSS placed here will be applied to all skins */
/* common stuff */
/*h1 .firstHeading .mw-firstHeading{
	color: rgb(249, 163, 63);
}*/

.vector-body h2 {
	/*background-color: #DE5D2D;*/
	padding: 5px 0 5px 0px;
	color:  rgb(249, 163, 63);
	border-bottom: 3px solid rgb(249, 163, 63);
}
.vector-feature-page-tools-enabled #vector-main-menu-pinned-container .vector-main-menu {
	background-color: white;
}

.mw-footer-container {
	background-color: rgba(0,120,138,1);
	color: white;
}
.mw-footer {
	border-top: none;
	margin: 0 10px;
}
.mw-footer li {
	color: white;
}

h2 a:link {
	color: rgb(249, 163, 63);
}

h2 a:hover {
	color: rgb(222, 93, 45);
}

h2 a:visited {
	color: rgb(249, 163, 63);
}

a:link {
	color: rgb(249, 163, 63);
}

a:hover {
	color: rgb(222, 93, 45);
}

a:visited {
	color: rgb(130, 150, 72);
}

a:link.external{
	color: rgb(249, 163, 63);
}
a:hover.external {
	color: rgb(222, 93, 45);
}

.external:visited {
	color: rgb(130, 150, 72);
}
a:visited.external {
	color: rgb(130, 150, 72);
}
.mw-parser-output a.extiw:visited {
	color: rgb(130, 150, 72);
}