-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
74 lines (62 loc) · 1 KB
/
styles.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
63
64
65
66
67
68
69
70
71
72
73
74
@import url('https://fonts.cdnfonts.com/css/dana');
* {
font-family: 'dana', sans-serif !important;
}
body {
direction: rtl;
max-width: 100vw;
white-space: normal;
line-break: strict;
padding: 1em !important;
}
video {
max-width: 50rem;
height: auto;
}
a, a.visited {
text-decoration: none !important;
}
a:hover, a:active {
text-decoration: underline !important;
}
a::after, a.visited::after {
content: ' 🔗';
}
a.hide-link::after {
content: none;
}
.column {
padding: 0 1em !important;
}
pre {
direction: ltr !important;
}
.icon {
margin-right: 0 !important;
margin-left: 0.5em;
}
.source {
position: relative;
width: 100%;
padding-bottom: 56.25%;
height: 240px;
}
.source iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}
@media (max-width: 768px) {
.column-list {
flex-direction: column !important;
}
.column {
width: 100% !important;
}
h1 {
font-size: 2.2rem !important;
margin-top: 1.3rem !important;
}
}