MediaWiki:Monobook.css

From MysticWiki
Jump to navigationJump to search

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 affect users of the MonoBook skin */

body {
	background-image: url('https://cdn2.arqadium.com/f/235d0fd61b474da4a29721c5ca3475c0/unknown.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
	border-color: rgba(170, 170, 170, 0.667);
}

#p-cactions li {
	border: 1px solid rgba(170, 170, 170, 0.667);
	background-color: rgba(255, 255, 255, 0.667);
	border-top-left-radius: 0.35rem;
	border-top-right-radius: 0.35rem;
}

#p-cactions li.selected a, #p-cactions li a {
	background-color: transparent !important;
}

#p-cactions li a {
	background-color: transparent !important;
}

#p-cactions li.selected {
	border-color: rgba(250, 189, 35, 0.667);
	background-color: rgba(255, 255, 255, 0.667);
}

#p-cactions li a:hover {
	background-color: rgba(255, 255, 255, 0.667);
}

.mw-body {
	background-color: rgba(255, 255, 255, 0.667);
	border-color: rgba(170, 170, 170, 0.667);
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
	border-right: none;
}

.pBody {
	background-color: rgba(255, 255, 255, 0.667);
	border-color: rgba(170, 170, 170, 0.667);
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	border-left: none;
}

#footer {
	background-color: rgba(255, 255, 255, 0.667);
	border-color: rgba(250, 189, 25, 0.667);
}

pre, .mw-code {
	background-color: rgba(248, 249, 250, 0.5);
	border-color: rgba(170, 170, 170, 0.5);
	border-radius: 0.5rem;
}

.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {
	background-color: transparent;
	border-color: rgba(162, 169, 177, 0.5);
}

.wikitable {
	background-color: rgba(248, 249, 250, 0.5);
}

.wikitable, .wikitable > tbody, .wikitable > tbody > tr {
	border-color: rgba(162, 169, 177, 0.5);
	border-radius: 0.5rem;
}

.mw-highlight {
	background-color: transparent;
}