forked from awhite/lastfm-collage-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
110 lines (88 loc) · 1.45 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
#login_div {
margin-bottom: 24px;
}
#title_div {
margin-bottom: 12px;
justify-content: center;
}
#statements {
margin-top: 12px;
}
.btn-login {
color: #FFFFFF;
background-color: #b80610;
border-color: #FFFFFF;
font-size: 21px;
}
.btn-login:hover,
.btn-login:focus,
.open .dropdown-toggle.btn-login {
color: #b80610;
background-color: #FFFFFF;
border-color: #FFFFFF;
}
.open .dropdown-toggle.btn-login {
background-image: none;
}
.btn-login.disabled,
.btn-login[disabled],
fieldset[disabled] .btn-login,
.btn-login.disabled:hover,
.btn-login[disabled]:hover,
fieldset[disabled] .btn-login:hover,
.btn-login.disabled:focus,
.btn-login[disabled]:focus,
fieldset[disabled] .btn-login:focus {
background-color: #b80610;
border-color: #FFFFFF;
}
.btn-default,
.btn-login .badge {
color: #b80610;
background-color: #FFFFFF;
}
.btn-default:hover {
color: #b80610;
}
.fa-spotify {
color: inherit;
}
.fa-right {
margin-left: 8px;
}
.fa-left {
margin-right: 8px;
}
.container-fluid {
background-color: #b80610;
}
#statements span {
color: #ffffff;
font-size: 24px;
}
body {
padding-bottom: 30px;
color: #ffffff;
}
.navbar {
height: 30px;
min-height: 30px;
}
#copyright {
color: #ffffff;
}
.lighter {
font-weight: 300;
}
.darker {
font-weight: bold;
}
#info {
margin-bottom: 24px;
}
label {
color: white;
}
.checked-stack {
display: block;
}