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
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

31 line
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. }