syllabus.css 1.0 KB

1234567891011121314151617181920212223
  1. /*
  2. Created on : 17/05/2023
  3. Author : Alejandro
  4. Hoja de estilos para syllabus
  5. */
  6. body{font-family: indivisa-text, arial; font-size: 11pt!important;}
  7. .mayusculas{font-weight: bold; text-transform: uppercase;}
  8. .titulo{color: #001D68;font-size: 16pt;}
  9. .subtitulo{color: #d21034; margin-top:0.5em; margin-bottom: 0em;font-size: 14pt;}
  10. .space{line-height: 1.5}
  11. hr{border: 1px dotted #ccc;}
  12. .tabla-borde td{border: 1px solid black; padding:2px 10px;}
  13. .text-small{font-size:85%!important;}
  14. .table-white .thead-dark th {text-align: center; border-color:#fff; text-transform: uppercase; color:white!important; padding:2px 5px;}
  15. .table-white tr td, .table-white tr th { border-left: 1px !important; border-color:#fff; border-style: solid;}
  16. .table-white tr td{font-size:10pt; padding: 6px 10px;}
  17. .table-white tr th{font-size:10pt; padding: 6px 0;}
  18. .table-white tr td:first-child, .table-white tr th:first-child {border-left:0;}
  19. .table-stripped tr:nth-child(even) { background-color: #ffffff;}
  20. .table-stripped tr:nth-child(odd) {background-color: #f0f0f0;}