Make WordPress Core

Changeset 14385


Ignore:
Timestamp:
05/03/2010 07:17:27 PM (15 years ago)
Author:
nacin
Message:

Twenty Ten RTL fixes. props yoavf. fixes #13121.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/rtl.css

    r13025 r14385  
    44
    55
    6 /* --------------------------------------------------------------
    7 
    8    RTL Basics
    9 
    10 -------------------------------------------------------------- */
     6/*
     7RTL Basics
     8*/
    119
    1210
     
    2725}
    2826#content {
    29     margin: 0 20px 0 280px;
     27    margin: 0 20px 36px 280px;
    3028}
    3129#primary,
     
    4442textarea,
    4543.page-title span {
    46     font-family: Georgia, "Bitstream Charter", serif;
    47 }
    48 
    49 h3#comments-title,
    50 h3#reply-title,
    51 #access .menu,
    52 #cancel-comment-reply-link,
    53 #form-allowed-tags,
    54 #site-info,
    55 #site-title,
    56 #wp-calendar,
    57 .comment-meta,
    58 .comment-body tr th,
    59 .comment-body thead th,
    60 .entry-content label,
    61 .entry-content tr th,
    62 .entry-content thead th,
    63 .entry-meta,
    64 .entry-title,
    65 .entry-utility,
    66 .form-label,
    67 .navigation,
    68 .page-title,
    69 .pingback p,
    70 .reply,
    71 .widget-title
    72 {
    73     font-family: "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
    74 }
    75 
    76 pre {
    77     font-family: "Courier 10 Pitch", Courier, monospace;
    78 }
    79 
    80 code {
    81     font-family: Consolas, Monaco, "Andale Mono", "DejaVu Sans Mono", monospace;
     44    font-family: Arial, Tahoma, sans-serif;
    8245}
    8346
     
    10770/* Text elements */
    10871ul {
    109     list-style: square;
    11072    margin: 0 1.5em 18px 0;
    11173}
     
    11880    left: auto;
    11981    text-indent:-9000px;
     82    overflow:hidden;
    12083}
    12184
     
    13093    clear: left;
    13194    float: left;
     95    font-style: normal;
    13296}
    13397
     
    139103}
    140104
    141 #access .menu {
     105#access .menu-header,
     106div.menu {
    142107    margin-right: 12px;
    143108    margin-left: 0;
    144109}
    145110
    146 
    147 #access .menu li {
     111#access .menu-header li,
     112div.menu li{
    148113    float:right;
    149114}
     
    166131    margin: 0 0 24px -1px;
    167132}
     133.page-title span {
     134    font-style:normal;
     135}
    168136.entry-title,
    169137.entry-meta {
     
    208176    margin-right:0;
    209177}
     178
     179
     180/* Images
     181-------------------------------------------------------------- */
     182
     183#content .gallery .gallery-caption {
     184    margin-right: 0;
     185}
     186
    210187#content .gallery .gallery-item {
    211188    float: right;
    212189}
    213 
    214 /* =Images
    215 -------------------------------------------------------------- */
    216 
    217 #content .gallery .gallery-caption {
    218     margin-right: 0;
    219 }
    220 
    221190
    222191/* =Navigation
     
    240209    left: auto;
    241210}
    242 .comment-author .says {
     211.comment-author .says, #comments .pingback .url {
    243212    font-style: normal;
    244213}
     
    265234    text-align: left;
    266235}
     236
    267237/* Main sidebars */
    268238#main .widget-area ul {
     
    277247/* =Footer
    278248-------------------------------------------------------------- */
    279 
     249#site-generator {
     250    font-style:normal;
     251}
    280252#site-generator a {
    281253    background-position: right center;
Note: See TracChangeset for help on using the changeset viewer.