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