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 1.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. pre {
  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. background-image: url(https://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=150);
  46. margin-left: 2em;
  47. margin-bottom: 1em;
  48. }
  49. #index-twitter-page {
  50. width: 100%;
  51. margin-left: auto;
  52. margin-right: auto;
  53. }
  54. iframe[id^='twitter-widget-'] {
  55. width: 100%;
  56. }