-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
55 lines (49 loc) · 811 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
53
54
55
body, html{
height:100%;
}
body{
margin: 0px;
background-image: url("src/pkmnMap2.jpg");
background-size: cover;
font-size: 18px;
}
body, a:link, a:visited, a:active{
color: lightblue;
}
.title, .addDancerButton, .posButton {
padding:5px 12px;
font-size: 15px;
float:right;
font-family: verdana;
}
.topbar{
height:32px;
background-color: #555;
}
.title{
background-color: #777;
}
.dancer{
position:absolute;
transition: opacity 0.5s, border 0.5s;
}
.bigger{
opacity: 0.5;
position:fixed;
}
.RedRing {
border:3px dotted rgba(255, 185, 103, .5);
border-radius: 80%;
transition: border 0.7s;
position:relative;
}
.icon {
max-width: 70px;
max-height: 70px;
position: absolute;
}
.yellow {
border:10px solid yellow;
border-radius:10px;
position:absolute;
}