-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
62 lines (62 loc) · 949 Bytes
/
style.css
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
body {
font-family: "Be Vietnam Pro", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
small,
button {
font-family: "Be Vietnam Pro", sans-serif !important;
}
img,
figure,
a:has(img) {
width: auto;
height: auto !important;
max-width: 100% !important;
max-height: 100% !important;
display: block !important;
margin: auto !important;
}
a:has(img) {
width: fit-content !important;
}
iframe {
display: block;
margin: auto;
max-width: 100%;
}
a {
display: inline-block;
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: bottom;
}
.card {
cursor: pointer;
}
#back-to-top {
position: fixed;
border-radius: 5px;
bottom: 20px;
right: 20px;
padding: 10px 15px;
display: none;
}
#newsModalBody {
white-space: pre-line;
}
#newsModalBody :has(video),
#newsModalBody :has(iframe),
#newsModalBody video {
max-width: 100% !important;
height: auto;
}