-
Notifications
You must be signed in to change notification settings - Fork 14
/
jquery.cover.css
57 lines (56 loc) · 924 Bytes
/
jquery.cover.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
.greenishCover {
position:absolute;
height:100%;
width:100%;
overflow:hidden;
}
/* HEIGHT 100%*/
.height.greenishCover div {
position:relative;
height:100%;
width:10100%;
left:-5000%;
text-align:center;
}
.height.greenishCover img {
display:inline;
height:100%;
margin-top:0 !important;
}
.height.left.greenishCover div {
position:absolute;
left:0px;
text-align:left;
}
.height.right.greenishCover div {
position:absolute;
right:0px;
left:auto;
text-align:right;
}
/* WIDTH 100%*/
.width.greenishCover div {
position:relative;
width:100%;
top:50%;
}
.width.greenishCover img {
display:block;
width:100%;
}
.width.top.greenishCover div {
position:absolute;
top:0px;
}
.width.top.greenishCover img {
margin-top:0px !important;
}
.width.bottom.greenishCover div {
position:absolute;
bottom:0px;
}
.width.bottom.greenishCover img {
margin-top:0px !important;
position:absolute;
bottom:0px;
}