Spellbreak Wiki
Advertisement

CSS and Javascript changes must comply with the wiki design rules.


Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the Hydra skin */
/* For elements which only display in the mobile view */
.mobileonly {
	display: none;
}

body {
	background: #d7e1e3 url("https://spellbreak.gamepedia.com/media/a/ac/MPbackground.jpg") center left no-repeat fixed;
	background-size: cover;
}

body,
div#content,
div#content table,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	color: #000000;
}

p {
	line-height: 1.5;
}

div#pageWrapper div#content a,
div#pageWrapper div#footer a,
div#pageWrapper div#mw-navigation a {
	color: #2561b4;
}

div#pageWrapper div#content a.new,
div#pageWrapper div#content li.new a,
div#pageWrapper div#footer a.new,
div#pageWrapper div#footer li.new a,
div#pageWrapper div#mw-navigation a.new,
div#pageWrapper div#mw-navigation li.new a {
	color: #c13d17;
}

ul {
	list-style: circle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	border-bottom-color: #000000;
}

fieldset {
	border-color: #000000;
}
/* Hide main page header */
body.page-Spellbreak_Wiki h1.firstHeading {
	display: none;
}
/* for "edit this page" tab and "discussion" tab etc */
.pagetab {
	border-style: solid solid none;
	border-width: thin;
	border-color: #808080;
	padding: 0.25ex 1ex 0;
	font-size: 95%;
}

.ambox {
	background-color: #eeeeee;
	border-bottom-color: #383838;
	border-right-color: #383838;
	border-top-color: #383838;
	border-collapse: collapse;
	font-size: 95%;
	margin: 0 auto 2px;
	width: 80%;
}

.ambox-gray {
	border-left-color: #383838;
}

.ambox.ambox-tiny {
	font-size: 90%;
	margin: 2px 0;
	width: auto;
}

.ambox+.ambox {
	margin-top: -2px;
}

.ambox-text {
	padding: 0.25em 0.5em;
}

.ambox-image {
	padding: 2px 0 2px 0.5em;
	text-align: center;
	width: 60px;
}

.ambox-tiny .ambox-image {
	padding: 2px 0.5em;
	text-align: left;
	width: auto;
}
/* Ambox colors */
.ambox-blue {
	border-left: 10px solid #1e90ff;
}

.ambox-red {
	border-left: 10px solid #b22222;
}

.ambox-orange {
	border-left: 10px solid #f28500;
}

.ambox-yellow {
	border-left: 10px solid #f4c430;
}

.ambox-purple {
	border-left: 10px solid #9932cc;
}

.ambox-gray {
	border-left: 10px solid #bba;
}

.ambox-green {
	border-left: 10px solid #228b22;
}
/* Ambox small text */
.amsmalltext {
	font-size: smaller;
	margin-left: 0.8em;
	margin-top: 0.5em;
}
/* INFOBOXES */
.infobox {
	background-color: #f9f9f9;
	border: 1px solid #aaaaaa;
	color: #000000;
	float: right;
	font-size: 89%;
	margin-bottom: 0.5em;
	margin-left: 1em;
	padding: 0.2em;
	width: 300px;
}

.infobox td,
.infobox th {
	vertical-align: top;
	text-align: left;
}
/* copyright images tweak */
.copyright-icon {
	background: url("https://commons.gamepedia.com/media/commons.gamepedia.com/thumb/b/b6/Copyright.png/32px-Copyright.png") transparent center center no-repeat;
	background-size: 100%;
	width: 32px;
	height: 32px;
}

.feature {
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.6);
	border-radius: 2px;
	padding: 10px;
}
/* Navbox template style */
table.navbox {
	border: 1px solid #aaaaaa;
	clear: both;
	font-size: 88%;
	margin: auto;
	padding: 1px;
	text-align: center;
	width: 100%;
}
/* Border between adjacent navboxes */
table.navbox+table.navbox {
	margin-top: -1px;
}

.navbox-abovebelow,
.navbox-title,
table.navbox th {
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
}

.navbox-group {
	font-weight: bold;
	padding-left: 1em;
	padding-right: 1em;
	white-space: nowrap;
}
/* Base background */
.navbox,
.navbox-subgroup {
	background: rgba(255, 255, 255, 0.2);
}

