-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
84 lines (72 loc) · 1.36 KB
/
index.css
File metadata and controls
84 lines (72 loc) · 1.36 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
/* these are special */
.slip-reordering {
box-shadow: 0 2px 10px rgba(0,0,0,0.45);
}
.slip-swiping-container {
overflow-x: hidden;
}
#slippylist li {
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
cursor: default;
}
/* the rest is junk for the demo page */
#slippylist li.demo-allow-select {
padding: 1em;
line-height: 1.3;
user-select: text;
-moz-user-select: text;
-webkit-user-select: text;
}
#slippylist li.demo-allow-select span {
cursor: text;
}
#slippylist {
clear:left;
// margin: 1em;
margin: 0em;
padding: 0 0 1px;
}
#slippylist li {
display:block;
border: 1px solid #777;
background: white;
margin: 0; padding: 0 1em;
border-radius: 0px;
margin-bottom: -1px;
max-width: 100%;
line-height: 1.2;
padding: 16px;
vertical-align: middle;
}
#slippylist input {
vertical-align: middle;
}
#slippylist .instant::after {
// content: " \2261";
// content: " ♡";
}
#slippylist .instant {
float: right;
}
.skewed {
transform: rotate(2deg) scale(0.99);
-webkit-transform: rotate(2deg) scale(0.99);
}
.demo-no-swipe.demo-no-reorder {
opacity: 0.5;
}
h1, h2 {
color: #666;
}
h1 {
float:left; margin-top: 0; margin-right: 1ex;
}
h1+p {
overflow:auto; margin-top: 0.2em;
}
svg {
display: block;
margin: 0 auto;
}