close
Fandom Developers Wiki
Advertisement

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Fake Vector 3.1 (typography refresh removed) -- standalone
Created by Llwy-al-lawr for Uncyclopedia, ported by Pythoncoder
To use this, add the following line to your global.css page (https://community.fandom.com/wiki/Special:MyPage/global.css):
====
@import url("/load.php?mode=articles&articles=u:dev:User:Pythoncoder/vector.css&only=styles");
====
The JavaScript add-on is currently broken, but it’s at https://community.fandom.com/wiki/User:Pythoncoder/global.js

This script and stylesheet is in alpha.
Known bugs:
* Display issues, such as at https://starwars.fandom.com/wiki/Main_Page (Main Page button in top bar), 
    and https://agario.fandom.com/wiki/Agar.io_Wiki (page border), 
    https://siivagunner.fandom.com/wiki/Message_Wall:Pythoncoder (background color)
* Search doesn't support autocomplete
* Some parts of editing are broken

While UCP has now been released, there are now plans to release another new (and terrible) skin as the Wikia default.
There will surely be changes to the page’s HTML structure, so I probably won’t update this skin until then.

Honestly, the next version of Fake Vector will probably be a rewrite from the ground up because as it stands right now,
this skin is a bunch of spaghetti code hanging on by a thread.

Comments from original creator Llwy-ar-lawr:
====
Do not use with PseudoMonobook -- it will probably cause trouble.
Originally based on PseudoMonobook (this version:
https://dev.wikia.com/wiki/MediaWiki:PseudoMonobook.css?oldid=78612) but is mostly my own work.
====
*/

/* Padding, margins and widths for content area */
body:not(.editor) .WikiaSiteWrapper {
	padding-left: 10em;
}
#WikiaPage,
.wds-global-footer {
	margin: 0;
	width: 100%;
}
.skin-oasis #WikiaPage .WikiaPageContentWrapper {
	padding-top: 2em;
}
body.wikia-bar-visible {
	padding: 0;
}
#WikiaPage {
	box-sizing: border-box;
	margin-top: 1.5em;
	padding: 0 1em 1em 1em;
}
.WikiaMainContent {
	width: 100%;
}
@media only screen and (min-width: 768px), 
@media only screen and (min-width: 1024px), 
@media only screen and (min-width: 1084px) {
	.wds-global-navigation__content-container {
		width: auto;
	}
}
.WikiaArticle {
	min-height: auto;
}
@media screen and (min-width: 982px) {
	body:not(.editor) .WikiaSiteWrapper {
		padding-left: 11em;
	}
	#WikiaPage {
		padding: 0 1.5em 1.5em 1.5em;
	}
}

/* Remove ads and misc other items */
.WikiaSiteWrapper #WikiaTopAds,
.wds-global-navigation .wds-global-navigation__link,
.mw-content-text .home-top-right-ads,
.WikiaPage #WikiaArticleBottomAd,
.WikiaPage #mixed-content-footer,
.wikia-ad,
.wds-global-footer .wds-global-footer__wikia-section.wds-is-follow-us,
.wds-global-navigation__logo,
.wds-global-navigation__link,
.wds-global-navigation__wikis-menu,
.wds-global-navigation__start-a-wiki,
.wds-global-footer__header,
.wds-global-footer__fandom-sections,
.wds-global-footer__wikia-section.wds-is-create-wiki,
.wds-global-footer__wikia-section.wds-is-community-apps,
.wds-global-footer__wikia-section.wds-is-advertise,
.wds-global-footer__bottom-bar,
.wds-global-footer__section-header,
.WikiaFooter,
.WikiaRail {
	display: none !important;
}

/* Top bar with search and user links (.wds-global-navigation) */
.wds-global-navigation:not(.wds-search-is-active) .wds-global-navigation__wikis-menu {
	flex: 0 1 auto;
	padding: 0 17px;
}
.wds-global-navigation .wds-global-navigation__search {
	flex: 1;
}
.wds-global-navigation {
	position: relative;
	background-color: transparent;
	border-image: none;
	border-top: none;
	box-shadow: none;
}

/* Search bar */
.wds-global-navigation .wds-global-navigation__search-input-wrapper {
	border: 1px solid #a2a9b1;
	border-radius: 2px;
	background-color: #fff;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAQCAIAAABY/YLgAAAAJUlEQVQIHQXBsQEAAAjDoND/73UWdnerhmHVsDQZJrNWVg3Dqge6bgMe6bejNAAAAABJRU5ErkJggg==);
	background-position: top left;
	background-repeat: repeat-x;
	-o-transition: border-color 250ms;
	-webkit-transition: border-color 250ms;
	-moz-transition: border-color 250ms;
	transition: border-color 250ms;
}
.wds-global-navigation .wds-global-navigation__search-input-wrapper:hover {
	border-color: #72777d;
}
.wds-global-navigation__search-label, .wds-global-navigation__search-input, .wds-global-navigation__search {
	background: none;
}
.wds-global-navigation__search-label {
	width: 15em;
}
body:not(.editor) .wds-global-navigation .wds-global-navigation__search {
	padding: 0;
}
.wds-global-navigation__search-container {
	position: absolute;
	left: 0;
}
.wds-global-navigation__search.wds-dropdown,
.wds-global-navigation__search-toggle:hover {
	color: #444;
}
.wds-global-navigation__search-input-wrapper {
	min-width: 13em;
}
.wds-global-navigation__search-toggle-text {
	display: none;
}
.wds-global-navigation__search-input {
	font-size: 0.8em;
	color: #000;
}
.wds-search-is-active .wds-global-navigation__search-container {
	margin-left: 0;
}
.wds-global-navigation__search-input-wrapper {
	height: 1.4em;
	padding: 0;
}
.wds-global-navigation__search-input-wrapper button {
	padding: 0;
}
.wds-global-navigation__search-toggle-icon,
.wds-search-is-active .wds-global-navigation__search-toggle-icon {
	margin-right: 0.2em;
}
.wds-global-navigation__search-submit:not(.wds-is-text):not(.wds-is-secondary) {
	background-color: #aaa;
	border-color: #aaa;
}
.wds-global-navigation__search-container {
	height: 0;
}
.wds-global-navigation__search-toggle-icon.wds-icon-small {
	display: inline;
}
.wds-global-navigation__search-toggle-icon:not(.wds-icon-small) {
	display: none;
}

/* User links in upper right (.wds-global-navigation__user-menu) */
.wds-global-navigation__user-menu .wds-dropdown__content {
	display: block;
	top: 0;
	width: 29em;
	border: 0;
}
.wds-global-navigation__user-menu .wds-dropdown__content .wds-list > li {
	margin: 0;
	float: left;
}
.wds-dropdown__content:not(.wds-is-not-scrollable) .wds-list,
.wds-global-navigation__user-menu:hover,
.wds-global-navigation__user-menu,
.wds-global-navigation__dropdown-content,
.wds-global-navigation__user-menu:active {
	background: transparent;
	border: 0;
}
.wds-dropdown:hover::before,
#wds-icons-dropdown-tiny,
.wds-dropdown__content:not(.wds-is-not-scrollable) .wds-list::after,
.wds-dropdown__content:not(.wds-is-not-scrollable) .wds-list::before {
	display: none;
}
.wds-avatar {
	border: 0;
}
.wds-dropdown__content .wds-list.wds-is-linked > li > a:visited {
	color: #0b0080;
}
.wds-dropdown__content .wds-list.wds-is-linked > li > a:active,
.wds-dropdown__content .wds-list.wds-is-linked > li > a:active:hover,
.wds-dropdown__content .wds-list.wds-is-linked > li > a:active:visited,
.wds-community-header .wds-dropdown__content .wds-list.wds-is-linked li > a:active,
.wds-community-header .wds-dropdown__content .wds-list.wds-is-linked li:hover > a:active,
.wds-community-header .wds-dropdown__content .wds-list.wds-is-linked li > a:active:visited,
.wds-community-header .wds-dropdown__content .wds-list.wds-is-linked li:hover > a:active:visited,
.wds-dropdown__content .wds-list.wds-is-linked > li:hover > a:active,
.wds-global-navigation__user-menu .wds-dropdown__content .wds-list.wds-is-linked > li:hover > a:active:not(.wds-button),
.wds-global-navigation__user-menu .wds-dropdown__content .wds-list.wds-is-linked > li:hover > a:active:visited:not(.wds-button) {
	color: #faa700;
}
.wds-sign-out__button,
.wds-sign-out__button:focus:not(:disabled) {
	color: #0645ad;
}
.wds-sign-out__button:hover {
	cursor: pointer;
	background-color: transparent;
	color: #0645ad;
}
.wds-sign-out__button:hover,
.wds-sign-out__button:focus {
	text-decoration: underline;
}
.wds-global-navigation__content-bar {
	width: auto;
}
.wds-global-navigation__user-menu .wds-dropdown__content .wds-list.wds-is-linked > li > a,
.wds-is-linked .wds-sign-out__button {
	padding: 0;
	margin-left: .75em;
	margin-top: .75em;
	margin-bottom: .1em;
}
.wds-dropdown.wds-has-shadow .wds-dropdown__content {
	box-shadow: none;
}
.wds-global-navigation {
	font-family: inherit;
}
.wds-global-navigation__user-menu .wds-dropdown__content .wds-list > li {
	font-size: 0.75em;
	margin-left: 0.75em;
	margin-top: 0.5em;
	line-height: 1.125em;
}
.wds-global-navigation__user-menu .wds-dropdown__content {
	left: -8em;
	background: transparent;
}
.wds-global-navigation .wds-avatar,
#notificationsEntryPoint {
	display: none;
}
.wds-global-navigation__user-menu .wds-dropdown__content .wds-list > li:first-child {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2213.836%22 viewBox=%220 0 12 13.836%22%3E %3Cpath fill=%22%2372777d%22 d=%22M1.938%2C6.656c-1.32%2C1.485-1.47%2C3.15-0.97%2C4.25c0.323%2C0.707%2C0.78%2C1.127%2C1.313%2C1.375 c0.496%2C0.229%2C1.074%2C0.273%2C1.658%2C0.282c0.023%2C0%2C0.04%2C0.03%2C0.062%2C0.03h4.187c0.61%2C0%2C1.225-0.125%2C1.75-0.405 c0.527-0.28%2C0.961-0.718%2C1.188-1.376c0.335-0.964%2C0.175-2.529-1.094-4.03C9.094%2C7.954%2C7.68%2C8.719%2C6.065%2C8.719 c-1.677%2C0-3.182-0.812-4.125-2.063H1.938z%22/%3E %3Cpath fill=%22%2372777d%22 d=%22M6.063%2C0c-1.89%2C0-3.595%2C1.674-3.594%2C3.563C2.467%2C5.45%2C4.173%2C7.155%2C6.06%2C7.155 c1.89%2C0%2C3.564-1.705%2C3.563-3.593C9.625%2C1.673%2C7.95%2C0%2C6.063%2C0L6.063%2C0z%22/%3E %3C/svg%3E");
	padding-left: 15px !important;
}
.wds-global-navigation__user-menu .wds-dropdown__content .wds-list.wds-is-linked > li > a, .wds-is-linked .wds-sign-out__button {
	margin: 0;
}
.page-header__contribution-buttons .wds-button-group > .wds-button {
	font-size: inherit;
	padding: 0;
}
.wds-global-navigation__user-menu .wds-dropdown__content .wds-list.wds-is-linked > li:hover > a:not(.wds-button) {
	background-color: transparent;
	color: #0645ad;
}
.wds-global-navigation__user-menu .wds-dropdown__content .wds-list.wds-is-linked > li:hover > a:not(.wds-button):visited {
	color: #0b0080;
}

