Verzeichnisstruktur phpBB-3.1.0


Veröffentlicht
27.10.2014

So funktioniert es


Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück

Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis.
Auf den Verzeichnisnamen klicken, dies zeigt nur das Verzeichnis mit Inhalt an

(Beispiel Datei-Icons)

Auf das Icon klicken um den Quellcode anzuzeigen

bidi.css

Zuletzt modifiziert: 09.10.2024, 12:54 - Dateigröße: 21.00 KiB


0001  /* RTL definitions
0002  ---------------------------------------- */
0003   
0004  /**
0005  * common.css
0006  */
0007  .rtl h1 {
0008      margin-right: 0;
0009      margin-left: 200px;
0010  }
0011   
0012  .rtl p.right {
0013      text-align: left;
0014  }
0015   
0016  .rtl div.rules ul {
0017      margin-left: 0;
0018      margin-right: 20px;
0019  }
0020   
0021  /* Main blocks
0022  ---------------------------------------- */
0023  .rtl .logo {
0024      float: right;
0025      padding: 10px 10px 0 13px;
0026  }
0027   
0028  /* Site Description
0029  --------------------------------------------- */
0030  .rtl #site-description {
0031      float: right;
0032  }
0033   
0034  .rtl #site-description h1 {
0035      margin-left: 0;
0036  }
0037   
0038  /* Round cornered boxes and backgrounds
0039  ---------------------------------------- */
0040  .rtl .post {
0041      background-position: 0 0;
0042  }
0043   
0044  /* Horizontal lists
0045  ----------------------------------------*/
0046  .rtl ul.linklist > li {
0047      float: right;
0048      margin-right: 0;
0049      margin-left: 7px;
0050  }
0051   
0052  .rtl ul.linklist > li.rightside, .rtl p.rightside, .rtl a.rightside {
0053      float: left;
0054      margin-right: 7px;
0055      margin-left: 0;
0056      text-align: left;
0057  }
0058   
0059  .rtl ul.leftside > li, .rtl ul.rightside > li {
0060      float: left;
0061  }
0062   
0063  .rtl ul.leftside {
0064      float: right;
0065      margin-left: 5px;
0066      margin-right: 0;
0067      text-align: right;
0068  }
0069   
0070  .rtl ul.rightside {
0071      float: left;
0072      margin-left: -5px;
0073      margin-right: 5px;
0074      text-align: left;
0075  }
0076   
0077  /* Bulletin icons for list items
0078  ----------------------------------------*/
0079  .rtl ul.linklist.bulletin > li:before {
0080      padding-left: 4px;
0081      padding-right: 0;
0082  }
0083   
0084  .rtl ul.linklist li.responsive-menu a.responsive-menu-link:before {
0085      left: auto;
0086      right: 0;
0087  }
0088   
0089  /* Dropdown menu
0090  ---------------------------------------- */
0091  .rtl .dropdown-container.topic-tools {
0092      float: right;
0093  }
0094   
0095  .rtl .dropdown li {
0096      text-align: right;
0097  }
0098   
0099  .rtl .dropdown-contents > li {
0100      padding-left: 15px;
0101      padding-right: 0;
0102  }
0103   
0104  .rtl .dropdown-nonscroll > li {
0105      padding-left: 0;
0106  }
0107   
0108  .rtl .dropdown li li {
0109      padding-left: 0;
0110      padding-right: 18px;
0111  }
0112   
0113  .rtl .dropdown-extended .header {
0114      text-align: right;
0115  }
0116   
0117  .rtl .dropdown-extended .header .header_settings {
0118      float: left;
0119  }
0120   
0121  /* Notifications
0122  ----------------------------------------*/
0123  .rtl .notification_list ul li img {
0124      float: right;
0125      margin-left: 5px;
0126      margin-right: 0;
0127  }
0128   
0129  .rtl .notification_list div.notifications {
0130      margin-left: 0;
0131      margin-right: 50px;
0132  }
0133   
0134  .rtl .notification_text {
0135      margin-left: 0;
0136      margin-right: 58px;
0137  }
0138   
0139  .rtl .notification_list p.notification-time {
0140      text-align: left;
0141  }
0142   
0143  /* Responsive breadcrumbs
0144  ----------------------------------------*/
0145  .rtl .breadcrumbs .crumb {
0146      float: right;
0147  }
0148   
0149  /* Table styles
0150  ----------------------------------------*/
0151  .rtl table.table1 thead th {
0152      padding: 0 3px 4px 0;
0153  }
0154   
0155  .rtl table.table1 thead th span {
0156      padding-left: 0;
0157      padding-right: 7px;
0158  }
0159   
0160  .rtl table.table1 tbody th {
0161      text-align: right;
0162  }
0163   
0164  /* Specific column styles */
0165  .rtl table.table1 .name        { text-align: right; }
0166  .rtl table.table1 .joined    { text-align: right; }
0167  .rtl table.table1 .active    { text-align: right; }
0168  .rtl table.table1 .info        { text-align: right; }
0169  .rtl table.table1 thead .autocol { padding-left: 0; padding-right: 1em; }
0170   
0171  .rtl table.table1 span.rank-img {
0172      float: left;
0173  }
0174   
0175  .rtl table.info tbody th {
0176      text-align: left;
0177  }
0178   
0179  .rtl .forumbg table.table1 {
0180      margin: 0 -1px -1px -2px;
0181  }
0182   
0183  /* Misc layout styles
0184  ---------------------------------------- */
0185  /* column[1-2] styles are containers for two column layouts
0186     Also see tweaks.css */
0187  .rtl .column1 {
0188      float: right;
0189      clear: right;
0190  }
0191   
0192  .rtl .column2 {
0193      float: left;
0194      clear: left;
0195  }
0196   
0197  /* General classes for placing floating blocks */
0198  .rtl .left-box {
0199      float: right;
0200      text-align: right;
0201  }
0202   
0203  .rtl .right-box {
0204      float: left;
0205      text-align: left;
0206  }
0207   
0208  .rtl dl.details dt {
0209      float: right;
0210      clear: right;
0211      text-align: left;
0212  }
0213   
0214  .rtl dl.details dd {
0215      margin-right: 0;
0216      margin-left: 0;
0217      padding-right: 5px;
0218      padding-left: 0;
0219      float: right;
0220  }
0221   
0222  *:first-child+html dl.details dd {
0223      margin-right: 30%;
0224      float: none;
0225  }
0226   
0227  * html dl.details dd {
0228      margin-right: 30%;
0229      float: none;
0230  }
0231   
0232  /* Pagination
0233  ---------------------------------------- */
0234  .rtl .pagination {
0235      text-align: left;
0236      float: left;
0237  }
0238   
0239  .rtl .pagination > ul {
0240      margin-left: 0;
0241      margin-right: 5px;
0242  }
0243   
0244  /* Pagination in viewforum for multipage topics */
0245  .rtl .row .pagination {
0246      background-position: 100% 50%;
0247      float: left;
0248      padding-left: 0;
0249      padding-right: 15px;
0250  }
0251   
0252  .rtl .row .pagination > ul {
0253      margin: 0;
0254  }
0255   
0256  .rtl .pagination span {
0257      direction: ltr;
0258  }
0259   
0260  .pagination li.page-jump {
0261      margin-left: 5px;
0262      margin-right: 0;
0263  }
0264   
0265  .pagination li.previous a { background-position: -50px 2px; }
0266  .pagination li.next a { background-position: -30px 2px; }
0267  .pagination li.previous a:hover { background-position: -50px -18px; }
0268  .pagination li.next a:hover { background-position: -30px -18px; }
0269   
0270  /* Miscellaneous styles
0271  ---------------------------------------- */
0272  .rtl #forum-permissions {
0273      float: left;
0274      padding-right: 5px;
0275      padding-left: 0;
0276      margin-right: 5px;
0277      margin-left: 0;
0278      text-align: left;
0279  }
0280   
0281  .rtl #quick-links {
0282      margin-left: 7px;
0283      margin-right: 0;
0284  }
0285   
0286  .rtl .header-avatar span:after {
0287      float: left;
0288      padding-left: 0;
0289      padding-right: 2px;
0290  }
0291   
0292  .rtl .member-search {
0293      float: right;
0294  }
0295   
0296  /**
0297  * links.css
0298  */
0299   
0300  /* Back to top of page */
0301  .rtl .back2top {
0302      text-align: left;
0303  }
0304   
0305  /* Links adjustment to correctly display an order of rtl/ltr mixed content */
0306  .rtl a {
0307      direction: rtl;
0308      unicode-bidi: embed;
0309  }
0310   
0311  li.breadcrumbs span:first-child > a {
0312      padding-left: 0;
0313      padding-right: 19px;
0314  }
0315   
0316  .rtl a.top {
0317      float: left;
0318  }
0319   
0320  .rtl a.top2 {
0321      background-position: 100% 50%;
0322      padding-left: 0;
0323      padding-right: 15px;
0324  }
0325   
0326  .rtl .skiplink {
0327      /* invisible skip link, used for accessibility  */
0328      left: 0;
0329      right: -999px;
0330  }
0331   
0332  .rtl a.feed-icon-forum {
0333      float: left;
0334  }
0335   
0336  /**
0337  * content.css
0338  */
0339  .rtl ul.topiclist dt, .rtl li.header dt {
0340      float: right;
0341      margin-right: 0;
0342      margin-left: -440px;
0343  }
0344   
0345  .rtl ul.topiclist.missing-column dt {
0346      margin-right: 0;
0347      margin-left: -345px;
0348  }
0349   
0350  .rtl ul.topiclist.two-long-columns dt {
0351      margin-right: 0;
0352      margin-left: -250px;
0353  }
0354   
0355  .rtl ul.topiclist.two-columns dt {
0356      margin-right: 0;
0357      margin-left: -80px;
0358  }
0359   
0360  .rtl ul.topiclist dt .list-inner {
0361      margin-right: 0;
0362      margin-left: 440px;
0363  }
0364   
0365  .rtl ul.topiclist.missing-column dt .list-inner {
0366      margin-right: 0;
0367      margin-left: 330px;
0368  }
0369   
0370  .rtl ul.topiclist.two-long-columns dt .list-inner {
0371      margin-right: 0;
0372      margin-left: 250px;
0373  }
0374   
0375  .rtl ul.topiclist.two-columns dt .list-inner {
0376      margin-right: 0;
0377      margin-left: 80px;
0378  }
0379   
0380  .rtl ul.topiclist dd {
0381      float: right;
0382      border-right-width: 1px;
0383      border-right-style: solid;
0384      border-left: none;
0385  }
0386   
0387  .rtl ul.topiclist dfn {
0388      left: auto;
0389      right: -999px;
0390  }
0391   
0392  .rtl ul.topiclist li.row dt a.subforum {
0393      padding-right: 12px;
0394      background-position: right;
0395      position: static;
0396  }
0397   
0398  .rtl .forum-image {
0399      float: right;
0400      margin-right: 0;
0401      margin-left: 5px;
0402  }
0403   
0404  .rtl li.header dt, .rtl li.header dd {
0405      border-right-width: 0;
0406  }
0407   
0408  .rtl li.header dd {
0409      padding-left: 0;
0410      padding-right: 1px;
0411  }
0412   
0413  .rtl dl.icon {
0414      background-position: 99.5% 50%;
0415  }
0416   
0417  .rtl li.header dl.icon dt .list-inner {
0418      /* Tweak for headers alignment when folder icon used */
0419      padding-right: 0;
0420      padding-left: 50px;
0421  }
0422   
0423  .rtl dl.icon dt {
0424      background-position: 99.5% 95%;            /* Position of topic icon */
0425  }
0426   
0427  .rtl dl.icon dt .list-inner {
0428      padding-left: 5px;
0429      padding-right: 45px;                    /* Space for folder icon */
0430  }
0431   
0432  .rtl dl a.icon-link {                        /* topic row icon links */
0433      display: inline-block;
0434      left: auto;
0435      right: 0;
0436      margin-left: 0;
0437      margin-right: 2px;
0438  }
0439   
0440  .rtl dd.lastpost > span, .rtl ul.topiclist dd.info > span, .rtl ul.topiclist dd.time > span, .rtl dd.redirect > span, .rtl dd.moderation > span {
0441      padding-left: 0;
0442      padding-right: 5px;
0443  }
0444   
0445  /* Post body styles
0446  ----------------------------------------*/
0447  .rtl .postbody, .rtl .postbody h3 {
0448      float: right;
0449  }
0450   
0451  .rtl .has-profile .postbody h3 {
0452      margin-right: 0;
0453      margin-left: 180px;
0454  }
0455   
0456  .rtl p.post-notice {
0457      padding-left: 5px;
0458      padding-right: 26px;
0459  }
0460   
0461  .rtl p.post-notice:before {
0462      left: auto;
0463      right: 0;
0464  }
0465   
0466  /* Topic review panel
0467  ----------------------------------------*/
0468  .rtl #topicreview {
0469      padding-right: 0;
0470      padding-left: 5px;
0471  }
0472   
0473  /* Content container styles
0474  ----------------------------------------*/
0475  .rtl .content ul, .rtl .content ol {
0476      margin-right: 3em;
0477      margin-left: 0;
0478  }
0479   
0480  .rtl .signature {
0481      clear: right;
0482  }
0483   
0484  .rtl .notice {
0485      clear: right;
0486  }
0487   
0488  /* Jump to post link for now */
0489  .rtl ul.searchresults {
0490      text-align: left;
0491  }
0492   
0493  /* BB Code styles
0494  ----------------------------------------*/
0495  /* Quote block */
0496  .rtl blockquote {
0497      margin: 0.5em 25px 0 1px;
0498      background-position: 99% 8px;
0499  }
0500   
0501  .rtl blockquote blockquote {
0502      /* Nested quotes */
0503      margin: 0.5em 15px 0 1px;
0504  }
0505   
0506  .rtl blockquote cite {
0507      /* Username/source of quoter */
0508      margin-right: 20px;
0509      margin-left: 0;
0510  }
0511   
0512  .rtl blockquote .codebox {
0513      margin-right: 0;
0514  }
0515   
0516  .rtl code {
0517      direction: ltr;
0518  }
0519   
0520  /* Attachments
0521  ----------------------------------------*/
0522  .rtl .attachbox {
0523      float: right;
0524      margin: 5px 0 5px 5px;
0525      clear: right;
0526  }
0527   
0528  .rtl .attachbox dd {
0529      clear: right;
0530  }
0531   
0532  .rtl .attachbox p {
0533      clear: right;
0534  }
0535   
0536  .rtl .attachbox p.stats {
0537      clear: right;
0538  }
0539   
0540  /* Post poll styles
0541  ----------------------------------------*/
0542  .rtl fieldset.polls dt {
0543      text-align: right;
0544      float: right;
0545      border-left: none;
0546  }
0547   
0548  .rtl fieldset.polls dd {
0549      float: right;
0550      border-right: none;
0551      margin-right: 0;
0552  }
0553   
0554  .rtl fieldset.polls dd div {
0555      text-align: left;
0556  }
0557   
0558  .rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
0559      border-left-width: 1px;
0560      border-left-style: solid;
0561      border-right: none;
0562  }
0563   
0564  /* Poster profile block
0565  ----------------------------------------*/
0566  .rtl .postprofile {
0567      border-width: 0 1px 0 0;
0568      float: left;
0569  /*    text-align: right; */
0570  }
0571   
0572  .rtl .pm .postprofile {
0573      border-right-width: 1px;
0574      border-right-style: solid;
0575      border-left: none;
0576  }
0577   
0578  .rtl .postprofile dd, .rtl .postprofile dt {
0579      margin-left: 0;
0580      margin-right: 8px;
0581  }
0582   
0583  .rtl .postprofile .avatar {
0584      float: right;
0585  }
0586   
0587  .rtl .online {
0588      background-position: 0 0;
0589  }
0590   
0591  .rtl dl.pmlist dd {
0592      margin-right: 61% !important;
0593      margin-left: 0 !important;
0594  }
0595   
0596  /**
0597  * buttons.css
0598  */
0599  /* Rollover buttons
0600     Based on: http://wellstyled.com/css-nopreload-rollovers.html
0601  ----------------------------------------*/
0602  .rtl .dropdown-select {
0603      padding-left: 24px;
0604      padding-right: 8px;
0605  }
0606   
0607  .rtl .icon-button:before {
0608      float: left;
0609      margin-left: 0;
0610      margin-right: 2px;
0611  }
0612   
0613  .rtl .dropdown-select.icon-button:before {
0614      margin-left: 4px;
0615      margin-right: 0;
0616  }
0617   
0618  .rtl .dropdown-select:after {
0619      border-left: 0;
0620      border-right-style: solid;
0621      border-right-width: 1px;
0622      left: 0;
0623      right: auto;
0624  }
0625   
0626  .rtl .buttons, .rtl .buttons .button {
0627      float: right;
0628  }
0629   
0630  .rtl .buttons .button, .rtl .dropdown-select {
0631      margin-left: 5px;
0632      margin-right: 0;
0633  }
0634   
0635  /* Icon images
0636  ---------------------------------------- */
0637  .rtl .small-icon {
0638      background-position: 100% 50%;
0639  }
0640   
0641  .rtl .small-icon > a {
0642      padding-left: 0;
0643      padding-right: 19px;
0644  }
0645   
0646  /* Post control buttons
0647  --------------------------------------------- */
0648  .rtl .post-buttons {
0649      float: left;
0650  }
0651   
0652  .rtl .has-profile .post-buttons {
0653      left: 0;
0654      right: auto;
0655  }
0656   
0657  .rtl .post-buttons li {
0658      float: right;
0659  }
0660   
0661  .post-buttons .icon-button:before {
0662      margin-right: 0;
0663  }
0664   
0665  /* Poster contact icons
0666   ----------------------------------------*/
0667  .rtl .contact-icons a {
0668      border-left-width: 1px;
0669      border-left-style: dotted;
0670      border-right: none;
0671      float: right;
0672  }
0673   
0674  .rtl .contact-icons .last-cell {
0675      border-left: none;
0676  }
0677   
0678  /**
0679  * cp.css
0680  */
0681  /* Control Panel Styles
0682  ---------------------------------------- */
0683   
0684   
0685  /* Main CP box
0686  ----------------------------------------*/
0687  .rtl #cp-menu {
0688      float: right;
0689  }
0690   
0691  .rtl #cp-main {
0692      float: right;
0693  }
0694   
0695  .rtl #cp-main .panel ol {
0696      margin-right: 2em;
0697      margin-left: 0;
0698  }
0699   
0700  .rtl #cp-main .buttons {
0701      margin-right: 0;
0702      margin-left: 0;
0703  }
0704   
0705  .tabs-container h2 {
0706      float: right;
0707  }
0708   
0709  /* CP tabbed menu
0710  ----------------------------------------*/
0711  .rtl #tabs {
0712      margin-left: 0;
0713      margin-right: 7px;
0714  }
0715   
0716  .rtl #tabs .tab {
0717      float: right;
0718  }
0719   
0720  .rtl #tabs .tab > a {
0721      margin-left: 1px;
0722      margin-right: 0;
0723  }
0724   
0725  /* Mini tabbed menu used in MCP
0726  ----------------------------------------*/
0727  .rtl #minitabs {
0728      float: left;
0729      margin-right: 0;
0730      margin-left: 7px;
0731  }
0732   
0733  .rtl #minitabs .tab {
0734      float: left;
0735  }
0736   
0737  .rtl #minitabs .tab > a {
0738      margin-right: 2px;
0739      margin-left: 0;
0740  }
0741   
0742  /* Responsive tabs
0743  ----------------------------------------*/
0744  .rtl #tabs .dropdown {
0745      margin-left: -2px;
0746  }
0747   
0748  .rtl #tabs .dropdown li {
0749      text-align: left;
0750  }
0751   
0752  .rtl #minitabs .dropdown {
0753      margin-left: -4px;
0754  }
0755   
0756  .rtl #minitabs .dropdown li {
0757      text-align: right;
0758  }
0759   
0760  /* Responsive *CP navigation
0761  ----------------------------------------*/
0762  @media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
0763  {
0764      .rtl #cp-menu, .rtl #navigation, .rtl #cp-main {
0765          float: none;
0766      }
0767  }
0768   
0769  /* UCP navigation menu
0770  ----------------------------------------*/
0771   
0772  /* Preferences pane layout
0773  ----------------------------------------*/
0774  .rtl #cp-main h2 {
0775      margin-left: 0;
0776      margin-right: 10px;
0777  }
0778   
0779  /* Friends list */
0780  .rtl .cp-mini {
0781      margin: 10px 5px 10px 15px;
0782  }
0783   
0784  /* PM Styles
0785  ----------------------------------------*/
0786   
0787  /* PM panel adjustments */
0788  .rtl .reply-all a.right {
0789      background-position: 5% 60%;
0790  }
0791   
0792  .rtl .reply-all a.right:hover {
0793      background-position: 3% 60%;
0794  }
0795   
0796  .rtl .reply-all {
0797      padding-left: 5px;
0798  }
0799   
0800  /* Defined rules list for PM options */
0801  .rtl ol.def-rules {
0802      padding-right: 0;
0803  }
0804   
0805  /* PM marking colours */
0806  .rtl .pm-legend {
0807      border-right-width: 10px;
0808      border-right-style: solid;
0809      border-left-width: 0;
0810      padding-left: 0;
0811      padding-right: 3px;
0812  }
0813   
0814  /* Avatar gallery */
0815  .rtl #gallery label {
0816      float: right;
0817  }
0818   
0819  /* Responsive *CP navigation
0820  ----------------------------------------*/
0821  @media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
0822  {
0823      .rtl #cp-menu, .rtl #navigation, .rtl #cp-main {
0824          float: none;
0825      }
0826  }
0827   
0828  /**
0829  * forms.css
0830  */
0831   
0832  /* General form styles
0833  ----------------------------------------*/
0834   
0835  .rtl option {
0836      padding-right: 0;
0837      padding-left: 1em;
0838  }
0839   
0840  .rtl label {
0841      padding-right: 0;
0842      padding-left: 5px;
0843  }
0844   
0845  /* Definition list layout for forms
0846  ---------------------------------------- */
0847  .rtl fieldset dt {
0848      float: right;
0849      text-align: right;
0850  }
0851   
0852  .rtl fieldset dd {
0853      margin-left: 0;
0854      margin-right: 41%;
0855  }
0856   
0857  /* Specific layout 1 */
0858  .rtl fieldset.fields1 dt {
0859      border-left-width: 0;
0860      border-right-width: 1px;
0861  }
0862   
0863  .rtl fieldset.fields1 dd {
0864      margin-right: 15em;
0865      margin-left: 0;
0866      border-right-width: 0;
0867      border-left-width: 1px;
0868  }
0869   
0870  /* Specific layout 2 */
0871  .rtl fieldset.fields2 dt {
0872      border-right-width: 1px;
0873      border-left-width: 0;
0874  }
0875   
0876  .rtl fieldset.fields2 dd {
0877      margin-right: 16em;
0878      margin-left: 0;
0879      border-left-width: 1px;
0880      border-right-width: 0;
0881  }
0882   
0883  /* Form elements */
0884  .rtl dt label {
0885      text-align: right;
0886  }
0887   
0888  .rtl dd input, .rtl dd textarea {
0889      margin-left: 3px;
0890      margin-right: 0;
0891  }
0892   
0893  /* Quick-login on index page */
0894  .rtl fieldset.quick-login input.inputbox {
0895      margin-left: 5px;
0896      margin-right: 0;
0897  }
0898   
0899  .rtl fieldset.quick-login label {
0900      padding-left: 2px;
0901      padding-right: 0;
0902  }
0903   
0904  /* Display options on viewtopic/viewforum pages  */
0905  .rtl fieldset.display-options label {
0906      padding-left: 2px;
0907      padding-right: 0;
0908  }
0909   
0910  /* Display actions for ucp and mcp pages */
0911  .rtl fieldset.display-actions {
0912      text-align: left;
0913      padding-left: 1em;
0914      padding-right: 0;
0915  }
0916   
0917  .rtl fieldset.display-actions label {
0918      padding-left: 2px;
0919      padding-right: 0;
0920  }
0921   
0922  /* MCP forum selection*/
0923  .rtl fieldset.forum-selection {
0924      float: left;
0925  }
0926   
0927  .rtl fieldset.forum-selection2 {
0928      float: left;
0929  }
0930   
0931  /* Posting page styles
0932  ----------------------------------------*/
0933   
0934  /* Emoticons panel */
0935  .rtl #smiley-box {
0936      float: left;
0937  }
0938   
0939  /* Search box
0940  ---------------------------------------- */
0941   
0942  /* Topic and forum Search */
0943  .rtl .search-box {
0944      float: right;
0945  }
0946   
0947  .rtl .search-box .inputbox {
0948      border-left-width: 0;
0949      border-right-width: 1px;
0950      border-radius: 0 4px 4px 0;
0951      float: right;
0952      padding: 3px;
0953  }
0954   
0955  .rtl .search-box .button {
0956      float: right;
0957  }
0958   
0959  .rtl .search-box a.button {
0960      border-left-width: 1px;
0961      border-right-width: 0;
0962      border-radius: 4px 0 0 4px;
0963      padding-left: 5px;
0964      padding-right: 3px;
0965  }
0966   
0967  .rtl .search-header {
0968      float: left;
0969      margin-right: 0;
0970      margin-left: 5px;
0971  }
0972   
0973  .rtl input.search {
0974      background-position: right 1px;
0975      padding-right: 17px;
0976      padding-left: 0;
0977  }
0978   
0979  /**
0980  * tweaks.css
0981  */
0982   
0983   
0984  /* Form button styles
0985  ---------------------------------------- */
0986   
0987  /** Reference: Bug #27155 */
0988  .rtl #wrap, .rtl .headerbar, .rtl #site-description, .rtl .navbar {
0989      position: relative;
0990  }
0991   
0992  /* Former imageset */
0993  .rtl .imageset.forum_link, .rtl .imageset.forum_read, .rtl .imageset.forum_read_locked, .rtl .imageset.forum_read_subforum, .rtl .imageset.forum_unread, .rtl .imageset.forum_unread_locked, .rtl .imageset.forum_unread_subforum, .rtl .imageset.topic_moved, .rtl .imageset.topic_read, .rtl .imageset.topic_read_mine, .rtl .imageset.topic_read_hot, .rtl .imageset.topic_read_hot_mine, .rtl .imageset.topic_read_locked, .rtl .imageset.topic_read_locked_mine, .rtl .imageset.topic_unread, .rtl .imageset.topic_unread_mine, .rtl .imageset.topic_unread_hot, .rtl .imageset.topic_unread_hot_mine, .rtl .imageset.topic_unread_locked, .rtl .imageset.topic_unread_locked_mine, .rtl .imageset.sticky_read, .rtl .imageset.sticky_read_mine, .rtl .imageset.sticky_read_locked, .rtl .imageset.sticky_read_locked_mine, .rtl .imageset.sticky_unread, .rtl .imageset.sticky_unread_mine, .rtl .imageset.sticky_unread_locked, .rtl .imageset.sticky_unread_locked_mine, .rtl .imageset.announce_read, .rtl .imageset.announce_read_mine, .rtl .imageset.announce_read_locked, .rtl .imageset.announce_read_locked_mine, .rtl .imageset.announce_unread, .rtl .imageset.announce_unread_mine, .rtl .imageset.announce_unread_locked, .rtl .imageset.announce_unread_locked_mine, .rtl .imageset.global_read, .rtl .imageset.global_read_mine, .rtl .imageset.global_read_locked, .rtl .imageset.global_read_locked_mine, .rtl .imageset.global_unread, .rtl .imageset.global_unread_mine, .rtl .imageset.global_unread_locked, .rtl .imageset.global_unread_locked_mine, .rtl .imageset.pm_read, .rtl .imageset.pm_unread {
0994      padding-right: 27px;
0995      padding-left: 0;
0996  }
0997  .rtl .imageset.subforum_read, .rtl .imageset.subforum_unread, .rtl .imageset.icon_post_target, .rtl .imageset.icon_post_target_unread, .rtl .imageset.icon_topic_latest, .rtl .imageset.icon_topic_newest {
0998      padding-right: 11px;
0999      padding-left: 0;
1000  }
1001  .rtl .imageset.icon_back_top {
1002      padding-right: 11px;
1003      padding-left: 0;
1004  }
1005  .rtl .imageset.icon_contact_aim, .rtl .imageset.phpbb_aol-icon, .rtl .imageset.icon_contact_email, .rtl .imageset.icon_contact_icq, .rtl .imageset.phpbb_icq-icon, .rtl .imageset.icon_contact_jabber, .rtl .imageset.icon_contact_msnm, .rtl .imageset.phpbb_wlm-icon, .rtl .imageset.icon_contact_www, .rtl .imageset.phpbb_website-icon, .rtl .imageset.icon_contact_yahoo, .rtl .imageset.phpbb_yahoo-icon, .rtl .imageset.icon_post_delete, .rtl .imageset.icon_post_info, .rtl .imageset.icon_post_report, .rtl .imageset.icon_user_warn {
1006      padding-right: 20px;
1007      padding-left: 0;
1008  }
1009  .rtl .imageset.icon_topic_attach {
1010      padding-right: 7px;
1011      padding-left: 0;
1012  }
1013  .rtl .imageset.icon_topic_reported, .rtl .imageset.icon_topic_unapproved {
1014      padding-right: 16px;
1015      padding-left: 0;
1016  }
1017   
1018  /**
1019  * plupload.css
1020  */
1021   
1022  .rtl .attach-controls {
1023      float: left;
1024  }
1025   
1026  /**
1027  * responsive.css
1028  */
1029  @media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
1030  {
1031      /* .topiclist lists
1032      ----------------------------------------*/
1033      .rtl ul.topiclist li.header dt, .rtl ul.topiclist li.header dt .list-inner {
1034          margin-left: 0 !important;
1035          padding-left: 0;
1036      }
1037   
1038      .rtl ul.topiclist dt, .rtl ul.topiclist dt .list-inner,
1039      .rtl ul.topiclist.missing-column dt, .rtl ul.topiclist.missing-column dt .list-inner,
1040      .rtl ul.topiclist.two-long-columns dt, .rtl ul.topiclist.two-long-columns dt .list-inner,
1041      .rtl ul.topiclist.two-columns dt, .rtl ul.topiclist.two-columns dt .list-inner {
1042          margin-left: 0;
1043      }
1044   
1045      .rtl ul.topiclist dt .list-inner.with-mark {
1046          padding-left: 34px;
1047      }
1048   
1049      /* Forums and topics lists
1050      ----------------------------------------*/
1051      .rtl ul.topiclist.forums dt {
1052          margin-left: -250px;
1053      }
1054      .rtl ul.topiclist.forums dt .list-inner {
1055          margin-left: 250px;
1056      }
1057   
1058      .rtl ul.topiclist dd.mark {
1059          left: 5px;
1060          right: auto;
1061          text-align: right;
1062      }
1063   
1064      @media only screen and (max-width: 550px), only screen and (max-device-width: 550px)
1065      {
1066          .rtl ul.topiclist.forums dt {
1067              margin-left: 0;
1068          }
1069   
1070          .rtl ul.topiclist.forums dt .list-inner {
1071              margin-left: 0;
1072          }
1073      }
1074   
1075      .rtl table.responsive.show-header thead, .rtl table.responsive.show-header th:first-child {
1076          text-align: right !important;
1077      }
1078   
1079      .rtl table.responsive td {
1080          text-align: right !important;
1081      }
1082   
1083      /* User profile
1084      ----------------------------------------*/
1085      .rtl .column1, .rtl .column2, .rtl .left-box.profile-details {
1086          float: none;
1087      }
1088   
1089      @media only screen and (max-width: 500px), only screen and (max-device-width: 500px)
1090      {
1091          .rtl dl.details dt, .rtl dl.details dd {
1092              float: none;
1093              text-align: right;
1094          }
1095   
1096          .rtl dl.details dd {
1097              margin-left: 0;
1098              margin-right: 20px;
1099          }
1100      }
1101   
1102      /* Post
1103      ----------------------------------------*/
1104      .rtl .postprofile, .rtl .postbody, .rtl .search .postbody {
1105          float: none;
1106      }
1107   
1108      .rtl .post .postprofile {
1109          border-width: 0 0 1px 0;
1110      }
1111   
1112      .rtl .postprofile dt, .rtl .postprofile dd.profile-rank, .rtl .search .postprofile dd {
1113          margin: 0;
1114      }
1115   
1116      .rtl .postprofile .avatar {
1117          margin-left: 5px;
1118          margin-right: 0;
1119      }
1120   
1121      .rtl .has-profile .post-buttons {
1122          left: 20px;
1123      }
1124   
1125      /* Forms
1126      ----------------------------------------*/
1127      .rtl fieldset dt, .rtl fieldset.fields1 dt, .rtl fieldset.fields2 dt {
1128          float: none;
1129      }
1130   
1131      .rtl fieldset dd, .rtl fieldset.fields1 dd, .rtl fieldset.fields2 dd {
1132          margin-right: 20px;
1133      }
1134   
1135      @media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
1136          .captcha-panel dd.captcha {
1137              margin-right: 0;
1138          }
1139      }
1140  }
1141