Subversion Repositories wimsdev

Rev

Rev 11175 | Rev 11523 | 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: #BBB gray gray #BBB;
  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: .5em 1em;
  19. }
  20. #oef_intro_params select#exo{width:100%;}
  21.  
  22. .oef_intro_buttons{text-align: center;}
  23. #oef_devel_mode{font-size:small;}
  24. .oefform .send_answer, #oef_actions{text-align: center;}
  25. #oef_actions{margin:1em 0;}
  26. #oef_actions p{margin:.2em;}
  27.  
  28. /*.oefhint {padding-top: 2px;}*/
  29.  
  30. /*.oefreply {}
  31. .oefanswer {}
  32. .oef_modulescore { }
  33. .oef_congratulations { }*/
  34.  
  35. .oefanswer table {
  36.    font-size: .9em;
  37.    border-collapse:collapse;
  38. }
  39. .wims_oef_input {
  40.    padding-top: 2px;
  41.    padding-right: 1px;
  42.    padding-bottom: 2px;
  43.    padding-left: 1px;
  44.    font-weight:bold;
  45.    font-size: 1.2em;
  46. }
  47. .oefanswername {font-size: 125%;}
  48. .oefstatement{
  49.    border: 1px groove ThreeDFace;
  50.    padding:5px;
  51. }
  52. .oefstatement table {border-collapse:collapse;}
  53.  
  54. #answeranalysis {
  55.    border : 1px groove ThreeDFace;
  56.    border-bottom-left-radius: 10px;
  57.    border-bottom-right-radius: 10px;
  58. }
  59. .legend{
  60.    margin-top:0;
  61.    padding:0.5em 1em;
  62.    border-bottom: 1px groove ThreeDFace;
  63.    text-align:center;
  64.    font-weight:bold;
  65.    /*border-radius:10px;
  66.    border-bottom-right-radius:0px;
  67.    border-bottom-left-radius:0px;
  68.    -moz-border-radius: 10px;
  69.    -moz-border-radius-bottomright:0px;
  70.    -moz-border-radius-bottomleft:0px;
  71.    -webkit-border-radius:10px;
  72.    -webkit-border-bottom-right-radius:0px;
  73.    -webkit-border-bottom-left-radius:0px;*/
  74. }
  75. #answeranalysis .content {padding:1em;}
  76. .oefform {padding:.5em;}
  77. .oefnameexo {display:inline; font-style: italic;}
  78. /* answer analysis*/
  79. .feedback {
  80.     background-color: #FFFFFF;
  81.     border-color:#EEE;
  82.     border-color: rgba(0, 0, 0, .1);
  83.     border: 1px solid;
  84.     border-radius: 5px;
  85.     box-shadow: 0 1px 0 rgba(255, 255, 255, .25) inset;
  86.     margin-right: 15em;
  87.     padding: .5em;
  88. }
  89.  
  90.  
  91. /* OEF Colors legend */
  92. #oef_indlegend ul { padding-left:1em; }
  93. #oef_indlegend li { list-style: none; }
  94. #oef_indlegend li:first-letter{text-transform: capitalize}
  95. #oef_indlegend li:before {
  96.   content:"\00B7";
  97.   font-size:70px;
  98.   vertical-align:middle;
  99.   line-height:1.5rem;
  100. }
  101.  
  102. /* this class must stay empty  */
  103. .oef_empty { }
  104.  
  105. /* for exercice modules in preparation (not OEF)*/
  106. /*.module_score { }
  107. .statement { }
  108. .congratulations { }*/
  109.  
  110. /* for latex solution in print version */
  111. /*div.wims_solution {}*/
  112. /* table of questions in case of noembedding */
  113. .oefnoembed td {
  114.    min-width:70px;
  115.    margin-top:5px; margin-bottom:5px;
  116. }
  117.  
  118. ul.oef_filter {list-style:none}
  119. /* link in the help on the oef special method help must be left to the exercise*/
  120. /*.oef_specialhelp { }*/
  121.