Blame Identity/Webenv/phpBB/3.0.4/styles/modern/theme/bidi.css

ef5584
/* Modern RTL definitions
ef5584
---------------------------------------- */
ef5584
ef5584
/**
ef5584
* common.css 
ef5584
*/
ef5584
.rtl h1 {
ef5584
	margin-right: 0;
ef5584
	margin-left: 200px;
ef5584
}
ef5584
ef5584
.rtl p.right {
ef5584
	text-align: left;
ef5584
}
ef5584
ef5584
.rtl div.rules ul {
ef5584
	margin-left: 0;
ef5584
	margin-right: 20px;
ef5584
}
ef5584
ef5584
/* Main blocks
ef5584
---------------------------------------- */
ef5584
.rtl #logo {
ef5584
	float: right;
ef5584
	padding: 10px 10px 0 13px;
ef5584
}
ef5584
ef5584
/* Search box
ef5584
--------------------------------------------- */
ef5584
.rtl #search-box {
ef5584
	float: left;
ef5584
	text-align: left;
ef5584
	margin-right: 0;
ef5584
	margin-left: 5px;
ef5584
}
ef5584
ef5584
.rtl #search-box li {
ef5584
	text-align: left;
ef5584
}
ef5584
ef5584
.rtl #search-box img {
ef5584
	margin-right: 0;
ef5584
	margin-left: 3px;
ef5584
}
ef5584
ef5584
.rtl #site-description {
ef5584
	float: right;
ef5584
}
ef5584
ef5584
.rtl #site-description h1 {
ef5584
	margin-left: 0;
ef5584
}
ef5584
ef5584
/* Round cornered boxes and backgrounds
ef5584
---------------------------------------- */
ef5584
.rtl .post {
ef5584
	background-position: 0 0;
ef5584
}
ef5584
ef5584
/* Horizontal lists
ef5584
----------------------------------------*/
ef5584
.rtl ul.linklist li {
ef5584
	float: right;
ef5584
	margin-right: 0;
ef5584
	margin-left: 5px;
ef5584
}
ef5584
ef5584
.rtl ul.linklist li.rightside, .rtl p.rightside {
ef5584
	float: left;
ef5584
	margin-right: 5px;
ef5584
	margin-left: 0;
ef5584
	text-align: left;
ef5584
}
ef5584
ef5584
.rtl ul.leftside li, .rtl ul.rightside li {
ef5584
	float: left;
ef5584
}
ef5584
ef5584
.rtl ul.leftside {
ef5584
	float: right;
ef5584
	margin-left: 5px;
ef5584
	margin-right: 0;
ef5584
	text-align: right;
ef5584
}
ef5584
ef5584
.rtl ul.rightside {
ef5584
	float: left;
ef5584
	margin-left: -5px;
ef5584
	margin-right: 5px;
ef5584
	text-align: left;
ef5584
}
ef5584
ef5584
/* Table styles
ef5584
----------------------------------------*/
ef5584
.rtl table.table1 thead th {
ef5584
	padding: 0 3px 4px 0;
ef5584
}
ef5584
ef5584
.rtl table.table1 thead th span {
ef5584
	padding-left: 0;
ef5584
	padding-right: 7px;
ef5584
}
ef5584
ef5584
.rtl table.table1 tbody th {
ef5584
	text-align: right;
ef5584
}
ef5584
ef5584
/* Specific column styles */
ef5584
.rtl table.table1 .name		{ text-align: right; }
ef5584
.rtl table.table1 .joined	{ text-align: right; }
ef5584
.rtl table.table1 .active	{ text-align: right; }
ef5584
.rtl table.table1 .info		{ text-align: right; }
ef5584
.rtl table.table1 thead .autocol { padding-left: 0; padding-right: 1em; }
ef5584
ef5584
.rtl table.table1 span.rank-img {
ef5584
	float: left;
ef5584
}
ef5584
ef5584
.rtl table.info tbody th {
ef5584
	text-align: left;
ef5584
}
ef5584
ef5584
.rtl .forumbg table.table1 {
ef5584
	margin: 0 -1px -1px -2px;
ef5584
}
ef5584
ef5584
/* Misc layout styles
ef5584
---------------------------------------- */
ef5584
/* column[1-2] styles are containers for two column layouts 
ef5584
   Also see tweaks.css */
