forked from ariya/kinetic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
115 lines (99 loc) · 1.79 KB
/
style.css
File metadata and controls
115 lines (99 loc) · 1.79 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
108
109
110
111
112
113
114
115
aside {
background: #1f8dd6;
padding: 0.6em 1em;
color: #fff;
}
#content {
overflow: hidden;
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
}
#view table {
display: table;
}
#view p {
margin-left: 1em;
margin-right: 1em;
}
#view table td {
line-height: 200%;
padding-left: 2em;
}
.large-text {
font-size: 120%;
}
div#indicator {
position: absolute;
z-index: 99;
top: 0px;
left: 3px;
width: 4px;
height: 20px;
background-color: #888;
border: none;
margin: 5px 0 5px 0;
}
div#overlay {
position: absolute;
z-index: 99;
top: 100px;
left: 0px;
background-color: rgba(128, 128, 128, 0.2);
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: moz-none;
-ms-user-select: none;
user-select: none;
}
div#overlay table {
display: table;
}
div#overlay table tr {
border: 1px solid #888;
line-height: 200%;
text-align: right;
color: #333;
}
tr:nth-child(2n-1).blue td, tr.blue td {
background: #1f8dd6;
color: #fff;
}
img.leftcard {
position: absolute;
top: 0;
left: 0;
z-index: 2;
}
img.centercard {
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
img.rightcard {
position: absolute;
top: 0;
left: 0;
z-index: 2;
}
div#stash {
visibility: hidden;
}
div.cover {
perspective: 500px;
-webkit-perspective: 500px;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
}
div.cover img {
width: 200px;
position: absolute;
top: 0;
left: 0;
opacity: 0;
border: none;
-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom,from(transparent), color-stop(70%, transparent), to(rgba(255,255,255,0.4)));
}