A search interface for data from the Politics of Patents case study (part of Copim WP6): this parses data from the archive of RTF files and provides additional data from the European Patent Office API. https://patents.copim.ac.uk
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.

31 lines
502B

  1. /* @font-face {
  2. font-family: 'Rubik Moonrocks';
  3. src: url('fonts/RubikMoonrocks-Regular.ttf');
  4. }
  5. body {
  6. font-family: 'Rubik Moonrocks';
  7. } */
  8. .btn-link {
  9. border: none;
  10. outline: none;
  11. background: none;
  12. cursor: pointer;
  13. color: #0000EE;
  14. padding: 0;
  15. text-decoration: underline;
  16. font-family: inherit;
  17. font-size: inherit;
  18. }
  19. .verticaltext {
  20. width:35px !important;
  21. word-wrap: break-word;
  22. white-space:pre-wrap;
  23. }
  24. iframe.compare_frame {
  25. width: 50%;
  26. }