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