/* Fix notifications bell because they changed the icon */
#onSiteNotificationsDropdown::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E %3Ctitle%3E bell %3C/title%3E %3Cpath d=%22M16 7a5.38 5.38 0 0 0-4.46-4.85C11.6 1.46 11.53 0 10 0S8.4 1.46 8.46 2.15A5.38 5.38 0 0 0 4 7v6l-2 2v1h16v-1l-2-2zm-6 13a3 3 0 0 0 3-3H7a3 3 0 0 0 3 3z%22/%3E %3C/svg%3E");
	position: absolute;
	display: inline-block;
	cursor: pointer;
	opacity: 0.51;
	content: '';
	background-repeat: no-repeat;
	top: 15px;
	left: 20px;
	width: 100%;
	height: 100%;
}
#wds-icons-bell {
	display: none;
}

/* Container for left sidebar and site logo (community header; .wds-community-header) */
.wds-community-header {
	display: flex;
	flex-flow: column nowrap;
	margin: 0;
	left: 0;
	position: absolute;
	width: 150px;
}
.wds-community-header,
.wds-community-header::before {
	background: none !important;
}

/* Restore logo and hide superfluous site name and article counter */
.wds-community-header .wds-community-header__wordmark {
	float: none;
	margin: 0;
	top: -55px;
	position: absolute;
}
@media screen and (min-width: 982px) {
	.wds-community-header .wds-community-header__wordmark {
		left: .5em;
	}
}
.wds-community-header .wds-community-header__sitename,
.wds-community-header__wordmark img,
.wds-community-header .wds-community-header__counter {
	display: none;
}
.wds-community-header .wds-community-header__wordmark,
.wds-community-header .wds-community-header__wordmark a {
	width: 10em;
	height: 160px;
	display: block;
}
.wds-community-header .wds-community-header__wordmark a {
	background-image: url(https://vignette.wikia.nocookie.net/wikiaglobal/images/b/ba/Wikia_Main_Logo-Black.png/revision/latest/scale-to-width-down/160?cb=20121114182326);
	background-repeat: no-repeat;
	background-position: center center;
}

/* Common styles for left-hand tabs (edit dropdown) and sidebar */
.wds-tabs__tab-label,
.wds-button,
.wds-community-header .wds-community-header__wiki-buttons .wds-list > li > a {
	text-transform: none;
	font-weight: normal;
}
.wds-button.wds-is-squished,
.wds-list > li {
	font-size: inherit;
}
.wds-dropdown__content .wds-list.wds-is-linked > li > a:hover,
.wds-dropdown__content .wds-list.wds-is-linked > li > a:focus {
	text-decoration: underline;
}

/* Sidebar (.wds-community-header) */
.wds-community-header .wds-dropdown__content .wds-list.wds-is-linked li > a {
	color: #0645ad;
	font-weight: normal;
}
.wds-community-header .wds-dropdown__content .wds-list.wds-is-linked li:hover > a,
.wds-dropdown__content .wds-list.wds-is-linked > li:hover > a {
	background-color: transparent;
	color: #0645ad;
}
.wds-tabs__tab-label :not(:first-child):not(:only-child) {
	margin-left: 0;
}
.wds-community-header .wds-community-header__local-navigation {
	flex-flow: column nowrap;
	margin-top: 0;
	padding: 0;
}
.wds-community-header .wds-community-header__local-navigation .wds-tabs {
	flex-flow: column;
}
.wds-community-header .wds-community-header__local-navigation .wds-tabs__tab,
.wds-community-header .wds-community-header__local-navigation .wds-dropdown {
	width: 100%;
}
.wds-community-header .wds-community-header__local-navigation .wds-tabs__tab-label {
	font-size: inherit;
	margin: 0 auto;
	white-space: normal;
	width: 100%;
}
.wds-community-header .wds-dropdown__content {
	top: 0;
}
.wds-community-header .wds-community-header__wiki-buttons .wds-button span {
	display: none;
}
.wds-community-header .wds-community-header__wiki-buttons .wds-dropdown::after,
.wds-community-header .wds-community-header__wiki-buttons .wds-dropdown::before {
	display: none;
}
.wds-community-header .wds-community-header__wiki-buttons .wds-list > li {
	margin: 0;
}
.wds-community-header .wds-community-header__wiki-buttons {
	position: relative;
	top: 8em;
}
.wds-community-header .wds-community-header__local-navigation {
	position: relative;
	top: 9em;
	height: auto;
}
.wds-community-header__wiki-buttons .wds-dropdown__content {
	width: auto;
}
.wds-community-header__wiki-buttons .wds-dropdown__content > li {
	padding-top: 0;
}
.wds-community-header .wds-dropdown__content .wds-list.wds-is-linked li > a {
	padding: 0;
}
.wds-community-header .wds-button.wds-is-secondary {
	display: none;
}
.wds-community-header .wds-dropdown__content .wds-list.wds-is-linked > li,
.WikiaArticleInterlang .wds-dropdown__content .wds-list.wds-is-linked > li {
	padding: 0.25em 0;
	line-height: 1.125em;
}
.wds-community-header .wds-dropdown__content {
	left: 0;
	display: block;
	background: transparent;
	border: 0;
}
.wds-community-header__local-navigation .wds-dropdown__content .wds-list.wds-is-linked > li {
	line-height: 1.125em;
	margin: 0;
}
.wds-dropdown.wds-is-active:not(.wds-no-chevron)::after,
.wds-dropdown.wds-is-active:not(.wds-no-chevron)::before,
.wds-dropdown:not(.wds-is-touch-device):hover:not(.wds-no-chevron)::after,
.wds-dropdown:not(.wds-is-touch-device):hover:not(.wds-no-chevron)::before {
	display: none;
}
.wds-tabs__tab {
	line-height: 100%;
}
.wds-community-header .wds-community-header__local-navigation .wds-tabs__tab-label {
	height: 1em;
	padding: 0.25em 0;
}
.wds-tabs__tab-label > a, .wds-tabs__tab-label {
	align-items: flex-start;
}
.wds-tabs__tab .wds-dropdown__content {
	position: relative;
}
#wds-icons-explore-tiny {
	display: none;
}
.wds-community-header .wds-tabs__tab-label a,
.wds-community-header .wds-tabs__tab:hover .wds-tabs__tab-label a,
.wds-community-header .wds-tabs__tab-label,
.wds-community-header .wds-tabs__tab:hover .wds-tabs__tab-label {
	color: #4d4d4d;
}
.wds-community-header .wds-community-header__local-navigation .wds-dropdown {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAABCAAAAAAphRnkAAAAJ0lEQVQIW7XFsQEAIAyAMPD/b7uLWz8wS5youFW1UREfiIpH1Q2VBz7fGPS1dOGeAAAAAElFTkSuQmCC);
}
.wds-community-header__wiki-buttons, .wds-community-header__local-navigation, .WikiaArticleInterlang {
	font-size: 0.75em;
}
.wds-community-header .wds-community-header__wiki-buttons {
	padding-top: 2em;
	margin: 0;
}
.wds-community-header .wds-community-header__wiki-buttons,
.wds-community-header .wds-community-header__local-navigation {
	padding-left: 0;
}
.wds-community-header__wiki-buttons .wds-dropdown,
.wds-community-header__local-navigation .wds-tabs {
	margin-left: 1.7em;
}
.wds-community-header__wiki-buttons .wds-dropdown {
	min-width: 10em;
}
wds-community-header .wds-dropdown__content, .WikiaArticleInterlang ul {
	padding: 0.25em 0;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAABCAAAAAAphRnkAAAAJ0lEQVQIW7XFsQEAIAyAMPD/b7uLWz8wS5youFW1UREfiIpH1Q2VBz7fGPS1dOGeAAAAAElFTkSuQmCC);
	background-image: url(/w/skins/Vector/images/portal-break.png?3ea1b);
}
.wds-community-header__wiki-buttons .wds-dropdown__content {
	background-image: none;
}
.wds-community-header .wds-dropdown__content {
	padding: 0.25em 0;
}
.wds-community-header__top-container {
	min-height: 6em;
}
.wds-community-header .wds-community-header__local-navigation .wds-dropdown,
.WikiaArticleInterlang {
	min-width: 140px; /* to make the gray line show properly */
}
.wds-list.wds-is-linked > li > a {
	display: inline;
}
/* Put language links in sidebar (.WikiaArticleInterlang) */
.WikiaArticleInterlang ul li {
	display: inherit;
	border: 0;
	line-height: 1.125em;
	margin: 0;
	padding: 0.25em 0;
}
.WikiaArticleInterlang,
.mw-special-Recentchanges .WikiaArticleInterlang {
	margin: 0;
	position: absolute;
	left: -13em;
	top: 64.8em;
	font-size: 0.75em;
	width: 11em;
}
.WikiaArticleInterlang h3 {
	font-size: 1em !important;
	font-weight: normal;
	color: #4d4d4d;
	float: inherit;
	padding-top: .4em;
	padding-bottom: 0;
	line-height: 1.5em;
}
/* we don't need two sets of language links */
.page-header__languages {
	display: none;
}
/* variable padding */
@media screen and (min-width: 982px) {
	.wds-community-header .wds-community-header__wiki-buttons,
	.wds-community-header .wds-community-header__local-navigation {
		padding-left: 0.5em;
	}
	.WikiaArticleInterlang,
	.mw-special-Recentchanges .WikiaArticleInterlang {
		left: -14.5em;
	}
}

