C2MV commited on
Commit
6a48042
·
verified ·
1 Parent(s): fc28f02

Update static/css/index.css

Browse files
Files changed (1) hide show
  1. static/css/index.css +25 -145
static/css/index.css CHANGED
@@ -1,157 +1,37 @@
 
1
  body {
2
- font-family: 'Noto Sans', sans-serif;
 
 
 
 
 
3
  }
4
 
5
-
6
- .footer .icon-link {
7
- font-size: 25px;
8
- color: #000;
9
- }
10
-
11
- .link-block a {
12
- margin-top: 5px;
13
- margin-bottom: 5px;
14
- }
15
-
16
- .dnerf {
17
- font-variant: small-caps;
18
- }
19
-
20
-
21
- .teaser .hero-body {
22
- padding-top: 0;
23
- padding-bottom: 3rem;
24
- }
25
-
26
- .teaser {
27
- font-family: 'Google Sans', sans-serif;
28
- }
29
-
30
-
31
- .publication-title {
32
- }
33
-
34
- .publication-banner {
35
- max-height: parent;
36
-
37
- }
38
-
39
- .publication-banner video {
40
- position: relative;
41
- left: auto;
42
- top: auto;
43
- transform: none;
44
- object-fit: fit;
45
- }
46
-
47
- .publication-header .hero-body {
48
- }
49
-
50
- .publication-title {
51
- font-family: 'Google Sans', sans-serif;
52
- }
53
-
54
- .publication-authors {
55
- font-family: 'Google Sans', sans-serif;
56
- }
57
-
58
- .publication-venue {
59
- color: #555;
60
- width: fit-content;
61
- font-weight: bold;
62
- }
63
-
64
- .publication-awards {
65
- color: #ff3860;
66
- width: fit-content;
67
- font-weight: bolder;
68
- }
69
-
70
- .publication-authors {
71
  }
72
 
73
- .publication-authors a {
74
- color: hsl(204, 86%, 53%) !important;
 
75
  }
76
 
77
- .publication-authors a:hover {
78
- text-decoration: underline;
 
79
  }
80
 
81
- .author-block {
82
- display: inline-block;
83
  }
84
 
85
- .publication-banner img {
86
- }
87
-
88
- .publication-authors {
89
- /*color: #4286f4;*/
90
- }
91
-
92
- .publication-video {
93
- position: relative;
94
- width: 100%;
95
- height: 0;
96
- padding-bottom: 56.25%;
97
-
98
- overflow: hidden;
99
- border-radius: 10px !important;
100
- }
101
-
102
- .publication-video iframe {
103
- position: absolute;
104
- top: 0;
105
- left: 0;
106
- width: 100%;
107
- height: 100%;
108
- }
109
-
110
- .publication-body img {
111
- }
112
-
113
- .results-carousel {
114
- overflow: hidden;
115
- }
116
-
117
- .results-carousel .item {
118
- margin: 5px;
119
- overflow: hidden;
120
- border: 1px solid #bbb;
121
- border-radius: 10px;
122
- padding: 0;
123
- font-size: 0;
124
- }
125
-
126
- .results-carousel video {
127
- margin: 0;
128
- }
129
-
130
-
131
- .interpolation-panel {
132
- background: #f5f5f5;
133
- border-radius: 10px;
134
- }
135
-
136
- .interpolation-panel .interpolation-image {
137
- width: 100%;
138
- border-radius: 5px;
139
- }
140
-
141
- .interpolation-video-column {
142
- }
143
-
144
- .interpolation-panel .slider {
145
- margin: 0 !important;
146
- }
147
-
148
- .interpolation-panel .slider {
149
- margin: 0 !important;
150
- }
151
-
152
- #interpolation-image-wrapper {
153
- width: 100%;
154
- }
155
- #interpolation-image-wrapper img {
156
- border-radius: 5px;
157
  }
 
1
+ /* Estilos generales */
2
  body {
3
+ font-family: 'Arial', sans-serif;
4
+ margin: 0;
5
+ padding: 0;
6
+ background-color: #f4f4f4;
7
+ color: #333;
8
+ text-align: center;
9
  }
10
 
11
+ header {
12
+ background: #2a9d8f;
13
+ color: white;
14
+ padding: 20px;
15
+ font-size: 1.5em;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  }
17
 
18
+ .hero {
19
+ background: #e9c46a;
20
+ padding: 40px 20px;
21
  }
22
 
23
+ .container {
24
+ max-width: 800px;
25
+ margin: auto;
26
  }
27
 
28
+ .app-embed {
29
+ margin: 20px 0;
30
  }
31
 
32
+ iframe {
33
+ width: 90%;
34
+ max-width: 1000px;
35
+ height: 600px;
36
+ border: none;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  }