Subversion Repositories wimsdev

Rev

Rev 13183 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. /* ************ PRINTER FRIENDLY ********* */
  2. @media print {
  3.   .body {
  4.     background-color:white;
  5.     font-size: 12pt;
  6.     font-family:"Times New Roman", serif;
  7.     margin-left: auto;
  8.     margin-right:auto;
  9.   }
  10.   div.wimsbody {
  11.     background-color:white;
  12.     font-family:"Times New Roman", serif;
  13.     margin-right:auto;
  14.     padding:0;
  15.     /*padding-left : 10%;
  16.     padding-right : 10%;*/
  17.     margin-left : 0 !important;
  18.   }
  19.  
  20.   /* Sets background-colors to white, saving ink */
  21.   body.main_body,
  22.   #wimsdoc,
  23.   #wimsbodybox {
  24.     background:none;
  25.   }
  26.  
  27.   /* Hide all Menus */
  28.   #wimstopbox,
  29.   #wimsmenubox,
  30.   #wimsmenumodubox,
  31.   .wimsmenu,
  32.   .menuitem,
  33.   .wimstail{
  34.     visibility: hidden;
  35.     display:none;
  36.   }
  37.  
  38.   table.wimstable th,table.wimstable a {
  39.     color: #000000;
  40.     background-color:white;
  41.   }
  42.  
  43.   #oef_actions,
  44.   #oef_endhook,
  45.   #wims_nextinsheet,
  46.   p.send_answer,
  47.   .wims_topback,
  48.   .wims_search_engine{
  49.     visibility: hidden;
  50.     display:none;
  51.   }
  52. }
  53. /*** End Printer Friendly style ***/
  54.