/* Left-hand tabs (.page-header__contribution-buttons) */
.page-header__contribution-buttons .wds-button-group {
	color: #0645ad;
}
.WikiaPage .page-header .wds-button,
.WikiaPage .page-header .wds-button:focus:not(:disabled),
.WikiaPage .page-header .wds-button:hover:not(:disabled),
.WikiaPage .page-header .wds-button:active,
.WikiaPage .page-header .wds-button.wds-is-active {
	background-color: inherit;
	color: inherit;
	border-left: 0;
	border-bottom: 0;
	border-top: 0;
}
.WikiaPage .page-header .wds-dropdown__content .wds-list.wds-is-linked li > a,
.WikiaPage .page-header .wds-dropdown__content,
.WikiaPage .page-header .wds-dropdown__content .wds-list.wds-is-linked li:hover > a {
	color: inherit;
}
#wds-icons-pencil-small {
	display: none;
}
#WikiaPage .page-header {
	position: static;
}
#WikiaPage .page-header .page-header__contribution-buttons .wds-dropdown__content {
	padding: 0;
	position: static;
	display: flex;
	flex: 1;
}
#WikiaPage .page-header .page-header__contribution-buttons .wds-dropdown {
	display: flex;
	flex: 1;
}
#WikiaPage .page-header .page-header__contribution-buttons .wds-dropdown__toggle,
#WikiaPage .page-header .page-header__contribution-buttons .wds-dropdown:before,
#WikiaPage .page-header .page-header__contribution-buttons .wds-dropdown:after {
	display: none;
}
#WikiaPage .page-header .page-header__contribution-buttons .wds-list {
	display: flex;
	flex-flow: row nowrap;
}
#WikiaPage .page-header .page-header__contribution-buttons .wds-list > li {
	margin: 0;
}
.WikiaPage .page-header__contribution {
	margin-left: 0;
}
.page-header__contribution-buttons .wds-button:focus:not(:disabled),
.page-header__contribution-buttons .wds-button:hover:not(:disabled) {
	text-decoration: underline;
}
.wds-button {
	letter-spacing: inherit;
}
.WikiaPage .page-header .wds-button,
#WikiaPage .page-header .page-header__contribution-buttons .wds-list > li,
.WikiaPage .page-header .wds-dropdown__content .wds-list.wds-is-linked li:hover > a {
	background-color: inherit;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAIAAADITs03AAAAPElEQVR4XuWK2xEAIAzCsPvv5DSu0ahX3yv4wQVyGGCSvg2dnJvduT8sz/IwKOIfjCi2z/76FhHeJcslVZQFLUC06LZ/AAAAAElFTkSuQmCC);
	background-position: bottom left;
	background-repeat: repeat-x;
}
.WikiaPage .page-header .wds-button:not(.wds-is-text):not(.wds-is-secondary),
.WikiaPage .page-header .wds-button:not(.wds-is-text):not(.wds-is-secondary):hover:not(:disabled),
.WikiaPage .page-header .wds-button:not(.wds-is-text):not(.wds-is-secondary):active,
.WikiaPage .page-header .wds-button:not(.wds-is-text):not(.wds-is-secondary):focus:not(:disabled) {
	background-color: transparent;
	border-color: transparent;
}
.wds-dropdown__content .wds-list.wds-is-linked > li > a {
	color: #0645ad;
	transition: none;
}
.wds-button.wds-is-squished {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.wds-button-group span,
#WikiaPage .page-header .page-header__contribution-buttons .wds-list > li > a {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAARElEQVR42mVO2wrAUAhy/f8fz+niVMTYQ3hLKkgGgN/IPvgIhUYYV/qogdP75J01V+JwrKZr/5YPcnzN3e6t7l+2K+EFX91B1daOi7sAAAAASUVORK5CYII=);
	background-position: bottom right;
	background-repeat: no-repeat;
	display: inline-block;
	padding: 1.25em .615em 0 .615em;
	font-size: 0.801em; /* gratuitous decimals to make tab breaks display properly in Chromium */
	height: 1.9em;
}
.page-header__contribution-buttons .wds-button-group .wds-button,
.page-header__contribution-buttons .wds-button-group .wds-dropdown__content .wds-list.wds-is-linked > li {
	line-height: 1.125em;
}
.page-header__contribution-buttons .wds-button-group {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAARElEQVR42mVO2wrAUAhy/f8fz+niVMTYQ3hLKkgGgN/IPvgIhUYYV/qogdP75J01V+JwrKZr/5YPcnzN3e6t7l+2K+EFX91B1daOi7sAAAAASUVORK5CYII=);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#ca-edit {
	padding-right: 0;
}
.WikiaPage .page-header .wds-dropdown__content {
	border: 0;
	background: transparent;
	height: 2.5em;
	top: 0;
}
#WikiaPage .page-header .page-header__contribution-buttons .wds-button-group {
	position: absolute;
	top: -2.5em;
	left: -1.05em;
	padding-left: 1px; /* left border doesn't show up otherwise */
}
@media screen and (min-width: 982px) {
	#WikiaPage .page-header .page-header__contribution-buttons .wds-button-group {
		left: -1.55em;
	}
}
#WikiaPage .page-header .page-header__contribution-buttons .wds-list > li > a.selected { /* white selected tabs */
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkAQAAAABvV2fNAAAADUlEQVQIHWNoYBgWEACJ5TIB0K9KcAAAAABJRU5ErkJggg==);
	background-repeat: repeat-x;
	color: #333;
	border: 1px solid transparent;
	border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAARElEQVR42mVO2wrAUAhy/f8fz+niVMTYQ3hLKkgGgN/IPvgIhUYYV/qogdP75J01V+JwrKZr/5YPcnzN3e6t7l+2K+EFX91B1daOi7sAAAAASUVORK5CYII=) 1 round;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
}
#WikiaPage .page-header .page-header__contribution-buttons .wds-list > li > a:hover.selected {
	text-decoration: none;
}
.WikiaPage .page-header .wds-dropdown__content .wds-list.wds-is-linked li > a.new { /* red talk tab */
	color: #a55858;
}

/* Footer (.wds-global-footer) */
.wds-global-footer__main {
	flex-direction: row;
	margin: 0;
}
.wds-global-footer__wikia-sections {
	padding: 0.75em;
}
@media only screen and (max-width: 1313px) {
	.wds-global-footer .wds-global-footer__wikia-section {
		flex: 1;
	}
}
.wds-global-footer {
	background-color: transparent;
}
.wds-global-footer__link,
.wds-global-footer__link:hover,
.wds-global-footer__link:focus {
	color: #0645ad;
}
.wds-global-footer__link:visited {
	color: #0b0080;
}
.wds-global-footer__link:active {
	color: #faa700;
}
.wds-global-footer {
	font-family: sans-serif;
}
.wds-global-footer__link:hover,
.wds-global-footer__link:focus {
	text-decoration: underline;
}
.wds-global-footer__link,
.wds-global-footer__link:active,
.wds-global-footer__link:focus,
.wds-global-footer__link:visited {
	transition: none;
}
@media only screen and (max-width: 1083px) {
	.wds-global-footer__wikia-section.wds-is-site-overview {
		padding: 0;
	}
}
.wds-global-footer__wikia-section.wds-is-community .wds-global-footer__links-list {
	column-count: auto;
	margin: 0;
}
@media only screen and (min-width: 1084px) {
	.wds-global-footer__main {
		padding: 0;
	}
	.wds-global-footer__wikia-section.wds-is-company-overview,
	.wds-global-footer__wikia-section.wds-is-community {
		min-height: unset;
	}
}
.wds-global-footer .wds-global-footer__wikia-section {
	margin: 0px;
	padding: 0;
}
.wds-global-footer__wikia-sections {
	min-width: 17em;
}

