Ignore:
Timestamp:
Mar 31, 2010, 6:32:40 PM (14 years ago)
Author:
george
Message:
  • Upraveno: Aktualizace fóra.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/forum/styles/prosilver/theme/bidi.css

    r400 r702  
    226226}
    227227
     228/* Links adjustment to correctly display an order of rtl/ltr mixed content */
     229.rtl a {
     230        direction: rtl;
     231        unicode-bidi: embed;
     232}
     233
    228234.rtl a.top {
    229235        float: left;
     
    235241}
    236242
     243.rtl .skiplink {
     244        /* invisible skip link, used for accessibility  */
     245        position: relative;
     246        width: 1px;
     247        height: 1px;
     248        overflow: hidden;
     249        display: block;
     250        left: 0;
     251}
     252
     253.rtl a.feed-icon-forum {
     254        float: left;
     255}
     256
    237257/**
    238258* content.css
    239259*/
     260.rtl ul.topiclist dfn {
     261        /* Labels for post/view counts */
     262        position: relative;
     263        width: 1px;
     264        height: 1px;
     265        overflow: hidden;
     266        display: block;
     267        left: 0;
     268}
     269
    240270.rtl ul.topiclist dt {
    241271        float: right;
     
    348378.rtl blockquote {
    349379        margin: 0.5em 25px 0 1px;
     380        background-position: 99% 8px;
    350381}
    351382
    352383.rtl blockquote blockquote {
    353384        /* Nested quotes */
    354         margin: 0.5em 15px 0 1px;       
     385        margin: 0.5em 15px 0 1px;
    355386}
    356387
     
    720751*/
    721752
    722 
     753/** Reference: Bug #27155 */
     754.rtl #wrap, .rtl .headerbar, .rtl #site-description, .rtl .navbar {
     755        position: relative;
     756}
Note: See TracChangeset for help on using the changeset viewer.