custom css
-
Hi,
I have created a table where there is group of cells with the same colour and rows with different colours and font sizes etc. Al went well, but I need the same table on 5 different pages, although the prices in the tables is different on each page, the colours should stay the same.
On my first page all is just the way it should be, but on all the other pages there is no colours ? should I repeat the Custom CSS for each page then ? (different ID’s) or is there a way how to indicate the id of all the pages in the current css code ?The page is here https://www.crossroads4x4hire.com/admin look under the Our Vehicles and Rates tab. Group A is correct.
Here is my Custom CSS
.tablepress-id-1 td {
background-color: transparent;
}.tablepress-id-1 tbody td {
font-family: arial, sans-serif;
font-size: 13px;
color: #FFFFFF;
}.tablepress-id-1 {
width: 880px;
margin: 0 auto 1em;
}.tablepress-id-1 .row-2 .column-1 {
background-color: rgba(71,107,137,0.9);
}.tablepress-id-1 .row-2 .column-4 {
background-color: rgba(71,107,137,0.9);
}.tablepress-id-1 .row-2 .column-5 {
background-color: rgba(71,107,137,0.9);
}.tablepress-id-1 .row-2 .column-6 {
background-color: rgba(71,107,137,0.9);
}.tablepress-id-1 .row-3 .column-1 {
background-color: rgba(247,213,73,0.4);
}.tablepress-id-1 .row-3 .column-2 {
background-color: rgba(247,213,73,0.4);
}.tablepress-id-1 .row-3 .column-3 {
background-color: rgba(247,213,73,0.4);
}.tablepress-id-1 .row-4 .column-1 {
background-color: rgba(247,213,73,0.4);
}.tablepress-id-1 .row-4 .column-2 {
background-color: rgba(247,213,73,0.4);
}.tablepress-id-1 .row-4 .column-3 {
background-color: rgba(247,213,73,0.4);
}.tablepress-id-1 .row-6 {
background-color: rgba(71,107,137,0.9);
}.tablepress-id-1 .row-7 .column-1 {
background-color: rgba(235,182,70,0.4);
}.tablepress-id-1 .row-7 .column-2 {
background-color: rgba(235,182,70,0.4);
}.tablepress-id-1 .row-7 .column-3 {
background-color: rgba(235,182,70,0.4);
}.tablepress-id-1 .row-8 .column-1 {
background-color: rgba(235,182,70,0.4);
}.tablepress-id-1 .row-8 .column-2 {
background-color: rgba(235,182,70,0.4);
}.tablepress-id-1 .row-8 .column-3 {
background-color: rgba(235,182,70,0.4);
}.tablepress-id-1 {
line-height: normal;
}.tablepress-id-1 .row-3 .column-4 {
background-color: rgba(255,166,75,0.6);
}.tablepress-id-1 .row-4 .column-4 {
background-color: rgba(255,166,75,0.6);
}.tablepress-id-1 .row-7 .column-4 {
background-color: rgba(255,166,75,0.6);
}.tablepress-id-1 .row-8 .column-4 {
background-color: rgba(255,166,75,0.6);
}.tablepress-id-1 .row-3 .column-5 {
background-color: rgba(196,143,32,0.6);
}.tablepress-id-1 .row-4 .column-5 {
background-color: rgba(196,143,32,0.6);
}.tablepress-id-1 .row-7 .column-5 {
background-color: rgba(196,143,32,0.6);
}.tablepress-id-1 .row-8 .column-5 {
background-color: rgba(196,143,32,0.6);
}.tablepress-id-1 .row-3 .column-6 {
background-color: rgba(144,101,10,0.6);
}.tablepress-id-1 .row-4 .column-6 {
background-color: rgba(144,101,10,0.6);
}.tablepress-id-1 .row-7 .column-6 {
background-color: rgba(144,101,10,0.6);
}.tablepress-id-1 .row-8 .column-6 {
background-color: rgba(144,101,10,0.6);
}.tablepress-id-1 .row-2 td {
font-family: arial, sans-serif;
font-size: 14px;
font-weight: bold;
color: #fff;
}.tablepress-id-1 .row-6 td {
font-family: arial, sans-serif;
font-size: 14px;
font-weight: bold;
color: #fff;
}.tablepress-id-1 .row-9 td {
font-family: arial, sans-serif;
font-size: 14px;
text-align: center;
}.tablepress-id-1 .row-9 {
background-color: rgba(71,107,137,0.6);
}
- The topic ‘custom css’ is closed to new replies.