-
Notifications
You must be signed in to change notification settings - Fork 95
/
userChrome.css_Zotero_5
288 lines (234 loc) · 11.2 KB
/
userChrome.css_Zotero_5
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
/*:::::::::::::::::::::::::::::::::::::::::::::::::::: Zotero :::::::::::::::::::::::::::::::::::::::::::::::::::*/
* {border: 0 !important; }
/*change background color and text color of zotero toolbar and menubar*/
#zotero-tb, #zotero-toolbar, #navigator-toolbox { background: #323234 !important;
color: #FFFFFF !important; }
#zotero-toolbar {border-bottom: 1px solid #1d1d1d !important;}
/*change color of menu items to white*/
#navigator-toolbox menu { color: white !important }
/*change color of menu items in drop down menus back to black*/
#manage-attachments-menu label, #developer-menu label, #layout-menu label, #note-font-size-menu label, #font-size-menu label, #debug-output-menu label, #new-item label { color: black !important; }
/*Fixed New Item showing in white*/
#navigator-toolbox menu:first-child { color: unset !important; }
/*Don't know what it does */
/*#zotero-splitter{ background: red !important;
color: red !important; }
*/
/*Change color of tags selector below collections tree*/
#zotero-tag-selector-container { border-bottom: 1px solid #1d1d1d !important;
border-top:1px solid #1d1d1d !important;}
#zotero-tag-selector-container input { -moz-appearance: none !important;
background: #474749 !important;
border: 1px solid #1d1d1d !important;
color: white !important; }
.tag-selector-list-container {-moz-appearance: none !important;
background: #474749 !important;
color: white !important; }
/* for 5.0.97 pre-release
.tag-selector-item:hover { background: #BBCEF1 !important;
color: black !important; }
.tag-selector-item {
background: #474749 !important;
color:white !important; }*/
#zotero-tb-search { -moz-appearance: none !important;
background-color: #474749 !important;
color: white !important;
border: 1px solid #1d1d1d !important; }
#zotero-pane { background: #323234 !important;
color: black !important; }
/*change background and color of collections and items panes*/
treechildren { background: #323234 !important;
color: #FFFFFF !important; }
/*for 5.0.97 pre-release*/
/*
.virtualized-table {background: #323234 !important; color: #FFFFFF !important;}
.virtualized-table .row.selected {background: #474749 !important; border: 0 !important;
border-bottom: 1px solid #1d1d1d !important;}
.virtualized-table:not(:focus) .row.selected {background: #474749 !important; border: 0 !important;
border-bottom: 1px solid #1d1d1d !important;}
.row:hover { background: #7E7E7E !important;
color: #FFFFFF !important; border: 0 !important; }
}
#zotero-item-pane-content {background: #323234 !important; color: #FFFFFF !important;}
.tabs {-moz-appearance: none !important;
background: #323234 !important;
color: #FFFFFF !important;
border: 0px solid red !important;}
.tab {-moz-appearance: none !important;
color: #7E7E7E !important;
background: #323234 !important;
}
.tab:hover { background: #7E7E7E !important;
color: #FFFFFF !important; border: 0 !important; }
}
.tab:not(:focus){ -moz-appearance: none !important;
color: #7E7E7E !important;
background: #323234 !important;
border-top: 0px solid #0a84ff !important;
border-left: 0px solid rgba(127,127,127,0.2) !important;
border-right: 1px solid #1d1d1d !important;
border-radius: 0px !important;
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 0px !important; }
.tab.selected:not(.highlighted){ color: #FFFFFF !important;
background: #323234 !important;
border-top: 3px solid #0a84ff !important;
border-left: 0px solid rgba(127,127,127,0.2) !important;
border-right: 1px solid #1d1d1d !important;
border-radius: 0px !important;
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 0px !important; }
*/
/*increase spacing between rows in collections and items and add a border to separate panes*/
/*#zotero-collections-tree { border-right: 1px solid #1d1d1d !important; }*/
#zotero-collections-tree treechildren::-moz-tree-row { height: 30px !important; }
/*change background and color of collections when hovering*/
#zotero-collections-tree treechildren::-moz-tree-row(hover) { background: #7E7E7E !important;
color: #FFFFFF !important; border: 0 !important; }
/*change color of selected item in Collections pane (My library or folders) */
#zotero-collections-tree treechildren::-moz-tree-cell(selected) { background: #474749 !important; border: 0 !important;
border-bottom: 1px solid #1d1d1d !important; }
/*change highlight color of collections containing selected items on Ctrl(Win) or Option/Alt(Mac/Linux) press */
/*Set by setHighlightedRows() and getRowProperties() in collectionTreeView.js)*/
#zotero-collections-tree treechildren::-moz-tree-row(highlighted){ background: #7E7E7E !important;}
#zotero-collections-tree treechildren::-moz-tree-cell-text(selected) { color: #FFFFFF !important; }
#zotero-collections-tree treechildren { border-right: 1px solid #1d1d1d !important ; }
/*for 5.0.97 pre-release*/
#zotero-collections-tree .virtualized-table {border-right: 1px solid #1d1d1d !important ; }
/*increase spacing between rows in collections and items*/
#zotero-items-tree treechildren::-moz-tree-row { height: 30px !important; }
#zotero-items-tree { border-right: 1px solid #1d1d1d !important;
border-bottom: 1px solid #1d1d1d !important; }
/* THeme static pages in 5.0.97 pre-release */
#zotero-items-tree {color: #ffffff; background: #323234 !important; }
/*change background and color of items when hovering*/
#zotero-items-tree treechildren::-moz-tree-row(hover) { background: #7E7E7E !important;
color: #FFFFFF !important; border: 0 !important; }
/*change background and color of items when selecting*/
#zotero-items-tree treechildren::-moz-tree-row(selected) { background: #474749 !important;
color: #FFFFFF !important; border: 0 !important;
border-bottom: 1px solid #1d1d1d !important; }
#zotero-items-tree treechildren::-moz-tree-cell-text(selected) { color: #FFFFFF !important; border: 0 !important; }
/*change background and color of columns field selector*/
#zotero-items-tree treecol { -moz-appearance: none !important;
background: #474749 !important;
color: #FFFFFF !important;
border-bottom: 1px solid #1d1d1d !important;
border-right: 1px solid #1d1d1d !important; }
/*fix columns field selector for 5.0.97 pre-release*/
/*#zotero-items-tree .virtualized-table-header { -moz-appearance: none !important;
background: #474749 !important;
color: #FFFFFF !important;
border-bottom: 1px solid #1d1d1d !important;
border-right: 1px solid #1d1d1d !important; }
#zotero-items-tree .virtualized-table-header .cell:hover { background: #7E7E7E !important;
color: #FFFFFF !important;}
*/
.treecol-image { -moz-appearance: none !important;
background: #474749 !important;
color: #FFFFFF !important;
border-bottom: 1px solid #1d1d1d !important; }
/*Change color of fields in item pane (clicky items) when hovering */
#zotero-item-pane-content .zotero-clicky:hover
{ color: black !important;
border-radius: 0px !important; }
/*change color of buttons, but messes with .zotero-clicky-minus and .zotero-clicky-plus in Tags tab*/
/*Correct Minus and plus clicky buttons */
#zotero-item-pane-content .zotero-clicky-minus:hover { color: transparent !important;}
#zotero-item-pane-content .zotero-clicky-plus:hover { color: transparent !important;}
/*tabs in Preferences dialog - well more like all the tabs except the ones I'll specify later*/
tabpanel { color: black !important;
background: #7E7E7E !important; }
tab[selected="true"]{ color: black !important;
background: white !important; }
tab{ -moz-appearance: none !important;
color: #eee !important;
background: #474749 !important;
border-top: 0px solid black !important;
border-left: 0px solid black !important;
border-right: 1px solid #1d1d1d !important;
border-radius: 0px !important;
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 0px !important; }
tab:hover{ color: black !important;
background: #E0E8F6 !important;
box-shadow: inset 0px 0px 0px !important;
border-radius: 0px 0px 0 0 !important; }
/*change items in item pane besides tabs*/
#zotero-duplicates-merge-pane > groupbox > .groupbox-body { background: #323234 !important;
color: #FFFFFF !important;
border: 0 !important; }
/*#zotero-item-pane-content > groupbox { border: 0 !important; background: #323234 !important;
color: #FFFFFF !important; }*/
#zotero-item-pane-content > groupbox > .groupbox-body { border: 0 !important; background: #323234 !important;
color: #FFFFFF !important; }
/*change color of retraction details background*/
#retraction-details { background: #7f0000 !important; }
/*fix tab background area for 5.0.97 pre-release*/
#zotero-item-pane-content {background: #323234 !important; }
/*tabs in Item pane*/
#zotero-item-pane-content tabpanel { background: #474749 !important;
color: white !important;
}
/*fixed color in drop-down tags: see https://css-tricks.com/solved-with-css-dropdown-menus/*/
#tags-box-container ul li ul { background: #7E7E7E !important; color: white !important; }
#tags-box-container input { -moz-appearance: none !important;
background-color: #7E7E7E !important;
color: white !important;
border: 1px solid #1d1d1d !important;}
/*broken
/*#zotero-editpane-related, #zotero-editpane-notes { color: white !important; }
*/
#zotero-item-pane-content tab[selected="true"]{ background: #474749 !important;
border-top: 3px solid #0a84ff !important;}
#zotero-item-pane-content tab { -moz-appearance: none !important;
color: #eee !important;
background: #323234 !important;
border-top: 0px solid #0a84ff !important;
border-left: 0px solid rgba(127,127,127,0.2) !important;
border-right: 1px solid #1d1d1d !important;
border-radius: 0px !important;
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 0px !important; }
#zotero-item-pane-content tab:hover{ color: #FFFFFF !important;
background: #7E7E7E !important;
box-shadow: inset 0px 0px 0px !important;
border-radius: 0px 0px 0 0 !important; }
/*define color of item type field*/
#item-type-menu
{
-moz-appearance: none;
color: white !important;
height: 1.5em !important;
min-height: 1.5em !important;
padding: 0 0 0 2px !important;
margin: 1px 5px 0 1px !important;
max-height: 1.5em !important;
border: 1px solid transparent;
background-color: transparent;
}
/*define color of date-field-status*/
#zotero-date-field-status
{
color: #ffffff !important;
padding: 0 10px 0 1px !important;
}
/*preferences dialog*/
#zotero-prefpane-general, #zotero-prefpane-sync, #zotero-prefpane-export, #zotero-prefpane-advanced-keys-tab, #wordProcessors, #zotero-quickCopy-format, #sync-reset-form { color: black !important;
background: #7E7E7E !important; }
#zotero-prefpane-general title { background: #474749 !important;
color: #FFFFFF !important; }
prefwindow { color: black !important;
background: #7E7E7E !important; }
prefwindow .chromeclass-toolbar { color: #FFFFFF !important;
background: #323234 !important; }
/*about dialog*/
#aboutcontent
{ background: #474749 !important;
color: white !important;
padding: 10px; }
#version
{ color: white !important; }
/*advanced search dialog*/
#zotero-advanced-search-dialog #zotero-search-box-controls { color: black !important;
background: #7E7E7E !important; }