Subversion Repositories wimsdev

Rev

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

  1.  
  2. .wims_browse_type_list li,
  3. .wims_browse_list li,
  4. .wims_browse_subject_list li{
  5.   list-style:none;
  6.   margin-top:10pt;
  7. }
  8.  
  9. .wims_browse_type_list li {
  10.   margin-right:0;
  11.   margin-bottom:5pt;
  12.   padding:3pt 0 0 5pt;
  13. }
  14.  
  15. .wims_browse_list li,.wims_browse_subject_list li {
  16.   background-color:#e5e5e5;
  17.   margin-right:10%;
  18.   padding:3pt 0 0 3pt;
  19. }
  20.  
  21. .wims_formradio, .wims_formradio input{font-size: 80%;}
  22. .tree label{font-weight: normal;display:inline;}
  23. .tooltip {
  24.       position:relative;
  25.       cursor:help;
  26. }
  27. .box p{margin-top:0;}
  28. .tooltip:hover::after {
  29.        display: block;
  30.        position: absolute;
  31.        top: 1.2em;
  32.        left: 2em;
  33.        background: white;
  34.        padding: 5px;
  35.        content: attr(title);
  36. }
  37.  
  38. .pastille{
  39.     display: inline-block;
  40.     font-size: .66em;
  41.     background-color: #444;
  42.     color: #fff;
  43.     padding: 0 .5em;
  44.     border: 2px solid #fff;
  45.     border-radius: 1em;
  46.     line-height: 2em;
  47. }
  48. .taxo_nb_exo{
  49.     background-color: #ff9010;
  50. }
  51. .taxo_nb_modules{
  52.     background-color: #8A674C;
  53.     /*background-color: #f04124;*/
  54. }
  55. span.taxo_module a:link{
  56.     font-weight: bold;
  57. }
  58.  
  59. ul.tree span.taxo_module span.c{
  60.     font-weight: bold;
  61.     /*border:1px solid #AFAFAF;*/
  62.     /*background-color:rgba(0,0,0,.1);*/
  63. }
  64.  
  65. span.c .small{
  66.   font-size: 50%;
  67. }
  68.