/* Colors, sizing and spacing for main content area */
body,
body.mw-special-Recentchanges {
	color: #222;
	font-family: sans-serif;
	font-size: 1em;
}
.WikiaPage .WikiaArticle, .EditPage,
.mw-special-Recentchanges .WikiaPage .WikiaArticle {
	font-size: 0.875em;
	line-height: 1.6em;
}
.WikiaPage .page-header__title,
.mw-special-Recentchanges .WikiaPage .page-header__title {
	color: #000;
	font-weight: normal;
	font-size: 1.8em;
	display: block;
	line-height: 1.2em;
}
.WikiaPage .page-header__page-subtitle,
.mw-special-Recentchanges .WikiaPage .page-header__page-subtitle {
	font-size: 0.75em;
	line-height: 1.2em;
	margin: 0 0 1.4em 1em;
	color: #54595d;
}
.WikiaPage .WikiaArticle li,
.mw-special-Recentchanges .WikiaPage .WikiaArticle li {
	line-height: 1.6em;
}
.WikiaPage .page-header__separator {
	display: none;
}
h1, h2,
.mw-special-Recentchanges h1, .mw-special-Recentchanges h2 {
    line-height: 1.3;
	margin-bottom: 0.25em;
	padding: 0;
	border-bottom: 1px solid #a2a9b1;
}
h3, h4, h5, h6 {
	font-weight: bold;
}
.WikiaArticle h1, .WikiaArticle h2 {
	margin-bottom: .6em;
	margin-top: 0;
	padding-top: .5em;
	padding-bottom: .17em;
}
.tabs-container {
	margin-bottom: .2em;
}
.WikiaPage .page-header__title {
	margin-bottom: .25em;
}
.WikiaPage h1 {
	font-size: 188%;
	line-height: .5em;
}
.WikiaPage h2 {
	font-size: 150%;
	line-height: .9em;
}
.WikiaPage h3 {
	font-size: 132%;
}
.WikiaPage h4 {
	font-size: 116%;
}
.WikiaPage h5 {
	font-size: 108%;
}
.WikiaPage h6 {
	font-size: 100%;
}
#WikiaPage {
	border: 1px solid #a7d7f9;
	border-right-width: 0;
}
.WikiaArticle .toc {
	background-color: #f8f9fa;
	border: 1px solid #a2a9b1;
	font-size: 95%;
}
.WikiaArticle #toctitle h2 {
	font-size: 100%;
	font-weight: bold;
}
.wds-global-footer__link,
.wds-global-footer__link:active,
.wds-global-footer__link:focus,
.wds-global-footer__link:visited { /* small text at bottom */
	font-size: 0.7em;
}
.wds-global-footer__wikia-sections .wds-global-footer__links-list-item {
	margin: 0;
}
.modalWrapper,
.modalWrapper > h1,
.modalWrapper .main-header, /* popups */
table.wikitable, .TablePager td, .TablePager th, /* tables */
.dark_text_2, /* Special:WikiActivity */
.diffchange-inline, td.diff-deletedline, td.diff-addedline { /* Diffs */
	color: inherit;
}
td.diff-context {
	color: #333;
}
code, pre, tt { /* fix size of monospace text */
	font-family: monospace, Courier;
}
hr {
	height: 1px;
	color: #a2a9b1;
	background-color: #a2a9b1;
	border: 0;
	margin: .2em 0;
}
.WikiaArticle pre, code {
	background-color: #f8f9fa;
}
.WikiaPage .WikiaPageBackground {
	background: #fff;
}

/* Links */
a {
	color: #0645ad;
}
a:visited,
.wds-community-header .wds-dropdown__content .wds-list.wds-is-linked li > a:visited,
.wds-community-header .wds-dropdown__content .wds-list.wds-is-linked li > a:visited:hover,
.wds-community-header .wds-dropdown__content .wds-list.wds-is-linked li:hover > a:visited,
.wds-dropdown__content .wds-list.wds-is-linked > li:hover > a:visited { /* sidebar links */
	color: #0b0080;
}
a:active {
	color: #faa700;
}
.WikiaMainContent a.new {
	color: #ba0000;
}
.WikiaMainContent a.new:visited {
	color: #a55858;
}
a:focus {
	text-decoration: underline;
}
a.external, a.extiw {
	color: #36b;
}
a.external:active, a.extiw:active, a.external:active:visited, a.extiw:visited:active {
	color: #b63;
}
a.external:visited, a.extiw:visited {
	color: #636;
}
.WikiaArticle a.external::after, .WikiaArticle a[href^="gopher://"]::after {
	background-image: none;
	content: none;
}
.WikiaArticle a.external, .WikiaArticle a[href^="gopher://"] {
	background-position: center right;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVElEQVR42n3PgQkAIAhEUXdqJ3dqJ3e6IoTPUSQcgj4EQ5IlUiLE0Jil3PECXhcHGBhZ8kg4hwxAu3MZeCGeyFnAXp4hqNQPnt7QL0nADpD6wHccLvnAKksq8iiaAAAAAElFTkSuQmCC);
	padding-right: 13px;
}

/* Gray page background and white-gray gradient */
body{
	background: #f6f6f6;
}
.WikiaSiteWrapper {
	background-image: -webkit-gradient(linear,left top, left bottom,color-stop(65%, #fff),to(#f6f6f6));
	background-image: -webkit-linear-gradient(#fff 65%,#f6f6f6 100%);
	background-image: -o-linear-gradient(#fff 65%,#f6f6f6 100%);
	background-image: linear-gradient(#fff 65%,#f6f6f6 100%);
	height: 80px;
}

/* input buttons */
a.wikia-button,
.wikia-single-button a,
.wikia-menu-button,
input[type="submit"]:not(.wds-button),
input[type="reset"],
input[type="button"],
.button,
button,
#UPPLightboxWrapper button {
	background-color: #acbcb4;
	background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0%,#fdfdfd),color-stop(100%,#acbcb4));
	background-image: -o-linear-gradient(top,#fdfdfd 0%,#acbcb4 100%);
	background-image: -ms-linear-gradient(top,#fdfdfd 0%,#acbcb4 100%);
	border: 1px solid #abddc7;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	height: 21px;
}
a.wikia-button:hover,
.wikia-single-button a:hover,
.wikia-menu-button:hover,
input[type="submit"]:not(.wds-button):hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover,
button:hover,
.wikia-menu-button > a:hover,
.wikia-menu-button .drop:hover,
.wikia-menu-button > li > a:hover,
#UPPLightboxWrapper button:hover,
a.wikia-button:active,
.wikia-single-button a:active,
.wikia-menu-button:active,
input[type="submit"]:not(.wds-button):active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active,
button:active,
.wikia-menu-button > a:active,
.wikia-menu-button .drop:active,
.wikia-menu-button > li > a:active,
#UPPLightboxWrapper button:active {
	background-color: #d3ddd7;
	background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0%,#f9f9f9),color-stop(100%,#d3ddd7));
	background-image: -o-linear-gradient(top,#f9f9f9 0%,#d3ddd7 100%);
	background-image: -ms-linear-gradient(top,#f9f9f9 0%,#d3ddd7 100%);
	cursor: default;
}
.wikia-menu-button > a,
.wikia-menu-button > li > a { /* blue line on "edit profile" button */
	border: 0;
}

/* section edit links */
.sprite.edit-pencil {
	display: none;
}
.editsection {
	text-transform: lowercase;
	font-weight: normal;
}
.editsection::before {
	content: '[';
}
.editsection::after {
	content: ']';
}
.WikiaArticle h1 .editsection,
.WikiaArticle h5 .editsection,
.WikiaArticle h6 .editsection {
	display: inline;
}

/* lists */
.WikiaArticle ul {
	list-style-type: disc;
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=);
}
.WikiaArticle ul {
	margin: 0.3em 0 0 1.6em;
}
.WikiaArticle ol {
	margin: 0.3em 0 0 3.2em;
}
nav.toc > ol { /* TOC list */
	margin: 0.3em 0;
}
.toc ol ol {
	margin: 0 0 0 2em;
}

/* Category box */
#articleCategories {
	background: #f8f9fa;
	border: 1px solid #a2a9b1;
	font-size: 0.875em;
	padding: 5px;
	margin: 0;
}
#articleCategories .container {
	padding: 0;
}
#articleCategories .add {
	height: 2em;
	font-size: 0.8em;
}

/* Hide categories at top of page */
.WikiaPage .page-header__categories {
	display: none;
}

/* Bring category pages in line with the overall theme */
.category-gallery-item .title {
	background-color: #eee;
	color: #000;
}
.wikia-paginator ul .paginator-page, .wikia-paginator ul .paginator-spacer {
	color: #0645ad;
}
.wikia-paginator ul .paginator-next::after {
	border-left-color: #000;
}
.category-gallery-form #category-exhibition-display-new.active div {
	background-color: #0645ad;
}
.category-gallery-media a, .category-gallery-media a:hover {
	color: #0645ad;
}
.category-gallery-media a:visited {
	color: #0b0080;
}
.category-gallery-media a:hover, .category-gallery-media a:focus {
	text-decoration: underline;
}
.wikia-paginator ul .paginator-prev::after {
	border-right-color: #000;
}
.category-gallery-item .snippet .text,
.wikia-paginator ul .paginator-page.active,
a.wikia-button.secondary,
.wikia-single-button a.secondary,
.wikia-menu-button.secondary,
input[type="submit"]:not(.wds-button).secondary,
input[type="reset"].secondary,
input[type="button"].secondary,
.button.secondary,
button.secondary,
.wikia-menu-button.secondary ul a,
.wikia-menu-button.secondary > a,
.wikia-menu-button.secondary .drop,
.wikia-menu-button.secondary > li > a,
.category-gallery-item .snippet .quote {
	color: #000;
}

/* Image thumbnail box */
.article-thumb {
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	padding: 3px;
}
.article-thumb .caption {
	color: inherit;
}
.article-thumb.show-info-icon .info-icon {
	display: inline;
	margin: 0;
}
.article-thumb figcaption {
	line-height: 1.4em;
	padding: 3px;
	font-size: 94%;
	text-align: left;
}
.article-thumb p:last-child, .article-thumb p + p:last-child {
	padding: 0;
}
.sprite.info-icon {
	text-indent: 15px;
    white-space: nowrap;
    overflow: hidden;
    width: 15px !important;
    height: 11px !important;
    background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 11 15%22 width=%2215%22 height=%2211%22%3E %3Cg id=%22magnify-clip%22 fill=%22%23fff%22 stroke=%22%23000%22%3E %3Cpath id=%22bigbox%22 d=%22M1.509 1.865h10.99v7.919h-10.99z%22/%3E %3Cpath id=%22smallbox%22 d=%22M-1.499 6.868h5.943v4.904h-5.943z%22/%3E %3C/g%3E %3C/svg%3E");
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
.thumbimage {
	border: 1px solid #ccc;
}

/* stop images from fading in */
img.lzyTrns {
	transition: none;
	-webkit-transition: none;
}

/* arrows on file pages */
.page-listings .page-list-pagination .arrow.left {
	border-right-color: #0645ad;
}
.page-listings .page-list-pagination .arrow.right {
	border-left-color: #0645ad;
}

/* see everything on file pages at once */
.tabs {
	display: none;
}
.tabBody {
	display: block;
}

/*  Image and category galleries */
.wikia-gallery-border-small .thumb .gallery-image-wrapper {
	border: 0;
}
.wikia-gallery-item, .thumb {
	width: auto !important;
}
.thumb {
	background: #f8f9fa;
	border: 1px solid #c8ccd1;
	padding: 1em;
}
.gallery-image-wrapper {
	position: inherit;
}
.wikia-gallery-caption-below .lightbox-caption {
	color: inherit !important;
}
.wikia-gallery .thumbimage {
	border: 0;
}
.category-gallery-item span.details {
	background-color: #ccc;
	color: #000;
}
.category-gallery-item img, .category-gallery-item .snippet {
	box-shadow: none;
}
.mw-pages h2 span {
	font-size: inherit !important;
}

/* Right-hand tabs (toolbar; .WikiaBarWrapper) */
.WikiaBarWrapper {
	position: absolute;
	transition: none;
	-webkit-transition: none;
	box-shadow: none;
	right: 0;
	top: 2.5em;
}
.WikiaBarWrapper, .WikiaBarWrapper .wikia-bar {
	background: none;
}
.WikiaBarWrapper .toolbar .tools > li > a {
	color: #0645ad;
}
.WikiaBarCollapseWrapper {
	display: none;
}
.WikiaBarWrapper, .WikiaBarWrapper .wikia-bar {
	height: 2.5em;
	width: auto;
}
.WikiaBarWrapper .toolbar {
	height: 2.5em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAARElEQVR42mVO2wrAUAhy/f8fz+niVMTYQ3hLKkgGgN/IPvgIhUYYV/qogdP75J01V+JwrKZr/5YPcnzN3e6t7l+2K+EFX91B1daOi7sAAAAASUVORK5CYII=);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 0 0 0 1px;
}
.WikiaBarWrapper .toolbar .tools {
	padding: 0;
	height: 100%;
}
.WikiaBarWrapper .toolbar .tools > li {
	margin: 0;
	height: 100%;
	padding: 0;
	border: 0;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAIAAADITs03AAAAPElEQVR4XuWK2xEAIAzCsPvv5DSu0ahX3yv4wQVyGGCSvg2dnJvduT8sz/IwKOIfjCi2z/76FhHeJcslVZQFLUC06LZ/AAAAAElFTkSuQmCC);
	background-position: bottom left;
	background-repeat: repeat-x;
	line-height: 1.125em;
}
.WikiaBarWrapper .toolbar .tools > li > a {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAARElEQVR42mVO2wrAUAhy/f8fz+niVMTYQ3hLKkgGgN/IPvgIhUYYV/qogdP75J01V+JwrKZr/5YPcnzN3e6t7l+2K+EFX91B1daOi7sAAAAASUVORK5CYII=);
	background-position: bottom right;
	background-repeat: no-repeat;
	display: inline-block;
	padding: 1.25em .615em 0 .615em;
	height: 1.9em;
	font-size: 0.8em;
}
.WikiaBarWrapper .arrow {
	display: none;
}
.WikiaBarWrapper.hidden { /* fixing IE problem -- this code only affects IE because the "hidden" class isn't present in other browsers AFAIK */
	top: 4.2em;
	z-index: 3;
}
.WikiaBarWrapper .tools-menu { /* Tweak "My Tools" dropdown */
	border: 1px solid #a2a9b1;
	border-top-width: 0;
	box-shadow: none;
	top: 2.5em;
	bottom: auto;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}