ef5584
.rtl .column1 {
ef5584
	float: right;
ef5584
	clear: right;
ef5584
}
ef5584
ef5584
.rtl .column2 {
ef5584
	float: left;
ef5584
	clear: left;
ef5584
}
ef5584
ef5584
/* General classes for placing floating blocks */
ef5584
.rtl .left-box {
ef5584
	float: right;
ef5584
	text-align: right;
ef5584
}
ef5584
ef5584
.rtl .right-box {
ef5584
	float: left;
ef5584
	text-align: left;
ef5584
}
ef5584
ef5584
.rtl dl.details dt {
ef5584
	float: right;
ef5584
	clear: right;
ef5584
	text-align: left;
ef5584
}
ef5584
ef5584
.rtl dl.details dd {
ef5584
	margin-right: 0;
ef5584
	margin-left: 0;
ef5584
	padding-right: 5px;
ef5584
	padding-left: 0;
ef5584
	float: right;
ef5584
}
ef5584
ef5584
*:first-child+html dl.details dd {
ef5584
	margin-right: 30%;
ef5584
	float: none;
ef5584
}
ef5584
ef5584
* html dl.details dd {
ef5584
	margin-right: 30%;
ef5584
	float: none;
ef5584
}
ef5584
ef5584
/* Pagination
ef5584
---------------------------------------- */
ef5584
.rtl .pagination {
ef5584
	text-align: left;
ef5584
	float: left;
ef5584
	padding-left: 5px;
ef5584
}
ef5584
ef5584
/* Pagination in viewforum for multipage topics */
ef5584
.rtl .row .pagination {
ef5584
	float: left;
ef5584
	padding: 1px 0 1px 15px;
ef5584
}
ef5584
ef5584
.rtl .pagination span {
ef5584
	direction: ltr;
ef5584
}
ef5584
ef5584
.rtl .pagination span.page-sep {
ef5584
	display: inline;
ef5584
	visibility: hidden;
ef5584
	position: absolute;
ef5584
}
ef5584
ef5584
/* Miscellaneous styles
ef5584
---------------------------------------- */
ef5584
.rtl #forum-permissions {
ef5584
	float: left;
ef5584
	padding-right: 5px;
ef5584
	padding-left: 0;
ef5584
	margin-right: 5px;
ef5584
	margin-left: 0;
ef5584
	text-align: left;
ef5584
}
ef5584
ef5584
.rtl .forabg {
ef5584
	width: 99%;	/* fix for IE6 */
ef5584
}
ef5584
ef5584
.rtl .forumbg {
ef5584
	width: 99%;	/* fix for IE6 */
ef5584
}
ef5584
ef5584
/**
ef5584
* links.css
ef5584
*/
ef5584
ef5584
/* Back to top of page */
ef5584
.rtl .back2top {
ef5584
	text-align: left;
ef5584
}
ef5584
ef5584
.rtl a.top {
ef5584
	float: left;
ef5584
}
ef5584
ef5584
.rtl a.top2 {
ef5584
	padding-left: 0;
ef5584
	padding-right: 15px;
ef5584
}
ef5584
ef5584
/**
ef5584
* content.css
ef5584
*/
ef5584
.rtl ul.topiclist dt {
ef5584
	float: right;
ef5584
}
ef5584
ef5584
.rtl ul.topiclist dl {
ef5584
	position: static;	/* fix for IE6 */
ef5584
}
ef5584
ef5584
.rtl ul.topiclist dd {
ef5584
	float: right;
ef5584
	border-right-width: 1px;
ef5584
	border-right-style: solid;
ef5584
	border-left: none;
ef5584
}
ef5584
ef5584
.rtl ul.topiclist li.row dt a.subforum {
ef5584
	padding-right: 12px;
ef5584
	background-position: right;
ef5584
	position: static;
ef5584
}
ef5584
ef5584
.rtl .forum-image {
ef5584
	float: right;
ef5584
	margin-right: 0;
ef5584
	margin-left: 5px;
ef5584
}
ef5584
ef5584
.rtl li.header dt, .rtl li.header dd {
ef5584
	border-right-width: 0;
ef5584
}
ef5584
ef5584
.rtl li.header dd {
ef5584
	margin-left: 0;
ef5584
	margin-right: 1px;
ef5584
}
ef5584
ef5584
.rtl dl.icon {
ef5584
	background-position: 99.5% 50%;
ef5584
}
ef5584
ef5584
.rtl li.header dl.icon dt {
ef5584
	/* Tweak for headers alignment when folder icon used */
ef5584
	padding-right: 0;
ef5584
	padding-left: 50px;
ef5584
}
ef5584
ef5584
.rtl dl.icon dt {
ef5584
	padding-left: 0;
ef5584
	padding-right: 45px;				/* Space for folder icon */
ef5584
	background-position: 99.5% 95%;			/* Position of topic icon */
ef5584
}
ef5584
ef5584
.rtl dd.lastpost span, .rtl ul.topiclist dd.searchby span, .rtl ul.topiclist dd.info span, .rtl ul.topiclist dd.time span, .rtl dd.redirect span, .rtl dd.moderation span {
ef5584
	padding-left: 0;
ef5584
	padding-right: 5px;
ef5584
}
ef5584
ef5584
.rtl dd.mark {
ef5584
	float: left !important;
ef5584
}
ef5584
ef5584
.rtl ul.topiclist dd.searchextra {
ef5584
	margin-left: 0;
ef5584
	margin-right: 5px;
ef5584
	border-right: none;
ef5584
}
ef5584
ef5584
/* Post body styles
ef5584
----------------------------------------*/
ef5584
.rtl .postbody {
ef5584
	float: right;
ef5584
}
ef5584
ef5584
/* Topic review panel
ef5584
----------------------------------------*/
ef5584
.rtl #topicreview {
ef5584
	padding-right: 0;
