MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Aus Lost Dreams Of Tomorrow Wiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 21: Zeile 21:
/* Seitenhintergrund (Bild) */
/* Seitenhintergrund (Bild) */
#mw-content-container {
#mw-content-container {
background: #000000;
    background-color: #000000; /* Fallback, falls Bild nicht geladen wird */
     border-bottom: none;
     border-bottom: none;
     background-image: url(/images/resources/Background.png);
     background-image: url(/images/resources/Background.png);
     background-repeat: no-repeat;
     background-repeat: no-repeat;
    background-position: center top;  /* Position des Bildes */
    background-attachment: fixed;      /* FIXED: bleibt an Ort beim Scrollen */
    background-size: cover;            /* Bild passt sich der Bildschirmgröße an */
}
}



Version vom 11. Januar 2026, 04:46 Uhr

body {
    background: #000000;
	color: #fff;
}

/*Maximal Breite benutzen Bildschirm*/
@media screen and (min-width: 851px) {
  .ts-inner {
    max-width: None;
  }
}

/* Logo oben Links Timeless */
#p-banner img {
    content: url("/images/resources/TopLeftLogo.png");
    width: 155px;
    height: auto;
    display: block;
}
/* BG Timeless */
/* Seitenhintergrund (Bild) */
#mw-content-container {
    background-color: #000000; /* Fallback, falls Bild nicht geladen wird */
    border-bottom: none;

    background-image: url(/images/resources/Background.png);
    background-repeat: no-repeat;
    background-position: center top;   /* Position des Bildes */
    background-attachment: fixed;      /* FIXED: bleibt an Ort beim Scrollen */
    background-size: cover;            /* Bild passt sich der Bildschirmgröße an */
}

/* Transparent damit BG durch kann */
.mw-body, #content {
    background: none;
}
#mw-content {
     background: none;
     border: none;
}
#mw-content {
    background: none;
}


/* Content Box Transparent -> Inhalt jeder Page */
#mw-content-text {
    background: Transparent;
}

/* CSS an dieser Stelle wird für Benutzer geladen, die die Benutzeroberfläche „Timeless“ verwenden */


/* Left Sidebar */
@media screen and (min-width: 1340px) {
    #mw-site-navigation .sidebar-chunk label, #mw-site-navigation .sidebar-chunk h3 {
        font-weight: normal;
        font-size: 1em;
        margin: 0.25em 0 0.75em 0;
        padding-bottom: 0.15em;
        border-bottom: none;
        display: block;
        color: white;
    }
}


@media screen and (min-width: 1340px) {
    #mw-site-navigation .sidebar-chunk {
        background: rgba(23, 23, 23, 0.96);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border: 1px solid rgba(23, 23, 23, 0.43);
        padding: 1.5em 1.5em 0;
        margin: 1em 0;
        line-height: 1.125;
        word-wrap: break-word;
        font-size: 0.95em;
    }
}


/* Right Sidebar */
@media screen and (min-width: 1340px) {
    #mw-related-navigation .sidebar-chunk label, #mw-related-navigation .sidebar-chunk h3 {
        font-weight: normal;
        font-size: 1em;
        margin: 0.25em 0 0.75em 0;
        padding-bottom: 0.15em;
        border-bottom: none;
        display: block;
        color: white;
    }
}



@media screen and (min-width: 1340px) {
    #mw-related-navigation .sidebar-chunk {
        background: rgba(23, 23, 23, 0.96);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border: 1px solid rgba(23, 23, 23, 0.43);
        padding: 1.5em 1.5em 0;
        margin: 1em 0;
        line-height: 1.125;
        word-wrap: break-word;
        font-size: 0.95em;
    }
}
/* Header */
@media screen and (min-width: 851px) {
    #mw-header-container {
        background: #000000;
    }
}

#searchInput {
    background: #000000d6;
    color: white;
}

.mw-footer-container a {
    /* color: #dbeaff; */
    display: none;
}

.mw-footer-container {
    border-top: solid 1px #54595d;
    box-shadow: inset 0 7px 2px -4px rgba(0, 0, 0, 0.1);
    color: #fff;
    background-color: #161616;
}

#mw-content-container {
    background: #000000;
    border-bottom: none; /* Linie zum Footer*/
    background-image: url(/images/resources/Background.png);
    background-repeat: no-repeat;
}


#mw-content {
    background: #161616;
}

/*Header */
.color-left {
    background: #161616;
}
.color-right {
    background: #161616;
}
.color-middle-container {
   display: none;
}


/*Links texte usw im Main Menu */

.mw-body .mw-heading1, .mw-body h1 {
    font-size: 2em;
    color: white;
    border-bottom: solid 3px #c8ccd1;
}

.tools-inline li.selected a {
    color: #ffffff;
}

a.new, .new a {
    color: #ffffff;
}

a.new:visited, .new a:visited {
    color: #ffffff;
}

a:visited {
    color: #ffffff;
}

a:visited {
    color: #ffffff;
}
a.new {
    color: #ffffff;
}
a.new {
    color: #ffffff;
}
a {
    text-decoration: none;
    color: #ffffff;
}

.mw-body h1.firstHeading {
    margin: 0.25em 0 0.5em;
    border-bottom: solid 4px #9f9f9f;
    display: block;
}

.tools-inline li.selected {
    border-bottom-color: #afafaf;
}







/*--------------------- Sidebar Expand JS now CSS-----------------------*/
/* Sidebar Collapsible Styling */
.sidebar-collapsible {
    cursor: pointer;
    user-select: none;
    position: relative;
    padding-left: 20px;
}

.sidebar-collapsible:before {
    content: '▼';
    position: absolute;
    left: 5px;
    transition: transform 0.2s;
}

.sidebar-collapsible.closed:before {
    transform: rotate(-90deg);
}

.sidebar-collapsible:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

#sidebar-collapsible-toggle {
    cursor: pointer;
    padding: 8px;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
}

#sidebar-collapsible-toggle:hover {
    background-color: rgba(255, 255, 255, 0.1);
}