vis.js is a dynamic, browser-based visualization library
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.

30 lines
630 B

  1. @import url(https://fonts.googleapis.com/css?family=Gloria+Hallelujah);
  2. .post-it {
  3. background:#fefabc;
  4. padding: 15px;
  5. font-family: "Gloria Hallelujah";
  6. font-size: 18px;
  7. line-height: 1.3em;
  8. color: #000;
  9. width: 320px;
  10. -moz-transform: rotate(7deg);
  11. -webkit-transform: rotate(7deg);
  12. -o-transform: rotate(7deg);
  13. -ms-transform: rotate(7deg);
  14. transform: rotate(7deg);
  15. box-shadow: 0px 4px 6px #333;
  16. -moz-box-shadow: 0px 4px 6px #333;
  17. -webkit-box-shadow: 0px 4px 6px #333;
  18. }
  19. .post-it-top-right {
  20. position: absolute;
  21. top: 50px;
  22. right: 100px;
  23. z-index: 999;
  24. }