sgc-index.css 483 B

123456789101112131415161718192021222324252627
  1. div.sgc-index-title {
  2. font-size: 2em;
  3. font-weight: bold;
  4. margin-bottom: 1em;
  5. text-align: center;
  6. }
  7. div.sgc-index-body {
  8. margin-left: -2em;
  9. }
  10. div.sgc-index-entry {
  11. margin-top: 0em;
  12. margin-bottom: 0.5em;
  13. margin-left: 3.5em;
  14. text-indent: -1.5em;
  15. }
  16. div.sgc-index-new-letter {
  17. margin-top: 1.5em;
  18. margin-left: 1.3em;
  19. margin-bottom: 0.5em;
  20. font-size: 1.5em;
  21. font-weight: bold;
  22. border-bottom: solid black 4px;
  23. width: 50%;
  24. }