MediaWiki:Print.css

Aus Open Source Ecology - Germany
Version vom 15. März 2021, 19:56 Uhr von Andreas Plank (Diskussion | Beiträge) (für Vorlage:Literatur +CSS .Stichwort-Liste-sehr-lang; siehe auch MediaWiki:Common.css)
Zur Navigation springen Zur Suche springen

Hinweis: Leere nach dem Speichern 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
  • Internet Explorer: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Gehe zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
/* Das folgende CSS wird in der Druckausgabe geladen. */

#mw-content-text ul {
  padding-left: 1em
}

div.endash-list ul {
  padding-left: 0em!important;
}

div.latex-style-list > ul {
  padding-left: 1em!important;
}
div.latex-style-list ul li ul {
  padding-left: 0em!important;
}
dl dd { margin-left: 1.5em; }

div.endash-list ul,
ul.endash {
    list-style-type: none;
    list-style-image:none;
    margin:0.3em 0 0 1em;
}

div.endash-list ul li:before, 
ul.endash li:before {
  content: '\2013';
  position: absolute;
  margin-left:-15px;
}
/* lists having LaTeX style: bullet, ndash, asterisk, cdot */
div.latex-style-list ul ul,
ul.latex-style-list ul
 {
    list-style-type: none;
    list-style-image:none;
    margin:0.3em 0 0 1em;
}

div.latex-style-list ul li ul li:before, 
ul.latex-style-list li ul li:before {
  content: '\2013'; /* endash – */
  position: absolute;
  margin-left:-15px;
}
div.latex-style-list ul li ul li ul li:before, 
ul.latex-style-list li ul li ul li:before {
  content: '\2217'; /* asterisk *  */
  position: absolute;
  margin-left:-15px;
}

div.latex-style-list ul li ul li ul li ul li:before, 
ul.latex-style-list li ul li ul li ul li:before {
  content: '\22C5'; /*  sdot ⋅  */
  position: absolute;
  margin-left:-15px;
}

/* make table of contents more compact (2nd level is floating inline) */
.toc-compact #toc > .toctitle { text-align:center; }
.toc-compact #toc { max-width:300px }
.toc-compact #toc li.toclevel-1 li.toclevel-2 { float:left; display:inline; margin-left:0.5em}
.toc-compact #toc li.toclevel-1 {clear:left;}
.toc-compact #toc li.toclevel-1 > a .tocnumber {font-weight:bold;}
.toc-compact #toc > ul {
  list-style-type:none;
  padding-left:0.5em;
}
.toc-compact #toc > ul > li > ul {
  list-style-type:none;
  padding-left:0.5em;
}
.toc-compact #toc > ul > li > ul > li > ul {
  list-style-type:none;
  padding-left:0.5em;
}

/* normal #toc more compact, less padding left */
#toc > ul
{
  list-style-image: none;
  list-style-type: none;
  padding-left:0.5em;
}

#toc > ul li ul
{
  list-style-image: none;
  list-style-type: none;
  padding-left:1em;
}
#toc > ul li ul li ul
{
  list-style-image: none;
  list-style-type: none;
  padding-left:1.5em;
}

/* fix thumbs */
.thumbinner, img.thumbimage {border-radius:0px}
.thumbcaption { word-wrap:break-word }

/* maps OpenLayer: zoom, map switcher */
div.olControlPanZoomBar.olControlNoSelect,
div.olControlLayerSwitcher.olControlNoSelect {
    display:none;
}

.hide-css-generated-local-url a[href^="https://offene-naturfuehrer.de"].external.text:after,
  .hide-css-generated-local-url a[href^="http://offene-naturfuehrer.de"].external.text:after, 
  .hide-css-generated-local-url a.external.text:after,
  .hide-css-generated-local-url a.external.autonumber:after,
  .hide-css-generated-local-url a.external.text[href^='//']:after,
  .hide-css-generated-local-url a.external.autonumber[href^='//']:after
 {  content: "";  }

/* [[Vorlage:Literatur]] siehe auch [[MediaWiki:Common.css]] */
  .Stichwort-Liste-sehr-lang {
      overflow-y: initial;
      max-height: initial;
      border: initial;
      padding: initial;
      display: inline!important;
  }