Table Formatting Gone
-
All the tables throughout the site suddenly stopped having formatting. Depending on the page, I have them all using different header colors and such and now they all look the same, with the text smaller. Not sure what is going on. Here is my custom CSS:
.tablepress thead th,
.tablepress tfoot th {
background-color: #ed2e2b;
}.tablepress thead .sorting_asc,
.tablepress thead .sorting_desc,
.tablepress thead .sorting:hover {
background-color: #4d4d4d;
}.tablepress-id-2 {
width: auto;
margin: 0 auto 1em;
}.tablepress thead th,
.tablepress tbody td {
text-align: center;
}.tablepress-id-2 th,
.tablepress-id-2 td {
border: 1px solid #dddddd;
}.tablepress th,
.tablepress td {
padding: 8px !important;
}.tablepress-id-37 thead th,
.tablepress-id-38 thead th,
.tablepress-id-39 thead th,
.tablepress-id-40 thead th,
.tablepress-id-41 thead th,
.tablepress-id-80 thead th,
.tablepress-id-134 thead th {
background-color: #919191;
}.tablepress-id-11 thead th,
.tablepress-id-42 thead th,
.tablepress-id-43 thead th,
.tablepress-id-44 thead th,
.tablepress-id-45 thead th,
.tablepress-id-46 thead th,
.tablepress-id-47 thead th,
.tablepress-id-48 thead th,
.tablepress-id-49 thead th,
.tablepress-id-50 thead th,
.tablepress-id-51 thead th,
.tablepress-id-52 thead th,
.tablepress-id-53 thead th,
.tablepress-id-54 thead th,
.tablepress-id-55 thead th,
.tablepress-id-138 thead th,
.tablepress-id-149 thead th,
.tablepress-id-150 thead th,
.tablepress-id-151 thead th,
.tablepress-id-152 thead th,
.tablepress-id-158 thead th,
.tablepress-id-159 thead th,
.tablepress-id-160 thead th {
background-color: #FFC63D;
}.tablepress-id-10 thead th,
.tablepress-id-32 thead th,
.tablepress-id-28 thead th,
.tablepress-id-29 thead th,
.tablepress-id-30 thead th,
.tablepress-id-31 thead th,
.tablepress-id-35 thead th,
.tablepress-id-36 thead th,
.tablepress-id-56 thead th,
.tablepress-id-68 thead th,
.tablepress-id-104 thead th,
.tablepress-id-112 thead th,
.tablepress-id-129 thead th,
.tablepress-id-135 thead th {
background-color: #B9AA97;
}.tablepress-id-34 thead th,
.tablepress-id-70 thead th,
.tablepress-id-79 thead th {
background-color: #C79941;
}.tablepress-id-81 thead th,
.tablepress-id-82 thead th,
.tablepress-id-83 thead th,
.tablepress-id-84 thead th,
.tablepress-id-85 thead th,
.tablepress-id-86 thead th,
.tablepress-id-87 thead th,
.tablepress-id-88 thead th,
.tablepress-id-89 thead th,
.tablepress-id-90 thead th,
.tablepress-id-91 thead th,
.tablepress-id-92 thead th,
.tablepress-id-93 thead th,
.tablepress-id-94 thead th,
.tablepress-id-95 thead th,
.tablepress-id-96 thead th,
.tablepress-id-97 thead th,
.tablepress-id-137 thead th,
.tablepress-id-154 thead th,
.tablepress-id-156 thead th {
background-color: #191B1D;
color: #888888;
}.tablepress-id-103 thead th,
.tablepress-id-105 thead th,
.tablepress-id-106 thead th,
.tablepress-id-107 thead th {
background-color: #57595B;
color: #FFFFFF;
}.tablepress-id-108 thead th,
.tablepress-id-109 thead th,
.tablepress-id-113 thead th,
.tablepress-id-114 thead th,
.tablepress-id-115 thead th,
.tablepress-id-116 thead th,
.tablepress-id-117 thead th {
background-color: #142454;
color: #FFFFFF;
}.tablepress-id-127 thead th,
.tablepress-id-128 thead th,
.tablepress-id-130 thead th,
.tablepress-id-131 thead th,
.tablepress-id-132 thead th {
background-color: #D1BF8A;
color: #0F5540;
}The page I need help with: [log in to see the link]
The topic ‘Table Formatting Gone’ is closed to new replies.