MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Aus NordhausenWiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(70 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Don't display some stuff on the main page */
/*
.page-Main_Page #deleteconfirm,
* Koordinaten und diverse andere Anzeigen oben rechts, siehe
.page-Main_Page #t-cite,
* [[:Kategorie:Vorlage:mit Seitenindikator#Textelemente]].
.page-Main_Page #footer-info-lastmod,
* Beachte, dass diese Elemente im Wikitext an beliebigen Stellen auftreten und
.action-view.page-Main_Page #siteSub,
* deshalb allerhand Eigenschaften erben können. Das gilt insbesondere für die
.action-view.page-Main_Page #contentSub,
* Schriftgröße.
.action-view.page-Main_Page .firstHeading {
* Der folgende Darstellungsfehler ist bekannt: Wenn die Fensterbreite kleiner
display: none !important;
* als 982px ist und die Schriftgröße des Wurzelelements wie üblich 16px ist,
* überlappen sich die 17px hohen Icons der Gadgets „WikiMiniAtlas“ und
* „OpenStreetMap“ mit der SiteNotice.
*/
#mw-content-text #coordinates,
#mw-content-text #editcount,
#mw-content-text #shortcut,
body.ns-special #mw-content-text .specialpage-helplink {
    display: block;
    font-size: x-small;
    line-height: 1.5;
    position: absolute;
    right: 1.6em;
    text-align: right;
    text-indent: 0;
    top: 2em;
    white-space: nowrap;
}
}


/* Position coordinates */
@media screen and (min-width: 982px) {
#coordinates {
    #mw-content-text #coordinates,
position: absolute;
    #mw-content-text #editcount,
top: 6.5em;
    #mw-content-text #shortcut,
right: 3em;
    body.ns-special #mw-content-text .specialpage-helplink {
float: right;
        right: 2.4em;
margin: 0;
    }
padding: 0;
line-height: 1.5em;
text-align: right;
text-indent: 0;
font-size: 85%;
text-transform: none;
white-space: nowrap;
}
}
/* correct position for VE */
 
.ve-ce-surface-enabled #coordinates {
 
margin-top: -13em;
/* ============================================== */
/* Jetzt kommt das Special-CSS von NordhausenWiki. */
/* ============================================== */
 
@media screen and (min-width: 1100px) {
   
    /* Revised sidebar */
    .sidebar-chunk {
        background: #ffffff !important;
        border-color: #ffffff !important;
    }
   
    .sidebar-chunk h3 {
        border-bottom-color: #EFEFEF !important;
    }
}
}
/* mobile: hide coordinates until we find a better spot */
 
@media screen and ( max-width: 719px ) {
/* Masthead fix */
#coordinates {
.nw-masthead-title h2::after {
display: none;
    border-bottom: none !important;
}
}
}
/* T161423 */
.nw-masthead-contents {
.infobox {
    column-width: 9.125rem;
border-collapse: separate;
}
}


/* T173151 */
/* Disable mobile link for Timeless only, and nowhere else */
.mw-changeslist-legend dt {
.nw-masthead-mlink {
margin: 0 0.5em 0 0 !important;
    display: none;
}
}


/* ============================================== */
/* Frame title fix */
/* Und hier kommen NordhausenWiki's special CSS rules. */
.nw-portal-frame h2 {
/* #efefef = Hintergrund; #006699 = Rahmen */
    border-bottom: 3px solid #000000 !important; /* Beispielhafte Farbe hinzugefügt */
/* ============================================== */
}
.nw-portal-frame h2::after {
    border-bottom: none !important;
}
 
/* Linie oben */
.color-left,
.color-middle,
.color-right {
    background-color: #EFEFEF;
}


@media screen and (min-width:1100px) {
/* Strich Überschrift */
#mw-content-container,
/* Remove duplicate logo */
.mw-body h1.firstHeading,
#p-logo-text {display: none;}
.tools-inline li.selected {
    border-bottom-color: #00669d;
/* Revised sidebar */
.sidebar-chunk {
background  : #ffffff !important;
border-color: #000000 !important;
}
.sidebar-chunk h3 {
border-bottom-color: #000000 !important;
}
}
}


/* Disable mobile link for Timeless only, and nowhere else */
/* Margin fixes */
.ns-masthead-mlink {display: none;}
.mw-indicators {
    margin: 0.25em 0 0 0;
}
.mw-dismissable-notice-close {
    margin: 0em 1.25em;
}


