File: /home/mmickelson/martyknows.com/wp-content/themes/vostok/rtl.css
/*
Theme Name: Vostok
RTL: yoav@automattic.com
*/
/* Reset
---------------------------
*/
body {
direction:rtl;
unicode-bidi:embed;
}
/* Menu
---------------------------
*/
#access .menu li {
float: right;
}
#access ul ul {
right: 0;
left: auto;
float: right;
}
#access ul ul ul {
right: 100%;
left: auto;
}
/* Text meant only for screen readers */
.screen-reader-text {
left: auto;
text-indent:-9000px;
overflow:hidden;
}
/* Main content
---------------------------
*/
.entry-meta {
left: 1em;
right: auto;
}
.entry-utility {
margin: 3.3em 0 -1.7em -1.7em;
text-align: left;
}
.entry-content blockquote cite {
text-align: left;
}
.entry-content ul li {
background-position: 100% 7px;
padding: 0 1em 0 0;
}
#entry-author-info #author-avatar {
float: right;
margin-left: 20px;
margin-right: 0;
}
#entry-author-info #author-description {
float: right;
}
.comment, .pingback {
padding: 0 36px 0 0;
}
.pingback {
padding-right: 0;
}
.comment-meta {
left: 0;
right: auto;
}
.commentlist .avatar {
right: 0;
left: auto;
}
.navigation div {
float: right;
margin: 0 0 0 2em;
}
.navigation div.nav-next {
float: left;
margin: 0 2em 0 0;
}
#primary, #secondary { /* These are the two widgetized areas */
float: right;
}
#primary {
margin-left: 12px;
margin-right: 0;
}
#secondary {
margin-right: 12px;
margin-left: 0;
}
.widget-area .children li, .widget-area ul ul ul li, #footer .menu ul ul li {
padding-right: 1em;
padding-left: 0;
}
.widget-area .email {
background-position: 100% 4px;
padding: 0 1.8em 0 0;
}
.widget-area #rss li {
background-position: right center;
padding: 0 1.8em 0 0;
}
#colophon, #page-menu {
float: right;
}
/* Gallery
---------------------------
*/
#content .gallery .gallery-item {
float: right;
}
#content .gallery .gallery-caption {
margin-right: 0;
}
/* Forms
---------------------------
*/
#respond .form-allowed-tags dd {
margin-right: 0;
}
input#email, input#url {
direction:rtl;
}
/* Attachments
---------------------------
*/
.attachment .entry-content .nav-previous a:before {
content: '\00a0\2192';
}
.attachment .entry-content .nav-next a:after {
content: '\2190\00a0';
}