-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
75 lines (70 loc) · 1.46 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
html {
background: url(background.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height:100%;
opacity: .8;
background-color: black;
}
body{
margin: 0px;
font-size: 18px;
height:100%;
}
body, a:link, a:visited, a:active{
color: black;
}
.addDancerButton, .button{
appearance: button;
-moz-appearance: button;
-webkit-appearance: button;
text-decoration: none; font: menu; color: ButtonText;
display: inline-block; padding: 2px 8px;
margin-top: 5px;
margin-left: 5px;
}
.topbar{
height: 32px;
background-color: #030303;
}
.title{
background-color: #FFF;
font-family: 'BobsBurgers';
font-size: 50px;
border-radius: 25px;
padding: 10px 10px;
float: right;
margin-top: 10px;
margin-right: 10px;
}
.dancer{
content: url('bu.png');
position: absolute;
}
.bobdancer{
content:url('giphy.gif');
max-width: 10%;
height: auto;
position:absolute;
}
.tinadancer{
content:url('tina.gif');
max-width: 100%;
height: auto;
position:absolute;
}
.genedancer{
content:url('gene.gif');
max-width: 100%;
height: auto;
position:absolute;
}
@font-face {
font-family: 'BobsBurgers';
src: url('fonts/BobsBurgers.eot');
src: local('☺'), url('fonts/BobsBurgers.woff') format('woff'), url('fonts/BobsBurgers.ttf') format('truetype'), url('fonts/BobsBurgers.svg') format('svg');
font-weight: normal;
font-style: normal;
}