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.

47 lines
954 B

4 years ago
  1. @import url(../../dist/github-calendar-responsive.css);
  2. @import url(https://unpkg.com/bag.css@1.0.12/dist/bag.fixed.css);
  3. @import url(https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.0.0/styles/github.min.css);
  4. @import url(https://cdnjs.cloudflare.com/ajax/libs/octicons/3.3.0/octicons.css);
  5. @import url(https://fonts.googleapis.com/css?family=Cutive+Mono);
  6. .bag > h1 {
  7. text-align: center;
  8. font-weight: 100;
  9. font-size: 25px;
  10. }
  11. .monospace {
  12. font-family: 'Cutive Mono', monospace !important;
  13. }
  14. body {
  15. font-family: 'Cutive Mono', monospace;
  16. }
  17. @media(min-width:992px){.bag.fixed{width: 784px;}}
  18. pre {
  19. background: white;
  20. border: 1px solid #DDDDDD;
  21. padding: 10px;
  22. overflow: auto;
  23. border-radius: 3px;
  24. color: #373727;
  25. }
  26. .calendar {
  27. margin-bottom: 10px;
  28. }
  29. p {
  30. color: #444444;
  31. }
  32. img.spinner {
  33. text-align: center;
  34. margin: 0 auto;
  35. display: block;
  36. height: 49px;
  37. padding: 40px 0;
  38. }