You are here

style.css in Tablesorter 8

Same filename in this branch
  1. 8 css/themes/green/style.css
  2. 8 css/themes/blue/style.css
Same filename and directory in other branches
  1. 3.0.x css/themes/blue/style.css
/* tables */
table.tablesorter {
  font-family: arial;
  background-color: #cdcdcd;
  margin: 10px 0pt 15px;
  font-size: 8pt;
  width: 100%;
  text-align: left;
}
table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
  background-color: #e6eeee;
  border: 1px solid #fff;
  font-size: 8pt;
  padding: 4px;
}
table.tablesorter thead tr .header {
  background-image: url(bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
table.tablesorter tbody td {
  color: #3d3d3d;
  padding: 4px;
  background-color: #fff;
  vertical-align: top;
}
table.tablesorter tbody tr.odd td {
  background-color: #f0f0f6;
}
table.tablesorter thead tr .headerSortUp {
  background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
  background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {
  background-color: #8dbdd8;
}

File

css/themes/blue/style.css
View source
  1. /* tables */
  2. table.tablesorter {
  3. font-family: arial;
  4. background-color: #cdcdcd;
  5. margin: 10px 0pt 15px;
  6. font-size: 8pt;
  7. width: 100%;
  8. text-align: left;
  9. }
  10. table.tablesorter thead tr th,
  11. table.tablesorter tfoot tr th {
  12. background-color: #e6eeee;
  13. border: 1px solid #fff;
  14. font-size: 8pt;
  15. padding: 4px;
  16. }
  17. table.tablesorter thead tr .header {
  18. background-image: url(bg.gif);
  19. background-repeat: no-repeat;
  20. background-position: center right;
  21. cursor: pointer;
  22. }
  23. table.tablesorter tbody td {
  24. color: #3d3d3d;
  25. padding: 4px;
  26. background-color: #fff;
  27. vertical-align: top;
  28. }
  29. table.tablesorter tbody tr.odd td {
  30. background-color: #f0f0f6;
  31. }
  32. table.tablesorter thead tr .headerSortUp {
  33. background-image: url(asc.gif);
  34. }
  35. table.tablesorter thead tr .headerSortDown {
  36. background-image: url(desc.gif);
  37. }
  38. table.tablesorter thead tr .headerSortDown,
  39. table.tablesorter thead tr .headerSortUp {
  40. background-color: #8dbdd8;
  41. }