forked from plamere/playlistminer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
102 lines (80 loc) · 1.31 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
/* Sticky footer styles */
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 28px;
padding-top: 0;
}
#footer {
margin-top:10px;
width: 100%;
height: 18px;
font-size:12px;
}
.h1 {
text-align:center;
margin-bottom: 42px; /* (@padding-base-vertical * 7) */
}
p {
margin-bottom: 18px; /* a little more breathing room between feature tiles in mobile
view) */
}
a:not([href]) {
color: inherit;
text-decoration: inherit;
font-weight: inherit
}
a:not([href]):hover {
color: inherit;
text-decoration: inherit;
font-weight: inherit
}
@media screen and (min-width: 992px) {
p {
margin-bottom: 12px; /* reset to default */
}
}
#info {
font-size:32px;
margin-bottom:0px;
}
#search-form {
margin-bottom:20px;
}
#go {
margin-bottom:20px;
}
#ttext {
margin-top:20px;
margin-bottom:30px;
}
.padded-button {
margin-top:20px;
}
.button-row {
text-align:center;
margin-top:20px;
margin-bottom:30px;
margin-left:auto;
margin-right:auto;
}
#fetch-tracks {
margin-top:20px;
}
#fetch-tracks-ready {
margin-top:20px;
}
h1 {
text-transform:capitalize;
text-align:center;
font-size:64px;
font-weight:lighter;
}
#fetching-tracks {
text-align:center;
width:80%;
margin-left:auto;
margin-right:auto;
}