Community Central
Community Central
No edit summary
No edit summary
Line 1: Line 1:
 
@import url("/load.php?mode=articles&articles=u:dev:MediaWiki:NoCustomCursors.css&only=styles");
 
@import url("/load.php?mode=articles&articles=u:dev:MediaWiki:NoCustomCursors.css&only=styles");
 
@import url('https://internal-vstf.fandom.com/load.php?articles=MediaWiki:NiceButtons2.css&only=styles&mode=articles');
 
@import url('https://internal-vstf.fandom.com/load.php?articles=MediaWiki:NiceButtons2.css&only=styles&mode=articles');
  +
  +
/* NiceButtons */
  +
#contentSub {
  +
display: flex;
 
width: 100%;
 
}
  +
#contentSub a {
  +
cursor: pointer !important;
 
}
  +
#contentSub #contribs-wham {
  +
order: -6;
  +
}
  +
#contentSub a[title$="Checkuser"] {
  +
background: #3DEBFD;
 
color: black;
  +
opacity: 0.65;
  +
order: -2;
  +
}
  +
#contentSub > a:nth-child(1), #contentSub > a:nth-child(2) {
  +
display: none;
  +
}
  +
#contentSub a[href*="/d/log"] {
  +
background: #3DF145;
  +
color: #111111;
  +
order: -5;
  +
}
  +
#contentSub a[href*="Gladius/Sandbox"] {
  +
display: none;
  +
}
  +
#contentSub a[href^="Spezial:Sperren/"] {
  +
background: #4060FA;
  +
color: white;
  +
order: -1;
  +
}
   
 
/* Hides VE button */
 
/* Hides VE button */
Line 109: Line 143:
 
#EditPage.EditPage:not(.editpage-sourcewidemode-off) #stdSummaries {
 
#EditPage.EditPage:not(.editpage-sourcewidemode-off) #stdSummaries {
 
display: none;
 
display: none;
}
 
 
/* FANSUN */
 
.oasis-dark-theme .mw-plusminus-pos {
 
color: lightgreen;
 
}
 
.oasis-dark-theme .mw-plusminus-neg {
 
color: pink;
 
 
}
 
}

Revision as of 10:46, 1 June 2020

@import url("/load.php?mode=articles&articles=u:dev:MediaWiki:NoCustomCursors.css&only=styles");
@import url('https://internal-vstf.fandom.com/load.php?articles=MediaWiki:NiceButtons2.css&only=styles&mode=articles');

/* NiceButtons */
#contentSub {
    display: flex;
    width: 100%;
}
#contentSub a {
    cursor: pointer !important;
}
#contentSub #contribs-wham {
    order: -6;
}
#contentSub a[title$="Checkuser"] {
    background: #3DEBFD;
    color: black;
    opacity: 0.65;
    order: -2;
}
#contentSub > a:nth-child(1), #contentSub > a:nth-child(2) {
    display: none;
}
#contentSub a[href*="/d/log"] {
    background: #3DF145;
    color: #111111;
    order: -5;
}
#contentSub a[href*="Gladius/Sandbox"] {
    display: none;
}
#contentSub a[href^="Spezial:Sperren/"] {
    background: #4060FA;
    color: white;
    order: -1;
}

/* Hides VE button */
#ca-ve-edit,
/* Hides entertainweb button in upper right corner */
.wds-global-navigation__partner-slot,
/* Hides the share button on articles */
#ShareEntryPoint,
/* Hides ads */
.wikia-ad, #WikiaTopAds,
/* Hides the recommend pages modul */
#recirculation-rail,
/* Hides the following tab in user profile tabs */
.tabs-container .tabs li[data-id="following"],
/* Hides view profile in account menu */
.wds-dropdown__content > .wds-list.wds-is-linked > li > a[data-tracking-label='account.profile'],
/* license note at the end of every page */
.license-description, .cke_license,
/* Hides upload textbox */
#uploadtext {
    display: none;
}

/* Re-style fast admin delete button and shortcuts button */
.buttonswrapper .buttons .fast-admin-delete-message,
.global-shortcuts-help-entry-point {
    font-size: 0;
}
.buttonswrapper .buttons .fast-admin-delete-message:after {
    content: "Löschen";
    font-size: 12px;
}
.global-shortcuts-help-entry-point:after {
    content: "Shortcuts";
    font-size: 12px;
}

/* Overlapping avatars in side rail */
#WikiaRail .avatars {
	z-index: 0;
}

/* the page title is way too big */
.WikiaPage .page-header__title {
    font-size: 28px;
}

/* Not created categories should be red colored */
.newcategory {
    color: #CC2200;
}

/* AjaxRedirect */
#ca-redirect,
/* PortableCSSPad */
#PortableCSSPad-wikialoader-link,
/* PortableListUsers */
#lu-link > a,
/* DiscussionsViewer */
#dpv,
/* QuickComments */
.QuickCommentsDelete, .QuickCommentsBlock {
    cursor: pointer !important;
}

/* Additon to EditConflictAlert */
#diff-modal .diff > tbody > tr > td {
    padding: 0.33em 0.5em;
}
#diff-modal .diff > tbody > tr > td.diff-marker {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.2;
    width: 2%;
}
#diff-modal .diff > tbody > tr > td.diff-addedline,
#diff-modal .diff > tbody > tr > td.diff-deletedline,
#diff-modal .diff > tbody > tr > td.diff-context {
    border-radius: 0.33em;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    font-size: 88%;
    line-height: 1.6;
    vertical-align: top;
    white-space: pre-wrap;
}
#diff-modal .diff > tbody > tr > td.diff-context {
    background-color: #f7f7f7;
    border-color: #e6e6e6;
    color: #2d2d2d;
}
#diff-modal .diff > tbody > tr > td.diff-deletedline {
    border-color: #ffe49c;
    color: #2d2d2d;
}
#diff-modal .diff > tbody > tr > td.diff-addedline {
    border-color: #a3d3ff;
    color: #2d2d2d;
}
#diff-modal .diff > tbody > tr > td.diff-addedline .diffchange {
    background: #d8ecff;
}
#diff-modal .diff > tbody > tr > td .diffchange {
    text-decoration: none;
}

/* Hide standard summaries if editor's wide mode is enabled */
#EditPage.EditPage:not(.editpage-sourcewidemode-off) #stdSummaries {
    display: none;
}