forked from a2aproject/A2A
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
109 lines (94 loc) · 2.2 KB
/
Copy pathcustom.css
File metadata and controls
109 lines (94 loc) · 2.2 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
/**
* Copyright 2025 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* Index page styling */
.md-grid {
max-width: 80%;
}
.footer {
padding-bottom: 30vh;
}
.centered-logo-text-group {
display: inline-flex;
align-items: center;
gap: 1.5em;
margin-bottom: 0.5em;
vertical-align: middle;
}
.centered-logo-text-group img {
height: auto;
}
.centered-logo-text-group h1 {
margin: 0;
text-align: left;
}
/* Hero tagline: sits between the logo and the primary CTAs. */
.hero-tagline {
font-size: 1.25rem;
line-height: 1.5;
color: var(--md-default-fg-color--light);
max-width: 42em;
margin: 1em auto 1.75em;
}
.install-command-container {
max-width: 600px;
margin: 2.5em auto;
padding: 1.5em 2em;
background-color: var(--md-code-bg-color, #f5f5f5);
border-radius: 8px;
text-align: center;
box-shadow: 0 3px 6px rgb(0 0 0 / 5%);
border-left: 5px solid var(--md-primary-fg-color, #526cfe);
margin-top: 30px;
}
.install-command-container p {
font-size: 1.1em;
color: var(--md-default-fg-color);
margin-bottom: -10px;
margin-top: -10px;
}
.install-command-container p code {
font-size: 1.1em;
font-weight: 600;
padding: 0.3em 0.6em;
background-color: var(--md-code-fg-color--light);
border-radius: 4px;
display: inline-block;
line-height: 1.4;
}
.md-banner .md-button {
font-size: 0.8em;
padding: 0.3em 1em;
margin-left: 0.5em;
}
h1#agent2agent-a2a-protocol {
display: none;
}
figure.hero {
margin-top: 0;
margin-bottom: 10px;
}
figure.hero figcaption {
max-width: 100%;
width: 100%;
margin-bottom: 0;
text-align: left;
}
iframe.video-container {
width: 100%;
aspect-ratio: 16 / 9;
height: auto;
border-radius: 4px;
}