MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Aus NordhausenWiki
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Zeile 14: Zeile 14:
#mw-content-text #shortcut,
#mw-content-text #shortcut,
body.ns-special #mw-content-text .specialpage-helplink {
body.ns-special #mw-content-text .specialpage-helplink {
display: block;
    display: block;
font-size: x-small;
    font-size: x-small;
line-height: 1.5;
    line-height: 1.5;
position: absolute;
    position: absolute;
right: 1.6em;
    right: 1.6em;
text-align: right;
    text-align: right;
text-indent: 0;
    text-indent: 0;
top:2em;
    top: 2em;
white-space: nowrap;
    white-space: nowrap;
}
}
@media screen and (min-width: 982px) {
@media screen and (min-width: 982px) {
#mw-content-text #coordinates,
    #mw-content-text #coordinates,
#mw-content-text #editcount,
    #mw-content-text #editcount,
#mw-content-text #shortcut,
    #mw-content-text #shortcut,
body.ns-special #mw-content-text .specialpage-helplink {
    body.ns-special #mw-content-text .specialpage-helplink {
right: 2.4em;
        right: 2.4em;
}
    }
}
}


/* ============================================== */
/* ============================================== */
Zeile 39: Zeile 38:


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


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


Zeile 70: Zeile 67:
.mw-body h1.firstHeading,
.mw-body h1.firstHeading,
.tools-inline li.selected {
.tools-inline li.selected {
border-bottom-color: #00669d;
    border-bottom-color: #00669d;
}
}


Zeile 78: Zeile 75:


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


/* Website title text */
/* Website title text */
@media screen and (max-width: 1150px) {
@media screen and (max-width: 1150px) {
#p-logo-text a {
    #p-logo-text a {
         display: none;
         display: none;
}
    }
}
}


/* Website title text */
/* Website title text */
@media screen and (min-width: 1149px) {
@media screen and (min-width: 1149px) {
#p-logo-text a {
    #p-logo-text a {
         display: none;
         display: none;
}
    }
}
}


/* Hintergrundfarbe für Artikel in der Kategorie "Quellentexte" */
/* Hintergrundfarbe für Artikel in der Kategorie "Quellentexte" */
body.category-Quellentexte {
body.category-Quellentexte #mw-content-container {
     background-color: #f0f8ff; /* AliceBlue */
     background-color: #f0f8ff !important; /* AliceBlue */
}
}

Version vom 15. Oktober 2024, 20:44 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 # !important;}
.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; }
#mw-content-container { background-image: none; }

/* Website title text */
@media screen and (max-width: 1150px) {
    #p-logo-text a {
        display: none;
    }
}

/* Website title text */
@media screen and (min-width: 1149px) {
    #p-logo-text a {
        display: none;
    }
}

/* Hintergrundfarbe für Artikel in der Kategorie "Quellentexte" */
body.category-Quellentexte #mw-content-container {
    background-color: #f0f8ff !important; /* AliceBlue */
}