Project

General

Profile

« Previous | Next » 

Revision 5446f047

Added by Andreas Kohlbecker over 5 years ago

fix #7977 better and more detailed registration page

View differences:

themes/zen_dataportal/css/styles-rtl.css
1
@import url(../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css);@import url(../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css);.pie-element,.lt-ie9 #page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");position:relative}.pie-container{z-index:0;position:relative}.z-pie-element,.lt-ie9 #page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");z-index:0}.lt-ie9 #header{padding-right:0;margin-right:20px}dd{margin:0 30px 0 0}menu,ol,ul{padding:0 30px 0 0}legend{*margin-left:0;*margin-right:-7px}@media all and (min-width: 480px) and (max-width: 959px){.sidebar-first #content{float:right;width:66.66667%;margin-right:33.33333%;margin-left:-100%}.sidebar-first .region-sidebar-first{float:right;width:33.33333%;margin-right:0%;margin-left:-33.33333%}.sidebar-second #content{float:right;width:66.66667%;margin-right:0%;margin-left:-66.66667%}.sidebar-second .region-sidebar-second{float:right;width:33.33333%;margin-right:66.66667%;margin-left:-100%}.two-sidebars #content{float:right;width:66.66667%;margin-right:33.33333%;margin-left:-100%}.two-sidebars .region-sidebar-first{float:right;width:33.33333%;margin-right:0%;margin-left:-33.33333%}.two-sidebars .region-sidebar-second{float:right;width:100%;margin-right:0%;margin-left:-100%;padding-left:0;padding-right:0;clear:right}.two-sidebars .region-sidebar-second .block{padding-left:20px;padding-right:20px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;*behavior:url("/polyfills/box-sizing-polyfill/boxsizing.htc");_display:inline;_overflow:hidden;_overflow-y:visible}.two-sidebars .region-sidebar-second .block:nth-child(3n+1){float:right;width:33.33333%;margin-right:0%;margin-left:-33.33333%;clear:right}.two-sidebars .region-sidebar-second .block:nth-child(3n+2){float:right;width:33.33333%;margin-right:33.33333%;margin-left:-66.66667%}.two-sidebars .region-sidebar-second .block:nth-child(3n){float:right;width:33.33333%;margin-right:66.66667%;margin-left:-100%}}@media all and (min-width: 960px){.sidebar-first #content{float:right;width:75%;margin-right:25%;margin-left:-100%}.sidebar-first .region-sidebar-first{float:right;width:25%;margin-right:0%;margin-left:-25%}.sidebar-second #content{float:right;width:75%;margin-right:0%;margin-left:-75%}.sidebar-second .region-sidebar-second{float:right;width:25%;margin-right:75%;margin-left:-100%}.two-sidebars #content{float:right;width:50%;margin-right:25%;margin-left:-75%}.two-sidebars .region-sidebar-first{float:right;width:25%;margin-right:0%;margin-left:-25%}.two-sidebars .region-sidebar-second{float:right;width:25%;margin-right:75%;margin-left:-100%}}.header__logo{float:right}.header__secondary-menu{float:left}#navigation .links,#navigation .menu{text-align:right}#navigation .links li,#navigation .menu li{float:right;padding:0 0 0 10px}.messages,.messages--status,.messages--warning,.messages--error{padding:10px 50px 10px 10px;background-position:99% 8px}.tabs-primary__tab,.tabs-primary__tab.is-active,.tabs-secondary__tab,.tabs-secondary__tab.is-active{float:right}.inline li{display:inline-block;padding:0 0 0 1em}span.field-label{padding:0 0 0 1em}.more-link{text-align:left}.more-help-link{text-align:left}.more-help-link a{background-position:100% 50%;padding:1px 20px 1px 0}.menu__item.is-collapsed{list-style-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABNJREFUCB1j4GASYFJgcmD+A4IADUIDfIUMT4wAAAAASUVORK5CYII=');*list-style-image:url('../images/menu-collapsed-rtl.png?1540471641')}.indented{margin-left:0;margin-right:30px}#user-login-form{text-align:right}html.js #user-login-form li.openid-link,#user-login-form li.openid-link{margin-left:0;margin-right:-20px}form th{text-align:right;padding-left:1em;padding-right:0}html.js .collapsible .fieldset-legend{background-position:98% 75%;padding-left:0;padding-right:15px}html.js .collapsed .fieldset-legend{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABNJREFUCB1j4GASYFJgcmD+A4IADUIDfIUMT4wAAAAASUVORK5CYII=');*background-image:url('../images/menu-collapsed-rtl.png?1540471641');background-position:98% 50%}
1
/**
2
 * @file
3
 * RTL companion for the styles.scss file.
4
 */
