-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
48 lines (43 loc) · 1.11 KB
/
index.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
#content a:link{text-decoration:none;}
#content a:visited{text-decoration:none;}
#content a:hover{text-decoration:none;}
#content a:active{text-decoration:none;}
#content{
width: -moz-calc(100%);
width: -webkit-calc(100%);
width: -o-calc(100%);
width: calc(100%);
}
.img-zoom {
max-width: 200px;
max-height:200px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
}
.img-zoom-menu-top {
max-width: 200px;
max-height:200px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
width:100%;
}
.img-zoom-menu-bot {
max-width: 200px;
max-height:200px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
z-index:-1;
width:100%;
}
.transition {
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-o-transform: scale(1.5);
transform: scale(1.5);
}