-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
52 lines (52 loc) · 972 Bytes
/
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
body, html{
height:100%;
}
body{
margin: 0px;
font-size: 18px;
background-image: url("https://i.ytimg.com/vi/VMLjLDr6k1A/maxresdefault.jpg");
background-size: auto 100%;
background-repeat: no-repeat;
}
body, a:link, a:visited, a:active{
color: lightblue;
}
.title, .addDancerButton, .addPlayerButton{
padding:5px 12px;
float:right;
background-color: #777;
}
.stopButton {
padding:5px 12px;
float:right;
display: none;
}
.topbar{
height:32px;
background-color: #555;
position: relative;
z-index: 1;
}
.title{
background-color: #777;
}
.dancer{
border:10px solid red;
border-radius:10px;
position:absolute;
background-size:200px;
}
.player{
position:absolute;
background-image: url("http://www.clipartbest.com/cliparts/xTg/o5e/xTgo5e9Lc.png");
background-size: 100%;
height:100px;
width:100px;
/*border:1px solid black;*/
z-index:0;
}
.particle{
border:5px solid red;
border-radius:5px;
position:absolute;
}