5
/* Import Sass mixins, variables, Compass modules, etc. */
6
@import url(../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css);
7
@import url(../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css);
8
/* line 30, ../sass/ie-legacy.scss */
9
.pie-element, .lt-ie9 #page {
10
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
11
  position: relative;
12
}
13

  
14
/* line 43, ../sass/ie-legacy.scss */
15
.pie-container {
16
  z-index: 0;
17
  position: relative;
18
}
19

  
20
/* line 47, ../sass/ie-legacy.scss */
21
.z-pie-element, .lt-ie9 #page {
22
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
23
  z-index: 0;
24
}
25

  
26
/* line 63, ../sass/ie-legacy.scss */
27
.lt-ie9 #header {
28
  /* 
29
   * reset right padding to zero and use margin-right instead,
30
   * this avoids the need for background-clip: content-box
31
   * which is not suppoorted in IE < 9
32
   */
33
  padding-right: 0;
34
  margin-right: 20px;
35
}
36

  
37
/* HTML element (SMACSS base) rules */
38
/**
39
 * @file
40
 * Normalize-rtl.scss is the RTL language extension of normalize.scss
41
 */
42
/**
43
 * Lists
44
 */
45
/* line 9, ../sass/_normalize-rtl.scss */
46
dd {
47
  margin: 0 30px 0 0;
48
}
49

  
50
/* Address paddings set differently in IE 6/7. */
51
/* line 16, ../sass/_normalize-rtl.scss */
52
menu,
53
ol,
54
ul {
55
  padding: 0 30px 0 0;
56
}
57

  
58
/**
59
 * Forms
60
 */
61
/* line 24, ../sass/_normalize-rtl.scss */
62
legend {
63
  /* Correct alignment displayed oddly in IE 6/7. */
64
  *margin-left: 0;
65
  *margin-right: -7px;
66
}
67

  
68
/* Layout rules */
69
/**
70
 * @file
71
 * RTL companion for the layout-responsive.css file.
72
 */
73
/**
74
 * @file
75
 * Positioning for a responsive layout.
76
 *
77
 * Define CSS classes to create a fluid grid layout with optional sidebars
78
 * depending on whether blocks are placed in the left or right sidebars.
79
 *
80
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
81
 */
82
/**
83
 * Use 3 grid columns for smaller screens.
84

  
85
 * FIXME ?: see sass-old/layouts/responsive-sidebars.scss line 99
86
 */
87
@media all and (min-width: 480px) and (max-width: 959px) {
88
  /**
89
   * The layout when there is only one sidebar, the left one.
90
   */
91
  /* line 87, ../sass/layouts/_responsive.scss */
92
  .sidebar-first {
93
    /* Span 2 columns, starting in 2nd column from left. */
94
    /* Span 1 column, starting in 1st column from left. */
95
  }
96
  /* line 89, ../sass/layouts/_responsive.scss */
97
  .sidebar-first #content {
98
    float: right;
99
    width: 66.66667%;
100
    margin-right: 33.33333%;
101
    margin-left: -100%;
102
  }
103
  /* line 94, ../sass/layouts/_responsive.scss */
104
  .sidebar-first .region-sidebar-first {
105
    float: right;
106
    width: 33.33333%;
107
    margin-right: 0%;
108
    margin-left: -33.33333%;
109
  }
110

  
111
  /**
112
   * The layout when there is only one sidebar, the right one.
113
   */
114
  /* line 102, ../sass/layouts/_responsive.scss */
115
  .sidebar-second {
116
    /* Span 2 columns, starting in 1st column from left. */
117
    /* Span 1 column, starting in 3rd column from left. */
118
  }
119
  /* line 104, ../sass/layouts/_responsive.scss */
120
  .sidebar-second #content {
121
    float: right;
122
    width: 66.66667%;
123
    margin-right: 0%;
124
    margin-left: -66.66667%;
125
  }
126
  /* line 109, ../sass/layouts/_responsive.scss */
127
  .sidebar-second .region-sidebar-second {
128
    float: right;
129
    width: 33.33333%;
130
    margin-right: 66.66667%;
131
    margin-left: -100%;
132
  }
133

  
134
  /**
135
   * The layout when there are two sidebars.
136
   */
137
  /* line 117, ../sass/layouts/_responsive.scss */
138
  .two-sidebars {
139
    /* Span 2 columns, starting in 2nd column from left. */
140
    /* Span 1 column, starting in 1st column from left. */
141
    /* Start a new row and span all 3 columns. */
142
  }
143
  /* line 119, ../sass/layouts/_responsive.scss */
144
  .two-sidebars #content {
145
    float: right;
146
    width: 66.66667%;
147
    margin-right: 33.33333%;
148
    margin-left: -100%;
149
  }
150
  /* line 124, ../sass/layouts/_responsive.scss */
151
  .two-sidebars .region-sidebar-first {
152
    float: right;
153
    width: 33.33333%;
154
    margin-right: 0%;
155
    margin-left: -33.33333%;
156
  }
