Yeah I know it can be changed. I just can't understand why hard coded values needs to be used, instead of stylevars so that the output follows the look of your installed style. Anyway, I made changes to the css so it does exactly that. Feel free to use it. :up:
custom_trg.css
Code:
.vistable {
font-weight: bold;
text-align: center;
}
.vistable td {
padding:4px;
vertical-align:top;
border-left: {vb:stylevar tabslight_border};
border-right: {vb:stylevar tabslight_border};
border-bottom: {vb:stylevar tabslight_border};
}
.vistable .alt1 {
background: {vb:stylevar threadbit_background};
}
.vistable .alt2 {
background: {vb:stylevar threadbit_alt_background};
}
.vistable .left {
text-align: {vb:stylevar left};
}
.vistable .normal {
font-weight: normal;
}