.navbox-list {
	border-color: rgba(255, 255, 255, 0.2);
	/* Must match background color */
}
/* Level 1 color */
.navbox-title,
table.navbox th {
	background: rgba(255, 255, 255, 0.2);
	color: #444;
}
/* Level 2 styling */
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
	background: rgba(255, 255, 255, 0.2);
	color: #333;
}
/* Level 3 styling */
.navbox-subgroup .navbox-abovebelow,
.navbox-subgroup .navbox-group {
	background: rgba(0, 0, 0, 0.05);
	color: #333;
}
/* Even row striping */
.navbox-even {
	background: rgba(0, 0, 0, 0.05);
	color: #333;
}
/* Odd row striping */
.navbox-odd {
	background: transparent;
}

.collapseButton {
	font-weight: normal;
	width: auto;
}

.navbox .collapseButton {
	width: 6em;
}

.navbar {
	font-size: 88%;
	font-weight: normal;
}

.navbox .navbar {
	font-size: 100%;
}

table.collapsed tr.collapsible {
	display: none;
}
/* End of new Navbox styling */

div#p-logo {
	width: 345px;
	height: 120px;
	left: 50vw;
	margin-left: -173px;
	margin-top: 1.5em;
}

#p-logo a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

div#content {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 2px 0 0 2px;
	border: 0;
	box-shadow: 0 0 15px rgba(0,0,0,0.4),1px 1px 3px rgba(0,0,0,0.4);
}
/* ------- header & top navigation ------- */
div#mw-page-base {
	background: transparent !important;
	height: calc(2em + 120px + 2 * 1em);
}

#mw-head-base {
	display: none;
}

div#mw-head {
	top: calc(120px + 2 * 1em);
	height: 2em;
}

#left-navigation,
#right-navigation {
	margin: 0 auto;
	height: 2em;
}

div#left-navigation {
	margin-left: 11.25em;
}

div#right-navigation {
	margin-right: 0.5em;
}
/** basics **/
#p-search,
div.vectorMenu,
div.vectorTabs {
	background: transparent;
	height: 2em;
	font-size: 80%;
}

div#mw-head div.vectorMenu h3 span,
div#mw-head div.vectorTabs span a {
	text-transform: uppercase;
	padding: 0;
	height: 1em;
	font-weight: bold;
	font-size: 100%;
	display: inline-block;
}

div#mw-head div.vectorMenu h3 span {
	padding-right: 16px;
	vertical-align: top;
}

div#mw-head div.vectorMenu h3 span:after {
	top: 0;
}

div#mw-head div.vectorMenu h3,
div#mw-head div.vectorTabs ul li span {
	background: rgba(255,255,255,0.5);
	padding: 0.5em;
	margin: 0 0.25em;
	height: 1em;
	line-height: 1;
	overflow: visible;
	border-radius: 2px;
}

div#pageWrapper div#mw-navigation div.vectorMenu h3 span,
div#pageWrapper div#mw-navigation li.selected a {
	color: #000;
}

div.vectorMenu:hover div.menu,
div#mw-head div.vectorMenu:hover h3,
div#mw-head div.vectorTabs ul li.selected span {
	background: rgba(255,255,255,0.8);
}

div#mw-head div.vectorMenu:hover h3 {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

div.vectorMenu:hover ul,
div.vectorTabs ul li,
div.vectorTabs ul li.selected,
div.vectorTabs ul {
	background: transparent;
}
/** vectorMenu **/
div.vectorMenu:hover div.menu {
	top: 2em;
	border: 0;
	padding: 0.25em;
}

div#mw-navigation div.vectorMenu:hover div.menu li > a {
	padding: 0.3em;
	font-size: 90%;
	color: #000;
}

#p-sharing #socialIconImages > a {
    display: inline-block;
    margin: 0;
    width: 50%;
    padding: 2%;
    box-sizing: border-box;
}

