Benutzer:Andreas Plank/Technische Hilfe für das woerterbuchnetz.de: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „== Suchergebnisse ausdrucken == Um Suchergebinsse auszudrucken muß man derzeit sich eine technische CSS-Stildatei hinzuladen, die man im Netzprogramm (Browse…“) |
(Formgebung) |
||
Zeile 4: | Zeile 4: | ||
Die technische CSS-Stildatei kann die folgende sein. | Die technische CSS-Stildatei kann die folgende sein. | ||
− | <syntaxhighlight lang="css" class="mw-collapsed mw-collapsible" style=" | + | <syntaxhighlight lang="css" class="mw-collapsed mw-collapsible" style="padding-left: 1.5em; border-left: 1px dotted gray;"> |
+ | /* | ||
+ | * CSS-Stildatei zum Ausdrucken der Suchergebnis-Liste unter https://www.woerterbuchnetz.de/DWB/ | ||
+ | */ | ||
@media print { | @media print { | ||
− | div#dwb-wb-area-center-content-articles, | + | div#dwb-wb-area-center-content-articles, |
− | #dwb-wb-area-center-content , | + | #dwb-wb-area-center-content , |
− | #dwb-wb-area-center, | + | #dwb-wb-area-center, |
− | #dwb-wb-area-west, | + | #dwb-wb-area-west, |
− | #dwb-wb-area-west-content, | + | #dwb-wb-area-west-content, |
− | #dwb-wb-area-west-resizer, | + | #dwb-wb-area-west-resizer, |
− | #dwb-wb-area-east-resizer, | + | #dwb-wb-area-east-resizer, |
− | #wbnetz-navigation, | + | #wbnetz-navigation, |
− | #main-south, | + | #main-south, |
− | #main-south-content, | + | #main-south-content, |
− | #main-north-content | + | #main-north-content |
− | { | + | { |
− | + | display:none; | |
− | + | visibility:hidden; | |
− | + | overflow:visible; | |
− | } | + | } |
− | #dictionary-page, | + | #dictionary-page, |
− | #main-center { | + | #main-center { |
− | + | height:auto!important; | |
− | + | width:auto!important; | |
− | } | + | } |
− | #dwb-menu-area-searchresult-content-hitlist, | + | #dwb-menu-area-searchresult-content-hitlist, |
− | #dwb-menu-area-searchresult-content { | + | #dwb-menu-area-searchresult-content { |
− | + | background-color:lightpinkgreen; | |
− | + | height:auto!important; | |
− | + | width:auto; | |
− | + | overflow: visible; | |
− | } | + | } |
− | table.hitlist { | + | table.hitlist { |
− | + | /* height:900px!important; */ | |
− | + | overflow: visible; | |
− | } | + | } |
− | table.hitlist td.hit-lemma { padding-top: 0.5ex;} | + | table.hitlist td.hit-lemma { padding-top: 0.5ex;} |
− | #dwb-wb-area-east, | + | #dwb-wb-area-east, |
− | #dwb-wb-area-east-content { | + | #dwb-wb-area-east-content { |
− | + | width:auto!important; | |
− | + | height:auto!important; | |
− | + | overflow:visible; | |
− | } | + | } |
− | #dwb-wb-area-east * div, | + | #dwb-wb-area-east * div, |
− | #dwb-wb-area-east-content * div { | + | #dwb-wb-area-east-content * div { |
− | + | background-color:white; | |
− | } | + | } |
− | #dwb-menu-area-structure, | + | #dwb-menu-area-structure, |
− | #dwb-menu-area-structure-content, | + | #dwb-menu-area-structure-content, |
− | #dwb-menu-area-deliveries, | + | #dwb-menu-area-deliveries, |
− | #dwb-menu-area-deliveries-content, | + | #dwb-menu-area-deliveries-content, |
− | #dwb-menu-area-sources, | + | #dwb-menu-area-sources, |
− | #dwb-menu-area-sources-content, | + | #dwb-menu-area-sources-content, |
− | #dwb-menu-area-preface, | + | #dwb-menu-area-preface, |
− | #dwb-menu-area-preface-content | + | #dwb-menu-area-preface-content |
− | { | + | { |
− | + | display:none; | |
− | + | visibility:hidden; | |
− | + | height:0; | |
− | + | overflow:visible; | |
− | } | + | } |
− | span.select2.select2-container.select2-container--default, | + | span.select2.select2-container.select2-container--default, |
− | span.select2.select2-container.select2-container--focus{ | + | span.select2.select2-container.select2-container--focus{ |
− | + | display:none; | |
− | } | + | } |
} | } | ||
</syntaxhighlight> | </syntaxhighlight> |
Version vom 7. Mai 2022, 14:28 Uhr
Suchergebnisse ausdrucken
Um Suchergebinsse auszudrucken muß man derzeit sich eine technische CSS-Stildatei hinzuladen, die man im Netzprogramm (Browser) einbindet, damit nur der Bereich der Suchergebnisse im Ausdruck angezeigt wird.
Die technische CSS-Stildatei kann die folgende sein.
/*
* CSS-Stildatei zum Ausdrucken der Suchergebnis-Liste unter https://www.woerterbuchnetz.de/DWB/
*/
@media print {
div#dwb-wb-area-center-content-articles,
#dwb-wb-area-center-content ,
#dwb-wb-area-center,
#dwb-wb-area-west,
#dwb-wb-area-west-content,
#dwb-wb-area-west-resizer,
#dwb-wb-area-east-resizer,
#wbnetz-navigation,
#main-south,
#main-south-content,
#main-north-content
{
display:none;
visibility:hidden;
overflow:visible;
}
#dictionary-page,
#main-center {
height:auto!important;
width:auto!important;
}
#dwb-menu-area-searchresult-content-hitlist,
#dwb-menu-area-searchresult-content {
background-color:lightpinkgreen;
height:auto!important;
width:auto;
overflow: visible;
}
table.hitlist {
/* height:900px!important; */
overflow: visible;
}
table.hitlist td.hit-lemma { padding-top: 0.5ex;}
#dwb-wb-area-east,
#dwb-wb-area-east-content {
width:auto!important;
height:auto!important;
overflow:visible;
}
#dwb-wb-area-east * div,
#dwb-wb-area-east-content * div {
background-color:white;
}
#dwb-menu-area-structure,
#dwb-menu-area-structure-content,
#dwb-menu-area-deliveries,
#dwb-menu-area-deliveries-content,
#dwb-menu-area-sources,
#dwb-menu-area-sources-content,
#dwb-menu-area-preface,
#dwb-menu-area-preface-content
{
display:none;
visibility:hidden;
height:0;
overflow:visible;
}
span.select2.select2-container.select2-container--default,
span.select2.select2-container.select2-container--focus{
display:none;
}
}
Wie man diese technische CSS-Stildatei zur Wirkung bringt ist eine herausfordernde Sache; es gibt viele Möglichkeiten:
- man sucht eine Erweiterung für das Netzprogramm, in der man benutzerdefinierte CSS Dateien einstellen kann
- man verwendet die Entwickler-Konsole des Netzprogramms und fügt dort im Bereich CSS die obigen Stilanweisungen hinzu