MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Lost Dreams Of Tomorrow Wiki
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Keine Bearbeitungszusammenfassung
 
(65 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
#searchButton svg {
    fill: white;
}
#searchButton, #mw-searchButton {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    right: 1.5em;
    width: 2.5em;
    height: 2.5em;
    text-indent: -99999px;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/https://lostdreamsoftomorrow.wiki/images/resources/search.svg);
    background-position: center 40%;
    box-shadow: none;
}
/* === DARK MODE FORCED === */
html,
body {
    background: #0a0a0a !important;
    color: #ededed !important;
}


#mw-page-base,
#mw-head-base,
#mw-wrapper,
#mw-content-container,
.mw-body,
#content {
    background: #0a0a0a !important;
    color: #ededed !important;
}


/* Sidebar */
#mw-site-navigation,
#mw-related-navigation {
    background: #171717 !important;
}


/* Content Container */
#mw-content-text {
    background: #171717 !important;
    padding: 2rem !important;
    border-radius: 8px !important;
    border: 1px solid #262626 !important;
}








/* Ab hier ende  */


/* Footer */
#footer-poweredbyico,
#footer-copyrightico {
    display: none !important;
}
.color-middle {
    height: 0.35em;
    background: #9d0000;
    margin-left: 15em;
    margin-right: 17em;
}


.color-left {
/*----------------------------------------- MediaWiki Base Change  --------------------------------------*/
    height: 0.35em;
/* Aggressiveres Override für alle Container */
    background: #9d0000;
.mw-parser-output,
    width: 50%;
.mw-body,
    float: left;
.mw-body-content,
}
#bodyContent {
 
  background-color: #0a0a0a !important;
.color-right {
    display: inline-block;
    height: 0.35em;
    background: #9d0000;
    width: 50%;
    float: right;
}
 
 
@media screen and (min-width: 1340px) {
    #mw-related-navigation .sidebar-chunk {
        background: #171717;
        border: solid #0a0a0a;
        border-width: 1px 1px 0.2em;
        box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
        padding: 1.5em 1.5em 0;
        margin: 1em 0;
        line-height: 1.125;
        word-wrap: break-word;
        font-size: 0.95em;
    }
}
 
 
 
 
 
 
@media screen and (min-width: 1340px) {
    #mw-site-navigation .sidebar-chunk {
        background: #171717;
        border: solid #0a0a0a;
        border-width: 1px 1px 0.2em;
        box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
        padding: 1.5em 1.5em 0;
        margin: 1em 0;
        line-height: 1.125;
        word-wrap: break-word;
        font-size: 0.95em;
    }
}
}


#mw-content {
/* Entferne alle weißen Hintergründe */
    background: #171717;
.mainpage-container * {
    border: solid #171717;
  background-color: transparent;
    border-width: 1px 1px 0.2em;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
    background: #171717;
    padding: 1em 2em 3em;
}
}


a {
/* Entferne alle Borders von Container-Elementen */
    color: #fcfcff !important;
.mainpage-container,
.mainpage-content,
.mainpage-sidebar,
.content-section {
  border: none !important;
}
}


@media screen and (min-width: 851px) {
.sidebar-panel,
    #mw-header-container {
.landing-container,
        position: fixed;
.npc-grid-container {
        z-index: 200;
  background-color: #0a0a0a;
        top: 0;
  border: none !important; /* Keine Borders mehr */
        width: 100%;
  padding: 1em;
        background: #171717;
        color: #171717;
        padding: 0.5em 0 0;
        min-height: 3.125em;
        box-sizing: border-box;
    }
}
}

Aktuelle Version vom 12. Januar 2026, 01:16 Uhr









/*----------------------------------------- MediaWiki Base Change  --------------------------------------*/
/* Aggressiveres Override für alle Container */
.mw-parser-output,
.mw-body,
.mw-body-content,
#bodyContent {
  background-color: #0a0a0a !important;
}

/* Entferne alle weißen Hintergründe */
.mainpage-container * {
  background-color: transparent;
}

/* Entferne alle Borders von Container-Elementen */
.mainpage-container,
.mainpage-content,
.mainpage-sidebar,
.content-section {
  border: none !important;
}

.sidebar-panel,
.landing-container,
.npc-grid-container {
  background-color: #0a0a0a;
  border: none !important; /* Keine Borders mehr */
  padding: 1em;
}