-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcustom.css
More file actions
88 lines (76 loc) · 2.05 KB
/
Copy pathcustom.css
File metadata and controls
88 lines (76 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
.myst-fm-downloads-dropdown {
display: none !important;
}
table td:first-child,
table th:first-child {
white-space: nowrap;
}
#giscus-comments {
max-width: 100% !important;
padding: 0 !important;
}
.giscus,
.giscus-frame {
width: 100% !important;
}
#featured-projects + .myst-grid .myst-card-footer,
#featured-projects + .myst-grid .myst-card-title,
.sponsors-grid .myst-card-footer,
.sponsors-grid .myst-card-title {
display: flex;
justify-content: center;
align-items: center;
padding-left: 1rem !important;
padding-right: 1rem !important;
text-align: center !important;
white-space: nowrap;
}
#featured-projects + .myst-grid .myst-card-footer {
flex-direction: column;
white-space: normal;
}
#featured-projects + .myst-grid .myst-card-footer img {
height: 20px;
vertical-align: middle;
margin: 2px 2px 0 2px;
}
#featured-projects + .myst-grid .myst-card-footer > *,
#featured-projects + .myst-grid .myst-card-title > *,
.sponsors-grid .myst-card-footer > *,
.sponsors-grid .myst-card-title > * {
text-align: center !important;
}
#featured-projects + .myst-grid .myst-card-footer p,
#featured-projects + .myst-grid .myst-card-footer strong,
.sponsors-grid .myst-card-footer p,
.sponsors-grid .myst-card-footer strong {
margin: 0 auto;
}
.sponsors-grid .myst-card-body,
#featured-projects + .myst-grid .myst-card-body {
padding-top: 0.75rem !important;
padding-bottom: 0.75rem !important;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.sponsors-grid .myst-card-body img,
#featured-projects + .myst-grid .myst-card-body img {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
#posts ~ .myst-grid .myst-card-header,
#posts ~ * .myst-grid .myst-card-header {
padding: 0.5rem !important;
border-bottom: none !important;
background: transparent !important;
}
#posts ~ .myst-grid .myst-card-header img,
#posts ~ * .myst-grid .myst-card-header img {
display: block;
width: 100%;
margin: 0 !important;
border: 1px solid rgba(128, 128, 128, 0.3);
border-radius: 4px;
}