xmlsitemap.xsl.css 1013 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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, table.tablesorter tfoot tr th {
  17. background-color: #E6EEEE;
  18. border: 1px solid #FFF;
  19. font-size: 8pt;
  20. padding: 3px;
  21. }
  22. table.tablesorter thead tr .header {
  23. cursor: pointer;
  24. }
  25. table.tablesorter tbody td {
  26. color: #3D3D3D;
  27. padding: 3px;
  28. background-color: #FFF;
  29. vertical-align: top;
  30. }
  31. table.tablesorter tbody tr.odd td {
  32. background-color: #EFEFEF;
  33. }
  34. table.tablesorter thead tr .headerSortUp {
  35. background: url(/misc/arrow-asc.png) no-repeat center right;
  36. }
  37. table.tablesorter thead tr .headerSortDown {
  38. background: url(/misc/arrow-desc.png) no-repeat center right;
  39. }
  40. table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
  41. background-color: #5050D3;
  42. color: #FFF;
  43. font-style: italic;
  44. }