jebu1104
1/6/2016 - 8:15 PM

Print Stylesheet

Print Stylesheet

/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */

  * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    nav {
        display: none;
    }

    .search-bar {
        display: none;
    }

    .callout, .callout:before,
    .callout:after {
        border-bottom: none;
    }

    .cycle-pager {
        display: none;
    }

    footer p.fltlft {
        display: none;
    }

    .sidebar {
        display: none;
    }
@media print {
  /* Welcome to Compass. Use this file to define print styles.
   * Import this file using the following HTML or equivalent:
   * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
  /* line 5, ../sass/print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 13, ../sass/print.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 17, ../sass/print.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 21, ../sass/print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 31, ../sass/print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 36, ../sass/print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 41, ../sass/print.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  /* line 46, ../sass/print.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 50, ../sass/print.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  /* line 60, ../sass/print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 66, ../sass/print.scss */
  h2,
  h3 {
    page-break-after: avoid; }

  /* line 70, ../sass/print.scss */
  nav {
    display: none; }

  /* line 74, ../sass/print.scss */
  .search-bar {
    display: none; }

  /* line 79, ../sass/print.scss */
  .callout, .callout:before,
  .callout:after {
    border-bottom: none; }

  /* line 83, ../sass/print.scss */
  .cycle-pager {
    display: none; }

  /* line 87, ../sass/print.scss */
  footer p.fltlft {
    display: none; }

  /* line 91, ../sass/print.scss */
  .sidebar {
    display: none; } }