MediaWiki:Timeless.css

Aus Lost Dreams Of Tomorrow Wiki

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
/* Hintergrund fixieren auf gesamte Seite */
html, body {
    height: 100%;
}

/* 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 */
}
/*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;
}

/* 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: 0px;
        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 {
    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 */
@media screen and (min-width: 1340px) {
  #mw-site-navigation .sidebar-chunk {
    background: rgba(23,23,23,0.96);
    border-radius: none;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(23,23,23,0.43);
    box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
    padding: 1.5em 1.5em 0;
    margin: 1em 0;
    line-height: 2;
    word-wrap: break-word;
    font-size: 0.95em;
  }

/*Logo Style*/
.mw-wiki-logo img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border: 1px solid #191924;
  border-radius: 0.25rem;
}
img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
/*Logo Text */
@media screen {
  #p-logo-text a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif;
    font-variant: small-caps;
    font-size: 1.85em;
  }
}


/*--------------------- 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);
}