/** * Theme Name: Abacus * Description: Adds support for languages written in a Right To Left (RTL) direction. * * See http://codex.wordpress.org/Right_to_Left_Language_Support */ body { direction: rtl; unicode-bidi: embed; } .navbar-toggle { right: auto; left: 15px; } .navbar-nav { padding: 0; } blockquote { border-left: 0; border-right: 5px solid #eeeeee; } .tags span { margin-right: 0; margin-left: 5px; } .format-status .avatar { margin: 0 0 0 17px; } #posts-pagination a, table th, table td, .home-jumbotron .lead { text-align: right; } #posts-pagination .next a, .format-quote cite { text-align: left; } .comment .avatar, .gallery-item, .format-status .avatar, i.quote, .pullquote, #author-info img, #posts-pagination .previous, .navigation .nav-previous { float: right !important; } #cancel-comment-reply-link, .pullquote.alignright, #posts-pagination .next, .navigation .nav-next { float: left !important; } .comment-author, .comment-meta, .comment-text, .format-quote .entry-content, #author-info .author-text, .commentlist .children > .comment { padding-left: 0 !important; } .format-quote .entry-content { padding-right: 70px; } #author-info .author-text { padding-right: 90px; } /* =Pullquotes -------------------------------------------------------------- */ .pullquote { margin: 1em 0 1em 1.625em; text-align: left; } .pullquote.alignright { margin: 1em 1.625em 1em 0; text-align: right; } @media (max-width: 480px) { .pullquote { text-align: right; } } /* =Comments -------------------------------------------------------------- */ .comment-author, .comment-meta, .comment-text { padding-right: 75px; } .commentlist .children .comment { border-left: 0; border-right: 1px solid #ddd; } .commentlist .children > .comment { padding-right: 23px !important; } .commentlist .children .comment:before, .commentlist .children .comment:after { left: auto; } .commentlist .children .comment:before { right: -6px; } .commentlist .children .comment:after { right: -5px; } /* =bbPress -------------------------------------------------------------- */ .subscription-toggle { float: left; } /* =Fixes -------------------------------------------------------------- */ @media (min-width: 600px) { .pull-left { float: right !important; } .pull-right { float: left !important; } } .site-title { padding: 0 0 0 10px; } @media (min-width: 768px) { .site-meta { margin: 0 0 0 60px; } #primary { left: 25%; } #sidebar { right: 75%; } } @media (min-width: 1200px) { #primary > article .break-out { margin-left: 0; margin-right: -105px; } }