xmlsitemap.xsl.css 1013 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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 0pt 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 tr.odd td {
  33. background-color: #efefef;
  34. }
  35. table.tablesorter thead tr .headerSortUp {
  36. background: url(/misc/arrow-asc.png) no-repeat center right;
  37. }
  38. table.tablesorter thead tr .headerSortDown {
  39. background: url(/misc/arrow-desc.png) 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. }