lexeme_view.css
1.92 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
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
#pattern-list {
list-style-type: none;
margin: 0;
padding: 0;
}
table.transaction-table {
width: 620px;
border-collapse: collapse;
margin-top: 5px;
margin-bottom: 20px;
}
table.transaction-table td, table.transaction-table th {
border: 1px solid;
width: 33%;
padding: 3px;
}
table.transaction-table td em {
font-style: normal;
color: gray;
}
table.transaction-table th {
background-color: #E6E6FF;
}
table.transaction-table th.lip-header {
text-align: left;
}
ul#cr-list li span, ul#prompter-list li span {
display: inline-block;
}
#prompter-dialog {
white-space: nowrap;
}
#prompter-dialog-left {
display: inline-block;
vertical-align: top;
width: 280px;
white-space: normal;
}
#prompter-table-preview {
display: inline-block;
vertical-align: top;
}
ul#cr-list li span.type {
width: 160px;
}
ul#cr-list li span.id {
width: 50px;
}
ul#cr-list li span.entry { /*, ul#prompter-list li span.entry {*/
width: 110px;
}
table#prompter-list, table#prompter-list td {
border-style: solid;
border-color: gray;
border-collapse: collapse;
}
table#prompter-list {
border-width: 1px 1px 0 1px;
}
table#prompter-list td {
border-width: 0 0 1px 0;
padding: 5px;
}
table#prompter-list .entry {
text-align: right;
}
table#prompter-list .prompter-row-active td {
background: blue;
color: #AAA;
}
table#prompter-list .entry span.suffix {
font-weight: bold;
}
table#prompter-list .ic-id {
display: none;
}
table#prompter-list .cv ul {
margin: 0;
}
table#prompter-list .cv ul li {
padding: 0;
}
#move-lexeme {
margin-bottom: 15px;
}
#move-lexeme.move-hidden .label {
color: gray;
}
#move-lexeme.move-hidden .form {
display: none;
}
#move-lexeme .label {
cursor: pointer;
}
#homonym-count {
margin-left: 10px;
color: red;
}
#vocab-list {
margin-top: 1em;
}
#vocab-list ul {
margin: 0;
}
#vocab-list li {
display: inline;
}
#vocab-list th {
font-size: smaller;
}