/** watch button **/
div#mw-head #ca-unwatch.icon a,
div#mw-head #ca-watch.icon a {
	color: transparent;
	background-size: 1.5em;
	height: 1.5em;
	margin: -0.25em 0;
	padding-top: 0;
}
/** searchbox **/
#p-search {
	margin: 0 1.25em 0 0.25em;
}

div#simpleSearch {
	height: 2em;
	width: 11em;
	border: 0;
	background: rgba(255,255,255,0.5);

	margin: 0;
}

#p-search form {
	margin: 0;
}

div#simpleSearch #searchButton,
div#simpleSearch #searchInput {
	box-sizing: content-box;
	margin: 0 0.5em;
}

div#simpleSearch #searchInput {
	padding: 0.5em 0;
	height: 1em;
	color: #000;
}

div#simpleSearch #searchInput::placeholder {
	color: #000;
	opacity: 0.7;
	font-style: italic;
}
/** search suggestions **/
.mediawiki .suggestions {
	margin-top: -2em;
}

.mediawiki .suggestions-results,
.mediawiki .suggestions-special {
	background: rgba(255,255,255,0.8));
}
.suggestions-special .special-query,.suggestions-special .special-label,.suggestions-result,.suggestions a.mw-searchSuggest-link, .suggestions a.mw-searchSuggest-link:hover, .suggestions a.mw-searchSuggest-link:active, .suggestions a.mw-searchSuggest-link:focus{
	color:#000;
}

.mediawiki .suggestions a,
.mediawiki .suggestions-result {
	background: transparent;
}

.mediawiki .suggestions-results,
.mediawiki .suggestions-special {
	border-color:#fff;
	box-shadow: none;
}
.mediawiki .suggestions-results{
	border-top:0;
}
.mediawiki .suggestions-result-current, .mediawiki .suggestions-result-current .special-query, .mediawiki .suggestions-result-current .special-label{
	background: #e0aa54;
	color: #000;
}
/* ------- small screen fixes for top nav and sidebar ------- */
@media screen and (max-width:720px) {
	div#mw-head {
		position: absolute!important;
		top: 0;
	}
	div#mw-page-base{
		height:6em;
	}

	div#p-cactions,
	div#p-namespaces,
	div#p-search,
	div#p-variants,
	div#p-views {
		position: relative;
		top: 0;
		float: left;
	}

	div#left-navigation,
	div#right-navigation {
		position: relative;
		float: none;
		margin: 0 auto;
	}

	div.vectorMenu div.menu {
		left: 0;
		right: auto;
	}

	div#p-search{
		width: auto;
		float: right;
	}
	div#simpleSearch{
		width: calc(100vw - 10em);
		max-width: 100vw;
	}

	div#mw-navigation div#mw-panel {
		font-size: 120%;
		top: 0;
	}

	div#mw-navigation div#mw-panel .portal {
		width: auto;
	}

	div#content,
	div#footer {
		margin-right: 0;
	}
	div#content{
		padding:0.75em;
		border-top:0;
	}
}
/* ------- sidebar ------- */
div#mw-panel {
	top: 10em;
	padding-top: 0;
}

div#mw-panel div.portal {
	background: transparent;
	margin: 0.25em;
}

div#mw-panel #p-logo + div.portal div.body {
	margin: 0;
}

.mediawiki div#mw-panel div.portal h3,
.mediawiki div#mw-panel.collapsible-nav div.portal h3,
.mediawiki div#mw-panel.collapsible-nav div.portal.collapsed h3 {
	font-size: 80%;
	padding: 0.5em;
	margin: 0 0 0.25em;
	background: rgba(255, 255, 255,0.8);
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 2px;
}

#mw-panel.collapsible-nav .portal.collapsed h3::after {
	content: "+";
	float: right;
	color: #000000;
}

#mw-panel.collapsible-nav .portal.expanded h3::after {
	content: "-";
	float: right;
	color: #000000;
}

#mw-panel.collapsible-nav .portal.collapsed h3:hover {
	text-decoration: none;
}

.mediawiki div#mw-panel div.portal h3,
div#pageWrapper div#mw-panel h3 a {
	color: #000000;
}

#mw-panel.collapsible-nav .portal.persistent h3,
.mediawiki div#mw-panel .portal.persistent h3 {
	background: transparent;
	border: 0;
	box-shadow: none;
}

