weix.us

Snippets

@media print {
    .no-print, header, footer {
        display: none !important;
    }

    body {
        font-size: 1em;
        color: #000;
        background-color: none !important;
    }

    main {
        width: 100%;
    }
    
    /* print out links */
    a[href]:after {
        content: '(' attr(href) ')';
    }
}

Updated by Elliott Weix.