-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBeyonce.html
58 lines (55 loc) · 1.4 KB
/
Beyonce.html
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
<iframe width='100%' height='100%' src='http://localhost/Websites/Github/SoulStat/AE/YonceEx.html'></iframe>
<style type="text/css">
#More {
position: absolute;
left: 85%;
top: 58px;
width: 14.8%;
height: 49px;
z-index: 201;
background-color: #FFFFFF;
opacity: 0;
box-shadow: 0px 2px 3px #000;
color: #575757;
font-family: "Raleway";
padding-left: .2%;
font-weight: 300;
font-style: normal;
font-size: 32px;
line-height: 49px;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: all 200ms ease-in-out 0s;
-moz-transition: all 200ms ease-in-out 0s;
-ms-transition: all 200ms ease-in-out 0s;
-o-transition: all 200ms ease-in-out 0s;
transition: all 200ms ease-in-out 0s;
}
#HomeGo {
position: absolute;
left: 1%;
top: 1%;
width: 30px;
height: 30px;
z-index: 301;
opacity: .5;
background-image: url(Icons/MoreInfo.fw.png);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: all 200ms ease-in-out 0s;
-moz-transition: all 200ms ease-in-out 0s;
-ms-transition: all 200ms ease-in-out 0s;
-o-transition: all 200ms ease-in-out 0s;
transition: all 200ms ease-in-out 0s;
}
#HomeGo:hover {
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
filter: grayscale(0%);
}
</style>
<div onclick="location.href='#Demo.html'" style="cursor:pointer;" >
<div id="HomeGo"></div>
</div>