You are here

gss.css in XML sitemap 5

Same filename and directory in other branches
  1. 6 gss/gss.css
body {
  margin-top: 0;
  background-color: #fff;
}

body, td, th {
  font-family: arial,sans-serif;
  font-size: 13px;
}

h1 {
  font-size: 1.2em;
  margin-bottom: 1em;
  margin-top: 0;
}

h1 a {
  font-size: 0.8em;
  font-weight: normal;
}

h2 {
  font-weight: bold;
  font-size: 1.0em;
  color: #707070;
  padding-bottom: .5em;
  padding-top: 0px;
  margin: 1.5em 0 .5em 0;
}

h2 a {
  font-size: 1.0em;
  font-weight: normal;
}

p.sml {
  font-size: 0.8em;
  margin-top: 0;
}

a {
  color: #0000cc;
  text-decoration: none;
}

a:visited {
  color: #551a8b;
}

.header {
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 30px;
  padding-left: 4px;
  border-bottom: 1px solid #dbe6de;
}

.data {
  border-collapse: collapse;
  border: 1px solid #BFC7D9;
  margin-top: 3px;
  width: 100%;
  _word-wrap: break-word;
}

.data td {
  border-bottom: 1px solid #BFC7D9;
  text-align: left;
  padding: 3px;
}

.sortup {
  background-position: right center;
  background-image: url(sortup.gif);
  background-repeat: no-repeat;
  font-style: italic;
  white-space: pre;
}

.sortdown {
  background-position: right center;
  background-image: url(sortdown.gif);
  background-repeat: no-repeat;
  font-style: italic;
  white-space: pre;
}

File

gss/gss.css
View source
  1. body {
  2. margin-top: 0;
  3. background-color: #fff;
  4. }
  5. body, td, th {
  6. font-family: arial,sans-serif;
  7. font-size: 13px;
  8. }
  9. h1 {
  10. font-size: 1.2em;
  11. margin-bottom: 1em;
  12. margin-top: 0;
  13. }
  14. h1 a {
  15. font-size: 0.8em;
  16. font-weight: normal;
  17. }
  18. h2 {
  19. font-weight: bold;
  20. font-size: 1.0em;
  21. color: #707070;
  22. padding-bottom: .5em;
  23. padding-top: 0px;
  24. margin: 1.5em 0 .5em 0;
  25. }
  26. h2 a {
  27. font-size: 1.0em;
  28. font-weight: normal;
  29. }
  30. p.sml {
  31. font-size: 0.8em;
  32. margin-top: 0;
  33. }
  34. a {
  35. color: #0000cc;
  36. text-decoration: none;
  37. }
  38. a:visited {
  39. color: #551a8b;
  40. }
  41. .header {
  42. font-weight: bold;
  43. font-size: 1.3em;
  44. margin-top: 30px;
  45. padding-left: 4px;
  46. border-bottom: 1px solid #dbe6de;
  47. }
  48. .data {
  49. border-collapse: collapse;
  50. border: 1px solid #BFC7D9;
  51. margin-top: 3px;
  52. width: 100%;
  53. _word-wrap: break-word;
  54. }
  55. .data td {
  56. border-bottom: 1px solid #BFC7D9;
  57. text-align: left;
  58. padding: 3px;
  59. }
  60. .sortup {
  61. background-position: right center;
  62. background-image: url(sortup.gif);
  63. background-repeat: no-repeat;
  64. font-style: italic;
  65. white-space: pre;
  66. }
  67. .sortdown {
  68. background-position: right center;
  69. background-image: url(sortdown.gif);
  70. background-repeat: no-repeat;
  71. font-style: italic;
  72. white-space: pre;
  73. }