/* Custom borders */
/* Revised background */
.color-left, .color-middle, .color-right {background-color: #ffffff;}
body {
#mw-content-container {border-bottom-color: #ffffff;}
    background: #272a33 !important;
}
#mw-content {
    border-color: #ffffff !important;
}
#mw-content-container {
    background: #f9f9f8;
    background-image: none;
}


/* Margin fix */
/* Website title text */
.mw-indicators {margin: 0.25em 0 0 0;}


/* Revised background */
/* Anzeige des Titels standardmäßig */
body                  {background  : #333333 !important;}
#p-logo-text a {
#mw-content          {border-color: #efefef !important;}
    display: block;
#mw-content-container {background  : #efefef;          }
}


.mw-cookiewarning-container {
/* Titel nur bei größeren Bildschirmgrößen ausblenden */
    top: auto;
@media screen and (min-width: 1150px) {
     bottom: 0;
    #p-logo-text a {
        display: none;
     }
}
}

Aktuelle Version vom 16. Oktober 2024, 08:06 Uhr

/*
 * Koordinaten und diverse andere Anzeigen oben rechts, siehe
 * [[:Kategorie:Vorlage:mit Seitenindikator#Textelemente]].
 * Beachte, dass diese Elemente im Wikitext an beliebigen Stellen auftreten und
 * deshalb allerhand Eigenschaften erben können. Das gilt insbesondere für die
 * Schriftgröße.
 * Der folgende Darstellungsfehler ist bekannt: Wenn die Fensterbreite kleiner
 * als 982px ist und die Schriftgröße des Wurzelelements wie üblich 16px ist,
 * überlappen sich die 17px hohen Icons der Gadgets „WikiMiniAtlas“ und
 * „OpenStreetMap“ mit der SiteNotice.
 */
#mw-content-text #coordinates,
#mw-content-text #editcount,
#mw-content-text #shortcut,
body.ns-special #mw-content-text .specialpage-helplink {
    display: block;
    font-size: x-small;
    line-height: 1.5;
    position: absolute;
    right: 1.6em;
    text-align: right;
    text-indent: 0;
    top: 2em;
    white-space: nowrap;
}

@media screen and (min-width: 982px) {
    #mw-content-text #coordinates,
    #mw-content-text #editcount,
    #mw-content-text #shortcut,
    body.ns-special #mw-content-text .specialpage-helplink {
        right: 2.4em;
    }
}


/* ============================================== */
/* Jetzt kommt das Special-CSS von NordhausenWiki. */
/* ============================================== */

@media screen and (min-width: 1100px) {
    
    /* Revised sidebar */
    .sidebar-chunk {
        background: #ffffff !important;
        border-color: #ffffff !important;
    }
    
    .sidebar-chunk h3 {
        border-bottom-color: #EFEFEF !important;
    }
}

/* Masthead fix */
.nw-masthead-title h2::after {
    border-bottom: none !important;
}
.nw-masthead-contents {
    column-width: 9.125rem;
}

/* Disable mobile link for Timeless only, and nowhere else */
.nw-masthead-mlink {
    display: none;
}

/* Frame title fix */
.nw-portal-frame h2 {
    border-bottom: 3px solid #000000 !important; /* Beispielhafte Farbe hinzugefügt */
}
.nw-portal-frame h2::after {
    border-bottom: none !important;
}

/* Linie oben */
.color-left,
.color-middle,
.color-right {
    background-color: #EFEFEF;
}

/* Strich Überschrift */
#mw-content-container,
.mw-body h1.firstHeading,
.tools-inline li.selected {
    border-bottom-color: #00669d;
}

/* Margin fixes */
.mw-indicators {
    margin: 0.25em 0 0 0;
}
.mw-dismissable-notice-close {
    margin: 0em 1.25em;
}

/* Revised background */
body {
    background: #272a33 !important;
}
#mw-content {
    border-color: #ffffff !important;
}
#mw-content-container {
    background: #f9f9f8;
    background-image: none;
}

/* Website title text */

/* Anzeige des Titels standardmäßig */
#p-logo-text a {
    display: block;
}

/* Titel nur bei größeren Bildschirmgrößen ausblenden */
@media screen and (min-width: 1150px) {
    #p-logo-text a {
        display: none;
    }
}