Subversion Repositories wimsdev

Rev

Rev 6236 | Rev 7671 | Go to most recent revision | 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 : 0px !important;
  18.      
  19.   }
  20.  
  21.   /* Sets background-colors to white, saving ink */
  22.   body.main_body,
  23.   #wimsdoc,
  24.   #wimsbodybox {
  25.       background-color:white;
  26.   }
  27.  
  28.   .wims_search_engine{
  29.     display:none;
  30.   }
  31.  
  32.   /* Hide all Menus */
  33.   #wimstopbox,
  34.   #wimsmenubox,
  35.   #wimsmenumodubox,
  36.   .wimsmenu,
  37.   .menuitem,
  38.   .wimstail {
  39.       visibility: hidden;
  40.       display:none;
  41.   }
  42.  
  43.   table.wimstable th,table.wimstable a {
  44.       color: #000000;
  45.       background-color:white;
  46.   }
  47.   #oef_actions, #oef_endhook , p.send_answer{
  48.     visibility: hidden;
  49.     display:none;
  50.     }
  51. }
  52. /*** End Printer Friendly style ***/
  53.