HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/martyknows.com/wp-content/themes/nishita/rtl.css
/*
Theme Name: Nishita

Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

http://codex.wordpress.org/Right_to_Left_Language_Support

*/

/* =Reset + Typography
-------------------------------------------------------------- */

body {
	direction: rtl;
	unicode-bidi: embed;
}
ol,
ul {
	margin: 0 0 18px 18px;
	padding: 0 18px 0 0;
}
dd {
	margin-left: 0;
	margin-right: 18px;
}


/* =Layout
-------------------------------------------------------------- */

.container {
	text-align: right;
}


/* =Navigation Menu
-------------------------------------------------------------- */

#nav li,
div.menu ul li {
	float: right;
}
#nav ul,
div.menu ul ul {
	left: auto;
	right: 0;
	float: right;
}
#nav ul ul,
div.menu ul ul ul {
	left: auto;
	right: 100%;
}


/* =Photo Meta
-------------------------------------------------------------- */

.photo-meta ul li {
	border-right: none;
	border-left: 1px solid #e1e1e1;
}
.photo-meta ul li.first {
	border-left: none;
}


/* =Navigate
-------------------------------------------------------------- */

.navigate,
.navigate-single {
	float: right;
}
.navigate a,
.navigate-single div {
	float: right;
}
.navigate .newer-wrapper a,
.navigate-single .newer-wrapper {
	float: left;
}


/* =Attachment Navigation
-------------------------------------------------------------- */

.attachment-navigate {
	float: right;
}
.attachment-navigate .previous {
	float: right;
}
.attachment-navigate .next {
	float: left;
}


/* =Comments
-------------------------------------------------------------- */

.comment-author img {
	float: right;
	margin-right: 0;
	margin-left: 15px;
}
ol.commentlist ul {
	padding-left: 0;
	padding-right: 24px;
}
#comment-nav-above,
#comment-nav-below {
	float: right;
}
.nav-previous {
	float: right;
}
.nav-next {
	float: left;
}
.comment-form-comment label {
	clear: left;
}
div.reply {
	padding-left: 0;
	padding-right: 68px;
}
ul.children div.reply {
	padding-left: 0;
	padding-right: 47px;
}
.comment-edit-link {
	float: left;
	padding-right: 0;
	padding-left: 15px;
	text-align: left;
}
#commentform input {
	margin-left: 0;
	margin-right: 10px;
}
#commentform .comment-form-email input {
	margin-left: 0;
	margin-right: 14px;
}
#commentform #submit {
	margin-right: 0;
}


/* =Pages
-------------------------------------------------------------- */

.main {
	float: right;
}
.archive-wrapper,
.index-wrapper {
	float: right;
}


/* =Sidebars
-------------------------------------------------------------- */

#sidebar {
	float: left;
}
.widget-area ul li ul li ul li {
	padding-left: 0;
	padding-right: 15px;
}
a.rsswidget img {
	float: right;
	margin: 3px 0 0 10px;
}
#submit {
	border-right-color: #f0f0f0;
}
#prev {
	text-align: right;
	padding-left: 0;
	padding-right: 8px;
}
#next {
	text-align: left;
	padding-right: 0;
	padding-left: 8px;
}


/* =Footer Widgets
-------------------------------------------------------------- */

#sidebar-footer-wrapper {
	float: right;
}
#sidebar-footer {
	float: right;
}
#first,
#second,
#third {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}
#third {
	margin-left: 0;
}
.layout-photoblog #first,
.layout-photoblog #second,
.layout-photoblog #third {
	margin-right: 0;
	margin-left: 12px;
}
#ie7 .layout-photoblog #sidebar-footer #s {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}
#ie7 .layout-photoblog #sidebar-footer #searchsubmit {
	float: right;
}


/* =Post
-------------------------------------------------------------- */

div.post-body {
	border-right: none;
	border-left: 1px solid #f0f0f0;
	float: right;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	padding: 0 15px 0 0;
	text-align: right;
}


/* =Search Results
-------------------------------------------------------------- */

.search-with-sidebar {
	float: right;
}