ef5584
	padding-left: 5px;
ef5584
}
ef5584
ef5584
/* Content container styles
ef5584
----------------------------------------*/
ef5584
.rtl .content ul, .rtl .content ol {
ef5584
	margin-right: 3em;
ef5584
	margin-left: 0;
ef5584
}
ef5584
ef5584
/* Post author */
ef5584
.rtl p.author {
ef5584
	margin: 0 0 0.6em 15em;
ef5584
}
ef5584
ef5584
.rtl .signature {
ef5584
	clear: right;
ef5584
}
ef5584
ef5584
.rtl .notice {
ef5584
	clear: right;
ef5584
}
ef5584
ef5584
/* Jump to post link for now */
ef5584
.rtl ul.searchresults {
ef5584
	text-align: left;
ef5584
}
ef5584
ef5584
/* BB Code styles
ef5584
----------------------------------------*/
ef5584
/* Quote block */
ef5584
.rtl blockquote {
ef5584
	margin: 0.5em 25px 0 1px;
ef5584
}
ef5584
ef5584
.rtl blockquote blockquote {
ef5584
	/* Nested quotes */
ef5584
	margin: 0.5em 15px 0 1px;	
ef5584
}
ef5584
ef5584
.rtl blockquote cite {
ef5584
	/* Username/source of quoter */
ef5584
	margin-right: 20px;
ef5584
	margin-left: 0;
ef5584
}
ef5584
ef5584
.rtl blockquote dl.codebox {
ef5584
	margin-right: 0;
ef5584
}
ef5584
ef5584
.rtl code {
ef5584
	direction: ltr;
ef5584
}
ef5584
ef5584
/* Attachments
ef5584
----------------------------------------*/
ef5584
.rtl .attachbox {
ef5584
	float: right;
ef5584
	margin: 5px 0 5px 5px;
ef5584
	clear: right;
ef5584
}
ef5584
ef5584
.rtl .attachbox dd {
ef5584
	clear: right;
ef5584
}
ef5584
ef5584
.rtl .attachbox p {
ef5584
	clear: right;
ef5584
}
ef5584
ef5584
.rtl .attachbox p.stats {
ef5584
	clear: right;
ef5584
}
ef5584
ef5584
/* Post poll styles
ef5584
----------------------------------------*/
ef5584
.rtl fieldset.polls dt {
ef5584
	text-align: right;
ef5584
	float: right;
ef5584
	border-left: none;
ef5584
}
ef5584
ef5584
.rtl fieldset.polls dd {
ef5584
	float: right;
ef5584
	border-right: none;
ef5584
	margin-right: 0;
ef5584
}
ef5584
ef5584
.rtl fieldset.polls dd div {
ef5584
	text-align: left;
ef5584
}
ef5584
ef5584
.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
ef5584
	border-left-width: 1px;
ef5584
	border-left-style: solid;
ef5584
	border-right: none;
