Subversion Repositories wimsdev

Rev

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