.WikiaBarWrapper .tools-menu > li {
	border: 0;
}
.WikiaBarWrapper .tools-menu > li > a {
	font-size: 0.8em;
	color: #0645ad;
	padding: .625em;
}
.WikiaBarWrapper .tools-menu > li > a:hover, .WikiaBarWrapper .tools-menu > li > a:focus {
	background-color: #fff;
	text-decoration: underline;
}
.WikiaBarWrapper .toolbar .tools .arrow-icon-single {
	left: 6px;
}
.WikiaBarWrapper .toolbar .tools .arrow-icon {
	border-bottom-color: #797979;
}

/* Hide some more icons */
#wds-icons-lock-small, .sprite.gear, .template-classification-type-text .edit {
	display: none;
}

/* User info box (.UserProfileMasthead) */
.UserProfileMasthead .masthead-info hgroup {
	background: #fff;
	color: #000;
}
.UserProfileMasthead .masthead-info h1 {
	font-weight: normal;
}
.UserProfileMasthead .contributions-details a, .UserProfileMasthead .contributions-details a:hover {
	color: #0645ad;
}
.tally {
	text-transform: none;
}
.UserProfileMasthead .wikis {
	display: none;
}
.tally::after {
	content: none;
}
.wikia-menu-button > a, .wikia-menu-button > li > a {
	color: #000;
}
.UserProfileMasthead .masthead-info .tag {
	background: #eee;
	text-transform: none;
}
.UserProfileMasthead .masthead-info h1, .UserProfileMasthead .masthead-info h2 {
	border: 0; /* underlines don't look nice there */
}

/* "Redirected from" text (and some other stuff) */
.WikiaPage .page-header__subtitle {
	font-size: 0.75em;
	line-height: 1.2em;
	margin: 0 0 1.4em 1em;
	color: #54595d;
}

/* paragraphs and indented text spacing */
.WikiaArticle p + p {
	margin: .4em 0 .5em 0;
}
.WikiaArticle dl {
	margin: .2em 0 .5em 0;
}
.WikiaArticle dd {
	margin-left: 1.6em;
}

/* Edit window */
.EditPageEditor .editpage-editarea textarea,
.EditPage .module > .module_content,
.EditPage .module_page_controls .preview_box .preview_icon,
.EditPage .module > h3,
.CategorySelect.editPage .category,
.EditPage .cke_license {
	color: #000;
}
.EditPage .module_page_controls #wpSummary, .CategorySelect.editPage .categories, .CategorySelect.editPage .input {
	color: #000;
	background-color: #fff;
}
.EditPage .module_page_controls .diff-link, .EditPage .module_content > .text-links > li > a, .EditPage .cke_license > a {
	color: #0645ad;
}
.EditPageHeader {
	background-color: #fff;
	box-shadow: none;
	border: 0;
}
.WikiaPage .EditPageHeader > h1 {
	font-size: 1.6em;
	line-height: 1.2em;
	width: auto;
}
.WikiaPage .EditPageHeader > h2 {
	font-size: 1.6em;
	height: 1.05em;
	line-height: .85em;
}
.skin-oasis #editform {
	border: 1px solid #ccc;
}
.EditPageEditor #diff {
	font-size: inherit;
	line-height: inherit;
}
.EditPageToolbar > .cke_toolbar_source { /* content area line-height override */
	line-height: 1em;
}
.EditPageEditor.noFooter .editpage-editarea, .editpage-intro {
	margin: 0;
}
.mw-undo-success {
	clear: both;
	margin: 0.2em 0;
	width: 100%;
	border: 1px solid #a2a9b1;
	box-sizing: border-box;
	padding: 0.25em 0.9em;
}
/* so long titles don't get cut off or overlap the side links */
.EditPageHeader {
	height: auto;
}
.skin-oasis .HelpLink {
	top: .5em;
}
.skin-oasis .NotificationsLink {
	top: 1.5em;
}
/* close button for find bar */
.ace_searchbtn_close:hover {
	background: #d3ddd7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAcCAYAAABRVo5BAAAAZ0lEQVR42u2SUQrAMAhDvazn8OjZBilCkYVVxiis8H4CT0VrAJb4WHT3C5xU2a2IQZXJjiQIRMdkEoJ5Q2yMqpfDIo+XY4k6h+YXOyKqTIj5REaxloNAd0xiKmAtsTHqW8sR2W5f7gCu5nWFUpVjZwAAAABJRU5ErkJggg==) no-repeat 50% 0 !important;
}
/* Fix font sizes in preview box */
.modalContent {
	font-size: inherit;
	line-height: inherit;
}
.ArticlePreviewInner .WikiaArticle {
	font-size: 0.875em;
	line-height: 1.6em;
}
.ArticlePreviewInner h1 {
	font-size: 188%;
	line-height: .5em;
}
.ArticlePreviewInner #articleCategories {
	font-size: 1em;
}
/* show the whole edit intro */
.editpage-intro > .editpage-intro-wrapper,
.editpage-intro.expanded > .editpage-intro-wrapper {
	max-height: none;
}
.editpage-intro > .expand {
	display: none !important;
}
/* restore log boxes, hide notification box */
.editpage-notices-html {
	display: block !important;
	line-height: 1.6em;
}
.editpage-notices-html ul, .mw-warning-with-logexcerpt ul {
	list-style-type: disc;
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=);
	margin: .3em 0 0 1.6em;
}
.editpage-notices {
	display: none !important;
}
/* prevent the edit form from shortening itself and the right sidebar from hiding when the window is short */
.EditPageRail .rail-auto-height,
.EditPageRail,
#wpTextbox1 {
	height: auto !important;
}
/* improved preview styling for usability */
#EditPageDialog {
	width: 100% !important;
	position: relative;
	left: 0 !important;
	margin: 0 !important;
	box-shadow: none !important;
}
#EditPageDialog.modalWrapper {
	top: 2em !important; /* show the whole tooltip for the device dropdown */
}
.editor .blackout {
	display: none !important;
}
.editor {
	overflow-y: auto !important; /* because it retains the attribute even after you close the box,
and there's no distinguishing feature then */
}
#EditPageDialog.preview .modalContent .ArticlePreviewInner {
	margin: 0;
	width: 100% !important;
}
body.editor.modalShown .WikiaSiteWrapper,
body.editor.with-blackout .WikiaSiteWrapper {
	position: absolute !important;
	bottom: 0;
	top: auto !important;
}
#blackout_EditPageDialog {
	background: none !important;
	position: relative !important;
}
#EditPageDialog.large {
	width: 100% !important;
}

/* user page "edit profile" dropdown */
.wikia-menu-button .chevron {
	border-top-color: #000;
}
.UserProfileActionButton {
	font-size: 0.8em;
}
.wikia-menu-button .WikiaMenuElement {
	min-width: auto !important;
}
.wikia-menu-button ul a {
	color: #0645ad;
}
.wikia-menu-button a:hover, .wikia-menu-button a:focus {
	text-decoration: underline;
}
.wikia-menu-button ul a:hover {
	background-color: #fff;
}
.wikia-menu-button ul li {
	border: 0;
}

.wikia-menu-button ul {
	border: 1px solid silver;
	box-shadow: none;
}
.wikia-menu-button #ca-edit:hover {
	text-decoration: none;
}