ef5584
}
ef5584
ef5584
/* Poster profile block
ef5584
----------------------------------------*/
ef5584
.rtl .postprofile {
ef5584
	border-left: none;
ef5584
	border-right-width: 1px;
ef5584
	border-right-style: solid;
ef5584
	float: left;
ef5584
/*	text-align: right; */
ef5584
}
ef5584
ef5584
.rtl .pm .postprofile {
ef5584
	border-right-width: 1px;
ef5584
	border-right-style: solid;
ef5584
	border-left: none;
ef5584
}
ef5584
ef5584
.rtl .postprofile dd, .rtl .postprofile dt {
ef5584
	margin-left: 0;
ef5584
	margin-right: 8px;
ef5584
}
ef5584
ef5584
.rtl .online {
ef5584
	background-position: 0 0;
ef5584
}
ef5584
ef5584
.rtl dl.pmlist dd {
ef5584
	margin-right: 61% !important;
ef5584
	margin-left: 0 !important;
ef5584
}
ef5584
ef5584
/**
ef5584
* buttons.css
ef5584
*/
ef5584
/* Rollover buttons
ef5584
   Based on: http://wellstyled.com/css-nopreload-rollovers.html
ef5584
----------------------------------------*/
ef5584
.rtl .buttons {
ef5584
	float: right;
ef5584
}
ef5584
ef5584
/* Rollover state */
ef5584
.rtl .buttons div {
ef5584
	margin: 0 1px 0 5px;
ef5584
}
ef5584
ef5584
/* Sub-header (navigation bar)
ef5584
--------------------------------------------- */
ef5584
.rtl a.print, .rtl a.sendemail, .rtl a.fontsize {
ef5584
	text-align: right;
ef5584
}
ef5584
ef5584
/* Icon images
ef5584
---------------------------------------- */
ef5584
.rtl .sitehome, .rtl .icon-faq, .rtl .icon-members, .rtl .icon-home, .rtl .icon-ucp, .rtl .icon-register, .rtl .icon-logout,
ef5584
.rtl .icon-bookmark, .rtl .icon-bump, .rtl .icon-subscribe, .rtl .icon-unsubscribe, .rtl .icon-pages, .rtl .icon-search {
ef5584
	background-position: 100% 50%;
ef5584
	padding: 1px 17px 0 0;
ef5584
}
ef5584
ef5584
/* Poster profile icons
ef5584
----------------------------------------*/
ef5584
/* Rollover state */
ef5584
.rtl .postprofile ul.profile-icons li {
ef5584
	float: right;
ef5584
	margin: 0 0 3px 6px;
ef5584
}
ef5584
ef5584
/* Positioning of moderator icons */
ef5584
.rtl .postbody ul.profile-icons {
ef5584
	float: left;
ef5584
}
ef5584
ef5584
/**
ef5584
* cp.css
ef5584
*/
ef5584
/* Modern Control Panel Styles
ef5584
---------------------------------------- */
ef5584
ef5584
ef5584
/* Main CP box
ef5584
----------------------------------------*/
ef5584
.rtl #cp-menu {
ef5584
	float: right;
ef5584
}
ef5584
ef5584
.rtl #cp-main {
ef5584
	float: right;
ef5584
}
ef5584
ef5584
.rtl #cp-main .panel ol {
ef5584
	margin-right: 2em;
ef5584
	margin-left: 0;
ef5584
}
ef5584
ef5584
.rtl #cp-main .pagination {
ef5584
	float: left;
ef5584
}
ef5584
ef5584
.rtl #cp-main .buttons {
ef5584
	margin-right: 0;
ef5584
	margin-left: 0;
ef5584
}
ef5584
ef5584
/* CP tabbed menu
ef5584
----------------------------------------*/
ef5584
.rtl #tabs {
ef5584
	margin: 20px 7px -1px 0;
ef5584
}
ef5584
ef5584
.rtl #tabs a {
ef5584
	float: right;
ef5584
}
ef5584
ef5584
/*.rtl #tabs a span {
ef5584
	float: right;
ef5584
}*/
ef5584
ef5584
/* Mini tabbed menu used in MCP
ef5584
----------------------------------------*/
ef5584
.rtl #minitabs {
ef5584
	margin: -20px 0 0 7px;
ef5584
}
ef5584
ef5584
.rtl #minitabs li {
ef5584
	float: left;
ef5584
	margin-right: 2px;
ef5584
	margin-left: 0;
ef5584
}
ef5584
ef5584
/* UCP navigation menu
ef5584
----------------------------------------*/
ef5584
ef5584
/* Preferences pane layout
ef5584
----------------------------------------*/
ef5584
.rtl #cp-main h2 {
ef5584
	margin-left: 0;
ef5584
	margin-right: 10px;
ef5584
}
ef5584
ef5584
/* Friends list */
ef5584
.rtl .cp-mini {
ef5584
	margin: 10px 5px 10px 15px;
ef5584
}
ef5584
ef5584
/* PM Styles
ef5584
----------------------------------------*/
ef5584
ef5584
/* Defined rules list for PM options */
ef5584
.rtl ol.def-rules {
ef5584
	padding-right: 0;
ef5584
}
ef5584
ef5584
/* PM marking colours */
ef5584
.rtl .pm-legend {
ef5584
	border-right-width: 10px;
ef5584
	border-right-style: solid;
ef5584
	border-left-width: 0;
ef5584
	padding-left: 0;
ef5584
	padding-right: 3px;
ef5584
}
ef5584
ef5584
/* Avatar gallery */
ef5584
.rtl #gallery label {
ef5584
	float: right;
