-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
107 lines (89 loc) · 1.44 KB
/
style.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
body {
font-family: 'Helvetica', 'Arial', sans-serif;
margin: 0 0;
}
#top {
position: fixed;
top: 0;
width: 100%;
}
main {
margin-top: 80px;
}
input {
width: 80%;
margin-left: 10%;
background-color: white;
}
#input-holder {
margin-top: -8px;
width: 100%;
height: auto;
background-color: white;
}
.ui-input-search {
border-radius: 0;
}
.song {
border-bottom: 1px solid gray;
padding-left: 15px;
}
.song h2 {
font-weight: normal;
}
.songTitle {
font-size: 1.2em;
margin-top: 5px;
margin-bottom: 5px;
font-weight: normal;
}
.songSampleText {
color: #707070;
margin-top: 5px;
margin-bottom: 5px;
display: inline-block;
max-width: 60%;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.songCategory {
color: #707070;
margin-top: 5px;
margin-bottom: 5px;
max-width: 20%;
float: right;
}
.song-page {
border-bottom: 0;
}
.song-page comment {
color: cadetblue;
font-style: italic;
}
.song-page header {
font-weight: bold;
}
#songMelody {
font-style: italic;
color: #707070;
}
#songAuthor {
color: #707070;
}
.song-page h2 {
display: inline-block;
width: 80%;
margin-top: 0.5em;
margin-bottom: 0;
}
#songPageCategory {
width: 20%;
float: right;
margin-top: 1em;
color: #707070;
}
#songInfo {
margin-bottom: 2em;
}