[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentyten/ -> rtl.css (source)

   1  /*
   2  Theme Name: Twenty Ten
   3  */
   4  
   5  
   6  /*
   7  RTL Basics
   8  */
   9  
  10  
  11  body {
  12      direction:rtl;
  13      unicode-bidi:embed;
  14  }
  15  
  16  
  17  /*
  18  LAYOUT: Two-Column (Right)
  19  DESCRIPTION: Two-column fixed layout with one sidebar right of content
  20  */
  21  
  22  #container {
  23      float: right;
  24      margin: 0 0 0 -240px;
  25  }
  26  #content {
  27      margin: 0 20px 36px 280px;
  28  }
  29  #primary,
  30  #secondary {
  31      float: left;
  32  }
  33  #secondary {
  34      clear: left;
  35  }
  36  
  37  
  38  /* =Fonts
  39  -------------------------------------------------------------- */
  40  body,
  41  input,
  42  textarea,
  43  .page-title span,
  44  .pingback a.url,
  45  h3#comments-title,
  46  h3#reply-title,
  47  #access .menu,
  48  #access div.menu ul,
  49  #cancel-comment-reply-link,
  50  .form-allowed-tags,
  51  #site-info,
  52  #site-title,
  53  #wp-calendar,
  54  .calendar_wrap,
  55  .comment-meta,
  56  .comment-body tr th,
  57  .comment-body thead th,
  58  .entry-content label,
  59  .entry-content tr th,
  60  .entry-content thead th,
  61  .entry-meta,
  62  .entry-title,
  63  .entry-utility,
  64  #respond label,
  65  .navigation,
  66  .page-title,
  67  .pingback p,
  68  .reply,
  69  .widget-title,
  70  input[type="submit"] {
  71      font-family: Arial, Tahoma, sans-serif;
  72  }
  73  
  74  /* =Structure
  75  -------------------------------------------------------------- */
  76  
  77  /* The main theme structure */
  78  #footer-widget-area .widget-area {
  79      float: right;
  80      margin-left: 20px;
  81      margin-right: 0;
  82  }
  83  #footer-widget-area #fourth {
  84      margin-left: 0;
  85  }
  86  #site-info {
  87      float: right;
  88  }
  89  #site-generator {
  90      float: left;
  91  }
  92  
  93  
  94  /* =Global Elements
  95  -------------------------------------------------------------- */
  96  
  97  /* Text elements */
  98  ul, ol {
  99      margin: 0 1.5em 18px 0;
 100  }
 101  blockquote {
 102      font-style: normal;
 103  }
 104  
 105  
 106  /* =Header
 107  -------------------------------------------------------------- */
 108  
 109  #site-title {
 110      float: right;
 111  }
 112  #site-description {
 113      clear: left;
 114      float: left;
 115      font-style: normal;
 116  }
 117  #branding img {
 118      float: right;
 119  }
 120  
 121  /* =Menu
 122  -------------------------------------------------------------- */
 123  
 124  #access {
 125      float:right;
 126  }
 127  
 128  #access .menu-header,
 129  div.menu {
 130      margin-right: 12px;
 131      margin-left: 0;
 132  }
 133  
 134  #access .menu-header li,
 135  div.menu li{
 136      float:right;
 137  }
 138  
 139  #access ul ul {
 140      left:auto;
 141      right:0;
 142      float:right;
 143  }
 144  #access ul ul ul {
 145      left:auto;
 146      right:100%;
 147  }
 148  
 149  /* =Content
 150  -------------------------------------------------------------- */
 151  
 152  #content table {
 153      text-align: right;
 154      margin: 0 0 24px -1px;
 155  }
 156  .page-title span {
 157      font-style:normal;
 158  }
 159  .entry-title,
 160  .entry-meta {
 161      clear: right;
 162      float: right;
 163      margin-left: 68px;
 164      margin-right: 0;
 165  }
 166  
 167  .entry-content input.file,
 168  .entry-content input.button {
 169      margin-left: 24px;
 170      margin-right:0;
 171  }
 172  .entry-content blockquote.left {
 173      float: right;
 174      margin-right: 0;
 175      margin-left: 24px;
 176      text-align: left;
 177  }
 178  .entry-content blockquote.right {
 179      float: left;
 180      margin-right: 24px;
 181      margin-left: 0;
 182      text-align: right;
 183  }
 184  #entry-author-info #author-avatar {
 185      float: right;
 186      margin: 0 0 0 -104px;
 187  }
 188  #entry-author-info #author-description {
 189      float: right;
 190      margin: 0 104px 0 0;
 191  }
 192  
 193  /* Gallery listing
 194  -------------------------------------------------------------- */
 195  
 196  .category-gallery .gallery-thumb {
 197      float: right;
 198      margin-left:20px;
 199      margin-right:0;
 200  }
 201  
 202  
 203  /* Images
 204  -------------------------------------------------------------- */
 205  
 206  #content .gallery .gallery-caption {
 207      margin-right: 0;
 208  }
 209  
 210  #content .gallery .gallery-item {
 211      float: right;
 212  }
 213  
 214  /* =Navigation
 215  -------------------------------------------------------------- */
 216  .nav-previous {
 217      float: right;
 218  }
 219  .nav-next {
 220      float: left;
 221      text-align:left;
 222  }
 223  
 224  /* =Comments
 225  -------------------------------------------------------------- */
 226  
 227  .commentlist li.comment {
 228      padding: 0 56px 0 0;
 229  }
 230  .commentlist .avatar {
 231      right: 0;
 232      left: auto;
 233  }
 234  .comment-author .says, #comments .pingback .url  {
 235      font-style: normal;
 236  }
 237  
 238  /* Comments form */
 239  .children #respond {
 240      margin: 0 0 0 48px;
 241  }
 242  #respond #wp-comment-cookies-consent {
 243      margin: 0 0 0 10px;
 244  }
 245  
 246  /* =Widget Areas
 247  -------------------------------------------------------------- */
 248  
 249  .widget-area ul {
 250      margin-right: 0;
 251  }
 252  .widget-area ul ul {
 253      margin-right: 1.3em;
 254      margin-left: 0;
 255  }
 256  #wp-calendar caption {
 257      text-align: right;
 258  }
 259  .wp-calendar-nav-next,
 260  #wp-calendar tfoot #next {
 261      text-align: left;
 262  }
 263  
 264  /* Main sidebars */
 265  #main .widget-area ul {
 266      margin-right: 0;
 267      padding: 0 0 0 20px;
 268  }
 269  #main .widget-area ul ul {
 270      margin-right: 1.3em;
 271      margin-left: 0;
 272  }
 273  .widget_text ol {
 274      margin-left: auto;
 275      margin-right: 1.3em;
 276  }
 277  
 278  #main .widget-area .tagcloud ul,
 279  .widget-area .tagcloud ul {
 280      margin-right: 0;
 281  }
 282  
 283  /* =Footer
 284  -------------------------------------------------------------- */
 285  #site-generator {
 286      font-style:normal;
 287  }
 288  #site-generator a {
 289      background-position: right center;
 290      padding-right: 20px;
 291      padding-left: 0;
 292  }


Generated : Thu Nov 21 08:20:01 2024 Cross-referenced by PHPXref