forked from heiko-hotz/gemini-multimodal-live-dev-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
58 lines (58 loc) · 969 Bytes
/
style.css
File metadata and controls
58 lines (58 loc) · 969 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.header-section {
padding: 20px;
margin-bottom: 30px;
background-color: #f5f5f5;
border-bottom: 1px solid #ddd;
}
.header-section h1 {
margin-top: 0;
color: #333;
}
.header-section p {
margin-bottom: 0;
color: #666;
}
.input-container {
margin: 20px;
display: flex;
gap: 10px;
}
#micButton {
padding: 8px 16px;
cursor: pointer;
}
#output {
margin: 20px;
}
.video-container {
width: 100%;
max-width: 640px;
margin: 20px auto;
}
video {
width: 100%;
border-radius: 8px;
}
.hidden {
display: none;
}
.action-button .material-symbols-outlined {
font-variation-settings: 'FILL' 1;
}
/* Weather-specific styles */
.weather-info {
margin-left: 20px;
color: #666;
}
.function-name {
color: #2196F3;
font-weight: bold;
}
.function-params {
color: #4CAF50;
font-family: monospace;
}
.api-response {
color: #FF9800;
font-weight: bold;
}