.table-01 th {
font-size: 16px; /* velkost textu hlavičky*/
padding-top: 8px !important; /* okraje textu od kraja hlavičky /
padding-bottom: 8px !important; / okraje textu od kraja hlavičky*/
}
.table-01 table > thead > tr > th {
border: 1px solid #555; /* farba ramovania hlavičky*/
}
.table-01 td {
font-size: 16px; /* velkost textu riadkov*/
background-color: #fafafa; /* farba pozadia nepárnych stlpcov - ROVNAKE-01*/
color: black; /* farba textu v riadkoch*/
}
.table-01 td,
.table-01 th {
border: 1px solid #555; /* farba ramovania ostatných riadkov*/
padding-left: 8px; /* okraje textu od kraja tabulky vo View - cislo 8px presne sedi s Editorom*/
padding-right: 8px; /* okraje textu od kraja tabulky vo View - cislo 8px presne sedi s Editorom*/
padding-top: 4px; /* okraje textu od kraja tabulky vo View - cislo 4px presne sedi s Editorom*/
padding-bottom: 4px; /* okraje textu od kraja tabulky vo View - cislo 4px presne sedi s Editorom*/
}
If I’m understanding correctly, you want these rules to apply to all (regular) tables without using the cssclass on each note, is that correct? If so, you could remove .table-01 from everything to see how that goes. Depending on the theme you are using, these many not be specific enough, but worth a try. e.g.