/* * Adds support for languages written in a Right To Left (RTL) direction. It's easy, just a matter of overwriting all the horizontal positioning attributes of your CSS stylesheet in a separate stylesheet file named rtl.css. * * @package Anarcho Notepad * @since 2.1.5 * @author Arthur (Berserkr) Gareginyan * @copyright Copyright (c) 2013, Arthur Gareginyan * @link http://mycyberuniverse.tk/anarcho-notepad.html * @license http://www.gnu.org/licenses/gpl-3.0.html */ /* Fonts -------------------------------------------------------------- */ /* Links -------------------------------------------------------------- */ /* Стиль для обычной не посещенной ссылки */ /* Стиль для посещенной ссылки. */ /* Стиль для ссылки при наведении на нее мышью :hover и стиль для активной ссылки :active Активной ссылка становится при нажатии на нее. */ .aligncenter, div.aligncenter { margin-right: auto; margin-left: auto; } .alignright { float: right; } .alignleft { float: left; } /* Background -------------------------------------------------------------- */ /* Blog Title -------------------------------------------------------------- */ #title { margin-right: 4%; margin-left: auto; } /* Search Form (Header) -------------------------------------------------------------- */ .top-search-form { margin-right: 67%; margin-left: auto; } /* Assistive Text -------------------------------------------------------------- */ /* Search Form (Widget) -------------------------------------------------------------- */ /* Content (Column 1) -------------------------------------------------------------- */ #content { padding:0 70px 0 20px; } blockquote { border-right: 1px solid #bbb; border-left: none; } blockquote:before { right: -10px; left: auto; } blockquote cite { text-align: left; } #content .col01 { float:right; } #content .col01 .thumbnail { float:left; margin:10px 10px 10px 0; } /* Author info box after post -------------------------------------------------------------- */ /* Transforme author-avatar */ /* IE7 */ #content .col01 .author-info { text-align: right; } #content .col01 .author-info p.author-bio { margin-right: 1px; margin-left: auto; } #content .col01 .meta { text-align:left; } /* "Continue reading" button -------------------------------------------------------------- */ /* Data-tab (Ribbons) -------------------------------------------------------------- */ #content .col01 .post-inner .date-tab { float: right; margin: 0px -90px 10px 10px; } #content .col01 .post-inner .date-tab:before { right: -40px; left: auto; } #content .col01 .post-inner .date-tab:after { right: 0px; left: auto; } #content .col01 .thumbnail { float:left; margin:12px 12px 12px 0; } .month { text-align:left; padding:6px 0 6px 16px; } .day { text-align:left; padding:6px 0 2px 16px; } /* END-Content (Column 1) */ /* Sidebar (Column 2) -------------------------------------------------------------- */ #sidebar { float:left; } /* Pages -------------------------------------------------------------- */ #sidebar .pages-bottom { background:url(images/pages-bottom.gif) no-repeat right bottom; text-align:left; } #sidebar .pages ul li a { margin-right: 10px; padding:4px 25px 4px 0; margin-left: auto; } #sidebar .pages ul li a:hover { margin-right: 20px; margin-left: auto; } /* Recent posts -------------------------------------------------------------- */ #sidebar .recent-posts ul li a { margin-right: 10px; padding:4px 25px 4px 0; margin-left: auto; } #sidebar .recent-posts ul li a:hover { margin-right: 20px; margin-left: auto; } #sidebar .recent-posts-bottom { text-align:left; } /* Widgets */ /* END-Sidebar (Column 2) */ /* Responsive * Fluid image, embed, object & video -------------------------------------------------------------- */ /* Fluid images for posts, comments, and widgets */ /* Make sure images with WordPress-added height and width attributes are scaled correctly. */ /* Make sure videos and embeds fit their containers. */ /* Image handling -------------------------------------------------------------- */ img.centered { margin-right: auto; margin-left: auto; } img.alignleft { margin: 0 7px 2px 0; } img.alignright { margin: 0 0 2px 7px; } .alignleft { float: left; } .alignright { float: right; } /* Footer -------------------------------------------------------------- */ #footer .rss a { right:273px; left: auto; } /* END-Footer */ /* Comment -------------------------------------------------------------- */ #commentform .comment-field { float:right; } #commentform .btnComment { float:right; clear:right; } /* Comment list -------------------------------------------------------------- */ .avatar { float:right; clear:right; margin-left: 10px; margin-right: auto; } /* END-Comment */ /* Breadcrumbs -------------------------------------------------------------- */ /* End-Breadcrumbs */ /* Page Navigation -------------------------------------------------------------- */ /* End-Page Navigation */ /* Miniatures -------------------------------------------------------------- */ /* Up button -------------------------------------------------------------- */ #back-top { left: 15px; right: auto; } /* End-Up button */ /* Sitemap Page -------------------------------------------------------------- */ /* Generated by the RTLer - http://wordpress.org/extend/plugins/rtler/ */