Subversion Repositories wimsdev

Rev

Rev 6236 | Rev 6636 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. /* OEF STYLES */
  2. #oef_intro_params {
  3.    border-color: #BBBBBB grey grey #BBBBBB;
  4.    border-radius: 10px;
  5.    border-style: solid;
  6.    border-width: 1px;
  7.    margin: 1em auto;
  8.    padding: 0;
  9.    width:80%;
  10. }
  11. #oef_intro_params .legend{
  12.    border-top-left-radius: 10px;
  13.    border-top-right-radius: 10px;
  14. }
  15. #oef_intro_params label{font-weight:bold;}
  16. #oef_intro_params .field {
  17.    margin: 1em 0;
  18.    padding: 0 1em;
  19. }
  20. #oef_intro_params select#exo{width:100%;}
  21. #oef_intro_params .oef_expert{margin:1em;}
  22. .oef_intro_buttons{text-align: center;}
  23. #oef_devel_mode{font-size:small;}
  24. .oefform p.send_answer{text-align: center;}
  25. #oef_actions{margin:1em 0;}
  26. #oef_actions p{margin:0.2em;}
  27. .oefreply {}
  28. .oefanswer {}
  29. .oefhint {padding-top: 2px;}
  30. .oef_modulescore { }
  31. .oef_congratulations { }
  32.  
  33. .oefanswer table {
  34.    font-size: 0.9em;
  35.    border-collapse:collapse;
  36. }
  37. .wims_oef_input {
  38.    padding-top: 2px;
  39.    padding-right: 1px;
  40.    padding-bottom: 2px;
  41.    padding-left: 1px;
  42.    font-weight:bold;
  43.    font-size: 1.2em;
  44. }
  45. .oefanswername {}
  46. .oefstatement{
  47.    border: 1px groove ThreeDFace;
  48.    padding:5px;
  49. }
  50. .oefstatement table {border-collapse:collapse;}
  51.  
  52. #answeranalysis {
  53.    border : 1px groove ThreeDFace;
  54.    border-bottom-left-radius: 10px;
  55.    border-bottom-right-radius: 10px;
  56. }
  57. .legend{
  58.    margin-top:0;
  59.    padding:0.5em 1em;
  60.    border-bottom: 1px groove ThreeDFace;
  61.    text-align:center;
  62.    font-weight:bold;
  63.    /*border-radius:10px;
  64.    border-bottom-right-radius:0px;
  65.    border-bottom-left-radius:0px;
  66.    -moz-border-radius: 10px;
  67.    -moz-border-radius-bottomright:0px;
  68.    -moz-border-radius-bottomleft:0px;
  69.    -webkit-border-radius:10px;
  70.    -webkit-border-bottom-right-radius:0px;
  71.    -webkit-border-bottom-left-radius:0px;*/
  72. }
  73. #answeranalysis .content {padding:1em;}
  74. .oefform {}
  75. .oefnameexo {display:inline;}
  76. /* answer analysis*/
  77. .oef_indgood { color:green;font-weight:bold;}
  78. .oef_indbad { color:red;font-weight:bold;}
  79. .oef_indforget { color:navy;font-weight:bold;}
  80. .oef_indpartial{ color:orange;font-weight:bold;}
  81. .oef_indneutral {font-weight:bold;}
  82. .oef_indprec { color:orange;font-weight:bold;}
  83. .oef_condgood{ color:green;font-weight:bold;}
  84. .oef_condbad { color:red;font-weight:bold;}
  85.  
  86. /* for latex solution in print version */
  87. div.wims_solution {}
  88. /* table of questions in case of noembedding */
  89. table.oefnoembed td {
  90.    min-width:70px;
  91.    margin-top:5px; margin-bottom:5px;
  92. }
  93.