-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyle.css
96 lines (89 loc) · 1.83 KB
/
style.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
#learnings-library .learning .operations .success {
padding: 0px !important;
}
#shanbayplus_add_review .blurb {
color: #444;
font-size: 105%;
margin-bottom: 20px
}
#shanbayplus_add_review .blurb .short i:first-of-type {
color: #438007;
font-style: normal
}
#shanbayplus_add_review .blurb .short {
font-size: 130%;
margin-top: 0;
margin-bottom: .5em;
font-weight: bold
}
#shanbayplus_add_review .blurb .sidebar {
background-color: #eee;
color: #666;
float: right;
font-size: 12px;
margin: 0px 0 0px 10px;
padding: 6px 8px;
width: 175px
}
#shanbayplus_add_review .sidebar h3 {
display: none;
}
#shanbayplus_add_review .sidebar .body {
line-height: 15px;
}
#shanbayplus_add_review .sidebar h4 {
border: 0;
margin: 0 0 5px 0;
padding: 0;
color: #438007;
font-size: 15px
}
#shanbayplus_add_review .sidebar .readMore {
white-space: nowrap
}
.retention-progress {
height: 20px;
margin-bottom: 10px;
border: 1px solid #ccc;
}
.retention-progress .retention-reviewed {
height: 20px;
background-color: #209E85;
}
.retention-progress .retention-reviewed .bar {
text-align: center;
color: white;
font-size: 14px;
}
#ex-voc-box li {
clear: both;
overflow: hidden;
list-style-position: inside;
}
#ex-voc-box ol {
list-style:decimal !important;
margin-left: 0px;
}
#ex-voc-box .source {
float: left;
font-size: 12px;
text-decoration: none;
color: #777;
font-style: italic;
display: block;
margin: .25em 0 1em 0;
}
#ex-voc-box .source .date {
color: #bbb;
margin-left: 10px;
font-size: 11px;
font-style: normal;
}
#ex-voc-box li .actions {
position: relative !important;
right: 0;
bottom: 0;
}
.wordbook-create-candidate-wordlist.highlight {
background-color: #fff;
}