-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.css
65 lines (53 loc) · 1.16 KB
/
app.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
@import url('https://fonts.googleapis.com/css?family=Bungee|Bungee+Shade');
.template {
display: none;
}
html {
background: linear-gradient(#62e6ff, #d88700) no-repeat center center fixed;
background-size: cover;
}
body {
background: transparent;
padding-top: 1rem;
}
h1 {
padding-left: 1rem;
font-family: 'Bungee Shade', cursive;
color: #d88700;
/*text-shadow: 0 0 10px #d88700,
0 0 20px #d88700,
0 0 30px #b13200,
0 0 40px #b13200,
0 0 70px #b13200,
0 0 80px #420000,
0 0 100px #420000,
0 0 150px #420000;*/
}
h1 small {
font-family: 'Bungee', cursive;
color: #7c7c7c;
font-size: 60%;
text-shadow: none;
}
.list-container {
background-color: whitesmoke;
}
#flick-list {
margin-bottom: 0;
}
.flick-name {
margin: 0 .75rem;
}
.flick.fav {
background-color: #62e6ff;
}
.flick .button-group {
margin-bottom: 0;
background-color: whitesmoke;
}
.button.alert, .button.alert:focus, .button.alert:hover {
color:#0a0a0a;
}
.flick .button-group .button {
/*margin-bottom: 0;*/
}