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.

print.css 808B

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