-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle (For Reference Only !).css
More file actions
107 lines (107 loc) · 2.07 KB
/
style (For Reference Only !).css
File metadata and controls
107 lines (107 loc) · 2.07 KB
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
101
102
103
104
105
106
107
#visuLater{
display:none;
font-family:sans-serif;
position:fixed;
text-align:center;
background:#fffe;
padding:10pt;
width:270px;
max-height:255px;
box-shadow:0 5pt 15pt #0002;
border-radius:3pt;
}
#visuLater:hover{
display:block;
}
#frameLater{
width:270px;
height:230px;
border:1pt solid #bbb;
border-radius:3pt;
}
#frameLater html,#frameLater body{
width:200pt;
overflow:hidden
}
#bookmarkLater{
cursor:pointer;
-webkit-user-select: none;
height:55px;
width:55px;
color:#222;
background:linear-gradient(#0aff8e,#00edff);
border-radius:360px;
display:block;
line-height:55px;
margin:0 auto;
transition-duration:0.2s;
box-shadow:0 5px 10px #0002
}
#bookmarkLater:active{
box-shadow:2pt -2pt 10pt #0004;
background:linear-gradient(#f00,#ffc600);
width:65px;
height:50px;
line-height:50px;
margin-top:2px;
transition-duration:0s;
}
#bookmarkLater span{
cursor:default;
opacity:0;
background:linear-gradient(90deg,#59b1f2,#b6fff2);
position:absolute;
padding:0 10px;
height:20px;
line-height:20px;
border-radius:3px;
color:#444;
font-weight:100;
font-size:13px;
transition-delay:1s;
transition-duration:1s;
}
#bookmarkLater:active span{
opacity:1;
transition-delay:0s;
transition-duration:0s;
}
#windowLater{
-webkit-user-select:none;
user-select:none;
position:fixed;
box-shadow:0 5px 10px #0003;
left:0;
top:0;
background:linear-gradient(90deg,#0aff8e,#00edff);
border-radius:7px;
text-align:right;
}
#listeLater{
padding:10px;
background:#fff;
}
#windowLater a{
line-height:30px;
}
#windowLater .supprLater{
color:#333;
border-radius: 360px;
display:inline-block;
width:20px;
height:20px;
text-align:center;
line-height:20px;
font-size:13px;
cursor:pointer;
}
#windowLater .supprLater:hover{
background:#ff8181;
color:#fff;
}
#windowLater .supprLater:active{
background:#bbb;
}
#borderLater{
height:20px;
}