Making WordPress.org

Changeset 1066


Ignore:
Timestamp:
12/23/2014 08:36:38 PM (10 years ago)
Author:
ocean90
Message:

Further clean-up of global RTL styles.

fixes #729.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/wp4-rtl.css

    r987 r1066  
    33body {
    44    font-family: sans-serif;
    5     direction:rtl;
    6     unicode-bidi:mbed;
     5    direction: rtl;
     6    unicode-bidi: embed;
    77}
    88/* -------------------------------------------- */
    99
    10 
    11 h2 {
     10h1, h2, h3, h4, h5, h6 {
    1211    font-family: sans-serif;
    1312}
    1413
    1514em, cite {
    16     font-style: bold;
    17 }
    18 
    19 #wporg-header h1 {
    20     float: right;
     15    font-style: normal;
     16    font-weight: bold;
     17}
     18
     19code {
     20    direction: ltr;
     21    unicode-bidi: embed;
    2122}
    2223
    2324#wporg-header h1 a {
    24     background-position:center right;
    25     text-indent: -9999px;
    26     overflow:hidden;
    27     float: right;
     25    background-position: center right;
    2826}
    2927
    3028#wporg-header h2.rosetta a {
    3129    float: right;
    32     padding-right: 10px;
    33 }
    34 
    35 @media screen and (max-width:767px) {
    36     #wporg-header h2.rosetta {
    37         clear: both;
     30}
     31
     32#wporg-header ul li a {
     33    font-family: sans-serif;
     34}
     35
     36#wporg-header ul li#download {
     37    float: left;
     38    margin-right: 0;
     39    margin-left: 14px;
     40}
     41
     42@media screen and (min-width:768px) {
     43    #wporg-header h1 {
     44        float: right;
     45        padding-left: 0;
     46        padding-right: 10px;
    3847    }
    39 }
    40 
    41 #wporg-header ul li {
    42     float: right;
    43 }
    44 
    45 #wporg-header ul li a {
    46     font-family: sans-serif;
    47 }
    48 
    49 
    50 #wporg-header ul li#download a {
    51     background-position: bottom right;
     48
     49    #wporg-header ul#wporg-header-menu {
     50        float: right;
     51    }
     52
     53    #wporg-header ul li {
     54        float: right;
     55    }
    5256}
    5357
     
    6771}
    6872
    69 /* */
    70 
    71 .submit input, .button, .button-primary, .button-secondary, input[type=button], input[type=submit] {
    72     font-family: sans-serif;
    73 }
    74 
    75 .submit input, .button, .button-secondary, input[type=button], input[type=submit] {
    76     background-position: right top;
    77 }
    78 
    79 .submit input:active, .button:active, .button-secondary:active, input[type=button]:active, input[type=submit]:active {
    80     background-position: right bottom;
    81 }
    82 
    83 .button-primary {
    84     background-position: right top;
    85 }
    86 
    87 
    88 .button-primary:active {
    89     background-position: right bottom;
    90 }
    91 
    92 /* */
    93 
    94 .download-button {
    95     background-position: right top;
    96 }
    97 
    98 
    99 a.download-button:active {
    100     background-position: right bottom;
    101 }
    102 
    10373
    10474/* */
     
    11484}
    11585
    116 .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12  {
     86.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    11787    float:right;
    11888}
     89
    11990#home-below ol.steps li {
    12091    padding-right: 44px;
     
    245216    border-right-color: #dadada;
    246217    float: right;
     218}
    247219
    248220#books h3 {
Note: See TracChangeset for help on using the changeset viewer.