Community Central
Community Central
No edit summary
No edit summary
Line 13: Line 13:
 
--wds-dropdown-scrollable-shadow-color: black;
 
--wds-dropdown-scrollable-shadow-color: black;
 
}
 
}
.wds-global-navigation__search-toggle{
 
background-color:black;
 
color:white;
 
}
 
   
  +
.mw-highlight pre {
 
  +
background-color:black;
 
color:white;
 
}
 
 
.wds-icon {
 
.wds-icon {
 
fill: #90ee90;
 
fill: #90ee90;
Line 31: Line 25:
   
   
  +
.WikiaRail .module h3, a, abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, time, ul, var, video {
 
background-color:black;
 
}
 
.wds-global-navigation__search {
 
align-items: center;
 
color: white;
 
background:transparent;
 
display: flex;
 
height: 100%;
 
justify-content: flex-end;
 
}
 
   
   

Revision as of 06:05, 4 August 2021

@import "/load.php?mode=articles&articles=u:dev:MediaWiki:MinimalBanners.css&only=styles";\


 
.
}
.wds-global-navigation :not(.wds-community-bar__navigation)>.wds-dropdown {
    --wds-dropdown-background-color: black;
    --wds-dropdown-border-color: black;
    --wds-dropdown-text-color: white;
    --wds-dropdown-linked-item-color: #90ee90;
    --wds-dropdown-linked-item-background-color:black;
    --wds-dropdown-scrollable-shadow-color: black;
}



.wds-icon {
    fill: #90ee90;
    height: 24px;
    min-width: 24px;
    width: 24px;
}







.activity-module .edit-info {
    color:#90ee90;
    font-size: 12px;
}

.activity-module .edit-info .edit-info-user {
    color:#90ee90;
}
.wds-global-navigation__search-input {
    -webkit-appearance: none;
    background-color: black;
    border: 0;
color:white;
    box-sizing: border-box;
    color: white;
    flex: 1 1 auto;
}

.wds-global-navigation .wds-avatar {
    --wds-avatar-size: 30px;
    --wds-avatar-border-color:white;
    --wds-avatar-border-color--hover:white;
    --wds-avatar-background-color: transparent;
}
 

div.wds-global-navigation__start-a-wiki {
	display: none;
}

*/notifications/*

.wds-global-navigation__avatar-notifications-counter, .wds-global-navigation__notifications-counter {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    border-radius: 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    font-size: 10px;
    height: 18px;
    justify-content: center;
    left: -5px;
background-color:white;
    min-width: 18px;
    padding: 0 3px;
    position: absolute;
    top: 10px;
}
#notificationContainer > .wds-notification-card {
border-left: 15px solid white;
border-right: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid white;
}
@media only screen and (max-width: 1083px)
.wds-community-header__top-container {
    height: 69px;
color:white;
}
#notificationContainer > .wds-notification-card:not(.wds-is-unread) {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0 0 0 3px;
    transition: 0.3s ease 2s;
    outline: 3px solid white;
}

#notificationContainer > .wds-notification-card[data-type="message-wall-post"], 
#notificationContainer > .wds-notification-card[data-type="message-wall-reply"],
#notificationContainer > .wds-notification-card[data-type="talk-page-message"],
#notificationContainer > .wds-notification-card[data-type="thread-at-mention"] {
    border-image: linear-gradient(to top left, gray, black) 1;
}

#notificationContainer > .wds-notification-card[data-type="discussion-reply"],
#notificationContainer > .wds-notification-card[data-type="post-at-mention"],
#notificationContainer > .wds-notification-card[data-type="discussion-upvote-post"], 
#notificationContainer > .wds-notification-card[data-type="discussion-upvote-reply"] {
border-image: linear-gradient(to top left, navy, black) 1;
}

#notificationContainer > .wds-notification-card[data-type="article-comment-reply"],
#notificationContainer > .wds-notification-card[data-type="article-comment-at-mention"], 
#notificationContainer > .wds-notification-card[data-type="article-comment-reply-at-mention"] {
    border-image: linear-gradient(to top left, purple, black) 1;
}

#notificationContainer > .wds-notification-card[data-type="announcement"] {
    background: linear-gradient(to left, black, black);
}
.wds-notification-card__text {
    color: white;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.wds-notification-card__context-item {
 overflow: hidden;
color:white;
background-color:black;
}



:root {
    --theme-body-background-color: black;
    --theme-page-background-color: black;
    --theme-page-background-color--secondary: #353535;
    --theme-page-text-color: white;
    --theme-page-text-color--hover: white;
    --theme-link-color: #90ee90;
    --theme-link-color--hover: ;#add8e6
    --theme-link-label-color: white;
    --theme-accent-color: #222;
    --theme-accent-color--hover: #555555;
    --theme-accent-label-color: #ffffff;
    --theme-border-color: #4d4d4d;
    --theme-page-text-mix-color: white;
    --theme-page-accent-mix-color: #1a1a1a;
    --theme-alert-color: #e81a3f;
      --theme-alert-label: black;
    --theme-alert-color--hover: #f1778d;
    --theme-warning-color: #de5e33;
    --theme-success-color: #018c30;
       --theme-success-label: #ffffff;
    --theme-message-color: #008c8f;
    --theme-header-background-color: #333;
      --theme-header-text-color: white;
    --theme-header-text-color--hover: white;
    --theme-infobox-background-color: #171e26;
    --theme-infobox-section-header-background-color: #1f3145;
    --global-navigation-background-color: #002a32;
    --global-navigation-link-color: #90ee90;
    --oasis-article-background-color--darken-002: #0c0c0c;
    --oasis-article-background-color--darken-005: #040404;
    --oasis-article-background-color--darken-008: black;
    --oasis-article-text-mix-95: white;
    --oasis-community-background-opacity: 0.94;
    --oasis-lightbox-caption--rgb: 14,25,26;
    --oasis-europa-background-color: #1d1d1d;
    --oasis-europa-tabber-background-color: #1f1f1f;
    --oasis-europa-horizontal-group-background-color: #1e1e1e;
    --oasis-wikiabar-background-color: #3d3d3d;
    --oasis-wikiabar-text-color: white;
    --article-math-formula-filter: invert(1);
    --theme-body-dynamic-color-1: #fff;
    --theme-body-dynamic-color-1--rgb: 255,255,255;
    --theme-body-dynamic-color-2: #e6e6e6;
    --theme-body-dynamic-color-2--rgb: 230,230,230;
    --theme-page-dynamic-color-1: #fff;
    --theme-page-dynamic-color-1--rgb: 255,255,255;
    --theme-page-dynamic-color-2: #e6e6e6;
    --theme-page-dynamic-color-2--rgb: 230,230,230;
    --theme-sticky-nav-dynamic-color-1: #fff;
    --theme-sticky-nav-dynamic-color-1--rgb: 255,255,255;
    --theme-sticky-nav-dynamic-color-2: #e6e6e6;
    --theme-sticky-nav-dynamic-color-2--rgb: 230,230,230;
    --theme-link-dynamic-color-1: #0e191a;
    --theme-link-dynamic-color-1--rgb: 14,25,26;
    --theme-link-dynamic-color-2: #3a3a3a;
    --theme-link-dynamic-color-2--rgb: 58,58,58;
    --theme-accent-dynamic-color-1: #fff;
    --theme-accent-dynamic-color-1--rgb: 255,255,255;
    --theme-accent-dynamic-color-2: #e6e6e6;
    --theme-accent-dynamic-color-2--rgb: 230,230,230;
    --theme-body-background-color: #1f1f1f;
    --theme-body-background-color--rgb: 31,31,31;
    --theme-body-background-image: url();
    --theme-body-text-color: white;
    --theme-body-text-color--hover: whitw;
    --theme-sticky-nav-background-color: #1f1f1f;
    --theme-sticky-nav-text-color: #fff;
    --theme-sticky-nav-text-color--hover: whitw;
    --theme-page-background-color: #111111;
    --theme-page-background-color--secondary: #353535;
    --theme-page-text-color: white;
    --theme-page-text-color--hover: white;
    --theme-page-text-mix-color: white;
    --theme-page-text-mix-color-95: #1c1c1c;
    --theme-page-accent-mix-color: #1a1a1a;
    --theme-page-headings-font: 'Rubik';
    --theme-link-color: #90ee90;
    --theme-link-color--hover: #1b5daa;
    --theme-link-label-color: #0e191a;
    --theme-accent-color: #222222;
    --theme-accent-color--rgb: 34,34,34;
    --theme-accent-color--hover: #555555;
    --theme-accent-label-color: #fff;
    --theme-border-color: #464646;
    --theme-border-color--rgb: 70,70,70;
    --theme-alert-color: #e81a3f;
    --theme-alert-color--hover: #f1768c;
    --theme-alert-label: #fff;
    --theme-warning-color: #de5e33;
    --theme-warning-label: #0e191a;
    --theme-success-color: #018c30;
    --theme-success-label: #fff;
    --theme-message-color: #008c8f;
    --theme-message-label: #0e191a;
}