mapacurricular.css 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. /*
  2. Created on : 10/02/2022, 01:10:49 PM
  3. Author : Alejandro
  4. */
  5. .overflow{overflow-x: hidden; overflow-y: auto;}
  6. .bloque-materia { min-width: 100px; margin:4px; padding:8px 4px 0 8px; border-radius: 4px; border:1px solid #001D68; letter-spacing: -0.5px; font-size: 9pt; }
  7. .bloque-materia p:first-child {margin-bottom: 6px; line-height:1.2;}
  8. .bloque-materia .iconos .ing-fw{cursor: pointer; font-size: 10pt;}
  9. .bloque-materia .menu-wrapper{position:relative;}
  10. .bloque-materia .menu-flotante{z-index: 500; position: absolute; bottom: 0px; right: 0; background-color: #f5f5f5; border-radius: 6px 0 3px 0; padding-top: 2px;}
  11. .bloque-materia .badge{padding:0.5em 0.7em; letter-spacing: 0px; cursor: help;}
  12. .atributo-list .list-inline-item{margin-right:0;}
  13. .text-80{font-size: 80%;}
  14. .tipo-area{margin-right: 2.5em; white-space: nowrap; font-size: 85%;}
  15. .flex-mismo-ancho {flex: 1; }/*Mantener el mismo ancho de columnas*/
  16. .atributo-ver{cursor:pointer;}
  17. .oculto{display: none!important;}
  18. /*.nivel0{opacity:0.16; color: black;;}
  19. .nivel1{opacity:0.32; color: black;}
  20. .nivel2{opacity:0.48;}
  21. .nivel3{opacity:0.65;}
  22. .nivel4{opacity:0.80;}*/
  23. .nivel5{color:white;}
  24. /* ?? */
  25. .expanded-over{z-index: 100; position: absolute; top: 45px;}
  26. .mayusculas{font-weight: bold; text-transform: uppercase;}
  27. .no-overflow{overflow-y: hidden;}