157
  /* line 129, ../sass/layouts/_responsive.scss */
158
  .two-sidebars .region-sidebar-second {
159
    float: right;
160
    width: 100%;
161
    margin-right: 0%;
162
    margin-left: -100%;
163
    padding-left: 0;
164
    padding-right: 0;
165
    clear: right;
166
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
167
    /* Span 1 column, starting in the 1st column from left. */
168
    /* Span 1 column, starting in the 2nd column from left. */
169
    /* Span 1 column, starting in the 3rd column from left. */
170
  }
171
  /* line 135, ../sass/layouts/_responsive.scss */
172
  .two-sidebars .region-sidebar-second .block {
173
    padding-left: 20px;
174
    padding-right: 20px;
175
    -moz-box-sizing: border-box;
176
    -webkit-box-sizing: border-box;
177
    -ms-box-sizing: border-box;
178
    box-sizing: border-box;
179
    word-wrap: break-word;
180
    *behavior: url("/polyfills/box-sizing-polyfill/boxsizing.htc");
181
    _display: inline;
182
    _overflow: hidden;
183
    _overflow-y: visible;
184
  }
185
  /* line 139, ../sass/layouts/_responsive.scss */
186
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
187
    float: right;
188
    width: 33.33333%;
189
    margin-right: 0%;
190
    margin-left: -33.33333%;
191
    clear: right;
192
  }
193
  /* line 144, ../sass/layouts/_responsive.scss */
194
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
195
    float: right;
196
    width: 33.33333%;
197
    margin-right: 33.33333%;
198
    margin-left: -66.66667%;
199
  }
200
  /* line 148, ../sass/layouts/_responsive.scss */
201
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
202
    float: right;
203
    width: 33.33333%;
204
    margin-right: 66.66667%;
205
    margin-left: -100%;
206
  }
207
}
208
/**
209
 * Use 5 grid columns for larger screens.
210
 */
211
@media all and (min-width: 960px) {
212
  /**
213
   * The layout when there is only one sidebar, the left one.
214
   */
215
  /* line 166, ../sass/layouts/_responsive.scss */
216
  .sidebar-first {
217
    /* Span 4 columns, starting in 2nd column from left. */
218
    /* Span 1 column, starting in 1st column from left. */
219
  }
220
  /* line 168, ../sass/layouts/_responsive.scss */
221
  .sidebar-first #content {
222
    float: right;
223
    width: 75%;
224
    margin-right: 25%;
225
    margin-left: -100%;
226
  }
227
  /* line 173, ../sass/layouts/_responsive.scss */
228
  .sidebar-first .region-sidebar-first {
229
    float: right;
230
    width: 25%;
231
    margin-right: 0%;
232
    margin-left: -25%;
233
  }
234

  
235
  /**
236
   * The layout when there is only one sidebar, the right one.
237
   */
238
  /* line 181, ../sass/layouts/_responsive.scss */
239
  .sidebar-second {
240
    /* Span 4 columns, starting in 1st column from left. */
241
    /* Span 1 column, starting in 5th column from left. */
242
  }
243
  /* line 183, ../sass/layouts/_responsive.scss */
244
  .sidebar-second #content {
245
    float: right;
246
    width: 75%;
247
    margin-right: 0%;
248
    margin-left: -75%;
249
  }
250
  /* line 188, ../sass/layouts/_responsive.scss */
251
  .sidebar-second .region-sidebar-second {
252
    float: right;
253
    width: 25%;
254
    margin-right: 75%;
255
    margin-left: -100%;
256
  }
257

  
258
  /**
259
   * The layout when there are two sidebars.
260
   */
261
  /* line 196, ../sass/layouts/_responsive.scss */
262
  .two-sidebars {
263
    /* Span 3 columns, starting in 2nd column from left. */
264
    /* Span 1 column, starting in 1st column from left. */
265
    /* Span 1 column, starting in 5th column from left. */
266
  }
267
  /* line 198, ../sass/layouts/_responsive.scss */
268
  .two-sidebars #content {
269
    float: right;
270
    width: 50%;
271
    margin-right: 25%;
272
    margin-left: -75%;
273
  }
274
  /* line 203, ../sass/layouts/_responsive.scss */
275
  .two-sidebars .region-sidebar-first {
276
    float: right;
277
    width: 25%;
278
    margin-right: 0%;
279
    margin-left: -25%;
280
  }
281
  /* line 208, ../sass/layouts/_responsive.scss */
282
  .two-sidebars .region-sidebar-second {
283
    float: right;
284
    width: 25%;
285
    margin-right: 75%;
286
    margin-left: -100%;
287
  }
288
}
289
/* Component (SMACSS module) rules */
290
/**
291
 * @file
292
 * RTL companion for the modular-styles.css file.
293
 */