/* nonexistent page edit intro */
.editpage-intro > .editpage-intro-wrapper > div {
	color: #000;
}
.editpage-intro > .editpage-intro-wrapper a, .editpage-intro > .expand {
	color: #0645ad;
}

/* user links on contribs pages */
#contentSub {
	font-size: 0.75em;
	line-height: 1.2em;
	margin: 0 0 1.4em 1em;
	color: #54595d;
	width: auto;
	padding: 0;
}

/* section headers in edit summaries */
.autocomment {
	color: #72777d;
}

/* "Back to page" icon */
.WikiaPage .page-header__subtitle-back-icon {
	height: 9px;
	fill: currentcolor;
}

/* new messages box */
.WikiaNotifications li div {
	color: #000;
	background: #ffce7b;
	border: 1px solid #ffa500;
	border-radius: 0;
	box-shadow: none;
	padding: .5em 1em;
	font-weight: bold;
	font-size: 0.8em;
	max-width: 100em;
	width: 62em;
}
.WikiaNotifications li div a {
	color: #0645ad;
	text-decoration: none;
}
.WikiaNotifications li div a:hover, .WikiaNotifications li div a:focus {
	text-decoration: underline;
}
.WikiaNotifications li div a:visited {
	color: #0b0080;
}
.WikiaNotifications li div a:active {
	color: #faa700;
}
.WikiaNotifications li div .close-notification {
	border: 1px solid #000;
}
#WikiaNotifications {
	position: absolute;
	top: 6em;
	left: 11em;
}
.skin-oasis .EditPageHeader {
	padding-top: 3em; /* needed so the message bar doesn't overlap the header */
}

/* page number buttons on Special:ListUsers */
.paging_full_numbers span.paginate_active {
	background-color: #36c !important; /* overriding inline stylesheet */
}
.paging_full_numbers span.paginate_button:hover {
	background-color: #447ff5 !important;
}

/* Success boxes */
.wds-success {
	color: #009000;
	border: 1px solid #b7fdb5;
	background-color: #e1fddf;
}
.wds-success .wds-banner-notification__icon {
	display: none;
}
.wds-banner-notification__text {
	color: inherit;
}
.banner-notifications-placeholder {
	position: absolute;
	top: 7em;
}
.wds-banner-notification__container {
	width: 50em;
}

/* History link in deletion window */
.emptymwmsg.mediawiki_historywarning {
	margin: 0 !important;
}

/* page history selected entries */
.WikiaArticle #pagehistory li.selected {
	background-color: #f9f9f9;
}

/* Notifications */
.wds-global-navigation__notifications-dropdown,
.wds-global-navigation__notifications-dropdown:hover {
	position: absolute;
	bottom: .5em;
	color: #808080;
}
.skin-oasis .wds-global-navigation__notifications-dropdown {
	right: 22.5em;
}
.wds-global-navigation__notifications-counter {
	border: 1px solid #fff;
	border-radius: 2px;
	background-color: #d33;
	color: #fff;
	font-weight: bold;
	padding: 0 0.3em;
	font-size: 0.7em;
	top: 24px;
	left: 3.3em;
	height: auto;
	min-width: auto;
}
.wds-dropdown.wds-has-dark-shadow .wds-notifications__dropdown-content {
	border: 1px solid #a2a9b1;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25);
	background-color: #f1f1f1;
}
.wds-notifications__mark-all-as-read {
	background-color: #fff;
	font-size: 1.2em;
	text-transform: none;
	color: #000;
	border-bottom-color: #ddd;
}
.wds-is-unread .wds-notification-card__icon-wrapper .wds-icon,
.wds-notification-card__icon-wrapper .wds-icon { /* may as well make them the same color -- Echo doesn't have this distinction */
	fill: #36c;
}
.wds-notification-card__context-list li,
.wds-notification-card__last-actor {
	color: #222;
	opacity: 0.5;
}
.wds-global-navigation__notifications-dropdown::before,
.wds-global-navigation__notifications-dropdown::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
}
.wds-global-navigation__notifications-dropdown:hover::before,
.wds-global-navigation__notifications-dropdown:hover::after {
	display: block !important;
}
.wds-global-navigation__notifications-dropdown::before {
	border-bottom-color: #a2a9b1;
	border-width: 10px;
}
.wds-global-navigation__notifications-dropdown::after {
	border-bottom-color: #fff;
	border-width: 9px;
}

/* compatibility with site CSS */
.toolbar,
.mw-special-Recentchanges .toolbar {
	font-size: inherit;
}
.WikiaPage h1, .WikiaPage h2,
.mw-special-Recentchanges h1, .mw-special-Recentchanges h2 {
	font-family: inherit;
}

/* Styles for elements created and modified by Fake Vector JS. These do nothing otherwise because they
 * are specific to classes and ids created by that script. Styles that should be prevented from taking
 * effect in this case are preceded by .skin-oasis.
 */

#left-navigation {
	float: left;
	margin-left: 10em;
	margin-top: 2.5em;
	margin-bottom: -2.5em;
}
#right-navigation {
	float: right;
	margin-top: 2.5em;
}
.vectorTabs {
	float: left;
	height: 2.5em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAAQ0lEQVR4AWVOhQEAIAzC/X+xAXbXeoDFGA3A9yk1n4juBROcUegfarWjP3ojZvEzxs6j+nygmo+zzsk79nY+tOxdEhlf3UHVgUFrVwAAAABJRU5ErkJggg==);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-left: 1px;
}
.vectorTabs ul {
	float: left;
	height: 100%;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAAQ0lEQVR4AWVOhQEAIAzC/X+xAXbXeoDFGA3A9yk1n4juBROcUegfarWjP3ojZvEzxs6j+nygmo+zzsk79nY+tOxdEhlf3UHVgUFrVwAAAABJRU5ErkJggg==);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.vectorTabs ul li {
	float: left;
	line-height: 1.125em;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAIAAADITs03AAAAO0lEQVR4AeSKhREAMQzDdN5/5uixuEKDpqgBjl2f78wd2DVj1+26/h///PfteVMN7zoGebcg1/Y/ZQQAlAUtQCujIJMAAAAASUVORK5CYII=);
	background-position: bottom left;
	background-repeat: repeat-x;
	white-space: nowrap;
}
.vectorTabs span {
	display: inline-block;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAAQ0lEQVR4AWVOhQEAIAzC/X+xAXbXeoDFGA3A9yk1n4juBROcUegfarWjP3ojZvEzxs6j+nygmo+zzsk79nY+tOxdEhlf3UHVgUFrVwAAAABJRU5ErkJggg==);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 100%;
}
.vectorTabs li a {
	display: block;
	height: 1.9em;
	padding-left: 0.614em; /* not the same as real Vector because Chromium is weird */
	padding-right: 0.614em;
	color: #0645ad;
	cursor: pointer;
	font-size: 0.8125em;;
}
.vectorTabs span a {
	float: left;
	display: block;
	position: relative;
	padding-top: 1.25em;
}
/* dropdowns */
.vectorMenu {
	direction: ltr;
	float: left;
	cursor: pointer;
	position: relative;
	line-height: 1.125em;
}
#mw-head .vectorMenu h3 {
	float: left;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAAQ0lEQVR4AWVOhQEAIAzC/X+xAXbXeoDFGA3A9yk1n4juBROcUegfarWjP3ojZvEzxs6j+nygmo+zzsk79nY+tOxdEhlf3UHVgUFrVwAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: 1em;
	height: 2.5em;
	padding: 0 0.5em 0 0;
	margin: 0 -1px 0 0;
}
.vectorMenu h3 span {
	position: relative;
	display: block;
	font-size: 0.8125em;
	padding-left: 0.615em;
	padding-top: 1.25em;
	padding-right: 16px;
	font-weight: normal;
	color: #444;
}
.vectorMenu h3 span::after {
	content: '';
	position: absolute;
	top: 1.25em;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22 viewBox=%220 0 12 12%22%3E %3Cpath d=%22M11.05 3.996l-.965-1.053-4.035 3.86-3.947-3.86L1.05 3.996l5 5 5-5%22 fill=%22%23222%22/%3E %3C/svg%3E");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	opacity: 0.85;
}
.vectorMenu .vectorMenuCheckbox:focus + h3 {
	outline: dotted 1px;
	outline: auto -webkit-focus-ring-color;
}
.vectorMenu .menu {
	min-width: 100%;
	position: absolute;
	top: 2.5em;
	left: -1px;
	background-color: #ffffff;
	border: 1px solid #a2a9b1;
	border-top-width: 0;
	clear: both;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
	text-align: left;
	display: none;
	z-index: 2;
}
.vectorMenu:hover .menu {
	display: block;
}
.vectorMenu li {
	padding: 0;
	margin: 0;
	text-align: left;
	line-height: 1em;
}
.vectorMenu li a {
	display: block;
	padding: 0.625em;
	white-space: nowrap;
	color: #0645ad;
	cursor: pointer;
	font-size: 0.8em;
}
.vectorMenu ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
.skin-vector #WikiaPage {
	margin-left: 10em;
}
#mw-page-base {
	height: 5em;
	background-color: white;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAAOklEQVR42lWNWwoAQAgCde9/59mgF30EOmgKeJLmUHjGpzbBdXnl6F5oV5/J9e/tr/czydmt7RT33floBCM5ZQLqdwAAAABJRU5ErkJggg==);
	background-position: bottom left;
	background-repeat: repeat-x;
}
#mw-head-base {
	margin-top: -5em;
	margin-left: 10em;
	height: 5em;
}
#p-personal {
	position: absolute;
	top: 0.33em;
	right: 0.75em;
	z-index: 100;
}
#p-personal > ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding-left: 10em;
}
#p-personal li {
	line-height: 1.125em;
	float: left;
	margin-left: 0.75em;
	margin-top: 0.5em;
	font-size: 0.75em;
	white-space: nowrap;
}
#pt-userpage a {
    background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E %3Cg fill=%22%2354595d%22%3E %3Cpath d=%22M10 11c-5.92 0-8 3-8 5v3h16v-3c0-2-2.08-5-8-5z%22/%3E %3Ccircle cx=%2210%22 cy=%225.5%22 r=%224.5%22/%3E %3C/g%3E %3C/svg%3E");
	background-position: left 0.33333333em;
	background-repeat: no-repeat;
	background-size: 1.16666667em 1.16666667em;
	padding-top: 0.5em !important;
	padding-left: 16px !important;
}

