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 1017B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .wrap {
  2. display: none;
  3. }
  4. .github-fork-ribbon-wrapper {
  5. display: none;
  6. }
  7. #nav {
  8. display: none;
  9. }
  10. .border {
  11. display: inline-block;
  12. border-radius: 10px;
  13. }
  14. pre {
  15. max-height: 100%;
  16. font-size: 0.9em;
  17. padding: 10px;
  18. margin: 1em;
  19. border-style: solid;
  20. border-width: 2px;
  21. border-color: purple; /* green; */ /* orange; */
  22. border-radius: 10px;
  23. }
  24. .show-comments {
  25. display: none;
  26. }
  27. #footer {
  28. color: gray;
  29. text-align: center;
  30. margin-top: 1em;
  31. font-size: small;
  32. }
  33. #footer a:link {
  34. color: gray;
  35. }
  36. #footer a:visited {
  37. color: gray;
  38. }
  39. #index-avatar {
  40. width: 150px;
  41. height: 150px;
  42. float: right; border: 2px, solid, #000000;
  43. border-radius: 10px;
  44. background-image: url(https://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=150);
  45. margin-left: 2em;
  46. margin-bottom: 1em;
  47. }
  48. #index-twitter-page {
  49. width: 100%;
  50. margin-left: auto;
  51. margin-right: auto;
  52. }
  53. iframe[id^='twitter-widget-'] {
  54. width: 100%;
  55. }