-
Notifications
You must be signed in to change notification settings - Fork 4
/
main.css
143 lines (129 loc) · 2.24 KB
/
main.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
/*
This file was generated by Dashcode.
You may edit this file to customize your widget or web page
according to the license.txt file included in the project.
*/
body {
margin: 0px;
}
#frontImg {
position: absolute;
display: block;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
width: auto;
height: auto;
}
#back {
display: none;
}
#backImg {
position: absolute;
display: block;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
width: auto;
height: auto;
}
#goFront {
position: absolute;
right: 27px;
margin-left: auto;
bottom: 29px;
margin-top: auto;
}
#textFront {
color: black;
font-family: HelveticaNeue;
font-size: 10pt;
position: absolute;
right: auto;
bottom: auto;
margin-top: 0px;
height: 479px;
top: 29px;
left: 28px;
width: 229px;
}
#copyFront {
cursor: default;
-khtml-user-select: none;
position: absolute;
right: auto;
bottom: auto;
margin-top: 0px;
top: 528px;
left: 28px;
}
#textBack {
color: black;
font-family: HelveticaNeue;
font-size: 10pt;
position: absolute;
right: auto;
bottom: auto;
margin-top: 0px;
height: 479px;
top: 29px;
left: 28px;
width: 229px;
}
#copyBack {
cursor: default;
-khtml-user-select: none;
position: absolute;
right: auto;
bottom: auto;
margin-top: 0px;
top: 528px;
left: 28px;
}
#goBack {
cursor: default;
-khtml-user-select: none;
position: absolute;
right: auto;
bottom: auto;
margin-top: 0px;
top: 528px;
left: 214px;
}
#dateFront {
text-overflow: ellipsis;
overflow: hidden;
position: absolute;
margin-top: 0px;
font-size: 11px;
font-family: Menlo;
left: 84px;
top: 533px;
right: 85px;
width: auto;
bottom: 33px;
height: auto;
}
.selected #dateFront {
color: white;
}
#dateBack {
text-overflow: ellipsis;
overflow: hidden;
position: absolute;
margin-top: 0px;
font-size: 11px;
font-family: Menlo;
left: 84px;
top: 533px;
right: 85px;
width: auto;
bottom: 33px;
height: auto;
color: rgb(255, 255, 255);
}
.selected #dateBack {
color: white;
}