Subversion Repositories wimsdev

Rev

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

  1. /* ************ PRINT OEF SOLUTION PART ONLY ********* */
  2.  
  3. @media print{
  4.   .main_body{
  5.     font-family:Verdana,Arial,sans-serif;
  6.     font-size: .9em;
  7.     margin-top: 0;
  8.     background-color: #fff;
  9.   }
  10.  
  11.   #wimspagebox, #wimsbodybox{
  12.     background-color: #fff;
  13.   }
  14.  
  15.   div.wimsbody {
  16.     padding:0;
  17.     margin:0;
  18.   }
  19.  
  20.   div.wimsbody h1.oeftitle{
  21.     margin:0;
  22.     border:none;
  23.   }
  24.   .answer_analysis{
  25.     border:none;
  26.   }
  27.  
  28.   .oefstatement, .breadcrumbs,
  29.   #oef_helphint, fieldset.oefform,
  30.   .answeranalysis, #oef_indlegend,
  31.   .oef_feedbacks, #button_print,
  32.   #oef_actions, .wims_debug_mode,
  33.   #wimstailbox, #oef_devel_mode,
  34.   .oef_modulescore, .oef_congratulations,
  35.   .oefanswername{
  36.     display:none;
  37.   }
  38. }
  39.