/* Removing WikiaSiteWrapper with CSS because doing it with JS makes it impossible to edit */
/*.skin-vector .WikiaSiteWrapper {
	display: none;
} commented out by Pythoncoder for global compatibility */

/* onward */
#mw-head {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}
.skin-vector #WikiaPage {
	z-index: auto; /* dropdown doesn't show otherwise */
	margin-top: -1px;
	width: auto;
}
.skin-vector .WikiaPage .page-header {
	z-index: auto;
}

/* sidebar */
#mw-panel {
	font-size: inherit;
	position: absolute;
	top: 0;
	width: 10em;
	left: 0;
}
#p-logo {
	width: 10em;
	height: 160px;
}
#p-logo a {
	display: block;
	width: 10em;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}
.mw-wiki-logo {
	background-image: url(https://vignette.wikia.nocookie.net/uncyclopedia/images/b/bc/Wiki.png);
}
#mw-panel .portal {
	margin: 0 0.6em 0 0.7em;
	padding: 0.25em 0;
	direction: ltr;
	background-position: top left;
	background-repeat: no-repeat;
}
#mw-panel #p-logo + .portal {
	background-image: none;
	margin-top: 1em;
}
#mw-panel .portal h3 {
	font-size: 0.75em;
	color: #444444;
	font-weight: normal;
	margin: 0.5em 0 0 0.66666667em;
	padding: 0.25em 0;
	cursor: default;
	border: 0;
}
#mw-panel #p-logo + .portal h3 {
	display: none;
}
#mw-panel .portal .body {
	margin-left: 0.5em;
	padding-top: 0;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAABCAAAAAAphRnkAAAAJ0lEQVQIW7XFsQEAIAyAMPD/b7uLWz8wS5youFW1UREfiIpH1Q2VBz7fGPS1dOGeAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
}
#mw-panel #p-logo + .portal .body {
	background-image: none;
	margin-left: 0.5em;
}
#mw-panel .portal .body ul {
	list-style: none none;
	margin: 0;
	padding: 0.3em 0 0 0;
}
#mw-panel .portal .body li {
	line-height: 1.125em;
	margin: 0;
	padding: 0.25em 0;
	font-size: 0.75em;
	word-wrap: break-word;
}

/* more edit window stuff */
.skin-vector .EditPageHeader {
	padding-left: 0;
}

/* footer */
.wds-global-footer {
	margin-left: 10em;
	margin-top: 0;
	padding: 0.75em;
	direction: ltr;
}
.wds-global-footer ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.wds-global-footer ul li {
	color: #222;
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 0.7em;
}
.wds-global-footer #footer-places li {
	float: left;
	margin-right: 1em;
	line-height: 2em;
}
.wds-global-footer #footer-icons {
	float: right;
}
.wds-global-footer #footer-icons li {
	float: left;
	margin-left: 0.5em;
	line-height: 2em;
	text-align: right;
}

/* what */
.auto-login-module-iframe {
	display: none;
}

/* selected and redlink tabs */
div.vectorTabs a.new, div.vectorTabs a.new:visited {
	color: #a55858;
}
div.vectorTabs li.selected {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkAQAAAABvV2fNAAAADUlEQVQIHWNoYBgWEACJ5TIB0K9KcAAAAABJRU5ErkJggg==);
}
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
	color: #333;
	text-decoration: none;
}

/* Watch stars take two
 * Removed the ".icon" from the original rules because I don't
 * have that class and I don't know what purpose it serves.
 * The "real thing" requires a fancy piece of JavaScript that
 * might not work if I just copied it.
 */
.vectorTabs #ca-unwatch a, .vectorTabs #ca-watch a {
	margin: 0;
	padding: 0;
	display: block;
	width: 28px;
	padding-top: 3.07692308em;
	height: 0;
	overflow: hidden;
	background-position: 5px 60%;
	background-repeat: no-repeat;
}
.vectorTabs #ca-watch a {
	background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22%3E %3Cpath fill=%22%23fff%22 stroke=%22%237cb5d1%22 stroke-width=%22.99992%22 d=%22M8.103 1.146l2.175 4.408 4.864.707-3.52 3.431.831 4.845-4.351-2.287-4.351 2.287.831-4.845-3.52-3.431 4.864-.707z%22/%3E %3C/svg%3E");
}
.vectorTabs #ca-unwatch a {
	background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3Cdefs%3E %3ClinearGradient id=%22a%22%3E %3Cstop offset=%220%22 stop-color=%22%23c2edff%22/%3E %3Cstop offset=%22.5%22 stop-color=%22%2368bdff%22/%3E %3Cstop offset=%221%22 stop-color=%22%23fff%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22b%22 x1=%2213.47%22 x2=%224.596%22 y1=%2214.363%22 y2=%223.397%22 xlink:href=%22%23a%22 gradientUnits=%22userSpaceOnUse%22/%3E %3C/defs%3E %3Cpath fill=%22url%28%23b%29%22 stroke=%22%237cb5d1%22 stroke-width=%22.99992%22 d=%22M8.103 1.146l2.175 4.408 4.864.707-3.52 3.431.831 4.845-4.351-2.287-4.351 2.287.831-4.845-3.52-3.431 4.864-.707z%22/%3E %3C/svg%3E");
}
.vectorTabs #ca-watch a:hover, .vectorTabs #ca-watch a:focus {
	background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22%3E %3Cpath fill=%22%23fff%22 stroke=%22%23c8b250%22 stroke-width=%22.99992%22 d=%22M8.103 1.146l2.175 4.408 4.864.707-3.52 3.431.831 4.845-4.351-2.287-4.351 2.287.831-4.845-3.52-3.431 4.864-.707z%22/%3E %3C/svg%3E");
}
.vectorTabs #ca-unwatch a:hover, .vectorTabs #ca-unwatch a:focus {
	background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3Cdefs%3E %3ClinearGradient id=%22a%22%3E %3Cstop offset=%220%22 stop-color=%22%23c2edff%22/%3E %3Cstop offset=%22.5%22 stop-color=%22%2368bdff%22/%3E %3Cstop offset=%221%22 stop-color=%22%23fff%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22b%22 x1=%2213.47%22 x2=%224.596%22 y1=%2214.363%22 y2=%223.397%22 xlink:href=%22%23a%22 gradientUnits=%22userSpaceOnUse%22/%3E %3C/defs%3E %3Cpath fill=%22url%28%23b%29%22 stroke=%22%23c8b250%22 stroke-width=%22.99992%22 d=%22M8.103 1.146l2.175 4.408 4.864.707-3.52 3.431.831 4.845-4.351-2.287-4.351 2.287.831-4.845-3.52-3.431 4.864-.707z%22/%3E %3C/svg%3E");
}

/* search bar */
#p-search {
	float: left;
	margin-right: 0.5em;
	margin-left: 0.5em;
}
#p-search h3 {
	display: block;
	position: absolute !important;
	clip: rect(1px,1px,1px,1px);
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
}
#p-search form, #p-search input {
	margin: 0.4em 0 0;
}
#simpleSearch {
	background-color: #fff;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAQCAIAAABY/YLgAAAAJUlEQVQIHQXBsQEAAAjDoND/73UWdnerhmHVsDQZJrNWVg3Dqge6bgMe6bejNAAAAABJRU5ErkJggg==);
	background-position: top left;
	background-repeat: repeat-x;
	color: #000;
	display: block;
	width: 12.6em;
	width: 20vw;
	min-width: 5em;
	max-width: 20em;
	padding-right: 1.4em;
	height: 1.4em;
	margin-top: 0.65em;
	position: relative;
	min-height: 1px;
	border: 1px solid #a2a9b1;
	border-radius: 2px;
	-o-transition: border-color 250ms;
	-webkit-transition: border-color 250ms;
	-moz-transition: border-color 250ms;
	transition: border-color 250ms;
}
#simpleSearch:hover {
	border-color: #72777d;
}
#simpleSearch #searchInput::placeholder {
	color: #72777d;
	opacity: 1;
}
#simpleSearch #searchInput::-moz-placeholder {
	color: #72777d;
	opacity: 1;
}
#simpleSearch #searchInput {
	width: 100%;
	padding: 0.2em 0 0.2em 0.2em;
	font-size: 0.8125em;
	direction: ltr;
	-webkit-appearance: textfield;
}
#simpleSearch input {
	background-color: transparent;
	color: #000;
	margin: 0;
	padding: 0;
	border: 0;
}
/* override mysterious "touchScreen.scss" that only affects Firefox and
 * Basilisk on Windows
 */
#searchInput {
	height: auto;
}
#simpleSearch #searchButton {
	background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2213%22%3E %3Cg fill=%22none%22 stroke=%22%2354595d%22 stroke-width=%222%22%3E %3Cpath d=%22M11.29 11.71l-4-4%22/%3E %3Ccircle cx=%225%22 cy=%225%22 r=%224%22/%3E %3C/g%3E %3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
}
#simpleSearch #searchButton, #simpleSearch #mw-searchButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 1.65em;
	height: 100%;
	cursor: pointer;
	text-indent: -99999px;
	direction: ltr;
	white-space: nowrap;
	overflow: hidden;
}

/* notifications */
#p-personal #pt-notifications-alert {
	margin-right: 0.4em;
}
.skin-vector .wds-global-navigation__notifications-dropdown {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 2px;
	top: -5px;
	cursor: pointer;
	text-decoration: none;
	line-height: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* dropdown checkboxes */
.vectorMenuCheckbox {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: none;
}
:not(:checked) > .vectorMenuCheckbox {
	display: block;
}
.vectorMenu .vectorMenuCheckbox:checked ~ .menu {
	display: block;
}

/* message bar */
.usermessage {
	background-color: #ffce7b;
	border: 1px solid #ffa500;
	color: black;
	font-weight: bold;
	margin: 2em 0 1em;
	padding: .5em 1em;
	vertical-align: middle;
}

/* and now we can make the content area padding more sensible. */
.skin-vector #WikiaPage {
	padding: 1em;
}
.skin-vector .WikiaPage .page-header {
	padding: 0;
}
/* widening triggered by 982px window width */
@media screen and (min-width: 982px) {
	.skin-vector #WikiaPage {
		padding: 1.25em 1.5em 1.5em 1.5em;
	}
	#mw-panel {
		padding-left: 0.5em;
	}
	.skin-vector #WikiaPage, #mw-head-base, #left-navigation, #footer {
		margin-left: 11em;
	}
}

