wiki:TablePluginStyles

Version 1 (modified by Jamie Allsop, 11 years ago) (diff)

@table default:

table.default {
    font-family: verdana,arial,sans-serif;
    font-size:11px;
    color:#333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}

table.default thead th {
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: #666666;
    background-color: #dedede;
}

table.default tbody td {
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: #666666;
}

@css header:
    font-weight: bold;
    text-align: center;

@css complete:
    font-weight: bold;
    background: palegreen;

@css not_complete:
    font-weight: bold;
    background: #F80000;