Community Central
Community Central

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

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:NoCustomCursors.css&only=styles";

/*WikiEditor
.ve-oasis-header,
#editpage-copywarn,
#editform > div.mw-editTools > p:first-child,
#editpage-specialchars > hr, #edittools_characters,
.is-edit #userProfileApp,
.is-edit #WikiaRail {
    display: none;
}
.is-edit .article-with-rail .WikiaMainContent {
    width: 100%;
}
.is-edit .article-with-rail .WikiaRail {
    width: 0;
	margin-left: 0;
}
.WikiaPageContentWrapper.is-edit {
	width: 1170px;
	border: 2px solid grey;
	position: absolute;
	left: 1px;
	top: 57px;
}
.WikiaPageContentWrapper .mw-editform .wikiEditor-ui-text>#wpTextbox1,
.WikiaPageContentWrapper.is-edit .CodeMirror.cm-s-default.CodeMirror-wrap.ui-resizable {
	height: auto !important;
	max-height: none !important;
	min-height: 400px !important;
}
.editOptions {
	background-color: white;
	border: 2px solid grey;
	color: black;
	height: 210px;
	padding: 10px;
	position: fixed;
	right: 2px;
	top: 105px;
	width: 295px;
}
.templatesUsed {
	background-color: white;
	border: 2px solid grey;
	color: black;
	font-size: 12px;
	height: 165px;
	overflow-y: scroll;
	padding: 5px;
	position: fixed;
	right: 2px;
	top: 345px;
	width: 305px;
}
.is-edit #editpage-specialchars {
	background-color: white;
	border: 2px solid grey;
	color: black;
	font-size: 11px;
	height: 160px;
	overflow-y: auto;
	padding: 10px;
	position: fixed;
	right: 2px;
	top: 525px;
	width: 315px;
}
.mw-editTools {
	font-size: 0;
}
#edittools_name,
.mw-templatesUsedExplanation.mw-editfooter-toggler.mw-icon-arrow-collapsed {
	display: none;
}
.mw-editfooter-list.mw-collapsible.mw-made-collapsible {
	display: inline !important;
}
*/
/* Clean-up */
.wds-global-navigation__partner-slot,
.wds-global-navigation__start-a-wiki,
.wds-global-navigation__links,
.wds-global-navigation__logo,
.wds-banner-notification__container,
#mw-clearyourcache,
#ShareEntryPoint,
#ca-ve-edit,
.wikia-ad,
.mw-changeslist-legend,
.ve-init-mw-desktopArticleTarget-originalContent .ve-init-mw-desktopArticleTarget-title,
.is-edit .mw-warning-with-logexcerpt,
.mw-editsection-visualeditor,
.mw-editsection-divider,
#backtotop {
	display: none !important;
}

/* Bigger search and custom random and Rc buttons in global nav */
@media only screen and (min-width:1300px) {
	.wds-global-navigation__search-container {
		width: 850px;
	}
}
.wds-global-navigation.wds-is-wikia-org .wds-global-navigation__content-bar-right,
.wds-global-navigation.wds-has-partner-slot .wds-global-navigation__content-bar-right,
.wds-global-navigation__content-bar-right {
    margin-right: 235px;
}
.wds-button.gerrithnavbuttons {
    border-color: #00d6d6;
    color: #00d6d6;
	box-sizing: border-box;
	height: 53px;
	position: fixed;
	top: 1px;
	z-index: 10000000;
}
#customRCButton {
	right: 248px;
}
#customRandomButton {
	right: 155px;
}
#customMyContribsButton {
	right: 396px;
}
.wds-button.wds-is-secondary.gerrithnavbuttons:hover {
    border-color: #fff;
    color: #fff;
}
@media only screen and (max-width:800px) {
.wds-button.wds-is-secondary.gerrithnavbuttons {
background-color: #000;
}
#customRCButton {
left: 240px;
top: 38px;
width: 30%;
}
#customRandomButton {
left: 10px;
top: 38px;
width: 30%;
}
}
/* Wiki name and cityID in Nav */
.nav-wikidata {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-flex-align: center;
    align-items: center;
    display: flex;
    font-size: 13px;
    justify-content: center;
    max-width: 350px;
    word-break: break-all;
    background-color: #ddd;
    color: #222;
	box-sizing: border-box;
	height: 53px;
	right: 520px;
	position: fixed;
	top: 1px;
	z-index: 10000000;
}
/* Special buttons on S:Contribs */
.mw-contributions-user-tools a[href *=":LookupUser"],
.mw-contributions-user-tools a[href *=":MultiLookup"] {
	background: green;
	color: white;
	padding: 2px;
}
.mw-contributions-user-tools a[href *="Spezial:Benutzerrechte"],
.mw-contributions-user-tools a[href *="Special:UserRights"] {
	background: blue;
	color: white;
	font-weight: bold;
	padding: 2px;
}
#contrib-phalanxany a {
	background: darkred;
	color: white;
	padding: 2px;
}