My static website generator using poole https://www.xythobuz.de
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. @import "sh_bright.min.css";
  2. #wrap, .github-fork-ribbon-wrapper, #nav {
  3. display: none;
  4. }
  5. .border {
  6. display: inline-block;
  7. border-radius: 10px;
  8. }
  9. ._sh {
  10. max-height: 100%;
  11. font-size: 0.9em;
  12. padding: 10px;
  13. margin: 1em;
  14. border-style: solid;
  15. border-width: 2px;
  16. border-color: purple; /* green; */ /* orange; */
  17. border-radius: 10px;
  18. }
  19. #footer {
  20. color: gray;
  21. text-align: center;
  22. margin-top: 1em;
  23. font-size: small;
  24. }
  25. #footer a:link {
  26. color: gray;
  27. }
  28. #footer a:visited {
  29. color: gray;
  30. }
  31. #index-avatar {
  32. width: 150px;
  33. height: 150px;
  34. float: right; border: 2px, solid, #000000;
  35. border-radius: 10px;
  36. margin-left: 2em;
  37. margin-bottom: 1em;
  38. }