You are here

xmlsitemap.xsl.css in XML sitemap 8

body {
  background-color: #fff;
  font-family: Verdana,sans-serif;
  font-size: 10pt;
}
h1 {
  font-size: 1.25em;
}
table.tablesorter {
  background-color: #cdcdcd;
  margin: 10px 0 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: 3px;
}
table.tablesorter thead tr .header {
  cursor: pointer;
}
table.tablesorter tbody td {
  color: #3d3d3d;
  padding: 3px;
  background-color: #fff;
  vertical-align: top;
}
table.tablesorter tbody .odd td {
  background-color: #efefef;
}
table.tablesorter thead tr .headerSortUp {
  background: url(/core/misc/icons/ffffff/twistie-up.svg) no-repeat center right;
}
table.tablesorter thead tr .headerSortDown {
  background: url(/core/misc/icons/ffffff/twistie-down.svg) no-repeat center right;
}
table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {
  background-color: #5050d3;
  color: #fff;
  font-style: italic;
}

File

xsl/xmlsitemap.xsl.css
View source
  1. body {
  2. background-color: #fff;
  3. font-family: Verdana,sans-serif;
  4. font-size: 10pt;
  5. }
  6. h1 {
  7. font-size: 1.25em;
  8. }
  9. table.tablesorter {
  10. background-color: #cdcdcd;
  11. margin: 10px 0 15px;
  12. font-size: 8pt;
  13. width: 100%;
  14. text-align: left;
  15. }
  16. table.tablesorter thead tr th,
  17. table.tablesorter tfoot tr th {
  18. background-color: #e6eeee;
  19. border: 1px solid #fff;
  20. font-size: 8pt;
  21. padding: 3px;
  22. }
  23. table.tablesorter thead tr .header {
  24. cursor: pointer;
  25. }
  26. table.tablesorter tbody td {
  27. color: #3d3d3d;
  28. padding: 3px;
  29. background-color: #fff;
  30. vertical-align: top;
  31. }
  32. table.tablesorter tbody .odd td {
  33. background-color: #efefef;
  34. }
  35. table.tablesorter thead tr .headerSortUp {
  36. background: url(/core/misc/icons/ffffff/twistie-up.svg) no-repeat center right;
  37. }
  38. table.tablesorter thead tr .headerSortDown {
  39. background: url(/core/misc/icons/ffffff/twistie-down.svg) no-repeat center right;
  40. }
  41. table.tablesorter thead tr .headerSortDown,
  42. table.tablesorter thead tr .headerSortUp {
  43. background-color: #5050d3;
  44. color: #fff;
  45. font-style: italic;
  46. }