Skip to content

Lexis1 SBB Staatsbibliothek Berlin - Print News Articles formated for better readability by luxlux

Details

Authorluxlux

LicenseCC Zero

CategoryNexis Uni News Database - used with Stabi Berlin Account - Staatsbibiliothek Berlin

Created

Updated

Code size3.2 kB

Code checksumb2be67f

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This style is made for printing news articles, in a better readable, page filling format with 3 columns. For best results click on "Printer-friendly view" button, before printing!!

Notes

Important: Click on "Printer-friendly view" button, before printing!!

Source code

/* ==UserStyle==
@name         Lexis1 SBB Staatsbibliothek Berlin - Print News Articles formated for better readability
@version      20220209.08.47
@namespace    userstyles.world/user/luxlux
@description  This style is made for printing news articels, in a better readable, page fillig format with 3 columns. For best results click on "Printer-friendly view" button, before pritning!!
@author       luxlux
@license      CC Zero
==/UserStyle== */

@-moz-document domain("erf.sbb.spk-berlin.de") {
@import url(//db.onlinewebfonts.com/c/258e2024617f27a5375b98dd45045979?family=Droid+Serif);

body {
    color: #000
}

.doc-content {
    column-width: 220px;
    column-gap: 14px;
    column-rule: 0.01em solid #bbb;
}

.SS_DocumentHeader h1,
.SS_contentdocument .SS_DocumentHeader h1 {
    margin-bottom: 10px;
    line-height: 1.3em;
}

form.contentview {
    padding-top: 0px;
}

#SS_DocumentTitle {
    line-height: 1.3em !important;
    text-align: left;
    font-size: 12pt;
    font-weight: 700;
    font-family: "Droid Serif";
    font-style: italic;
    text-indent: 0pt;
}
.SS_DocumentInfo {
    display: inline;
}
.SS_DocumentInfo:after {
    content: "  "
}
.SS_Banner {
    font-size: 1em;
    font-weight: 700;
    padding-bottom: 0px;
    padding-top: 9px;
    color: #000;
    border-bottom: 1px solid #bbb;
}

p {
    margin: 6px 0px 0px 0px!important;
}
br {
    font-size: 10%;
    content: "";
    line-height: 0em;
}
.SS_LeftAlign > div {
    margin-bottom: 6px;
}

.SS_LeftAlign,
SS_contentdocument {
    margin: 1rem 0;
    line-height: 1.1;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    text-align: justify;
    text-align-last: left;
    font-size: 8pt;
    font-family: "Droid Serif";
}

.SS_LeftAlign p {
    line-height: 1.1;
    text-indent: 14pt;
}

.SS_bf {
    text-indent: 0pt !important;
}
div > span.SS_bf {
    margin: 0px;
    padding: 0px;
}



/* Keine Hervorhebung von Fundstellen */
.SS_SH,
SS_prior {
    font-weight: inherit !important;
    background: inherit !important;
}

@media print {
    .globalnav,
    #resultsNav,
    .banner.document-data,
    .toolbar-gvs.noreader,
    #SS_DocumentButtons,
    .wrapper.pagewrapper.footer,
    ln-globalfooter,
    .SS_Copyright,
    button {
        display: none;
    }

    /* Kein weißer Rahmen um den Text */
    section.doc-content {
        padding: 0px!important;
    }

    /* Reduzierung des Rahmens in NICHT Druck Ansicht.*/
    .document-pane section.doc-content {
        padding: 0px 0;
    }
    .document-wrapper .document-pane {
        padding: 0px;
    }

    .document-wrapper .document-pane .document-text {
        max-width: initial;
        margin: 0 auto;
    }


    img,
    canvas {
        image-rendering: -webkit-optimize-contrast;
        /* Chrome (and eventually Safari) */
        image-rendering: pixelated;
        /* Chrome */
        image-rendering: optimize-contrast;
        /* CSS3 Proposed */
    }
}

@page {
    margin: 6mm 4mm 5mm 4mm;
}
}

Reviews

No reviews yet.