294
/**
295
 * Branding header.
296
 */
297
/* Wrapping link for logo. */
298
/* line 11, ../sass/components/_misc-rtl.scss */
299
.header__logo {
300
  float: right;
301
}
302

  
303
/* The secondary menu (login, etc.) */
304
/* line 16, ../sass/components/_misc-rtl.scss */
305
.header__secondary-menu {
306
  float: left;
307
}
308

  
309
/**
310
 * Navigation bar.
311
 */
312
/* Main menu and secondary menu links and menu block links. */
313
/* line 27, ../sass/components/_misc-rtl.scss */
314
#navigation .links,
315
#navigation .menu {
316
  text-align: right;
317
}
318
/* line 30, ../sass/components/_misc-rtl.scss */
319
#navigation .links li,
320
#navigation .menu li {
321
  /* A simple method to get navigation links to appear in one line. */
322
  float: right;
323
  padding: 0 0 0 10px;
324
}
325

  
326
/**
327
 * Messages.
328
 */
329
/* line 41, ../sass/components/_misc-rtl.scss */
330
.messages, .messages--status, .messages--warning, .messages--error {
331
  padding: 10px 50px 10px 10px;
332
  background-position: 99% 8px;
333
}
334

  
335
/**
336
 * Tabs.
337
 */
338
/* line 58, ../sass/components/_misc-rtl.scss */
339
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
340
.tabs-secondary__tab.is-active {
341
  float: right;
342
}
343

  
344
/**
345
 * Inline styles.
346
 */
347
/* List of links */
348
/* line 77, ../sass/components/_misc-rtl.scss */
349
.inline li {
350
  /* Bug in Safari causes display: inline to fail. */
351
  display: inline-block;
352
  padding: 0 0 0 1em;
353
}
354

  
355
/* The inline field label used by the Fences.module */
356
/* line 84, ../sass/components/_misc-rtl.scss */
357
span.field-label {
358
  padding: 0 0 0 1em;
359
}
360

  
361
/**
362
 * "More" links.
363
 */
364
/* line 91, ../sass/components/_misc-rtl.scss */
365
.more-link {
366
  text-align: left;
367
}
368

  
369
/* line 94, ../sass/components/_misc-rtl.scss */
370
.more-help-link {
371
  text-align: left;
372
}
373

  
374
/* line 97, ../sass/components/_misc-rtl.scss */
375
.more-help-link a {
376
  background-position: 100% 50%;
377
  padding: 1px 20px 1px 0;
378
}
379

  
380
/**
381
 * Menus.
382
 */
383
/* line 105, ../sass/components/_misc-rtl.scss */
384
.menu__item.is-collapsed {
385
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABNJREFUCB1j4GASYFJgcmD+A4IADUIDfIUMT4wAAAAASUVORK5CYII=');
386
  *list-style-image: url('../images/menu-collapsed-rtl.png?1475577735');
387
}
388

  
389
/**
390
 * Comments.
391
 */
392
/* Nested comments are indented. */
393
/* line 117, ../sass/components/_misc-rtl.scss */
394
.indented {
395
  margin-left: 0;
396
  margin-right: 30px;
397
}
398

  
399
/**
400
 * Forms.
401
 */
402
/* Drupal's default login form block */
403
/* line 127, ../sass/components/_misc-rtl.scss */
404
#user-login-form {
405
  text-align: right;
406
}
407

  
408
/* line 132, ../sass/components/_misc-rtl.scss */
409
html.js #user-login-form li.openid-link,
410
#user-login-form li.openid-link {
411
  /* Un-do some of the padding on the ul list. */
412
  margin-left: 0;
413
  margin-right: -20px;
414
}
415

  
416
/*
417
 * Drupal admin tables.
418
 */
419
/* line 142, ../sass/components/_misc-rtl.scss */
420
form th {
421
  text-align: right;
422
  padding-left: 1em;
423
  padding-right: 0;
424
}
425

  
426
/**
427
 * Collapsible fieldsets.
428
 *
429
 * @see collapse.js
430
 */
431
/* line 155, ../sass/components/_misc-rtl.scss */
432
html.js .collapsible .fieldset-legend {
433
  background-position: 98% 75%;
434
  padding-left: 0;
435
  padding-right: 15px;
436
}
437
/* line 160, ../sass/components/_misc-rtl.scss */
438
html.js .collapsed .fieldset-legend {
439
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABNJREFUCB1j4GASYFJgcmD+A4IADUIDfIUMT4wAAAAASUVORK5CYII=');
440
  *background-image: url('../images/menu-collapsed-rtl.png?1475577735');
441
  background-position: 98% 50%;
442
}
443

  
444
/* SMACSS theme rules */
445
/* @import "theme-A-rtl"; */
446
/* @import "theme-B-rtl"; */

Also available in: Unified diff