CertificatePrint.css

From Claremont MakerSpace
Revision as of 23:29, 29 October 2020 by Adam.goldsmith (talk | contribs) (Remove the print media rules, managing those in the document generation repo)
#cert-data {
    string-set: certname attr(data-name),
                certversion attr(data-version);
    /* Can't be `display: none;`, as it breaks string-set */
    visibility: hidden;
    position: absolute;
    bottom: 0px;
}

.mw-body-content li::marker {
    content: "□\00A0";
    padding-right: 1em;
}

.nochecklist li::marker, 
.wikitable li::marker,
.toc li::marker {
    content: initial;
    padding-right: initial;
}

@media not print {
    .print-only {
        display: none;
    }
}