LOBSTERTECHNOLOGIES
CSSPROPAGANDA

Source Code: media/css/lobstertech_print.css

/*
 * Lobstertech CSS
 * J.A. Roberts Tunney <jtunney@lobstertech.com>
 *
 * If you like my design please feel free to use it part or whole for
 * your personal website or business :)
 *
 */

/* lobstertech: fix design when printing
---------------------------------------------------------------------------- */

* { background: white; }
#compass, #top, footer #lobsty, .shadow { display: none; }
article { padding: 0 1em; overflow: visible; }
pre {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
article > time {
    display: inline-block;
    float: none;
    position: static;
    margin-bottom: 0.5em;
}
footer { border-top: 2px solid black; }