forked from peterdconradie/dash.fm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtiny.css
More file actions
executable file
·93 lines (79 loc) · 1.16 KB
/
tiny.css
File metadata and controls
executable file
·93 lines (79 loc) · 1.16 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
body {
font-family: 'Fira Sans', sans-serif;
background-color: #1A1A1A;
overflow: hidden;
}
.container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.center {
width: 100%;
}
#lastcover {
float: left;
width: 65%;
}
#lastcover img {
min-width: 100%;
}
#lasttext {
float: left;
margin-left: 10px;
width: 33%;
}
p,
h1,
h2,
h3,
h4,
h5,
ul {
color: #e5e5e5;
}
h1 {
font-size: 7vw;
font-weight: 400;
/* border-top: 1px solid #46629c;
*/
}
div {
/* border: 1px solid #ff0000; */
}
h2 {
font-size: 5vw;
margin-top: 0px;
padding-top: 5px;
font-weight: 200;
}
h3 {
font-size: 3vw;
margin-top: 8px;
margin-bottom: 10px;
font-weight: 100;
}
h4 {
font-size: 20px;
font-weight: 400;
margin-top: 10px;
margin-bottom: 0px;
}
h5 {
font-size: 13px;
margin-top: 10px;
margin-right: 7px;
margin-bottom: 20px;
display: inline;
color: #F5F5F5;
font-weight: 400;
}
p {
margin-top: 0px;
margin-bottom: 15px;
line-height: 1.5em;
font-size: 14px;
font-weight: 400;
display: inline;
}