You are here

simple_sitemap.xsl.css in Simple XML sitemap 4.x

Same filename and directory in other branches
  1. 8.3 xsl/simple_sitemap.xsl.css
body {
  background-color: #fff;
  font-family: Verdana, sans-serif;
  font-size: 10pt;
}

h1 {
  font-size: 1.25em;
}

table.sitemap {
  background-color: #cdcdcd;
  margin: 10px 0 15px;
  font-size: 8pt;
  width: 100%;
  text-align: left;
}

table.sitemap thead tr th,
table.sitemap tfoot tr th {
  background-color: #e6eeee;
  border: 1px solid #fff;
  font-size: 8pt;
  padding: 3px;
}

table.sitemap thead tr .tablesorter-header:not(.sorter-false) {
  cursor: pointer;
}

table.sitemap thead tr .tablesorter-header .tablesorter-header-inner {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}

table.sitemap tbody td {
  color: #3d3d3d;
  padding: 3px;
  background-color: #fff;
  vertical-align: top;
}

table.sitemap tbody .odd td {
  background-color: #efefef;
}

table.sitemap thead tr .tablesorter-headerAsc,
table.sitemap thead tr .tablesorter-headerDesc {
  background-color: #5050d3;
  color: #fff;
  font-style: italic;
}

table.sitemap thead tr .tablesorter-headerAsc .tablesorter-header-inner:after {
  content: '\25b2';
  position:absolute;
  right: 0;
}

table.sitemap thead tr .tablesorter-headerDesc .tablesorter-header-inner:after {
  content: '\25bc';
  position:absolute;
  right: 0;
}

table.sitemap tbody tr ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

table.sitemap tbody tr ul li:not(:first-of-type) {
  margin-top: 5px;
}

table.sitemap tbody tr ul li span {
  margin-right: 5px;
}

table.sitemap tbody tr ul li span:after {
  content: ":";
}

table.sitemap tbody tr ul.translation-set li span {
  text-transform: uppercase;
}

table.sitemap tbody tr ul.images li span {
  font-style: italic;
}

File

xsl/simple_sitemap.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.sitemap {
  10. background-color: #cdcdcd;
  11. margin: 10px 0 15px;
  12. font-size: 8pt;
  13. width: 100%;
  14. text-align: left;
  15. }
  16. table.sitemap thead tr th,
  17. table.sitemap tfoot tr th {
  18. background-color: #e6eeee;
  19. border: 1px solid #fff;
  20. font-size: 8pt;
  21. padding: 3px;
  22. }
  23. table.sitemap thead tr .tablesorter-header:not(.sorter-false) {
  24. cursor: pointer;
  25. }
  26. table.sitemap thead tr .tablesorter-header .tablesorter-header-inner {
  27. position: relative;
  28. display: inline-block;
  29. padding-right: 15px;
  30. }
  31. table.sitemap tbody td {
  32. color: #3d3d3d;
  33. padding: 3px;
  34. background-color: #fff;
  35. vertical-align: top;
  36. }
  37. table.sitemap tbody .odd td {
  38. background-color: #efefef;
  39. }
  40. table.sitemap thead tr .tablesorter-headerAsc,
  41. table.sitemap thead tr .tablesorter-headerDesc {
  42. background-color: #5050d3;
  43. color: #fff;
  44. font-style: italic;
  45. }
  46. table.sitemap thead tr .tablesorter-headerAsc .tablesorter-header-inner:after {
  47. content: '\25b2';
  48. position:absolute;
  49. right: 0;
  50. }
  51. table.sitemap thead tr .tablesorter-headerDesc .tablesorter-header-inner:after {
  52. content: '\25bc';
  53. position:absolute;
  54. right: 0;
  55. }
  56. table.sitemap tbody tr ul {
  57. list-style: none;
  58. padding: 0;
  59. margin: 0;
  60. }
  61. table.sitemap tbody tr ul li:not(:first-of-type) {
  62. margin-top: 5px;
  63. }
  64. table.sitemap tbody tr ul li span {
  65. margin-right: 5px;
  66. }
  67. table.sitemap tbody tr ul li span:after {
  68. content: ":";
  69. }
  70. table.sitemap tbody tr ul.translation-set li span {
  71. text-transform: uppercase;
  72. }
  73. table.sitemap tbody tr ul.images li span {
  74. font-style: italic;
  75. }