/* page header */
#firstHeading {
	color: #000;
	font-weight: normal;
	font-size: 1.8em;
	display: block;
	line-height: 1.2em;
	margin-bottom: 0.25em;
	font-family: inherit;
}
.skin-vector .WikiaUserPagesHeader {
	padding: 0;
}

/* notifications */
.skin-vector .wds-global-navigation__notifications-counter {
	top: 9px;
	font-size: 0.9em;
	left: 55%;
}
.skin-vector .wds-notifications__dropdown-content {
	right: -1em; /* spacing is messed up for some reason */
}

/* skip links */
.mw-jump-link:not(:focus) {
	display: block;
	position: absolute !important;
	clip: rect(1px,1px,1px,1px);
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
}

/* invisible headers */
#p-personal h3 {
	display: none;
}
.vectorTabs h3 {
	display: none;
}

/* success box positioning */
.banner-notifications-placeholder {
	margin-left: 10em;
}
.wds-banner-notification__container.float {
	position: absolute;
	left: 0;
	margin: 0;
}

/* div to fix preview issue */
.modalShown #editwrapper, .with-blackout #editwrapper {
	position: absolute;
	width: 100%; /* weird bug */
}
.modalShown #editwrapper { /* preview */
	top: calc(100% + 2em);
}
.with-blackout #editwrapper { /* show changes */
	top: 100%;
}

/* finally figured out how to put back the focus outline */
.page-header__contribution-buttons .wds-button-group a:focus {
	outline: dotted 1px;
	outline: auto -webkit-focus-ring-color;
}

/* Edit window button class styles */
.vbutton {
	font-weight: bold;
	-webkit-transition: background-color 100ms,color 100ms,border-color 100ms,box-shadow 100ms;
	-moz-transition: background-color 100ms,color 100ms,border-color 100ms,box-shadow 100ms;
	transition: background-color 100ms,color 100ms,border-color 100ms,box-shadow 100ms;
	border-radius: 2px;
}
.module_content .buttons .vbutton {
	height: auto;
	width: auto;
	margin-right: 0.5em;
	margin-top: 0.5em;
	padding: 0.5em 0.85em;
	line-height: 1.1em;
}
.vbutton2 svg {
	display: none;
}
.vbutton1 {
	background: #36c;
	border: 1px solid #36c;
	color: #fff;

}
.vbutton1:hover {
	background: #447ff5;
	border: 1px solid #447ff5;
}
#wpSave:hover {
	cursor: pointer;
}
.vbutton1:active {
	background: #2a4b8d;
	border-color: #2a4b8d;
	box-shadow: none;
}
.vbutton1:focus {
	box-shadow: inset 0 0 0 1px #36c,inset 0 0 0 2px #fff;
	background-color: #36c;
	border-color: #36c;
}
.vbutton2 {
	background-color: #f8f9fa;
	border: 1px solid #a2a9b1;
	color: #222;
}
.vbutton2:hover {
	background: #fff;
	border: 1px solid #a2a9b1;
	color: #444;
	text-decoration: none;
}
.vbutton2:active {
	background-color: #c8ccd1;
	color: #000;
	border-color: #72777d;
	box-shadow: none;
}
.vbutton2:focus {
	border-color: #36c;
	box-shadow: inset 0 0 0 1px #36c;
}
/* Move edit sidebar under the form and add styles. With the left sidebar in place,
 * the form becomes quite narrow.
 */
.skin-vector .EditPageMain {
	float: none;
}
.skin-vector .EditPageRail {
    border-radius: 0 0 2px 2px;
	background-color: #eaecf0;
	color: #222;
	border: 1px solid #c8ccd1;
	border-top: 0;
	padding: 1em 1em 1.5em 1em;
	margin-bottom: 2em;
	width: auto;
	float: none;
	box-shadow: none;
}
.skin-vector .editpage-widemode-trigger {
	display: none !important;
}
.skin-vector .EditPage .module > .module_content,
.skin-vector .EditPage .module > h3 {
	background: none;
}
.skin-vector .EditPage .EditPageMain .EditPageMainContainer {
	margin: 0;
}
.skin-vector .EditPage #wpSummary {
	width: 100%;
	height: auto;
	padding: 0.5em;
	font-size: inherit;
	margin: 0;
}
.skin-vector .preview-header {
	display: none;
}
.skin-vector .EditPage {
	background: none;
}
.skin-vector .EditPageRail .rail-auto-height > * {
	width: auto;
}
.skin-vector .EditPageEditorWrapper {
	padding: 0 !important;
}
.skin-vector .EditPageEditor {
	margin: 0;
}
.skin-vector .buttons .wikia-menu-button {
	display: none; /* drop arrow */
}
.skin-vector .EditPage .module_page_controls label[for="wpSummary"] {
	font-size: inherit;
}
.skin-vector .EditPage .module_page_controls .checkboxes {
	float: none;
	line-height: inherit;
}
.skin-vector .EditPage .module_page_controls .checkboxes > label {
	font-size: inherit;
	margin: 0;
}
.skin-vector #wpSummaryLabel {
	margin-bottom: 1em;
}
.skin-vector .EditPage .module > .module_content {
	padding: 0;
}
/* Minor edit checkbox */
.skin-vector .EditPage .module_page_controls label[for="wpSummary"].wpSummary_canMinorEdit {
	margin: 0;
	padding-bottom: 0.3em;
}
.skin-vector .wpMinoredit > span {
	display: inline-block;
	position: relative;
	line-height: 1.42857143em;
	white-space: nowrap;
}
.skin-vector #wpMinoredit {
	cursor: pointer;
	position: relative;
	max-width: none;
	width: 1.42857143em;
	height: 1.42857143em;
	margin: 0;
	opacity: 0;
	z-index: 1;
	left: 0;
}
.skin-vector #wpMinoredit + span {
	cursor: pointer;
	-webkit-transition: background-color 100ms,border-color 100ms,box-shadow 100ms;
	-moz-transition: background-color 100ms,border-color 100ms,box-shadow 100ms;
	transition: background-color 100ms,border-color 100ms,box-shadow 100ms;
	background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Cg fill=%22%23fff%22%3E%3Ctitle xmlns:default=%22http://www.w3.org/2000/svg%22%3Echeck%3C/title%3E%3Cpath xmlns:default=%22http://www.w3.org/2000/svg%22 d=%22M7 14.17L2.83 10l-1.41 1.41L7 17 19 5l-1.41-1.42L7 14.17z%22/%3E%3C/g%3E%3C/svg%3E");
	background-color: #fff;
	background-size: 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 1.42857143em;
	height: 1.42857143em;
	border: 1px solid #72777d;
	border-radius: 2px;
	min-width: 20px;
	min-height: 20px;
	background-position: center center;
	background-repeat: no-repeat;
}
.skin-vector #wpMinoredit:hover + span {
	border-color: #36c;
}
.skin-vector #wpMinoredit:active + span {
	background-color: #2a4b8d;
	border-color: #2a4b8d;
	box-shadow: inset 0 0 0 1px #2a4b8d;
}
.skin-vector #wpMinoredit:focus + span {
	border-color: #36c;
	box-shadow: inset 0 0 0 1px #36c;
}
.skin-vector #wpMinoredit:checked + span {
	background-color: #36c;
	border-color: #36c;
	background-size: 1em 1em;
}
.skin-vector #wpMinoredit:checked:hover + span {
	background-color: #447ff5;
	border-color: #447ff5;
}
.skin-vector #wpMinoredit:checked:focus + span {
	background-color: #36c;
	border-color: #36c;
	box-shadow: inset 0 0 0 1px #36c,inset 0 0 0 2px #fff;
}
.skin-vector #wpMinoredit:checked:active + span {
	background-color: #2a4b8d;
	border-color: #2a4b8d;
	box-shadow: inset 0 0 0 1px #2a4b8d;
}
.skin-vector .wpMinoredit > span:last-child {
	padding-left: 0.4em;
}
/* copyright warning and "commies" image */
.skin-vector .mw-editTools {
	display: inherit;
	font-size: 0.9em;
	line-height: 1.26;
}
/* gray border */
.skin-vector .EditPageMain {
	border: 1px solid #c8ccd1;
}
.skin-vector .EditPageEditor.noFooter .editpage-editarea {
	border: 0;
}
.skin-vector .EditPage {
	overflow: inherit;
}
/* "You are editing an old revision" warning. In this case the classes are not specific to Fake Vector JS,
 * but the arrangement is.
 */
.EditPage > .editpage-notices-html p {
	border: 1px solid #bb7070;
	background-color: #ffdbdb;
	clear: both;
	margin: 0.2em 0;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 0.25em 0.9em;
}

/* notifications bell position */
.skin-vector #onSiteNotificationsDropdown::before {
	top: 0;
	left: 0;
}

/* Pythoncoder's bugfixes */
body.skin-oasis {
    background: #f6f6f6 !important;
}
#ShareEntryPoint,
a[href="#WikiaArticleComments"],
#WikiaArticleComments,
.category-page__trending-pages-header,
.category-page__trending-pages,
.category-page__trending-page,
.toolbar,
#WikiaNotifications {
    display: none !important;
}

/* table.diff, 
td.diff-otitle, 
td.diff-ntitle,
td.diff-context {
    background-color: white;
}

td.diff-addedline {
    border-color: #80c0ff;
}

td.diff-deletedline {
    border-color: #ff8080;
}

td.diff-addedline .diffchange {
    background: #80c0ff;
}

td.diff-deletedline .diffchange {
    background: #ff8080;
} */

.wds-dropdown::after, .wds-dropdown::before {
  content: initial !important;
}
#ca-edit a {
  font-weight: normal !important;
}

/* Hide the footer for the time being as it currently obscures the page */
footer {
	display: none !important;
}
Advertisement