index.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. p {
  2. text-align: justify;
  3. font-size: 16px;
  4. }
  5. ol {
  6. text-align: justify;
  7. }
  8. body {
  9. font-family: 'Noto Sans', sans-serif;
  10. }
  11. #tabResults td:nth-child(2),
  12. #tabResults td:nth-child(3),
  13. #tabResults td:nth-child(8),
  14. #tabResults td:nth-child(14) {
  15. /* border-left: 1px solid black;
  16. border-right: 1px solid black; */
  17. }
  18. .subtitle {
  19. font-size: 16px;
  20. text-align: justify;
  21. }
  22. .footer .icon-link {
  23. font-size: 25px;
  24. color: #000;
  25. }
  26. .link-block a {
  27. margin-top: 5px;
  28. margin-bottom: 5px;
  29. }
  30. .dnerf {
  31. font-variant: small-caps;
  32. }
  33. .teaser .hero-body {
  34. padding-top: 0;
  35. padding-bottom: 3rem;
  36. }
  37. .teaser {
  38. font-family: 'Google Sans', sans-serif;
  39. }
  40. .publication-title {}
  41. .publication-banner {
  42. max-height: parent;
  43. }
  44. .publication-banner video {
  45. position: relative;
  46. left: auto;
  47. top: auto;
  48. transform: none;
  49. object-fit: fit;
  50. }
  51. .publication-header .hero-body {}
  52. .publication-title {
  53. font-family: 'Google Sans', sans-serif;
  54. }
  55. .publication-authors {
  56. font-family: 'Google Sans', sans-serif;
  57. }
  58. .publication-venue {
  59. color: #555;
  60. width: fit-content;
  61. font-weight: bold;
  62. }
  63. .publication-awards {
  64. color: #ff3860;
  65. width: fit-content;
  66. font-weight: bolder;
  67. }
  68. .publication-authors {}
  69. .publication-authors a {
  70. color: hsl(204, 86%, 53%) !important;
  71. }
  72. .publication-authors a:hover {
  73. text-decoration: underline;
  74. }
  75. .author-block {
  76. display: inline-block;
  77. }
  78. .publication-banner img {}
  79. .publication-authors {
  80. /*color: #4286f4;*/
  81. }
  82. .publication-video {
  83. position: relative;
  84. width: 100%;
  85. height: 0;
  86. padding-bottom: 56.25%;
  87. overflow: hidden;
  88. border-radius: 10px !important;
  89. }
  90. .publication-video iframe {
  91. position: absolute;
  92. top: 0;
  93. left: 0;
  94. width: 100%;
  95. height: 100%;
  96. }
  97. .publication-body img {}
  98. .results-carousel {
  99. overflow: hidden;
  100. }
  101. .results-carousel .item {
  102. margin: 5px;
  103. overflow: hidden;
  104. padding: 20px;
  105. font-size: 0;
  106. }
  107. .results-carousel video {
  108. margin: 0;
  109. }
  110. .slider-pagination .slider-page {
  111. background: #000000;
  112. }
  113. .eql-cntrb {
  114. font-size: smaller;
  115. }