-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.tid
79 lines (78 loc) · 1.24 KB
/
style.tid
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
created: 20190621094602422
modified: 20191101072404775
tags: $:/tags/Stylesheet
title: $:/plugins/tadeaspaule/twsr/style
type: text/plain
#twsr-sidebar {
display:flex;
flex-direction:column;
}
#twsr-res-btns {
display:flex;
flex-direction:row;
flex-wrap:wrap;
}
#twsr-res-btns div {
margin: 3px;
opacity: 0.7;
transition: opacity 0.3s;
border: 1px solid black;
border-radius: 5px;
padding: 0px 5px;
text-align: center;
min-width: 46px;
}
#twsr-res-btns div:hover {
opacity: 1;
cursor: pointer;
}
#twsr-revise-anything {
margin: 5px 0px;
}
#twsr-number-to-revise {
margin-top:5px;
}
#twsr-res-again {
border-color: red ! important;
}
#twsr-res-hard {
border-color: black ! important;
}
#twsr-res-good {
border-color: green ! important;
}
#twsr-res-easy {
border-color: blue ! important;
}
#twsr-revising-show {
cursor: pointer;
}
.twsr-config {
display: flex;
flex-direction: column;
}
.twsr-config p {
margin: 0;
}
.twsr-config h3 {
margin: 5px 0px;
}
.twsr-cfg-entry {
display: flex;
flex-direction: column;
margin: 2px 0px;
}
.twsr-cfg-entry .desc {
color: #0008;
margin-top: -3px;
}
.fr {
display: flex;
flex-direction: row;
}
.twsr-cfg-entry span {
flex: 1;
}
.twsr-cfg-entry input {
width: 70px;
}