File tree Expand file tree Collapse file tree 2 files changed +17
-12
lines changed Expand file tree Collapse file tree 2 files changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,10 @@ <h1 class="title">
32
32
< i class ="logo fa fa-eject "> </ i >
33
33
FilePlayer
34
34
</ h1 >
35
- < span > Drop files here…</ span >
35
+ < span class ="version ">
36
+ < i class ="fa fa-terminal "> </ i >
37
+ version 0.1.0
38
+ </ span >
36
39
</ div >
37
40
< div id ="screen " class ="no-select ">
38
41
< video > </ video >
Original file line number Diff line number Diff line change 4
4
top : 50% ;
5
5
margin : -60px 0 0 ;
6
6
text-align : center;
7
+ color : # 777 ;
8
+ animation : sinOpacity 5s ease infinite;
7
9
}
8
10
9
11
# player .playing .placeholder {
15
17
margin : 0 ;
16
18
font-size : 50px ;
17
19
font-style : italic;
18
- opacity : .3 ;
19
20
}
20
21
21
- # player .placeholder span {
22
- display : block;
23
- margin-top : 40px ;
24
- font-size : 12px ;
25
- font-weight : bold;
26
- animation : placeholderSpan 2s ease infinite;
22
+ # player .placeholder .version {
23
+ position : absolute;
24
+ top : 47px ;
25
+ left : 50% ;
26
+ margin-left : -88px ;
27
+ font : 14px monospace;
28
+ opacity : .66 ;
27
29
}
28
30
29
- @keyframes placeholderSpan {
30
- 0% { opacity : . 1 ; }
31
- 50% { opacity : 1 ; }
32
- 100% { opacity : . 1 ; }
31
+ @keyframes sinOpacity {
32
+ 0% { opacity : 1 ; }
33
+ 50% { opacity : .2 ; }
34
+ 100% { opacity : 1 ; }
33
35
}
You can’t perform that action at this time.
0 commit comments