#mw-panel.collapsible-nav .portal .body ul,
div#mw-panel div.portal div.body ul {
	padding-top: 0;
}

#mw-panel.collapsible-nav .portal .body ul li,
div#mw-panel div.portal div.body ul li {
	padding: 0.35em 0.5em;
	margin: 0.25em 0;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 2px;
}

#mw-panel.collapsible-nav .portal .body,
.mediawiki div#mw-panel div.portal div.body {
	background: transparent;
	margin-left: 0;
}

#mw-panel.collapsible-nav .portal#p-claimWiki h3,
div#mw-panel.collapsible-nav div.portal#p-socialProfiles h3 {
	background: transparent;
	display: none;
}

.socialSidebar {
	width: 100%;
}

#mw-panel.collapsible-nav .portal#p-claimWiki,
div#mw-panel.collapsible-nav div.portal#p-socialProfiles {
	margin: 0.25em;
}
/******************
claim wiki button
******************/
.claimSidebar,
.claimSidebar a,
.claimSidebar a:hover {
	background-image: url("/extensions/ClaimWiki/images/claimwiki.svg?5c7bf");
	background-size: 9.5em auto;
	height: 2.28em;
	width: 9.5em;
	box-sizing: border-box;
	margin-top: 0.5em;
}
/******************
footer
******************/
div#footer {
	background: rgba(255, 255, 255, 0.85);
	border: 0;
	border-bottom: 0;
	box-shadow: 0 0 15px rgba(0,0,0,0.4),1px 1px 3px rgba(0,0,0,0.4);
	margin-top: 1em;
	border-radius: 2px 0 0 0;
}

div#footer ul li {
	color: #000000;
}
/******************
template:doc
******************/
.catlinks,
.doc,
.doc-footer {
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.6);
	border: 0;
	box-shadow: 0 0 15px rgba(0,0,0,0.4),1px 1px 3px rgba(0,0,0,0.4);
}
/******************
table of contents
******************/
div#toc,
div.mw-warning,
div.toc {
	box-shadow: -1px 3px 0 rgba(0, 0, 0, 0.6);
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(0, 0, 0, 0.6);
}
/******************
preferences
******************/
.client-js #preferences legend,
.client-js #preftoc a,
.htmlform-tip {
	color: #000000;
}

.client-js #preferences fieldset.prefsection fieldset {
	border-color: #000000;
}

.client-js #preftoc li.selected a:hover {
	color: #000000;
	text-decoration: none;
}

.client-js #preftoc li {
	box-shadow: -1px 3px 0 rgba(0, 0, 0, 0.6);
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.6);
	margin: 0 2px 0.5em;
	border: 1px solid transparent;
}

.client-js #preftoc li:first-child {
	margin-left: 0;
}

.client-js #preftoc,
.client-js #preftoc li.selected a {
	background: transparent;
}

.client-js #preferences {
	box-shadow: -1px 3px 0 rgba(0, 0, 0, 0.6);
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(0, 0, 0, 0.6);
}

.client-js #preftoc li.selected {
	border-color: rgba(0, 0, 0, 0.6);
	font-weight: bold;
}
/******************
source editor
******************/
div.wikiEditor-ui {
	background: transparent;
	border: 0;
}

div.wikiEditor-ui-buttons {
	background-color: transparent;
	border-top: 0;
}

div.wikiEditor-ui-controls {
	background-color: transparent;
	border-bottom: 0;
	margin-bottom: 0.5em;
}

div.wikiEditor-ui-tabs {
	background-color: transparent;
	border: 0;
}

div.wikiEditor-ui-tabs div {
	box-shadow: -1px 3px 0 rgba(0, 0, 0, 0.6);
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.6);
	margin: 0 2px 0.5em;
	border: 1px solid transparent;
}

div.wikiEditor-ui-tabs div a {}

div.wikiEditor-ui-tabs div.current {
	border-color: rgba(0, 0, 0, 0.6);
	font-weight: bold;
}

div.wikiEditor-ui-tabs div.current a {
	color: #000000;
	font-weight: bold;
}