ef5584
}
ef5584
ef5584
/**
ef5584
* forms.css
ef5584
*/
ef5584
ef5584
/* General form styles
ef5584
----------------------------------------*/
ef5584
ef5584
.rtl option {
ef5584
	padding-right: 0;
ef5584
	padding-left: 1em;
ef5584
}
ef5584
ef5584
.rtl label {
ef5584
	padding-right: 0;
ef5584
	padding-left: 5px;
ef5584
}
ef5584
ef5584
/* Definition list layout for forms
ef5584
---------------------------------------- */
ef5584
.rtl fieldset dt {
ef5584
	float: right;
ef5584
	text-align: right;
ef5584
}
ef5584
ef5584
.rtl fieldset dd {
ef5584
	margin-left: 0;
ef5584
	margin-right: 41%;
ef5584
}
ef5584
ef5584
/* Specific layout 1 */
ef5584
.rtl fieldset.fields1 dt {
ef5584
	border-left-width: 0;
ef5584
	border-right-width: 1px;
ef5584
}
ef5584
ef5584
.rtl fieldset.fields1 dd {
ef5584
	margin-right: 10em;
ef5584
	margin-left: 0;
ef5584
	border-right-width: 0;
ef5584
	border-left-width: 1px;
ef5584
}
ef5584
ef5584
/* Specific layout 2 */
ef5584
.rtl fieldset.fields2 dt {
ef5584
	border-right-width: 1px;
ef5584
	border-left-width: 0;
ef5584
}
ef5584
ef5584
.rtl fieldset.fields2 dd {
ef5584
	margin-right: 16em;
ef5584
	margin-left: 0;
ef5584
	border-left-width: 1px;
ef5584
	border-right-width: 0;
ef5584
}
ef5584
ef5584
/* Form elements */
ef5584
.rtl dt label {
ef5584
	text-align: right;
ef5584
}
ef5584
ef5584
.rtl dd input, .rtl dd textarea {
ef5584
	margin-left: 3px;
ef5584
	margin-right: 0;
ef5584
}
ef5584
ef5584
/* Quick-login on index page */
ef5584
.rtl fieldset.quick-login input.inputbox {
ef5584
	margin-left: 5px;
ef5584
	margin-right: 0;
ef5584
}
ef5584
ef5584
.rtl fieldset.quick-login label {
ef5584
	padding-left: 2px;
ef5584
	padding-right: 0;
ef5584
}
ef5584
ef5584
/* Display options on viewtopic/viewforum pages  */
ef5584
.rtl fieldset.display-options label {
ef5584
	padding-left: 2px;
ef5584
	padding-right: 0;
ef5584
}
ef5584
ef5584
/* Display actions for ucp and mcp pages */
ef5584
.rtl fieldset.display-actions {
ef5584
	text-align: left;
ef5584
	padding-left: 1em;
ef5584
	padding-right: 0;
ef5584
}
ef5584
ef5584
.rtl fieldset.display-actions label {
ef5584
	padding-left: 2px;
ef5584
	padding-right: 0;
ef5584
}
ef5584
ef5584
/* MCP forum selection*/
ef5584
.rtl fieldset.forum-selection {
ef5584
	float: left;
ef5584
}
ef5584
ef5584
.rtl fieldset.forum-selection2 {
ef5584
	float: left;
ef5584
}
ef5584
ef5584
/* Jumpbox */
ef5584
.rtl fieldset.jumpbox {
ef5584
	text-align: left;
ef5584
}
ef5584
ef5584
.rtl fieldset.quickmod {
ef5584
	float: left;
ef5584
	text-align: left;
ef5584
}
ef5584
ef5584
/* Posting page styles
ef5584
----------------------------------------*/
ef5584
ef5584
/* Emoticons panel */
ef5584
.rtl #smiley-box {
ef5584
	float: left;
ef5584
}
ef5584
ef5584
/* Form button styles
ef5584
---------------------------------------- */
ef5584
ef5584
/* Topic and forum Search */
ef5584
.rtl .search-box {
ef5584
	margin-right: 5px;
ef5584
	margin-left: 0;
ef5584
	float: right;
ef5584
}
ef5584
ef5584
.rtl input.search {
ef5584
	background-position: right 1px;
ef5584
	padding-right: 17px;
ef5584
	padding-left: 0;
ef5584
}
ef5584
ef5584
/**
ef5584
* tweaks.css
ef5584
*/
ef5584
ef5584