equal
deleted
inserted
replaced
2 Theme Name: Twenty Fourteen |
2 Theme Name: Twenty Fourteen |
3 Description: Adds support for languages written in a Right To Left (RTL) direction. |
3 Description: Adds support for languages written in a Right To Left (RTL) direction. |
4 It's easy, just a matter of overwriting all the horizontal positioning attributes |
4 It's easy, just a matter of overwriting all the horizontal positioning attributes |
5 of your CSS stylesheet in a separate stylesheet file named rtl.css. |
5 of your CSS stylesheet in a separate stylesheet file named rtl.css. |
6 |
6 |
7 See http://codex.wordpress.org/Right_to_Left_Language_Support |
7 See https://codex.wordpress.org/Right_to_Left_Language_Support |
8 */ |
8 */ |
9 |
9 |
10 /** |
10 /** |
11 * Table of Contents: |
11 * Table of Contents: |
12 * |
12 * |
286 .comment-navigation .nav-previous a { |
286 .comment-navigation .nav-previous a { |
287 margin-right: auto; |
287 margin-right: auto; |
288 margin-left: 10px; |
288 margin-left: 10px; |
289 } |
289 } |
290 |
290 |
|
291 .comment-form #wp-comment-cookies-consent { |
|
292 margin: 0 0 0 10px; |
|
293 } |
291 |
294 |
292 /** |
295 /** |
293 * 7.0 Sidebars |
296 * 7.0 Sidebars |
294 * ----------------------------------------------------------------------------- |
297 * ----------------------------------------------------------------------------- |
295 */ |
298 */ |
333 .widget_twentyfourteen_ephemera .entry-content li > ul, |
336 .widget_twentyfourteen_ephemera .entry-content li > ul, |
334 .widget_twentyfourteen_ephemera .entry-content li > ol { |
337 .widget_twentyfourteen_ephemera .entry-content li > ol { |
335 margin: 0 20px 0 0; |
338 margin: 0 20px 0 0; |
336 } |
339 } |
337 |
340 |
|
341 .widget_text ul, |
|
342 .widget_text ol { |
|
343 margin: 0 10px 12px 0; |
|
344 } |
338 |
345 |
339 /** |
346 /** |
340 * 7.2 Content Sidebar Widgets |
347 * 7.2 Content Sidebar Widgets |
341 * ----------------------------------------------------------------------------- |
348 * ----------------------------------------------------------------------------- |
342 */ |
349 */ |
349 |
356 |
350 .content-sidebar .widget_twentyfourteen_ephemera .widget-title:before { |
357 .content-sidebar .widget_twentyfourteen_ephemera .widget-title:before { |
351 margin: -1px 0 0 18px; |
358 margin: -1px 0 0 18px; |
352 } |
359 } |
353 |
360 |
|
361 /** |
|
362 * 8.0 Footer |
|
363 * ----------------------------------------------------------------------------- |
|
364 */ |
|
365 |
|
366 .site-info span[role=separator] { |
|
367 padding: 0 0.5em; |
|
368 } |
354 |
369 |
355 /** |
370 /** |
356 * 9.0 Featured Content |
371 * 9.0 Featured Content |
357 * ----------------------------------------------------------------------------- |
372 * ----------------------------------------------------------------------------- |
358 */ |
373 */ |