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

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