div.wikiEditor-ui .wikiEditor-ui-top {
	border-bottom: 1px solid #000000;
}

div.wikiEditor-ui-toolbar {
	background: rgba(255, 255, 255, 0.6);
}

div.wikiEditor-ui-toolbar .group {
	border-right: 1px solid #000000;
}

div.wikiEditor-ui-toolbar .group-search {
	border-left: 1px solid #000000;
	border-right: none;
}

div.wikiEditor-ui-toolbar .group .label {
	color: #000000;
}

.tab {
	border-color: transparent;
}

div.wikiEditor-ui-toolbar .tabs span.tab a,
div.wikiEditor-ui-toolbar .tabs span.tab a.current,
div.wikiEditor-ui-toolbar .tabs span.tab a.current:visited,
div.wikiEditor-ui-toolbar .tabs span.tab a:visited {
	color: #000000;
}

div.wikiEditor-ui-toolbar .group .tool-select .label {
	color: #000000;
}

div.wikiEditor-ui-toolbar .sections .section {
	background-color: rgba(33, 34, 38, 0.2);
	border-top: 1px solid #000000;
}

div.wikiEditor-ui-toolbar .booklet .index div {
	color: #6677cc;
}

div.wikiEditor-ui-toolbar .booklet .index .current,
div.wikiEditor-ui-toolbar .booklet .pages {
	background-color: #27282d;
	color: #000000;
}

div.wikiEditor-ui-toolbar .page-characters div span {
	border: 1px solid #000000;
	color: #000000;
}

div.wikiEditor-ui-toolbar .page-characters div span:hover {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: #000000;
	color: #6677cc;
}

div.wikiEditor-ui-toolbar .page-table td {
	border-top: 1px solid #000000;
	color: #000000;
}

div.wikiEditor-preview-loading {
	background-color: transparent;
}

div.wikiEditor-preview-contents {
	background-color: transparent;
	border: 0;
}

.mw-editform-ooui .editOptions {
	border: 1px solid rgba(0, 0, 0, 0.6);
	background: rgba(255, 255, 255, 0.6);
	border-radius: 2px;
	box-shadow: -1px 3px 0 rgba(0, 0, 0, 0.6);
	margin-bottom: 0.5em;
}

div.wikiEditor-ui .wikiEditor-ui-view {
	border: 1px solid rgba(0, 0, 0, 0.6);
	background: transparent;
	border-radius: 2px;
	box-shadow: -1px 3px 0 rgba(0, 0, 0, 0.6);
	margin-bottom: 0.5em;
}

div.wikiEditor-ui-tabs div:first-child {
	margin-left: 0;
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-constructive > .oo-ui-buttonElement-button {
	background: #e0aa54;
	border-color: #e0aa54;
	color: #000000;
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-constructive > .oo-ui-buttonElement-button:active,
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-constructive > .oo-ui-buttonElement-button:focus,
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-constructive > .oo-ui-buttonElement-button:focus:hover,
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-constructive > .oo-ui-buttonElement-button:hover {
	background: #ffc571;
	border-color: #e0aa54;
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
	background: #ffffff;
	border-color: #000000;
	color: #000000;
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus {
	box-shadow: inset 0 0 0 1px #e0aa54;
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover,
.oo-ui-popupWidget .oo-ui-popupWidget-popup .oo-ui-buttonWidget:hover {
	background: #c5c5c5;
	border-color: #000000;
}

.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button > .oo-ui-labelElement-label,
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > input.oo-ui-buttonElement-button {
	color: #000000!important;
}

.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked+span {
	background-color: #e0aa54;
	border-color: #e0aa54;
}

.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:hover:checked+span,
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:focus:checked+span,
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:active:checked+span,
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:focus:hover:checked+span {
	background-color: #ffc571;
	border-color: #e0aa54;
}
/******************
msupload
******************/
#msupload-list .file {
	background: rgba(255, 255, 255, 0.6);
	border: 0;
}

#msupload-div #msupload-list .file .file-size,
#msupload-div #msupload-list .file .file-title,
#msupload-div #msupload-list .file .file-warning {
	color: #000000;
}

#msupload-dropzone {
	border-color: #fff;
	color: #fff;
}

#msupload-div {
	background: #e0aa54;
	border: 1px solid #e0aa54;
	border-top: 1px solid #000000;
}
/******************
search and code tags
******************/
.mw-code,
.mw-search-profile-tabs,
code,
fieldset#mw-searchoptions,
pre {
	background: rgba(255, 255, 255, 0.8);
	color: #000000;
	border-color: rgba(0, 0, 0, 0.2);
}

