Hi, and thanks for replying;
I’ve used “developper Tools” to find ccs style in the second link, but it’s hard to understand et very difficult to use it in my own css page.
But, if you take a look again at my first link, and thanks to your précedent post, i’ve wrote this code in the css option of TablePress :
.tablepress,
.tablepress tr,
.tablepress tbody td,
.tablepress thead th,
.tablepress tfoot th {
border: none;
padding: 0;
}
.tablepress thead th,
.tablepress tfoot th {
background-color: #000000;
font-family: Trebuchet;
font-size: 12px;
font-style: bold;
color: #FFFFFF;
}
.tablepress tbody td {
font-family: Trebuchet;
font-size: 12px;
color: #000000;
line-height: 100%;
}
.tablepress .column-1 {
width: 5%;
text-align: center;
}
.tablepress .column-2 {
width: 7%;
text-align: center;
}
.tablepress .column-3 {
width: 13%;
text-align: center;
}
.tablepress .column-4 {
width: 16%;
text-align: left;
}
.tablepress .column-5 {
width: 13%;
text-align: center;
font-weight: bold;
}
.tablepress .column-6 {
width: 16%;
text-align: right;
}
.tablepress .column-7 {
width: 5%;
text-align: center;
}
.tablepress .column-8 {
width: 5%;
text-align: center;
}
.tablepress .column-9 {
width: 15%;
text-align: center;
}
.tablepress .column-10 {
width: 5%;
text-align: center;
}
.tablepress- {
width: auto;
margin: 0 auto 1em;
}
It’s not so bad, and i can use it like that.
But what i want to know, it’s
– how can i change font, style and colour of the headline. I wrote this part, without effect :
.tablepress thead th,
.tablepress tfoot th {
background-color: #000000;
font-family: Trebuchet;
font-size: 12px;
font-style: bold;
color
– Can i have smaller “line-height” ?
– How to change color of the rows, replacing default white & blue ?
Thanks
jeanchristophe