-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathremarks.css
97 lines (97 loc) · 1.43 KB
/
remarks.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
html input {
font-family: monospace;
font-size: 1.3em;
}
input {
border: 0;
}
.mood {
cursor: pointer; cursor: hand;
padding: 0 0.5em;
font-size: 1.5em;
font-family: monospace;
}
h1 span, h2 span, h3 span, h4 span {
padding-right: 0.3em;
}
.ps span {
padding: 0 0.3em;
}
.ps input {
width: 2em;
}
.ps .s {
text-align: right;
}
.fill {
width: 100%;
}
ol li {
list-style-type: none;
}
ol li span {
display: table-cell;
}
ol li input {
width: 100%;
}
ol {
padding: 0;
padding-left: 1em;
}
.help_popup {
display: none;
position: fixed;
z-index: 9998;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
.help_fill {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.help {
display: table;
background-color: #fefefe;
padding: 2em;
width: 60%;
position: fixed;
top: 20%;
left: 15%;
z-index: 9999;
border: 0.1em solid #fefefe;
border-radius: 0.4em;
-moz-border-radius: 0.4em;
-webkit-border-radius: 0.4em;
}
.help_e {
display: table-row;
height: 1.6em;
}
.descr {
display: table-cell;
text-align: right;
}
.keys {
display: table-cell;
}
.key {
padding: 0.2em 0.3em;
margin: 0 0.2em;
color: #fff;
background: #aaa;
border: 0.1em solid #999;
border-radius: 0.2em;
-moz-border-radius: 0.2em;
-webkit-border-radius: 0.2em;
font-family: monospace;
font-weight: bold;
}