.errorbox,
.successbox,
.warningbox {
	background: rgba(130, 1, 27, 0.3);
	border-color: #82011b;
	color: #000000;
}
/******************
thumbnails
******************/
div.thumbinner,
li.gallerybox div.thumb {
	background: rgba(0, 0, 0, 0.1);
	color: #000000;
	border-color: rgba(0, 0, 0, 0.6);
	border-radius: 2px;
	box-shadow: -1px 3px 0 rgba(0, 0, 0, 0.6);
}

div.thumb {
	border-color: transparent;
}

html .thumbimage {
	border-color: transparent;
	border-bottom: 1px solid #000000;
	background: transparent;
}
/******************
wikitables
******************/
.mw-datatable th,
table.wikitable > * > tr > th,
table.wikitable > tr > th {
	background: rgba(0, 0, 0, 0.2);
	color: #000000;
	border-color: #000000;
}

.mw-datatable,
.mw-datatable td,
table.wikitable,
table.wikitable > * > tr > td,
table.wikitable > tr > td {
	border-color: #000000;
	background: rgba(255, 255, 255, 0.2);
}

.TablePager tr:hover td,
.mw-datatable tr:hover td {
	background: rgba(0, 0, 0, 0.1);
}
/******************
page diffs
******************/
td.diff-marker {
	color: #000000;
}

td.diff-addedline {
	background: rgba(157, 197, 109, 0.5);
	border-color: #114511;
}

td.diff-addedline .diffchange {
	color: #114511;
	background: transparent;
}

td.diff-deletedline {
	background: rgba(219, 112, 112, 0.4);
	border-color: #451111;
}

td.diff-deletedline .diffchange {
	color: #451111;
	background: transparent;
}

table.diff,
td.diff-ntitle,
td.diff-otitle {
	background: transparent;
}

td.diff-context {
	background: rgba(255, 255, 255, 0.2);
	color: #000000;
	border-color: #000000;
}
/******************
history
******************/
#pagehistory li.selected {
	background: rgba(255, 255, 255, 0.3);
	border-color: rgba(0, 0, 0, 0.6);
}

#pagehistory li {
	border-color: rgba(0, 0, 0, 0.2);
}

.mainheading {
	text-transform: uppercase;
	font-size: 160%;
}

.fpbox.plain {
	border: 0;
	box-shadow: none;
	background: transparent;
}

div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:visited {
	color: #2c87b9;
	font-weight: bold;
}
/**** infoboxes ****/
.infoboxtable {
	width: 270px;
	float: right;
	margin-left: 1em;
	border: 1px solid #e0aa54;
	padding: 0.25em;
}

.infoboxname {
	background-color: #e0aa54;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	padding: 5px;
	border-radius: 2px;
}

.infoboxdetails {
	background: #e0aa54;
	color: #fff;
}

.infoboxtable div {
	text-align: right;
	font-weight: bold;
	background: #fff;
	padding: 1px 5px;
}
/* Front page appearance styles */
.fpbox .heading,
.fpbox .mainheading {
	border-top: 1px solid #27363d;
	background: linear-gradient(rgba(65, 91, 96, 0.5), rgba(65, 91, 96, 0.1));
	border-radius: 2px;
}

.fpbox {
	background: rgba(0, 0, 0, 0.05);
	border: 1px solid #505050;
	border-radius: 2px;
}

.fplink {
	background: linear-gradient(-35deg, rgba(255, 197, 113, 0.4), rgba(222, 168, 81, 0.5));
	border: 1px solid #415b60;
	border-radius: 2px;
}

.fplink-fullwidth .fplink {
	background: rgba(0,0,0,0.4);
}

.linkslabel {
	border-bottom: 1px dotted #505050;
}
Advertisement