MediaWiki:Print.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(maps OpenLayer: zoom, map switcher: display none) |
(Nicht drucken: alle Abfrageformulare selbst .pf-runquery-formcontent {display:none;}) |
||
(14 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird in der Druckausgabe geladen. */ | /* Das folgende CSS wird in der Druckausgabe geladen. */ | ||
+ | |||
+ | #mw-content-text a.external, a { | ||
+ | /* links only dotted, not solid */ | ||
+ | border-bottom-style: dashed!important; | ||
+ | text-decoration:none; | ||
+ | } | ||
#mw-content-text ul { | #mw-content-text ul { | ||
Zeile 5: | Zeile 11: | ||
} | } | ||
− | div. | + | dl dd { margin-left: 1.5em; } |
− | padding-left: 0em!important; | + | /* |
− | } | + | Stichpunktelisten mit Gedankenstrich (=Halbgeviertstrich einer n-Breite –) statt Vollkreis (bullet) |
+ | siehe auch MediaWiki:Common.css | ||
+ | */ | ||
+ | div.Liste-LaTeX-Stil > ul, | ||
+ | div.latex-style-list > ul | ||
+ | { padding-left: 1em!important; } | ||
+ | div.Liste-LaTeX-Stil ul li ul, | ||
+ | div.latex-style-list ul li ul | ||
+ | { padding-left: 0em!important; } | ||
− | div. | + | div.Gedankenstrich-Liste ul, |
− | + | div.endash-list ul | |
− | + | { padding-left: 0em!important; } | |
− | div. | ||
− | padding-left: 0em!important | ||
− | |||
− | |||
+ | div.Gedankenstrich-Liste ul, | ||
+ | ul.Gedankenstrich-Liste, | ||
+ | ul.Gedankenstrich, | ||
div.endash-list ul, | div.endash-list ul, | ||
− | ul.endash { | + | ul.endash-list, |
+ | ul.endash | ||
+ | { | ||
list-style-type: none; | list-style-type: none; | ||
list-style-image:none; | list-style-image:none; | ||
margin:0.3em 0 0 1em; | margin:0.3em 0 0 1em; | ||
− | } | + | } |
+ | div.Gedankenstrich-Liste ul li:before, | ||
+ | ul.Gedankenstrich-Liste li:before, | ||
+ | ul.Gedankenstrich li:before, | ||
div.endash-list ul li:before, | div.endash-list ul li:before, | ||
− | ul.endash li:before { | + | ul.endash-list li:before, |
− | + | ul.endash li:before | |
− | + | { | |
− | + | content: '\2013'; | |
− | } | + | position: absolute; |
− | /* | + | margin-left:-15px; |
+ | } | ||
+ | |||
+ | /* Stichpunktelisten nach LaTeX Stil: Vollkreis, Halbgeviertstrich, Sternchen, Punkt */ | ||
+ | div.Liste-LaTeX-Stil ul ul, | ||
+ | ul.Liste-LaTeX-Stil ul, | ||
div.latex-style-list ul ul, | div.latex-style-list ul ul, | ||
ul.latex-style-list ul | ul.latex-style-list ul | ||
− | + | { | |
list-style-type: none; | list-style-type: none; | ||
list-style-image:none; | list-style-image:none; | ||
margin:0.3em 0 0 1em; | margin:0.3em 0 0 1em; | ||
− | } | + | } |
+ | div.Liste-LaTeX-Stil ul li ul li:before, | ||
+ | ul.Liste-LaTeX-Stil li ul li:before, | ||
div.latex-style-list ul li ul li:before, | div.latex-style-list ul li ul li:before, | ||
− | ul.latex-style-list li ul li:before { | + | ul.latex-style-list li ul li:before |
− | + | { | |
− | + | content: '\2013'; /* endash – */ | |
− | + | position: absolute; | |
− | } | + | margin-left:-15px; |
+ | } | ||
+ | div.Liste-LaTeX-Stil ul li ul li ul li:before, | ||
+ | ul.Liste-LaTeX-Stil li ul li ul li:before, | ||
div.latex-style-list ul li ul li ul li:before, | div.latex-style-list ul li ul li ul li:before, | ||
− | ul.latex-style-list 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.Liste-LaTeX-Stil ul li ul li ul li ul li:before, | ||
+ | ul.Liste-LaTeX-Stil li ul li ul li ul li:before, | ||
div.latex-style-list ul li ul li ul li ul li:before, | 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 { | + | 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) */ | /* make table of contents more compact (2nd level is floating inline) */ | ||
Zeile 98: | Zeile 130: | ||
padding-left:1.5em; | padding-left:1.5em; | ||
} | } | ||
+ | /* comact table over full width */ | ||
+ | .toc-fullwidth-compact #toc .tocnumber { display:inline; /* better display numbers for compact TOC table */ } | ||
+ | .toc-fullwidth-compact #toc .toctext { display:inline; /* was table-cell and long text came as single block below tocnumber, but it | ||
+ | should be in one line with tocnumber, to be huddled together */ } | ||
+ | .toc-fullwidth-compact #toc li.toclevel-1 > ul { margin: 0 0 0 0em!important; } | ||
+ | .toc-fullwidth-compact #toc li.toclevel-1 > ul > li { margin: 0 1em 0 0em!important; } | ||
+ | .toc-fullwidth-compact #toc li.toclevel-2 > ul { margin: 0 0 0 0em!important; } | ||
+ | .toc-fullwidth-compact #toc li.toclevel-3 > ul { margin: 0 0 0 0em!important; } | ||
+ | .toc-fullwidth-compact #toc li.toclevel-4 > ul { margin: 0 0 0 0em!important; } | ||
+ | /* frame and heading */ | ||
+ | .toc-fullwidth-compact #toc { border-left:1px dashed lightgray!important; } | ||
+ | .toc-fullwidth-compact #toc { border-right:1px dashed lightgray!important; } | ||
+ | .toc-fullwidth-compact #mw-toc-heading { margin-top:0 } | ||
/* fix thumbs */ | /* fix thumbs */ | ||
Zeile 107: | Zeile 152: | ||
div.olControlLayerSwitcher.olControlNoSelect { | div.olControlLayerSwitcher.olControlNoSelect { | ||
display:none; | display:none; | ||
+ | } | ||
+ | |||
+ | .hide-css-generated-url a[href^="https://wiki.opensourceecology.de"].external.text:after, | ||
+ | .hide-css-generated-url a[href^="http://wiki.opensourceecology.de"].external.text:after, | ||
+ | .hide-css-generated-url a.external.text:after, | ||
+ | .hide-css-generated-url a.external.autonumber:after, | ||
+ | .hide-css-generated-url a.external.text[href^='//']:after, | ||
+ | .hide-css-generated-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; | ||
+ | } | ||
+ | /* [[Vorlage:Literatur nachschlagen]] */ | ||
+ | div.Literatur-Ergebnistabelle, | ||
+ | div.Literatur-Ergebnistext { | ||
+ | max-height:unset!important; | ||
+ | overflow-y:unset!important; | ||
+ | } | ||
+ | hr.Literatur-Ergebnistext { page-break-before: always; } | ||
+ | |||
+ | /* Nicht drucken */ | ||
+ | .noprint.block { display: none; } | ||
+ | .noprint.inline-block { display: none; } | ||
+ | .noprint.inline { display: none; } | ||
+ | .pf-runquery-formcontent {display:none;} /* alle Abfrageformulare selbst */ | ||
+ | |||
+ | /* nur für Ausdruck s.a. MediaWiki:Common.css auf display:none geschaltet */ | ||
+ | .nur-ausdrucken-block { display:block; } | ||
+ | .nur-ausdrucken-in-zeile-block { display:inline-block; } | ||
+ | .nur-ausdrucken-in-zeile { display:inline; } | ||
+ | |||
+ | .ausdrucken-Frakturschrift, | ||
+ | .ausdrucken-Frakturschrift p, | ||
+ | .ausdrucken-Frakturschrift div, | ||
+ | .ausdrucken-Frakturschrift b, | ||
+ | .ausdrucken-Frakturschrift i, | ||
+ | .ausdrucken-Frakturschrift u, | ||
+ | .ausdrucken-Frakturschrift dd, | ||
+ | .ausdrucken-Frakturschrift dt, | ||
+ | .ausdrucken-Frakturschrift dl, | ||
+ | .print-German-Type-Font, | ||
+ | .print-German-Type-Font p, | ||
+ | .print-German-Type-Font div, | ||
+ | .print-German-Type-Font b, | ||
+ | .print-German-Type-Font i, | ||
+ | .print-German-Type-Font u, | ||
+ | .print-German-Type-Font dd, | ||
+ | .print-German-Type-Font dt, | ||
+ | .print-German-Type-Font dl | ||
+ | { | ||
+ | font-family: 'UnifrakturMaguntia', 'Leibniz-Fraktur', 'NeueFraktur', 'Old English Text MT'; | ||
} | } |
Aktuelle Version vom 28. September 2023, 17:30 Uhr
/* Das folgende CSS wird in der Druckausgabe geladen. */
#mw-content-text a.external, a {
/* links only dotted, not solid */
border-bottom-style: dashed!important;
text-decoration:none;
}
#mw-content-text ul {
padding-left: 1em
}
dl dd { margin-left: 1.5em; }
/*
Stichpunktelisten mit Gedankenstrich (=Halbgeviertstrich einer n-Breite –) statt Vollkreis (bullet)
siehe auch MediaWiki:Common.css
*/
div.Liste-LaTeX-Stil > ul,
div.latex-style-list > ul
{ padding-left: 1em!important; }
div.Liste-LaTeX-Stil ul li ul,
div.latex-style-list ul li ul
{ padding-left: 0em!important; }
div.Gedankenstrich-Liste ul,
div.endash-list ul
{ padding-left: 0em!important; }
div.Gedankenstrich-Liste ul,
ul.Gedankenstrich-Liste,
ul.Gedankenstrich,
div.endash-list ul,
ul.endash-list,
ul.endash
{
list-style-type: none;
list-style-image:none;
margin:0.3em 0 0 1em;
}
div.Gedankenstrich-Liste ul li:before,
ul.Gedankenstrich-Liste li:before,
ul.Gedankenstrich li:before,
div.endash-list ul li:before,
ul.endash-list li:before,
ul.endash li:before
{
content: '\2013';
position: absolute;
margin-left:-15px;
}
/* Stichpunktelisten nach LaTeX Stil: Vollkreis, Halbgeviertstrich, Sternchen, Punkt */
div.Liste-LaTeX-Stil ul ul,
ul.Liste-LaTeX-Stil ul,
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.Liste-LaTeX-Stil ul li ul li:before,
ul.Liste-LaTeX-Stil li ul li:before,
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.Liste-LaTeX-Stil ul li ul li ul li:before,
ul.Liste-LaTeX-Stil li ul li ul li:before,
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.Liste-LaTeX-Stil ul li ul li ul li ul li:before,
ul.Liste-LaTeX-Stil li ul li ul li ul li:before,
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;
}
/* comact table over full width */
.toc-fullwidth-compact #toc .tocnumber { display:inline; /* better display numbers for compact TOC table */ }
.toc-fullwidth-compact #toc .toctext { display:inline; /* was table-cell and long text came as single block below tocnumber, but it
should be in one line with tocnumber, to be huddled together */ }
.toc-fullwidth-compact #toc li.toclevel-1 > ul { margin: 0 0 0 0em!important; }
.toc-fullwidth-compact #toc li.toclevel-1 > ul > li { margin: 0 1em 0 0em!important; }
.toc-fullwidth-compact #toc li.toclevel-2 > ul { margin: 0 0 0 0em!important; }
.toc-fullwidth-compact #toc li.toclevel-3 > ul { margin: 0 0 0 0em!important; }
.toc-fullwidth-compact #toc li.toclevel-4 > ul { margin: 0 0 0 0em!important; }
/* frame and heading */
.toc-fullwidth-compact #toc { border-left:1px dashed lightgray!important; }
.toc-fullwidth-compact #toc { border-right:1px dashed lightgray!important; }
.toc-fullwidth-compact #mw-toc-heading { margin-top:0 }
/* 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-url a[href^="https://wiki.opensourceecology.de"].external.text:after,
.hide-css-generated-url a[href^="http://wiki.opensourceecology.de"].external.text:after,
.hide-css-generated-url a.external.text:after,
.hide-css-generated-url a.external.autonumber:after,
.hide-css-generated-url a.external.text[href^='//']:after,
.hide-css-generated-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;
}
/* [[Vorlage:Literatur nachschlagen]] */
div.Literatur-Ergebnistabelle,
div.Literatur-Ergebnistext {
max-height:unset!important;
overflow-y:unset!important;
}
hr.Literatur-Ergebnistext { page-break-before: always; }
/* Nicht drucken */
.noprint.block { display: none; }
.noprint.inline-block { display: none; }
.noprint.inline { display: none; }
.pf-runquery-formcontent {display:none;} /* alle Abfrageformulare selbst */
/* nur für Ausdruck s.a. MediaWiki:Common.css auf display:none geschaltet */
.nur-ausdrucken-block { display:block; }
.nur-ausdrucken-in-zeile-block { display:inline-block; }
.nur-ausdrucken-in-zeile { display:inline; }
.ausdrucken-Frakturschrift,
.ausdrucken-Frakturschrift p,
.ausdrucken-Frakturschrift div,
.ausdrucken-Frakturschrift b,
.ausdrucken-Frakturschrift i,
.ausdrucken-Frakturschrift u,
.ausdrucken-Frakturschrift dd,
.ausdrucken-Frakturschrift dt,
.ausdrucken-Frakturschrift dl,
.print-German-Type-Font,
.print-German-Type-Font p,
.print-German-Type-Font div,
.print-German-Type-Font b,
.print-German-Type-Font i,
.print-German-Type-Font u,
.print-German-Type-Font dd,
.print-German-Type-Font dt,
.print-German-Type-Font dl
{
font-family: 'UnifrakturMaguntia', 'Leibniz-Fraktur', 'NeueFraktur', 'Old English Text MT';
}