Project

General

Profile

« Previous | Next » 

Revision 90b8f8dc

Added by jenkins almost 8 years ago

release-preparation: production level css

View differences:

themes/zen_dataportal/css/styles-rtl.css
1
/**
2
 * @file
3
 * RTL companion for the styles.scss file.
4
 */
5
/* Import Sass mixins, variables, Compass modules, etc. */
6
/* line 30, ../sass/ie-legacy.scss */
7
.pie-element, .lt-ie9 #page {
8
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
9
  position: relative;
10
}
11

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  
442
/* SMACSS theme rules */
443
/* @import "theme-A-rtl"; */
444
/* @import "theme-B-rtl"; */
1
.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?1462290666')}.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?1462290666');background-position:98% 50%}

Also available in: Unified diff