Subversion Repositories wimsdev

Rev

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

  1. .wims_exam {
  2.   text-align: left;
  3.   margin-left: 2.5em;
  4.   margin-bottom: .5em;
  5.   padding: 1em 0;
  6.   /*border-bottom: 1px solid gray;
  7.   border-left: 1px solid gray;*/
  8. }
  9.  
  10. .wims_exam .exo_item {
  11.   box-sizing: content-box;
  12.   margin-right: 2em;
  13.   margin-bottom: .5em;
  14.   width: 16em;
  15.   padding: 4px;
  16.   border-radius: 4px;
  17.   background-color: #DFDFDF;
  18.   background-image: linear-gradient(to left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
  19.   border-top: 1px solid #ccc;
  20.   border-left: 1px solid #ccc;
  21.   float: left;
  22. }
  23.  
  24. .exo_done{
  25.   color: #008F00;
  26. }
  27.  
  28. .exo_done:before{
  29.   content: "\002714";
  30.   padding-right: .4em;
  31. }
  32.  
  33. .disabled_link{
  34.   color: #A0A0C0;
  35.   text-decoration: underline;
  36. }
  37.  
  38. /*.wims_exam .exo_link a {
  39.    background-color:#e5e588;
  40. }*/
  41.  
  42. .wims_exam .exo_item .weight {font-size: 90%; }
  43.