Sha256: 465816e05bf7f97ae5ce1ec61f16dc556521b876f0b2fe4d5317eef4fc9e5aa2

Contents?: true

Size: 705 Bytes

Versions: 10

Compression:

Stored size: 705 Bytes

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;
  }

  html        { font-size: 75%;}
  body        { background-color: white;}
  a           { text-decoration: none;}
  table th,
  table td    { padding: 3px; }
  #menu_bar   { background: none; border:none;}
  #menu       { border-radius:5px; height: 50px; overflow: hidden; background-color: #005288;}
  .container  { width: 100%; padding:0; margin:0;}
  .full_print { width: 100%;}

  /* Stuff to hide */
  #menu ul,
  .button,
  #chart_div,
  .no_print
  { display: none !important;}

}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
dfm_web-2.0.7 app/assets/stylesheets/dfm_web/print.css
dfm_web-2.0.6 app/assets/stylesheets/dfm_web/print.css
dfm_web-2.0.5 app/assets/stylesheets/dfm_web/print.css
dfm_web-2.0.4 app/assets/stylesheets/dfm_web/print.css
dfm_web-2.0.3 app/assets/stylesheets/dfm_web/print.css
dfm_web-2.0.2 app/assets/stylesheets/dfm_web/print.css
dfm_web-2.0.1 app/assets/stylesheets/dfm_web/print.css
dfm_web-2.0.0 app/assets/stylesheets/dfm_web/print.css
dfm_web-1.0.7 app/assets/stylesheets/dfm_web/print.css
dfm_web-1.0.6 app/assets/stylesheets/dfm_web/print.css