forked from artefactual/atom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
334 lines (258 loc) · 4.72 KB
/
main.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
/* Override Drupal's background */
body,
#wrapper,
#wrapper #container #center #squeeze,
#wrapper #container #center .right-corner,
#wrapper #container #center .right-corner .left-corner
{
background: white;
}
/* Position logo to the right of title */
#wrapper #container #header h1 img
{
float: right;
/* This is the width of the logo image. Otherwise its right margin is
* aligned with the right margin of the title. */
left: 80px;
position: relative;
}
/* Add style to Qubit logo text */
#wrapper #container #header h1 div
{
color: #FC6E3C;
font-family: Verdana, serif;
font-size: 4em;
font-weight: bold;
letter-spacing: -0.1ex;
}
#wrapper #container #header h1 div:first-letter
{
color: #CC3204;
font-size: 115%;
}
/* Drop decoration, margin, and padding from lists in YUI autocomplete widgets (IE6/IE7) */
.yui-ac ul
{
list-style-image: none;
}
/* Drop decoration, margin, and padding from lists in the context menu */
.contextMenu ul
{
margin: 0;
padding: 0;
list-style-image: none;
}
.contextMenu ul li
{
background: none;
margin: 2px;
padding: 0;
border-top: 1px dotted #999;
}
.contextMenu ul li:first-child
{
border-top: 0;
}
/* Fixes for Drupal and YUI to play together */
.ygtvitem table
{
margin: 0;
}
.ygtvitem tbody
{
border: 0;
}
.ygtvitem td,
.ygtvitem th
{
padding: 0;
}
/* Drop decoration, margin, and padding from lists in YUI menus */
.yuimenu ul
{
margin: 0;
padding: 0;
}
.yuimenu ul li
{
list-style-image: none;
margin: 0;
padding: 0;
}
/* Translation interface customizations */
#l10n-client
{
border-top: 2px solid #000;
}
#l10n-client .label
{
/* Reset .label */
background: transparent;
font-size: inherit;
padding: 0;
}
#l10n-client .labels
{
background: #fd0;
}
#l10n-client .string-list li.translated
{
background: transparent;
border-bottom-color: #ddd;
color: #000;
}
#l10n-client .string-list li.translated:hover
{
background: #ace;
}
#l10n-client .string-list li.translated:active
{
background: #8ac;
}
#l10n-client .string-list li.untranslated
{
background: #ffd;
border-bottom-color: #fd0;
color: #000;
}
#l10n-client .string-list li.untranslated:hover
{
background: #ace;
}
#l10n-client .string-list li.untranslated:active
{
background: #ffd;
}
#l10n-client-form .source textarea
{
background: #ffd;
border: 1px dashed #fd0;
color: #000;
}
/* Lowercase menus */
#menu-main,
.menu-quick-links,
.menu-secondary
{
text-transform: lowercase;
}
/* Fix YUI autocomplete, consistent style for autocomplete labels */
.yui-skin-sam .yui-ac
{
font-family: inherit;
}
.yui-skin-sam .yui-ac-input
{
position: static;
}
/* odd&even divs */
.odd {
background-color: #edf5fa;
border-bottom: 1px solid #ccc;
padding: 0.2em 0.6em;
}
.even {
background-color: #fff;
border-bottom: 1px solid #ccc;
padding: 0.2em 0.6em;
}
/* Override Drupal's default list style for Symfony .radio-list */
ul.radio_list,
ul.radio_list li,
ul.radio_list li:hover,
ul.checkbox_list,
ul.checkbox_list li,
ul.checkbox_list li:hover
{
list-style: none;
}
ul.radio_list,
ul.checkbox_list
{
padding-left: 0;
}
ul.radio_list label,
ul.checkbox_list label
{
display: inline;
float: none;
}
/* Digital object browser */
.digital-object-browser {
zoom: 1;
}
.digital-object-browser:before,
.digital-object-browser:after {
display: table;
content: '';
}
.digital-object-browser:after {
clear: both;
}
.digital-object-browser ul {
margin-left: -10px;
}
.digital-object-browser li {
display: inline;
float: left;
margin-left: 10px;
margin-bottom: 10px;
position: relative;
text-align: center;
background-color: #eee;
padding: 4px;
box-shadow: 2px 2px 2px #bbb;
-moz-box-shadow: 2px 2px 2px #bbb;
-webkit-box-shadow: 2px 2px 2px #bbb;
border: 1px solid #999;
}
.digital-object-browser a {
display: block;
}
.digital-object-detail {
position: absolute;
background-color: White;
width: 180px;
height: auto;
z-index: 15000;
text-align: center;
padding: 0 10px;
border: 1px solid #666;
box-shadow: 0px 0px 2px #999;
-moz-box-shadow: 0px 0px 2px #999;
-webkit-box-shadow: 0px 0px 2px #999;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.digital-object-detail > .img {
margin: 0 -10px 10px -10px;
background-color: #eee;
padding: 10px 0;
border: 1px solid #d6d6d6;
}
.digital-object-detail > h2 {
margin-bottom: 10px;
}
.digital-object-detail > h2 > a {
display: inline;
}
.digital-object-detail > .field {
margin-bottom: 10px;
}
.digital-object-detail * {
position: static;
font-size: 12px;
line-height: 1em;
margin: 0;
padding: 0;
}
/* Hide printables */
#print-date
{
display: none;
}
h1.part-of
{
display: none;
}