forked from artefactual/atom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgraphic.css
352 lines (298 loc) · 6.92 KB
/
graphic.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
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
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
/*********************************************************
ABOUT: graphic.css
**********************************************************/
/* This stylesheet is used to assign styles to all graphic elements except for:
- menu.css, which is used to structure and style menus
- form.css, which is used to structure and style forms
- layout.css, which is used to structure and style the physical page layout */
/*********************************************************
GENERAL TEXT STYLING
**********************************************************/
/* sub-lists in the UI translation list */
.translationList ul {
padding: 0;
margin: 0 0 10px 20px;
}
/* Giving hovered-over anchors a solid background does not play nice with YUI's
* menu because YUI does not override our hovered-over anchor style. Instead
* it styles a .yuimenuitem-selected class. So make an exception for YUI menu
* items. Ideally we would make an exception in the above selector, but CSS
* does not support a "parent" selector. See discussion on css-discuss list. */
.yuimenuitem a:hover {
background: transparent;
}
/*disabled element*/
.disabled {
background-color: #CCC;
color: #666;
}
/*********************************************************
NOTE SPAN
**********************************************************/
span.note {
font-size: 9px;
font-style: italic;
margin-left: 10px;
}
span.note2 {
color: #999;
}
/*********************************************************
TABLE FILTER
**********************************************************/
div.table-control {
border: 1px #aaa solid;
margin: 3px 0px;
padding: 3px 10px;
background: #eee;
}
/*********************************************************
DIGITAL OBJECT THUMBS
**********************************************************/
.digitalobject.browse #content tbody
{
background: #eee;
border: 1px solid #000;
}
div.digitalObject {
float: left;
margin: 5px;
padding: 5px;
height: auto;
width: 102px;
text-align: center;
color: black;
display: table-cell;
background-color: #eee;
}
div.digitalObjectRep {
height: 102px;
width: 102px;
vertical-align: middle;
text-align: center;
background-color: white;
border: 1px black solid;
display: table-cell;
}
.digitalObjectDesc {
height: auto;
}
div.digitalObjectDesc img {
float: right;
}
/*********************************************************
PAGER
**********************************************************/
.result-count {
text-align: center;
color: #999999;
margin-top: 10px;
}
/* Style modifications for compound digital object pager */
.pager.compound_digiobj {
margin-top: 0;
}
.result-count.compound_digiobj {
margin: 0 0 5px 0;
}
/* Modifications to pager for display in context menus */
.contextMenu .pager
{
border-top: 1px dotted #999;
margin: 0;
padding: 10px 2px;
font-size: 10px;
}
/*********************************************************
COMPOUND DIGITAL OBJECT TABLE
**********************************************************/
table.compound_digiobj {
width: 100%;
border-collapse: separate;
border-spacing: 0px;
}
table.compound_digiobj td {
border: 1px solid black;
width: 50%;
padding: 0;
vertical-align: middle;
text-align: center;
background: #666;
}
table.compound_digiobj td.download_link {
border: none;
background: white;
padding: 2px;
}
/*********************************************************
MULTIUPLOADER
TODO: Apply default markup, .section, h3, etc...
**********************************************************/
div.multiFileUploadItem {
border: 1px solid #bbb;
padding: 2px;
margin: 2px 2px 12px 2px;
overflow: auto;
}
div.multiFileUploadWarning {
color: #222200;
background-color: #FFFFDD;
}
div.multiFileUploadWarning p {
margin: 5px 8px;
}
div.multiFileUploadThumbItem {
float: left;
margin: 5px;
padding: 5px;
height: auto;
text-align: center;
display: table-cell;
background-color: #eee;
}
div.multiFileUploadInfo {
float: left;
margin: 0 0 0 5px;
height: auto;
}
div.multiFileUploadInfo .title {
font-weight: bold;
margin: 0 4px 0 0;
}
div.multiFileUploadInfoActions a {
margin-right: 6px;
}
/*********************************************************
CHECK FOR UPDATES
**********************************************************/
#update-check
{
display: none;
background-color: #def;
padding: 4px 8px;
margin: 8px 10px 0 0;
border-radius: .5em;
-moz-border-radius: .5em;
-webkit-border-radius: .5em;
position: absolute;
right: 0;
}
#update-check span
{
background: transparent url('../images/bell_error.png');
background-repeat: no-repeat;
background-position: left center;
padding: 0 0 0 20px;
font-weight: bold;
}
/*********************************************************
POPOVER
**********************************************************/
.popover
{
position: absolute;
top: 0;
left: 0;
z-index: 1010;
display: none;
padding: 5px;
}
.popover.top
{
margin-top: -5px;
}
.popover.right
{
margin-left: 5px;
}
.popover.bottom
{
margin-top: 5px;
}
.popover.left
{
margin-left: -5px;
}
.popover.top .arrow
{
bottom: 0;
left: 50%;
margin-left: -5px;
border-top: 5px solid #000000;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
}
.popover.right .arrow
{
top: 50%;
left: 0;
margin-top: -5px;
border-top: 5px solid transparent;
border-right: 5px solid #000000;
border-bottom: 5px solid transparent;
}
.popover.bottom .arrow
{
top: 0;
left: 50%;
margin-left: -5px;
border-right: 5px solid transparent;
border-bottom: 5px solid #000000;
border-left: 5px solid transparent;
}
.popover.left .arrow
{
top: 50%;
right: 0;
margin-top: -5px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid #000000;
}
.popover .arrow
{
position: absolute;
width: 0;
height: 0;
}
.popover-inner
{
width: 280px;
padding: 3px;
overflow: hidden;
background: #000000;
background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover-title
{
padding: 9px 15px;
line-height: 1;
background-color: #f5f5f5;
border-bottom: 1px solid #eee;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.popover-content
{
padding: 14px;
background-color: #ffffff;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
}
.popover-content p,
.popover-content ul,
.popover-content ol
{
margin-bottom: 0;
}