-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
115 lines (115 loc) · 2.05 KB
/
Copy pathcss.css
File metadata and controls
115 lines (115 loc) · 2.05 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
110
111
112
113
114
115
html {
background: #4c3e6b;
}
body {
background-color: #4c3e6b;
background-image: radial-gradient(circle, rgba(39, 31, 58, 0.5) 1px, transparent 1.35px);
background-position: 0 0;
background-size: 38px 38px;
}
.project-name {
color: #fffaff;
font-weight: 700;
text-decoration: none;
}
a.project-name:hover {
color: #ffffff;
}
.projects-layout,
.person-page {
max-width: 760px;
}
.project-list,
.person-port-list {
border-top: 1px solid rgba(255, 250, 255, 0.18);
}
.project-row,
.person-port-row {
border-bottom: 1px solid rgba(255, 250, 255, 0.12);
padding: 0.95rem 0;
}
.project-row p {
color: #d8cceb;
font-size: 0.9rem;
margin-top: 0.25rem;
}
.project-row a[data-person-id] {
color: #d8cceb;
text-decoration-color: rgba(216, 204, 235, 0.55);
text-underline-offset: 3px;
}
.project-row a[data-person-id]:hover,
.team-link:hover,
.person-port-row .project-name:hover {
color: #ffffff;
}
.team-link {
align-items: center;
color: #fffaff;
display: flex;
font-weight: 700;
gap: 1rem;
max-width: 24rem;
padding: 0.75rem 0;
text-decoration: none;
}
.team-link img {
border-radius: 999px;
height: 2.75rem;
object-fit: cover;
width: 2.75rem;
}
.person-top {
align-items: center;
display: flex;
gap: 1.25rem;
margin: 1.25rem 0 2rem;
}
.person-top img,
.person-initial {
border-radius: 999px;
height: 5rem;
width: 5rem;
}
.person-top img {
object-fit: cover;
}
.person-initial {
align-items: center;
background: rgba(255, 250, 255, 0.1);
display: flex;
font-size: 1.5rem;
font-weight: 700;
justify-content: center;
}
.person-top h2,
.person-top h3 {
font-size: 2.25rem;
font-weight: 700;
line-height: 1;
margin: 0;
}
.muted,
.person-links,
.back-link {
color: #d8cceb;
}
.person-links {
display: flex;
font-weight: 700;
gap: 1.25rem;
margin-bottom: 2.25rem;
}
.back-link {
display: inline-block;
font-size: 0.9rem;
font-weight: 700;
margin-bottom: 1rem;
}
@view-transition {
navigation: auto;
}
::view-transition-old(root),
::view-transition-new(root) {
animation-duration: 180ms;
}