Sha256: 719d8097872527a22033a2440d2ee50f1df5dad48feabc744444d979aea7c245

Contents?: true

Size: 1.08 KB

Versions: 10

Compression:

Stored size: 1.08 KB

Contents

@media print and (color) {
  * {
    /* Prevent browsers from discarding the majority of color info */
    -webkit-print-color-adjust: exact;
    -moz-print-color-adjust: exact;
    print-color-adjust: exact;
  }


  body, html, main, #main {
    background-color: white;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }

  .paper {
    margin: 0;
    max-width: none;
    padding: 0;
    background-color: white;
    border: none;
    box-shadow: none;
    font-size: 12pt;
  }

  html        { font-size: 75%; margin: 2px; }
  a           { text-decoration: none;}
  table th,
  table td    { padding: 3px; }

  /* Stuff to hide */
  /* NOTE: "display: none" breaks unrelated table printing in Chrome */
  nav, footer, .button, .no_print, input[type=submit] {
    position: absolute;
    visibility: hidden;
  }
  /* Hide Tablesorter sorting indicators */
  table.tablesorter thead th {
    background-image: none;
    padding-left: 3px;
  }

  /* contents of "table_hover" cells should appear in printouts. */
  table tr td.table_hover{
    color: black !important;
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
dfm_web-4.0.4 app/assets/stylesheets/dfm_web/print.css
dfm_web-4.0.3 app/assets/stylesheets/dfm_web/print.css
dfm_web-4.0.2 app/assets/stylesheets/dfm_web/print.css
dfm_web-4.0.1 app/assets/stylesheets/dfm_web/print.css
dfm_web-4.0.0 app/assets/stylesheets/dfm_web/print.css
dfm_web-3.0.0 app/assets/stylesheets/dfm_web/print.css
dfm_web-2.2.4 app/assets/stylesheets/dfm_web/print.css
dfm_web-2.2.3 app/assets/stylesheets/dfm_web/print.css
dfm_web-2.2.2 app/assets/stylesheets/dfm_web/print.css
dfm_web-2.2.1 app/assets/stylesheets/dfm_web/print.css