-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtikslus_notyrious.css
100 lines (86 loc) · 1.57 KB
/
tikslus_notyrious.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
.responsive_img{max-width:100%;display:block;height:auto}
.tikslus_notify{
display:block;
max-width:25%;
position:fixed;
list-style:none;
padding:0;
}
.tikslus_notify_vertical_vleft{
left:0px;
top:0px;
}
.tikslus_notify_vertical_vright{
right:0px;
top:0px;
}
.tikslus_notify_vertical_vcenter{
top:0px;
left:30%;
}
.tikslus_notify_horizontal{
max-height:20%;
display:block;
width:100%;
position:fixed;
}
.notify_vleft{
left:0px;
top:0px;
}
.notify_vright{
right:0px;
top:0px;
}
.notify_vcenter{
top:0px;
left:30%;
}
.notify_htop{
top:0px;
left:0px;
}
.notify_hbottom{
top:30%;
bottom:0px;
left:0px;
}
.tikslus_wrapper{
display:inline-block;
position:relative;
width:100%;
}
.tikslus_content{
float:left;
max-width:75%;
position:relative;
}
.tikslus_picture{
float:left;
max-width:25%;
}
.rotate-out {
-webkit-animation: rotateout 1.6158s 1 ease;
-moz-animation: rotateout 1.6158s 1 ease;
-o-animation: rotateout 1.6158s 1 ease;
}
@-webkit-keyframes rotateout {
from {-webkit-transform: rotate(360deg) scale(1) skew(-180deg) translate(10%); }
to { -webkit-transform: rotate(0deg) scale(0.1) skew(-180deg) translate(10%); }
}
@-moz-keyframes rotateout {
from { -moz-transform: rotate(360deg) scale(1) skew(-180deg) translate(10%); }
to { -moz-transform: rotate(0deg) scale(0.1) skew(-180deg) translate(10%); }
}
@-o-keyframes rotateout {
from { -o-transform: rotate(360deg) scale(1) skew(-180deg) translate(10%); }
to { -o-transform: rotate(0deg) scale(0.1) skew(-180deg) translate(10%); }
}
.progress{
height:2px;
background-color:#ff0000;
display:block;
width:1px;
position:absolute;
top:95%;
}