[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/wp-admin/css/ -> wp-admin-rtl.dev.css (source)

   1  /*------------------------------------------------------------------------------
   2  
   3  
   4  Hello, this is the RTL version of the  main WordPress admin CSS file.
   5  All the important stuff is in here.
   6  
   7  
   8  TABLE OF CONTENTS:
   9  ------------------
  10   1.0 - Text Elements
  11   2.0 - Forms
  12   3.0 - Actions
  13   4.0 - Notifications
  14   5.0 - TinyMCE
  15   6.0 - Admin Header
  16      6.1 - Screen Options Tabs
  17   7.0 - Main Navigation
  18   8.0 - Layout Blocks
  19   9.0 - Dashboard
  20  10.0 - List Posts
  21      10.1 - Inline Editing
  22  11.0 - Write/Edit Post Screen
  23      11.1 - Custom Fields
  24      11.2 - Post Revisions
  25  12.0 - Categories
  26  13.0 - Tags
  27  14.0 - Media Screen
  28      14.1 - Media Uploader
  29      14.2 - Image Editor
  30  15.0 - Comments Screen
  31  16.0 - Themes
  32      16.1 - Custom Header
  33      16.2 - Custom Background
  34      16.3 - Tabbed Admin Screen Interface
  35  17.0 - Plugins
  36  18.0 - Users
  37  19.0 - Tools
  38  20.0 - Settings
  39  21.0 - Admin Footer
  40  22.0 - About Pages
  41  23.0 - Misc
  42  24.0 - Dead
  43  25.0 - TinyMCE tweaks
  44  26.0 - Full Overlay w/ Sidebar
  45  27.0 - Customize Loader
  46  
  47  
  48  ------------------------------------------------------------------------------*/
  49  
  50  
  51  /*------------------------------------------------------------------------------
  52    1.0 - Text Styles
  53  ------------------------------------------------------------------------------*/
  54  
  55  ol {
  56      margin-left: 0;
  57      margin-right: 2em;
  58  }
  59  
  60  .code, code {
  61      font-family: monospace;
  62      direction: ltr;
  63  }
  64  
  65  .quicktags, .search {
  66      font: 12px Tahoma, Arial, sans-serif;
  67  }
  68  
  69  .icon32 {
  70      float: right;
  71      margin-right: 0;
  72      margin-left: 8px;
  73  }
  74  
  75  .icon16 {
  76      float: right;
  77      margin-right: -8px;
  78      margin-left: 0;
  79  }
  80  
  81  .howto {
  82      font-style: normal;
  83      font-family: Tahoma, Arial, sans-serif;
  84  }
  85  
  86  p.install-help {
  87      font-style: normal;
  88  }
  89  
  90  
  91  /*------------------------------------------------------------------------------
  92    2.0 - Forms
  93  ------------------------------------------------------------------------------*/
  94  
  95  #doaction,
  96  #doaction2,
  97  #post-query-submit {
  98      margin-right: 0;
  99      margin-left: 8px;
 100  }
 101  
 102  #timezone_string option {
 103      margin-left: 0;
 104      margin-right: 1em;
 105  }
 106  
 107  #pass-strength-result {
 108      float: right;
 109      margin: 13px 1px 5px 5px;
 110  }
 111  
 112  p.search-box {
 113      float: left;
 114  }
 115  
 116  input[type=password] {
 117      direction: ltr;
 118  }
 119  
 120  input[type="text"].ui-autocomplete-loading {
 121      background: transparent url('../images/loading.gif') no-repeat left center;
 122  }
 123  
 124  ul#add-to-blog-users {
 125      margin: 0 14px 0 0;
 126  }
 127  
 128  .ui-autocomplete li {
 129      text-align: right;
 130  }
 131  
 132  /*------------------------------------------------------------------------------
 133    3.0 - Actions
 134  ------------------------------------------------------------------------------*/
 135  
 136  #delete-action {
 137      float: right;
 138  }
 139  
 140  #publishing-action {
 141      float: left;
 142  }
 143  
 144  #post-body .misc-pub-section {
 145      border-right:0;
 146      border-left-width: 1px;
 147      border-left-style: solid;
 148  }
 149  
 150  #post-body .misc-pub-section-last {
 151      border-left: 0;
 152  }
 153  
 154  #minor-publishing-actions {
 155      padding: 10px 8px 2px 10px;
 156      text-align: left;
 157  }
 158  
 159  #save-post {
 160      float: right;
 161  }
 162  
 163  #minor-publishing .ajax-loading {
 164      padding: 3px 4px 0 0;
 165      float: right;
 166  }
 167  
 168  .preview {
 169      float: left;
 170  }
 171  
 172  #sticky-span {
 173      margin-left: 0;
 174      margin-right: 18px;
 175  }
 176  
 177  .side-info ul {
 178      padding-left: 0;
 179      padding-right: 18px;
 180  }
 181  
 182  td.action-links,
 183  th.action-links {
 184      text-align: left;
 185  }
 186  
 187  .describe .del-link {
 188      padding-left: 0;
 189      padding-right: 5px;
 190  }
 191  
 192  
 193  /*------------------------------------------------------------------------------
 194    4.0 - Notifications
 195  ------------------------------------------------------------------------------*/
 196  
 197  form.upgrade .hint {
 198      font-style: normal;
 199  }
 200  
 201  #ajax-response.alignleft {
 202      margin-left: 0;
 203      margin-right: 2em;
 204  }
 205  
 206  
 207  /*------------------------------------------------------------------------------
 208    5.0 - TinyMCE
 209  ------------------------------------------------------------------------------*/
 210  
 211  #quicktags {
 212      background-position: right top;
 213  }
 214  
 215  #ed_reply_toolbar input {
 216      margin: 1px 1px 1px 2px;
 217  }
 218  
 219  /*------------------------------------------------------------------------------
 220    6.0 - Admin Header
 221  ------------------------------------------------------------------------------*/
 222  #wphead {
 223      height: 32px;
 224      margin-left: 15px;
 225      margin-right: 2px;
 226  }
 227  
 228  #header-logo {
 229      float: right;
 230  }
 231  
 232  #wphead h1 {
 233      float: right;
 234  }
 235  
 236  /*------------------------------------------------------------------------------
 237    6.1 - Screen Options Tabs
 238  ------------------------------------------------------------------------------*/
 239  
 240  #screen-meta-links {
 241      margin-right: 0;
 242      margin-left: 24px;
 243  }
 244  
 245  #screen-meta {
 246      margin-right: 5px;
 247      margin-left: 15px;
 248  }
 249  
 250  #screen-options-link-wrap,
 251  #contextual-help-link-wrap {
 252      float: left;
 253      margin-left: 0;
 254      margin-right: 6px;
 255  }
 256  
 257  #screen-meta-links a.show-settings {
 258      padding-right: 6px;
 259      padding-left: 16px;
 260  }
 261  
 262  .toggle-arrow {
 263      background-position: top right;
 264  }
 265  .toggle-arrow-active {
 266      background-position: bottom right;
 267  }
 268  
 269  .metabox-prefs label {
 270      padding-right: 0;
 271      padding-left: 15px;
 272  }
 273  
 274  .metabox-prefs label input {
 275      margin-right: 2px;
 276      margin-left: 5px;
 277  }
 278  
 279  /*------------------------------------------------------------------------------
 280    6.2 - Help Menu
 281  ------------------------------------------------------------------------------*/
 282  
 283  #contextual-help-wrap {
 284      margin-left: 0;
 285      margin-right: -4px;
 286  }
 287  
 288  #contextual-help-back {
 289      left: 170px;
 290      right: 150px;
 291  }
 292  
 293  #contextual-help-wrap.no-sidebar #contextual-help-back {
 294      left: 0;
 295      right: 150px;
 296  
 297      border-right-width: 1px;
 298      border-left-width: 0;
 299      -webkit-border-bottom-right-radius: 0;
 300      border-bottom-right-radius: 0;
 301      -webkit-border-bottom-left-radius: 2px;
 302      border-bottom-left-radius: 2px;
 303  }
 304  
 305  .contextual-help-tabs {
 306      float: right;
 307  }
 308  
 309  .contextual-help-tabs a {
 310      padding-left: 5px;
 311      padding-right: 12px;
 312  }
 313  
 314  .contextual-help-tabs .active {
 315      margin-right: 0;
 316      margin-left: -1px;
 317  }
 318  
 319  .contextual-help-tabs .active,
 320  .contextual-help-tabs-wrap {
 321      border-left: 0;
 322      border-right-width: 1px;
 323  }
 324  
 325  .help-tab-content {
 326      margin-right: 0;
 327      margin-left: 22px;
 328  }
 329  
 330  .help-tab-content li {
 331      margin-left: 0;
 332      margin-right: 18px;
 333  }
 334  
 335  .contextual-help-sidebar {
 336      float: left;
 337      padding-right: 12px;
 338      padding-left: 8px;
 339  }
 340  
 341  /*------------------------------------------------------------------------------
 342    7.0 - Main Navigation (Right Menu) (RTL: Left Menu)
 343  ------------------------------------------------------------------------------*/
 344  
 345  #adminmenuback,
 346  #adminmenuwrap {
 347      border-width: 0 0 0 1px;
 348  }
 349  
 350  #adminmenushadow {
 351      right: auto;
 352      left: 0;
 353  }
 354  
 355  #adminmenu li .wp-submenu {
 356      left: auto;
 357      right: 146px;
 358  }
 359  
 360  .folded #adminmenu .wp-submenu,
 361  .folded #adminmenu .wp-has-current-submenu .wp-submenu {
 362      left: auto;
 363      right: 26px;
 364  }
 365  
 366  #adminmenu .wp-submenu.sub-open,
 367  #adminmenu li.focused.wp-not-current-submenu .wp-submenu,
 368  .folded #adminmenu li.focused.wp-has-current-submenu .wp-submenu,
 369  .folded #adminmenu .wp-has-current-submenu .wp-submenu.sub-open,
 370  .no-js #adminmenu .wp-has-submenu:hover .wp-submenu,
 371  .no-js.folded #adminmenu .wp-has-current-submenu:hover .wp-submenu {
 372      padding: 0 0 8px 8px;
 373  }
 374  
 375  #adminmenu div.wp-menu-image {
 376      float: right;
 377  }
 378  
 379  #adminmenu li li {
 380      margin-left: 0;
 381      margin-right: 8px
 382  }
 383  
 384  #adminmenu .wp-submenu a,
 385  #adminmenu li li a,
 386  .folded #adminmenu .wp-not-current-submenu li a {
 387      padding-left: 0;
 388      padding-right: 12px;
 389  }
 390  
 391  #adminmenu .wp-not-current-submenu li a {
 392      padding-left: 0;
 393      padding-right: 18px;
 394  }
 395  
 396  .folded #adminmenu li li {
 397      margin-left: inherit;
 398      margin-right: 0
 399  }
 400  
 401  .folded #adminmenu li li a {
 402      padding-left: inherit;
 403      padding-right: 0
 404  }
 405  
 406  .wp-menu-arrow {
 407      right: 0;
 408  
 409      -moz-transform:    translate( -139px );
 410      -webkit-transform: translate( -139px );
 411      -o-transform:      translate( -139px );
 412      -ms-transform:     translate( -139px );
 413      transform:         translate( -139px );
 414  }
 415  
 416  .ie8 .wp-menu-arrow {
 417      right: -20px;
 418  }
 419  
 420  #adminmenu .wp-menu-arrow div {
 421      left: -8px;
 422      width: 16px;
 423  }
 424  
 425  #adminmenu li.wp-not-current-submenu .wp-menu-arrow {
 426      -moz-transform:    translate( -138px );
 427      -webkit-transform: translate( -138px );
 428      -o-transform:      translate( -138px );
 429      -ms-transform:     translate( -138px );
 430      transform:         translate( -138px );
 431  }
 432  
 433  .folded .wp-menu-arrow {
 434      -moz-transform:    translate( -27px );
 435      -webkit-transform: translate( -27px );
 436      -o-transform:      translate( -27px );
 437      -ms-transform:     translate( -27px );
 438      transform:         translate( -27px );
 439  }
 440  
 441  #adminmenu .wp-not-current-submenu .wp-menu-arrow div {
 442      border-style: solid solid none none;
 443      border-width: 1px 1px 0 0;
 444  }
 445  
 446  #adminmenu .wp-menu-image img {
 447      float: right;
 448      padding: 5px 2px 0 0;
 449  }
 450  
 451  #adminmenu .wp-submenu .wp-submenu-head {
 452      padding: 6px 10px 5px 4px;
 453  }
 454  
 455  #adminmenu li .wp-submenu-wrap {
 456      border-width: 1px 0 1px 1px;
 457      border-style: solid none solid solid;
 458      -webkit-border-bottom-right-radius: 0;
 459      -webkit-border-bottom-left-radius: 3px;
 460      -webkit-border-top-right-radius: 0;
 461      -webkit-border-top-left-radius: 3px;
 462      border-bottom-right-radius: 0;
 463      border-bottom-left-radius: 3px;
 464      border-top-right-radius: 0;
 465      border-top-left-radius: 3px;
 466  }
 467  
 468  .folded #adminmenu .wp-submenu ul {
 469      border-width: 0 1px 0 0;
 470  }
 471  
 472  .folded #adminmenu .wp-submenu a {
 473      padding-left: 0;
 474      padding-right: 10px;
 475  }
 476  
 477  .folded #adminmenu a.wp-has-submenu {
 478      margin-left: 0;
 479      margin-right: 40px;
 480  }
 481  
 482  #adminmenu .wp-menu-toggle {
 483      clear: left;
 484      float: left;
 485      padding: 1px 0 0 2px;
 486  }
 487  
 488  #adminmenu .awaiting-mod,
 489  #adminmenu span.update-plugins,
 490  #sidemenu li a span.update-plugins {
 491      font-family: Tahoma, Arial, sans-serif;
 492      margin-left: 0;
 493      margin-right: 7px;
 494  }
 495  
 496  #collapse-button {
 497      float: right;
 498  }
 499  
 500  /* Auto-folding of the admin menu */
 501  @media only screen and (max-width: 900px) {
 502      #adminmenu li .wp-submenu,
 503      #adminmenu .wp-has-current-submenu .wp-submenu {
 504          left: auto;
 505          right: 26px;
 506      }
 507  
 508      #adminmenu li.focused.wp-has-current-submenu .wp-submenu,
 509      #adminmenu .wp-has-current-submenu .wp-submenu.sub-open {
 510          padding: 0 0 8px 8px;
 511      }
 512  
 513      .folded #adminmenu .wp-not-current-submenu li a {
 514          padding-left: 0;
 515          padding-right: 12px;
 516      }
 517  
 518      #adminmenu li li,
 519      #adminmenu li li a {
 520          padding-left: inherit;
 521          padding-right: 0
 522      }
 523  
 524      .wp-menu-arrow {
 525          -moz-transform:    translate( -27px );
 526          -webkit-transform: translate( -27px );
 527          -o-transform:      translate( -27px );
 528          -ms-transform:     translate( -27px );
 529          transform:         translate( -27px );
 530      }
 531  
 532      #adminmenu .wp-submenu ul {
 533          border-width: 0 1px 0 0;
 534      }
 535  
 536      #adminmenu .wp-submenu a {
 537          padding-left: 0;
 538          padding-right: 10px;
 539      }
 540  
 541      #adminmenu a.wp-has-submenu {
 542          margin-left: 0;
 543          margin-right: 40px;
 544      }
 545  
 546      body #wpcontent {
 547          margin-left: 0;
 548          margin-right: 52px;
 549      }
 550  
 551      body .wp-admin #footer {
 552          margin-left: 15px;
 553          margin-right: 52px;
 554      }
 555  }
 556  
 557  /* List table styles */
 558  .post-com-count-wrapper {
 559      font-family: Tahoma, Arial, sans-serif;
 560  }
 561  
 562  .column-response .post-com-count {
 563      float: right;
 564      margin-right: 0;
 565      margin-left: 5px;
 566  }
 567  
 568  .response-links {
 569      float: right;
 570  }
 571  
 572  
 573  /*------------------------------------------------------------------------------
 574    8.0 - Layout Blocks
 575  ------------------------------------------------------------------------------*/
 576  
 577  .widefat th {
 578      font-family: Tahoma, Arial, sans-serif;
 579  }
 580  
 581  .widefat td p {
 582      margin: 2px 0 0.8em;
 583  }
 584  
 585  .postbox-container {
 586      float: right;
 587  }
 588  
 589  .postbox .handlediv {
 590      float: left;
 591  }
 592  
 593  /*------------------------------------------------------------------------------
 594    9.0 - Dashboard
 595  ------------------------------------------------------------------------------*/
 596  
 597  #the-comment-list p.comment-author img {
 598      float: right;
 599      margin-right: 0;
 600      margin-left: 8px;
 601  }
 602  
 603  /* Browser Nag */
 604  #dashboard_browser_nag p.browser-update-nag.has-browser-icon {
 605      padding-right: 0;
 606      padding-left: 125px;
 607  }
 608  
 609  .welcome-panel .welcome-panel-close {
 610      right: auto;
 611      left: 10px;
 612  }
 613  
 614  .welcome-panel .welcome-panel-close:before {
 615      left: auto;
 616      right: -12px;
 617  }
 618  
 619  .welcome-panel .wp-badge {
 620      float: right;
 621  }
 622  
 623  .welcome-panel-content .about-description, .welcome-panel h3 {
 624      margin-left: 0;
 625      margin-right: 190px;
 626  }
 627  
 628  .welcome-panel .welcome-panel-column {
 629      margin: 0 -25px 0 5%;
 630      padding-left: 0;
 631      padding-right: 25px;
 632      float: right;
 633  }
 634  
 635  .welcome-panel .welcome-panel-column.welcome-panel-last {
 636      margin-right: auto;
 637      padding-right: 0;
 638      margin-left: 0;
 639  }
 640  
 641  .welcome-panel h4 .icon16 {
 642      margin-left: 0;
 643      margin-right: -32px;
 644  }
 645  
 646  .welcome-panel .welcome-panel-column-container {
 647      padding: 0 25px 0 0;
 648  }
 649  
 650  .welcome-panel .welcome-panel-column ul {
 651      margin: 1.6em 1.3em 1em 1em;
 652  }
 653  
 654  .welcome-panel .welcome-panel-column li {
 655      padding-left: 0;
 656      padding-right: 2px;
 657  }
 658  
 659  /*------------------------------------------------------------------------------
 660    10.0 - List Posts (/Pages/etc)
 661  ------------------------------------------------------------------------------*/
 662  
 663  .fixed .column-comments {
 664      text-align: right;
 665  }
 666  .fixed .column-comments .vers {
 667      padding-left: 0;
 668      padding-right: 3px;
 669  }
 670  .fixed .column-comments a {
 671      float: right;
 672  }
 673  .sorting-indicator {
 674      margin-left: 0;
 675      margin-right: 7px;
 676  }
 677  th.sortable a span,
 678  th.sorted a span {
 679      float: right;
 680  }
 681  
 682  /* Bulk Actions */
 683  
 684  .tablenav-pages a {
 685      margin-right: 0;
 686      margin-left: 1px;
 687  }
 688  .tablenav-pages .next-page {
 689      margin-left: 0;
 690      margin-right: 2px;
 691  }
 692  
 693  .tablenav a.button-secondary {
 694      margin: 3px 0 0 8px;
 695  }
 696  
 697  .tablenav .tablenav-pages {
 698      float: left;
 699  }
 700  
 701  .tablenav .displaying-num {
 702      margin-right: 0;
 703      margin-left: 10px;
 704      font-family: Tahoma, Arial, sans-serif;
 705      font-style: bold;
 706  }
 707  
 708  .tablenav .actions {
 709      padding: 2px 0 0 8px;
 710  }
 711  
 712  .tablenav .delete {
 713      margin-right: 0;
 714      margin-left: 20px;
 715  }
 716  
 717  .view-switch {
 718      float: left;
 719  }
 720  
 721  .filter {
 722      float: right;
 723      margin: -5px 10px 0 0;
 724  }
 725  
 726  .filter .subsubsub {
 727      margin-left: 0;
 728      margin-right: -10px;
 729  }
 730  
 731  #posts-filter fieldset {
 732      float: right;
 733      margin: 0 0 1em 1.5ex;
 734  }
 735  
 736  #posts-filter fieldset legend {
 737      padding: 0 1px .2em 0;
 738  }
 739  
 740  /*------------------------------------------------------------------------------
 741    10.1 - Inline Editing
 742  ------------------------------------------------------------------------------*/
 743  
 744  #wpbody-content .inline-edit-row fieldset {
 745      float: right;
 746  }
 747  
 748  #wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col {
 749      border-width: 0 1px 0 0;
 750  }
 751  
 752  #wpbody-content .bulk-edit-row .inline-edit-col-bottom {
 753      float: left;
 754  }
 755  
 756  .inline-edit-row fieldset label span.title {
 757      float: right;
 758  }
 759  
 760  .inline-edit-row fieldset label span.input-text-wrap {
 761      margin-left: 0;
 762      margin-right: 5em;
 763  }
 764  
 765  .quick-edit-row-post fieldset.inline-edit-col-right label span.title {
 766      padding-right: 0;
 767      padding-left: 0.5em;
 768  }
 769  
 770  #wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child {
 771      margin-right: 0;
 772      margin-left: 0.5em
 773  }
 774  
 775  /*    Styling */
 776  
 777  .inline-edit-row fieldset span.title,
 778  .inline-edit-row fieldset span.checkbox-title {
 779      font-family: Tahoma, Arial, sans-serif;
 780      font-style: normal;
 781  }
 782  
 783  .inline-edit-row fieldset .inline-edit-date {
 784      float: right;
 785  }
 786  
 787  .inline-edit-row fieldset ul.cat-checklist label,
 788  .inline-edit-row .catshow,
 789  .inline-edit-row .cathide,
 790  .inline-edit-row #bulk-titles div {
 791      font-family: Tahoma, Arial, sans-serif;
 792  }
 793  
 794  .quick-edit-row-post fieldset label.inline-edit-status {
 795      float: right;
 796  }
 797  
 798  #bulk-titles div a {
 799      float: right;
 800      margin: 3px -2px 0 3px;
 801      overflow: hidden;
 802      text-indent: -9999px;
 803  }
 804  
 805  
 806  /*------------------------------------------------------------------------------
 807    11.0 - Write/Edit Post Screen
 808  ------------------------------------------------------------------------------*/
 809  /* structural/layout */
 810  #post-body-content {
 811      float: right;
 812  }
 813  
 814  #poststuff #post-body.columns-2 {
 815      margin-left: 300px;
 816      margin-right: 0;
 817  }
 818  
 819  #post-body.columns-2 #postbox-container-1 {
 820      float: left;
 821      margin-left: -300px;
 822      margin-right: 0;
 823  }
 824  
 825  @media only screen and (max-width: 850px) {
 826      #wpbody-content #post-body.columns-2 #postbox-container-1 {
 827          margin-left: 0;
 828      }
 829  }
 830  
 831  #titlediv #title-prompt-text,
 832  #wp-fullscreen-title-prompt-text {
 833      right:0;
 834  }
 835  
 836  #sample-permalink {
 837      direction:ltr;
 838  }
 839  
 840  #sample-permalink #editable-post-name {
 841      unicode-bidi:embed;
 842  }
 843  #wp-fullscreen-title-prompt-text {
 844      left: auto;
 845      right: 0;
 846  }
 847  
 848  .postarea h3 label {
 849      float: right;
 850  }
 851  
 852  .submitbox .submit {
 853      text-align: right;
 854  }
 855  
 856  .inside-submitbox #post_status {
 857      margin: 2px -2px 2px 0;
 858  }
 859  
 860  .submitbox .submit input {
 861      margin-right: 0;
 862      margin-left: 4px;
 863  }
 864  
 865  #normal-sortables .postbox .submit {
 866      float: left;
 867  }
 868  
 869  .taxonomy div.tabs-panel {
 870      margin: 0 125px 0 5px;
 871  }
 872  
 873  #side-sortables .comments-box thead th,
 874  #normal-sortables .comments-box thead th {
 875      font-style: normal;
 876  }
 877  
 878  #commentsdiv img.waiting {
 879      padding-left: 0;
 880      padding-right: 5px;
 881  }
 882  
 883  #post-body .add-menu-item-tabs li.tabs {
 884      border-width: 1px 1px 1px 0;
 885      margin-right: 0;
 886      margin-left: -1px;
 887  }
 888  
 889  /* Global classes */
 890  
 891  #post-body .tagsdiv #newtag {
 892      margin-right: 0;
 893      margin-left: 5px;
 894  }
 895  
 896  .autosave-info {
 897      padding: 2px 2px 2px 15px;
 898      text-align: left;
 899  }
 900  
 901  #post-body .wp_themeSkin .mceStatusbar a.mceResize {
 902      background: transparent url(../images/resize-rtl.gif) no-repeat scroll left bottom;
 903      cursor: sw-resize;
 904  }
 905  
 906  .curtime #timestamp {
 907      background-position: right top;
 908      padding-left: 0;
 909      padding-right: 18px;
 910  }
 911  
 912  /*------------------------------------------------------------------------------
 913    11.1 - Custom Fields
 914  ------------------------------------------------------------------------------*/
 915  
 916  #postcustomstuff table input,
 917  #postcustomstuff table select,
 918  #postcustomstuff table textarea {
 919      margin: 8px 8px 8px 0;
 920  }
 921  
 922  /*------------------------------------------------------------------------------
 923    11.2 - Post Revisions
 924  ------------------------------------------------------------------------------*/
 925  
 926  table.diff td, table.diff th {
 927      font-family: Consolas, Monaco, monospace;
 928  }
 929  
 930  /*------------------------------------------------------------------------------
 931    12.0 - Categories
 932  ------------------------------------------------------------------------------*/
 933  
 934  .category-adder {
 935      margin-left: 0;
 936      margin-right: 120px;
 937  }
 938  
 939  #post-body ul.add-menu-item-tabs {
 940      float: right;
 941      text-align: left;
 942      /* Negative margin for the sake of those without JS: all tabs display */
 943      margin: 0 5px 0 -120px;
 944  }
 945  
 946  #post-body ul.add-menu-item-tabs li.tabs {
 947      -webkit-border-top-left-radius: 0;
 948      -webkit-border-top-right-radius: 3px;
 949      -webkit-border-bottom-left-radius: 0;
 950      -webkit-border-bottom-right-radius: 3px;
 951      border-top-left-radius: 0;
 952      border-top-right-radius: 3px;
 953      border-bottom-left-radius: 0;
 954      border-bottom-right-radius: 3px;
 955  }
 956  
 957  #front-page-warning,
 958  #front-static-pages ul,
 959  ul.export-filters,
 960  .inline-editor ul.cat-checklist ul,
 961  .categorydiv ul.categorychecklist ul,
 962  .customlinkdiv ul.categorychecklist ul,
 963  .posttypediv ul.categorychecklist ul,
 964  .taxonomydiv ul.categorychecklist ul {
 965      margin-left: 0;
 966      margin-right: 18px;
 967  }
 968  
 969  #post-body .add-menu-item-tabs li.tabs {
 970      border-style: solid solid solid none;
 971      border-width: 1px 1px 1px 0;
 972      margin-right: 0;
 973      margin-left: -1px;
 974  }
 975  
 976  p.help,
 977  p.description,
 978  span.description,
 979  .form-wrap p {
 980      font-style: normal;
 981      font-family: Tahoma, Arial, sans-serif;
 982  }
 983  
 984  /*------------------------------------------------------------------------------
 985    13.0 - Tags
 986  ------------------------------------------------------------------------------*/
 987  
 988  .taghint {
 989      margin: 15px 12px -24px 0;
 990  }
 991  
 992  #poststuff .tagsdiv .howto {
 993      margin: 0 8px 6px 0;
 994  }
 995  
 996  .ac_results li {
 997      text-align: right;
 998  }
 999  
1000  .links-table th {
1001      text-align: right;
1002  }
1003  
1004  /*------------------------------------------------------------------------------
1005    14.0 - Media Screen
1006  ------------------------------------------------------------------------------*/
1007  
1008  #wpbody-content .describe th {
1009      text-align: right;
1010  
1011  }
1012  
1013  .describe .media-item-info .A1B1 {
1014      padding: 0 10px 0 0;
1015  }
1016  
1017  .media-upload-form td label {
1018      margin-left: 6px;
1019      margin-right: 2px;
1020  }
1021  
1022  .media-upload-form .align .field label {
1023      padding: 0 23px 0 0;
1024      margin: 0 3px 0 1em;
1025  }
1026  
1027  .media-upload-form tr.image-size label {
1028      margin: 0 5px 0 0;
1029  }
1030  
1031  #wpbody-content .describe p.help {
1032      padding: 0 5px 0 0;
1033  }
1034  
1035  .media-item .error-div a.dismiss,
1036  .describe-toggle-on,
1037  .describe-toggle-off {
1038      float: left;
1039      margin-right: 0;
1040      margin-left: 15px;
1041  }
1042  
1043  .media-item .error-div a.dismiss {
1044      padding: 0 15px 0 0;
1045  }
1046  
1047  .media-item .error-div {
1048      padding-left: 0;
1049      padding-right: 10px;
1050  }
1051  
1052  .media-item .pinkynail {
1053      float: right;
1054  }
1055  
1056  .media-item .describe td {
1057      padding: 0 0 8px 8px;
1058  }
1059  
1060  .media-item .progress {
1061      float: left;
1062      margin: 6px 0 0 10px;
1063  }
1064  
1065  /*------------------------------------------------------------------------------
1066    14.1 - Media Uploader
1067  ------------------------------------------------------------------------------*/
1068  
1069  #find-posts-response .found-radio {
1070      padding: 5px 8px 0 0;
1071  }
1072  
1073  .find-box-search label {
1074      padding-right: 0;
1075      padding-left: 6px;
1076  }
1077  
1078  .find-box #resize-se {
1079      right: auto;
1080      left: 1px;
1081  }
1082  
1083  form.upgrade .hint {
1084      font-style: normal;
1085  }
1086  
1087  
1088  /*------------------------------------------------------------------------------
1089    14.2 - Image Editor
1090  ------------------------------------------------------------------------------*/
1091  
1092  .imgedit-menu div {
1093      float: right;
1094  }
1095  
1096  .imgedit-help {
1097      font-style: normal;
1098  }
1099  
1100  .imgedit-submit-btn {
1101      margin-left: 0;
1102      margin-right: 20px;
1103  }
1104  
1105  
1106  /*------------------------------------------------------------------------------
1107    15.0 - Comments Screen
1108  ------------------------------------------------------------------------------*/
1109  
1110  .form-table th {
1111      text-align: right;
1112  }
1113  
1114  .form-table input.tog {
1115      margin-right: 0;
1116      margin-left: 2px;
1117      float: right;
1118  }
1119  
1120  .form-table table.color-palette {
1121      float: right;
1122  }
1123  
1124  /* reply to comments */
1125  
1126  #replysubmit img.waiting,
1127  .inline-edit-save img.waiting {
1128      float: left;
1129  }
1130  
1131  #replysubmit .button {
1132      margin-right: 0;
1133      margin-left: 5px;
1134  }
1135  
1136  #edithead .inside {
1137      float: right;
1138      padding: 3px 5px 2px 0;
1139  }
1140  
1141  .comment-ays th {
1142      border-right-style: none;
1143      border-left-style: solid;
1144      border-right-width: 0;
1145      border-left-width: 1px;
1146  }
1147  
1148  .spam-undo-inside .avatar,
1149  .trash-undo-inside .avatar {
1150      margin-left: 8px;
1151  }
1152  
1153  #comment-status-radio input {
1154      margin: 2px 0 5px 3px;
1155  }
1156  
1157  /*------------------------------------------------------------------------------
1158    16.0 - Themes
1159  ------------------------------------------------------------------------------*/
1160  
1161  h3.available-themes {
1162      float: right;
1163  }
1164  
1165  .available-theme {
1166      margin-right: 0;
1167      margin-left: 10px;
1168      padding: 20px 0 20px 20px;
1169  }
1170  
1171  #current-theme .theme-info li,
1172  .theme-options li,
1173  .available-theme .action-links li {
1174      float: right;
1175      padding-right: 0;
1176      padding-left: 10px;
1177      margin-right: 0;
1178      margin-left: 10px;
1179      border-right: none;
1180      border-left: 1px solid #dfdfdf;
1181  }
1182  
1183  #current-theme .theme-info li:last-child,
1184  .theme-options li:last-child,
1185  .available-theme .action-links li:last-child {
1186      padding-left: 0;
1187      margin-right: 0;
1188      border-left: 0;
1189  }
1190  
1191  .available-theme .action-links .delete-theme {
1192      float: left;
1193      margin-left: 0;
1194  }
1195  
1196  .available-theme .action-links p {
1197      float: right;
1198  }
1199  
1200  #current-theme.has-screenshot {
1201      padding-left: 0;
1202      padding-right: 330px;
1203  }
1204  
1205  #current-theme h4 span {
1206      margin-left: 0;
1207      margin-right: 20px;
1208  }
1209  
1210  #current-theme img {
1211      float: right;
1212      width: 300px;
1213      margin-left: 0;
1214      margin-right: -330px;
1215  }
1216  
1217  .theme-options .load-customize {
1218      margin-right: 0;
1219      margin-left: 30px;
1220      float: right;
1221  }
1222  
1223  .theme-options span {
1224      float: right;
1225      margin-right: 0;
1226      margin-left: 10px;
1227  }
1228  
1229  .theme-options ul {
1230      float: right;
1231  }
1232  
1233  /* Allow for three-up on 1024px wide screens, e.g. tablets */
1234  @media only screen and (max-width: 1200px) {
1235      #current-theme.has-screenshot {
1236          padding-right: 270px;
1237      }
1238  
1239      #current-theme img {
1240          margin-right: -270px;
1241          width: 240px;
1242      }
1243  }
1244  
1245  #broken-themes {
1246      text-align: right;
1247  }
1248  
1249  /*------------------------------------------------------------------------------
1250    16.1 - Custom Header Screen
1251  ------------------------------------------------------------------------------*/
1252  
1253  .appearance_page_custom-header .available-headers .default-header {
1254      float: right;
1255      margin: 0 0 20px 20px;
1256  }
1257  
1258  .appearance_page_custom-header .random-header {
1259      margin: 0 0 20px 20px;
1260  }
1261  
1262  .appearance_page_custom-header .available-headers label input,
1263  .appearance_page_custom-header .random-header label input {
1264      margin-right: 0;
1265      margin-left: 10px;
1266  }
1267  
1268  /*------------------------------------------------------------------------------
1269    16.2 - Custom Background Screen
1270  ------------------------------------------------------------------------------*/
1271  
1272  /* No RTL for now, this space intentionally left blank */
1273  
1274  
1275  /*------------------------------------------------------------------------------
1276    16.3 - Tabbed Admin Screen Interface (Experimental)
1277  ------------------------------------------------------------------------------*/
1278  
1279  .nav-tab {
1280      margin: 0 0 -1px 6px;
1281  }
1282  
1283  h2 .nav-tab {
1284      font-family: Tahoma, Arial, sans-serif;
1285  }
1286  
1287  
1288  /*------------------------------------------------------------------------------
1289    17.0 - Plugins
1290  ------------------------------------------------------------------------------*/
1291  
1292  .plugins .desc ul,
1293  .plugins .desc ol {
1294      margin: 0 2em 0 0;
1295  }
1296  
1297  #wpbody-content .plugins .plugin-title, #wpbody-content .plugins .theme-title {
1298      padding-right: 0;
1299      padding-left: 12px;
1300  }
1301  
1302  
1303  /*------------------------------------------------------------------------------
1304    18.0 - Users
1305  ------------------------------------------------------------------------------*/
1306  
1307  #profile-page .form-table #rich_editing {
1308      margin-right: 0;
1309      margin-left: 5px
1310  }
1311  
1312  #profile-page #pass1,
1313  #profile-page #pass2,
1314  #profile-page #user_login {
1315      direction: ltr;
1316  }
1317  
1318  #your-profile legend {
1319      font-family: Tahoma, Arial, sans-serif;
1320  }
1321  
1322  /*------------------------------------------------------------------------------
1323    19.0 - Tools
1324  ------------------------------------------------------------------------------*/
1325  
1326  .pressthis a span {
1327      background-position: right 5px;
1328      padding: 8px 27px 8px 11px;
1329  }
1330  
1331  .pressthis a:after {
1332      right: auto;
1333      left: 10px;
1334      background: transparent;
1335      transform: skew(-20deg) rotate(-6deg);
1336      -webkit-transform: skew(-20deg) rotate(-6deg);
1337      -moz-transform: skew(-20deg) rotate(-6deg);
1338  }
1339  
1340  
1341  .pressthis a:hover:after {
1342      transform: skew(-20deg) rotate(-9deg);
1343      -webkit-transform: skew(-20deg) rotate(-9deg);
1344      -moz-transform: skew(-20deg) rotate(-9deg);
1345  }
1346  
1347  /*------------------------------------------------------------------------------
1348    20.0 - Settings
1349  ------------------------------------------------------------------------------*/
1350  
1351  #utc-time, #local-time {
1352      padding-left: 0;
1353      padding-right: 25px;
1354      font-style: normal;
1355      font-family: Tahoma, Arial, sans-serif;
1356  }
1357  
1358  /*------------------------------------------------------------------------------
1359    21.0 - Admin Footer
1360  ------------------------------------------------------------------------------*/
1361  
1362  #footer {
1363      margin-left: 20px;
1364  }
1365  
1366  #wpcontent,
1367  #footer {
1368      margin-right: 165px;
1369  }
1370  
1371  /*------------------------------------------------------------------------------
1372    22.0 - About Pages
1373  ------------------------------------------------------------------------------*/
1374  
1375  .wrap.about-wrap {
1376      margin-left: 40px;
1377      margin-right: 20px;
1378  }
1379  
1380  .about-wrap h1,
1381  .about-text {
1382      margin-right: 0;
1383      margin-left: 200px;
1384  }
1385  
1386  .about-wrap h2.nav-tab-wrapper {
1387      padding-left: 0px;
1388      padding-right: 6px;
1389  }
1390  
1391  .about-wrap .wp-badge {
1392      right: auto;
1393      left: 0;
1394  }
1395  
1396  .about-wrap h2 .nav-tab {
1397      margin-right: 0;
1398      margin-left: 3px;
1399  }
1400  
1401  .about-wrap .changelog li {
1402      margin-left: 0;
1403      margin-right: 3em;
1404  }
1405  
1406  .about-wrap .feature-section.three-col div {
1407      margin-right: 0;
1408      margin-left: 4.999999999%;
1409      float: right;
1410  }
1411  
1412  .about-wrap .feature-section.three-col h4 {
1413      text-align: right;
1414  }
1415  
1416  .about-wrap .feature-section.three-col img {
1417      margin-right: 5px;
1418      margin-left: 0;
1419  }
1420  
1421  .about-wrap .feature-section.three-col .last-feature {
1422      margin-left: 0;
1423  }
1424  
1425  .about-wrap .feature-section img {
1426      margin: 0 0 10px 0.7%;
1427  }
1428  
1429  .about-wrap .feature-section.images-stagger-right img {
1430      float: left;
1431      margin: 0 12px 12px 5px;
1432  }
1433  
1434  .about-wrap .feature-section.images-stagger-left img {
1435      float: right;
1436      margin: 0 5px 12px 12px;
1437  }
1438  
1439  .about-wrap li.wp-person,
1440  .about-wrap li.wp-person img.gravatar {
1441      float: right;
1442      margin-right: 0;
1443      margin-left: 10px;
1444  }
1445  
1446  /*------------------------------------------------------------------------------
1447    23.0 - Misc
1448  ------------------------------------------------------------------------------*/
1449  
1450  #template div {
1451      margin-right: 0;
1452      margin-left: 190px;
1453  }
1454  
1455  .column-author img, .column-username img {
1456      float: right;
1457      margin-right: 0;
1458      margin-left: 10px;
1459  }
1460  
1461  .tagchecklist {
1462      margin-left: 0;
1463      margin-right: 14px;
1464  }
1465  
1466  .tagchecklist strong {
1467      margin-left: 0;
1468      margin-right: -8px;
1469  }
1470  
1471  .tagchecklist span {
1472      margin-right: 0;
1473      margin-left: 25px;
1474      float: right;
1475  
1476  }
1477  .tagchecklist span a {
1478      margin: 6px -9px 0pt 0pt;
1479      float: right;
1480  }
1481  
1482  #poststuff h2 {
1483      clear: right;
1484  }
1485  
1486  #poststuff h3,
1487  .metabox-holder h3 {
1488      font-family: Tahoma, Arial, sans-serif;
1489  }
1490  
1491  .tool-box .title {
1492      font-family: Tahoma, Arial, sans-serif;
1493  }
1494  
1495  #sidemenu {
1496      margin: -30px 315px 0 15px;
1497      float: left;
1498      padding-left: 0;
1499      padding-right: 10px;
1500  }
1501  #sidemenu a {
1502      float: right;
1503  }
1504  
1505  table .vers,
1506  table .column-visible,
1507  table .column-rating {
1508      text-align: right;
1509  }
1510  
1511  .screen-meta-toggle {
1512      right: auto;
1513      left: 15px;
1514  }
1515  
1516  /*------------------------------------------------------------------------------
1517    24.0  - Dead
1518  ------------------------------------------------------------------------------*/
1519  
1520  /* - Not used anywhere in WordPress - verify and then deprecate
1521  ------------------------------------------------------------------------------*/
1522  
1523  /* No RTL for now, this space intentionally left blank */
1524  
1525  
1526  /* - Only used once or twice in all of WP - deprecate for global style
1527  ------------------------------------------------------------------------------*/
1528  
1529  * html #template div {margin-left: 0;}
1530  
1531  .list-ajax-loading {
1532      float: left;
1533      margin-right: 0;
1534      margin-left: 9px;
1535  }
1536  
1537  /* - Used - but could/should be deprecated with a CSS reset
1538  ------------------------------------------------------------------------------*/
1539  /* No RTL for now, this space intentionally left blank */
1540  
1541  
1542  /*------------------------------------------------------------------------------
1543   25.0 - TinyMCE tweaks
1544          Small tweaks for until tinymce css files are proprely RTLized
1545  ------------------------------------------------------------------------------*/
1546  #editorcontainer .wp_themeSkin .mceStatusbar {
1547      padding-left: 0;
1548      padding-right: 5px;
1549  }
1550  #editorcontainer .wp_themeSkin .mceStatusbar div {
1551      float: right;
1552  }
1553  
1554  #editorcontainer .wp_themeSkin .mceStatusbar a.mceResize {
1555      float: left;
1556  }
1557  
1558  /*------------------------------------------------------------------------------
1559    26.0 - Full Overlay w/ Sidebar
1560  ------------------------------------------------------------------------------*/
1561  .wp-full-overlay.collapsed,
1562  .wp-full-overlay.collapsed .wp-full-overlay-sidebar > div {
1563      left: auto;
1564      right: -302px;
1565  }
1566  
1567  .wp-full-overlay-sidebar {
1568      border-right: 0;
1569      border-left: 1px solid rgba( 0, 0, 0, 0.2 );
1570  }
1571  
1572  .wp-full-overlay-sidebar:after {
1573      right: auto;
1574      left: 0;
1575      box-shadow: inset 11px 0 8px -8px rgba( 0, 0, 0, 0.1 );
1576  }
1577  
1578  .wp-full-overlay-main {
1579      left: 0;
1580      right: 300px;
1581  }
1582  
1583  .wp-full-overlay.collapsed .wp-full-overlay-main {
1584      right: 0;
1585  }
1586  
1587  .wp-full-overlay-sidebar div.wp-full-overlay-header,
1588  .wp-full-overlay-sidebar div.wp-full-overlay-footer {
1589      left: auto;
1590      right: 0;
1591  }
1592  
1593  /* Return and close buttons. */
1594  .wp-full-overlay .close-full-overlay {
1595      left: auto;
1596      right: 20px;
1597  }
1598  
1599  /* Collapse Button */
1600  .wp-full-overlay .collapse-sidebar {
1601      left: auto;
1602      right: 265px;
1603  }
1604  
1605  .wp-full-overlay.collapsed .collapse-sidebar {
1606      left: auto;
1607      right: 325px;
1608  }
1609  
1610  .wp-full-overlay .collapse-sidebar-arrow {
1611      margin-left: 0;
1612      margin-right: 2px;
1613      background: transparent url('../../wp-admin/images/arrows.png') no-repeat 0 -108px;
1614  }
1615  
1616  .wp-full-overlay.collapsed .collapse-sidebar-arrow {
1617      background-position: 0 -72px;
1618  }
1619  
1620  .wp-full-overlay .collapse-sidebar-label {
1621      text-align: left;
1622      right: auto;
1623      left: 100%;
1624      margin-right: 0;
1625      margin-left: 10px;
1626  }
1627  
1628  /*------------------------------------------------------------------------------
1629    27.0 - Customize Loader
1630  ------------------------------------------------------------------------------*/
1631  .install-theme-info .theme-version,
1632  .install-theme-info .theme-install {
1633      float: left;
1634  }
1635  
1636  /* MERGED */
1637  
1638  /* global */
1639  
1640  /* 2 column liquid layout */
1641  
1642  #wpcontent {
1643      margin-left: 0;
1644      margin-right: 165px;
1645  }
1646  
1647  .folded #wpcontent {
1648      margin-left: 0;
1649      margin-right: 52px;
1650  }
1651  
1652  .folded.wp-admin #footer {
1653      margin-left: 15px;
1654      margin-right: 52px;
1655  }
1656  
1657  #wpbody-content {
1658      float: right;
1659  }
1660  
1661  #adminmenuwrap {
1662      float: right;
1663  }
1664  
1665  #adminmenu {
1666      clear: right;
1667  }
1668  
1669  /* inner 2 column liquid layout */
1670  .inner-sidebar {
1671      float: left;
1672      clear: left;
1673  }
1674  
1675  .has-right-sidebar #post-body {
1676      float: right;
1677      clear: right;
1678      margin-right: 0;
1679      margin-left: -340px;
1680  }
1681  
1682  .has-right-sidebar #post-body-content {
1683      margin-right: 0;
1684      margin-left: 300px;
1685  }
1686  
1687  /* 2 columns main area */
1688  
1689  #col-right {
1690      float: left;
1691      clear: left;
1692  }
1693  
1694  /* utility classes*/
1695  .alignleft {
1696      float: right;
1697  }
1698  
1699  .alignright {
1700      float: left;
1701  }
1702  
1703  .textleft {
1704      text-align: right;
1705  }
1706  
1707  .textright {
1708      text-align: left;
1709  }
1710  
1711  /* Hide visually but not from screen readers */
1712  .screen-reader-text, .screen-reader-text span {
1713      left: auto;
1714      right: -1000em;
1715  }
1716  
1717  /* styles for use by people extending the WordPress interface */
1718  
1719  body,
1720  td,
1721  textarea,
1722  input,
1723  select {
1724      font-family: Tahoma, Arial, sans-serif;
1725  }
1726  
1727  ul.ul-disc,
1728  ul.ul-square,
1729  ol.ol-decimal {
1730      margin-left: 0;
1731      margin-right: 1.8em;
1732  }
1733  
1734  .subsubsub {
1735      float: right;
1736  }
1737  
1738  .widefat thead th:first-of-type {
1739      -webkit-border-top-left-radius: 0;
1740      -webkit-border-top-right-radius: 3px;
1741      border-top-left-radius: 0;
1742      border-top-right-radius: 3px;
1743  }
1744  
1745  .widefat thead th:last-of-type {
1746      -webkit-border-top-right-radius: 0;
1747      -webkit-border-top-left-radius: 3px;
1748      border-top-right-radius: 0;
1749      border-top-left-radius: 3px;
1750  }
1751  .widefat tfoot th:first-of-type {
1752      -webkit-border-bottom-left-radius: 0;
1753      -webkit-border-bottom-right-radius: 3px;
1754      border-bottom-left-radius: 0;
1755      border-bottom-right-radius: 3px;
1756  }
1757  .widefat tfoot th:last-of-type {
1758      -webkit-border-bottom-right-radius: 0;
1759      -webkit-border-bottom-left-radius: 3px;
1760      border-bottom-right-radius: 0;
1761      border-bottom-left-radius: 3px;
1762  }
1763  
1764  .widefat th {
1765      text-align: right;
1766  }
1767  
1768  .widefat th input {
1769      margin: 0 8px 0 0;
1770  }
1771  
1772  .wrap {
1773      margin-right: 0;
1774      margin-left: 15px;
1775  }
1776  
1777  .wrap h2,
1778  .subtitle {
1779      font-family: Tahoma, Arial, sans-serif;
1780  }
1781  
1782  .wrap h2 {
1783      padding-right: 0;
1784      padding-left: 15px;
1785  }
1786  
1787  .subtitle {
1788      padding-left: 0;
1789      padding-right: 25px;
1790  }
1791  
1792  .wrap .add-new-h2 {
1793      font-family: Tahoma, Arial, sans-serif;
1794      margin-left: 0;
1795      margin-right: 4px;
1796  }
1797  
1798  .wrap h2.long-header {
1799      padding-left: 0;
1800  }
1801  
1802  /* dashboard */
1803  #dashboard-widgets-wrap .has-sidebar {
1804      margin-right: 0;
1805      margin-left: -51%;
1806  }
1807  
1808  #dashboard-widgets-wrap .has-sidebar .has-sidebar-content {
1809      margin-right: 0;
1810      margin-left: 51%;
1811  }
1812  
1813  .view-all {
1814      right: auto;
1815      left: 0;
1816  }
1817  
1818  #dashboard_right_now p.sub,
1819  #dashboard-widgets h4,
1820  a.rsswidget,
1821  #dashboard_plugins h4,
1822  #dashboard_plugins h5,
1823  #dashboard_recent_comments .comment-meta .approve,
1824  #dashboard_right_now td.b,
1825  #dashboard_right_now .versions a {
1826      font-family: Tahoma, Arial, sans-serif;
1827  }
1828  
1829  #dashboard_right_now p.sub  {
1830      left:auto;
1831      right:15px;
1832  }
1833  
1834  #dashboard_right_now td.b {
1835      padding-right: 0;
1836      padding-left: 6px;
1837      text-align: left;
1838  }
1839  
1840  #dashboard_right_now .t {
1841      padding-right: 0;
1842      padding-left: 12px;
1843  }
1844  
1845  #dashboard_right_now .table_content {
1846      float:right;
1847  }
1848  
1849  #dashboard_right_now .table_discussion {
1850      float:left;
1851  }
1852  
1853  #dashboard_right_now a.button {
1854      float: left;
1855      clear: left;
1856  }
1857  
1858  #dashboard_plugins .inside span {
1859       padding-left: 0;
1860       padding-right: 5px;
1861  }
1862  
1863  #dashboard-widgets h3 .postbox-title-action {
1864      right: auto;
1865      left: 30px;
1866  }
1867  
1868  #the-comment-list .pingback {
1869      padding-left: 0 !important;
1870      padding-right: 9px !important;
1871  }
1872  
1873  /* Recent Comments */
1874  #the-comment-list .comment-item {
1875      padding: 1em 70px 1em 10px;
1876  }
1877  
1878  #the-comment-list .comment-item .avatar {
1879      float: right;
1880      margin-left: 0;
1881      margin-right: -60px;
1882  }
1883  
1884  /* Feeds */
1885  .rss-widget cite {
1886      text-align: left;
1887  }
1888  
1889  .rss-widget span.rss-date {
1890      font-family: Tahoma, Arial, sans-serif;
1891      margin-left: 0;
1892      margin-right: 3px;
1893  }
1894  
1895  /* QuickPress */
1896  #dashboard_quick_press h4 {
1897      float: right;
1898      text-align: left;
1899  }
1900  
1901  #dashboard_quick_press .wp-media-buttons {
1902      margin: 0 5em 0.5em 0;
1903  }
1904  
1905  #dashboard_quick_press h4 label {
1906      margin-right: 0;
1907      margin-left: 10px;
1908  }
1909  
1910  #dashboard_quick_press .input-text-wrap,
1911  #dashboard_quick_press .textarea-wrap {
1912      margin: 0 5em 1em 0;
1913  }
1914  
1915  #dashboard_quick_press #media-buttons {
1916      margin: 0 5em .5em 0;
1917      padding: 0;
1918  }
1919  
1920  #dashboard-widgets #dashboard_quick_press form p.submit {
1921      margin-left: 0;
1922      margin-right: 4.6em;
1923  }
1924  
1925  #dashboard-widgets #dashboard_quick_press form p.submit input {
1926      float: right;
1927  }
1928  
1929  #dashboard-widgets #dashboard_quick_press form p.submit #save-post {
1930      margin: 0 10px 0 1em;
1931  }
1932  
1933  #dashboard-widgets #dashboard_quick_press form p.submit #publish {
1934      float: left;
1935  }
1936  
1937  #dashboard-widgets #dashboard_quick_press form p.submit img.waiting {
1938      margin: 4px 0 0 6px;
1939  }
1940  
1941  /* Recent Drafts */
1942  #dashboard_recent_drafts h4 abbr {
1943      font-family: Tahoma, Arial, sans-serif;
1944      margin-left:0;
1945      margin-right: 3px;
1946  }
1947  
1948  /* login */
1949  body.login {
1950      font-family: Tahoma, Arial, sans-serif;
1951  }
1952  
1953  .login form {
1954      margin-right: 8px;
1955      margin-left: 0;
1956  }
1957  
1958  .login form .forgetmenot {
1959      float: right;
1960  }
1961  
1962  .login form .submit {
1963      float: left;
1964  }
1965  
1966  #login form .submit input {
1967      font-family: Tahoma, Arial, sans-serif;
1968  }
1969  
1970  .login #nav,
1971  .login #backtoblog {
1972      margin: 0 16px 0 0;
1973  }
1974  
1975  #login_error,
1976  .login .message {
1977      margin: 0 8px 16px 0;
1978  }
1979  
1980  .login #user_pass,
1981  .login #user_login,
1982  .login #user_email {
1983      margin-left: 6px;
1984      margin-right: 0;
1985      direction: ltr;
1986  }
1987  
1988  .login h1 a {
1989      text-decoration: none;
1990  }
1991  
1992  .login .button-primary {
1993      float: left;
1994  }
1995  
1996  /* nav-menu */
1997  #nav-menus-frame {
1998      margin-right: 300px;
1999      margin-left: 0;
2000  }
2001  
2002  #wpbody-content #menu-settings-column {
2003      margin-right: -300px;
2004      margin-left: 0;
2005      float: right;
2006  }
2007  
2008  /* Menu Container */
2009  #menu-management-liquid {
2010      float: right;
2011  }
2012  
2013  #menu-management {
2014      margin-left: 20px;
2015      margin-right: 0;
2016  }
2017  
2018  .post-body-plain {
2019      padding: 10px 0 0 10px;
2020  }
2021  
2022  /* Menu Tabs */
2023  
2024  #menu-management .nav-tabs-arrow-left {
2025      right: 0;
2026      left:auto;
2027  }
2028  
2029  #menu-management .nav-tabs-arrow-right {
2030      left: 0;
2031      right:auto;
2032      text-align: left;
2033      font-family: Tahoma, Arial, sans-serif;
2034  }
2035  
2036  #menu-management .nav-tabs {
2037      padding-right: 20px;
2038      padding-left: 10px;
2039  }
2040  
2041  .js #menu-management .nav-tabs {
2042      float: right;
2043      margin-right: 0px;
2044      margin-left: -400px;
2045  }
2046  
2047  #select-nav-menu-container {
2048      text-align: left;
2049  }
2050  
2051  #wpbody .open-label {
2052      float:right;
2053  }
2054  
2055  #wpbody .open-label span {
2056      padding-left: 10px;
2057      padding-right:0;
2058  }
2059  
2060  .js .input-with-default-title {
2061      font-style: normal;
2062      font-weight: bold;
2063  }
2064  
2065  /* Add Menu Item Boxes */
2066  .postbox .howto input {
2067      float: left;
2068  }
2069  #nav-menu-theme-locations .button-controls {
2070      text-align: left;
2071  }
2072  
2073  /* Button Primary Actions */
2074  
2075  .meta-sep,
2076  .submitcancel {
2077      float: right;
2078  }
2079  
2080  #cancel-save {
2081      margin-left: 0;
2082      margin-right: 20px;
2083  }
2084  
2085  /* Button Secondary Actions */
2086  .list-controls {
2087       float: right;
2088  }
2089  .add-to-menu {
2090      float: left;
2091  }
2092  
2093  /* Custom Links */
2094  #add-custom-link label span { float: right; padding-left: 5px; padding-right:0;}
2095  .howto span { float: right; }
2096  
2097  .list li .menu-item-title input { margin-left: 3px; margin-right: 0 }
2098  
2099  /* Nav Menu */
2100  .menu-item-handle {
2101      padding-right: 10px;
2102      padding-left: 0;
2103  }
2104  .menu-item-edit-active .menu-item-handle {
2105      -webkit-border-bottom-left-radius: 0;
2106      -webkit-border-bottom-right-radius: 0;
2107      border-bottom-left-radius: 0;
2108      border-bottom-right-radius: 0;
2109  }
2110  .menu-item-handle .item-title {
2111      margin-left:13em;
2112      margin-right:0;
2113  }
2114  
2115  /* WARNING: The factor of 30px is hardcoded into the nav-menus javascript. */
2116  .menu-item-depth-0 { margin-right: 0px; margin-left:0;}
2117  .menu-item-depth-1 { margin-right: 30px; margin-left:0;}
2118  .menu-item-depth-2 { margin-right: 60px; margin-left:0;}
2119  .menu-item-depth-3 { margin-right: 90px; margin-left:0;}
2120  .menu-item-depth-4 { margin-right: 120px; margin-left:0;}
2121  .menu-item-depth-5 { margin-right: 150px; margin-left:0;}
2122  .menu-item-depth-6 { margin-right: 180px; margin-left:0;}
2123  .menu-item-depth-7 { margin-right: 210px; margin-left:0;}
2124  .menu-item-depth-8 { margin-right: 240px; margin-left:0;}
2125  .menu-item-depth-9 { margin-right: 270px; margin-left:0;}
2126  .menu-item-depth-10 { margin-right: 300px; margin-left:0;}
2127  .menu-item-depth-11 { margin-right: 330px; margin-left:0;}
2128  
2129  .menu-item-depth-0 .menu-item-transport { margin-right: 0px; margin-left:0;}
2130  .menu-item-depth-1 .menu-item-transport { margin-right: -30px; margin-left:0;}
2131  .menu-item-depth-2 .menu-item-transport { margin-right: -60px; margin-left:0;}
2132  .menu-item-depth-3 .menu-item-transport { margin-right: -90px; margin-left:0;}
2133  .menu-item-depth-4 .menu-item-transport { margin-right: -120px; margin-left:0;}
2134  .menu-item-depth-5 .menu-item-transport { margin-right: -150px; margin-left:0;}
2135  .menu-item-depth-6 .menu-item-transport { margin-right: -180px; margin-left:0;}
2136  .menu-item-depth-7 .menu-item-transport { margin-right: -210px; margin-left:0;}
2137  .menu-item-depth-8 .menu-item-transport { margin-right: -240px; margin-left:0;}
2138  .menu-item-depth-9 .menu-item-transport { margin-right: -270px; margin-left:0;}
2139  .menu-item-depth-10 .menu-item-transport { margin-right: -300px; margin-left:0;}
2140  .menu-item-depth-11 .menu-item-transport { margin-right: -330px; margin-left:0;}
2141  
2142  /* Menu item controls */
2143  .item-type {
2144      padding-left: 10px;
2145      padding-right:0;
2146  }
2147  
2148  .item-controls {
2149      left: 20px;
2150      right: auto;
2151  }
2152  
2153  .item-controls .item-order {
2154      padding-left: 10px;
2155      padding-right: 0;
2156  }
2157  
2158  .item-edit {
2159      left: -20px;
2160      right:auto;
2161      -webkit-border-bottom-right-radius: 3px;
2162      -webkit-border-bottom-left-radius: 0;
2163      border-bottom-right-radius: 3px;
2164      border-bottom-left-radius: 0;
2165  }
2166  
2167  /* Menu editing */
2168  .menu-item-settings {
2169      padding: 10px 10px 10px 0;
2170      border-width: 0 1px 1px 1px;
2171  }
2172  
2173  #custom-menu-item-url {
2174      direction: ltr;
2175  }
2176  
2177  .link-to-original {
2178      font-style: normal;
2179      font-weight: bold;
2180  }
2181  
2182  .link-to-original a {
2183      padding-right: 4px;
2184      padding-left:0;
2185  }
2186  
2187  .menu-item-settings .description-thin,
2188  .menu-item-settings .description-wide {
2189      margin-left: 10px;
2190      margin-right:0;
2191      float: right;
2192  }
2193  
2194  /* Major/minor publishing actions (classes) */
2195  .major-publishing-actions .publishing-action {
2196      text-align: left;
2197      float: left;
2198  }
2199  
2200  .major-publishing-actions .delete-action {
2201      text-align: right;
2202      float: right;
2203      padding-left: 15px;
2204      padding-right:0;
2205  }
2206  
2207  .menu-name-label {
2208      margin-left: 15px;
2209      margin-right:0;
2210  }
2211  
2212  .auto-add-pages {
2213      float: right;
2214  }
2215  
2216  /* Star ratings */
2217  div.star-holder {
2218      background: url('../images/stars-rtl.png?ver=20120506.png') repeat-x bottom right;
2219  }
2220  div.star-holder .star-rating {
2221      background: url('../images/stars-rtl.png?ver=20120506.png') repeat-x top right;
2222      float: right;
2223  }
2224  
2225  #plugin-information ul#sidemenu {
2226      left: auto;
2227      right: 0;
2228  }
2229  
2230  #plugin-information h2 {
2231      margin-right: 0;
2232      margin-left: 200px;
2233  }
2234  
2235  #plugin-information .fyi {
2236      margin-left: 5px;
2237      margin-right: 20px;
2238  }
2239  
2240  #plugin-information .fyi h2 {
2241      margin-left: 0;
2242  }
2243  
2244  #plugin-information .fyi ul {
2245      padding: 10px 7px 10px 5px;
2246  }
2247  
2248  #plugin-information #section-screenshots li p {
2249      padding-left: 0;
2250      padding-right: 20px;
2251  }
2252  
2253  #plugin-information #section-screenshots ol,
2254  #plugin-information .updated,
2255  #plugin-information pre {
2256      margin-right: 0;
2257      margin-left: 215px;
2258  }
2259  
2260  #plugin-information .updated,
2261  #plugin-information .error {
2262      clear: none;
2263      direction: rtl;
2264  }
2265  
2266  #plugin-information #section-holder .section {
2267      direction: ltr;
2268  }
2269  
2270  /* Editor/Main Column */
2271  .posting {
2272      margin-left: 212px;
2273      margin-right: 0;
2274      position: relative;
2275  }
2276  
2277  h3.tb {
2278      margin-left: 0;
2279      margin-right: 5px;
2280  }
2281  
2282  #publish {
2283      float: left;
2284  }
2285  
2286  .postbox .handlediv {
2287      float: left;
2288  }
2289  
2290  .actions li {
2291      float: right;
2292      margin-right: 0;
2293      margin-left: 10px;
2294  }
2295  
2296  #extra-fields .actions {
2297      margin: -23px 0 0 -7px;
2298  }
2299  
2300  /* Photo Styles */
2301  #img_container a {
2302      float: right;
2303  }
2304  
2305  #category-add input,
2306  #category-add select {
2307      font-family: Tahoma, Arial, sans-serif;
2308  }
2309  
2310  /* Tags */
2311  #tagsdiv #newtag {
2312      margin-right: 0;
2313      margin-left: 5px;
2314  }
2315  
2316  #tagadd {
2317      margin-left: 0;
2318      margin-right: 3px;
2319  }
2320  
2321  #tagchecklist span {
2322      margin-left: .5em;
2323      margin-right: 10px;
2324      float: right;
2325  }
2326  #tagchecklist span a {
2327      margin: 6px -9px 0 0;
2328      float: right;
2329  }
2330  
2331  .submit input,
2332  .button,
2333  .button-primary,
2334  .button-secondary,
2335  .button-highlighted,
2336  #postcustomstuff .submit input {
2337      font-family: Tahoma, Arial, sans-serif;
2338  }
2339  
2340  .ac_results li {
2341      text-align: right;
2342  }
2343  
2344  #TB_ajaxContent #options {
2345      right: auto;
2346      left: 25px;
2347  }
2348  
2349  #post_status {
2350      margin-left: 0;
2351      margin-right: 10px;
2352  }
2353  
2354  /* theme-editor, plugin-editor */
2355  #templateside {
2356      float: left;
2357  }
2358  
2359  #template textarea,
2360  #docs-list {
2361      direction: ltr;
2362  }
2363  
2364  /* theme-install */
2365  .theme-details .theme-version {
2366      float: right;
2367  }
2368  
2369  .theme-details .star-holder {
2370      float: left;
2371  }
2372  
2373  .feature-filter .feature-group {
2374      float: right;
2375  }
2376  
2377  .feature-filter .feature-name {
2378      float: right;
2379      text-align: left;
2380  }
2381  
2382  .feature-filter .feature-group li {
2383      float: right;
2384      padding-right: 0;
2385      padding-left: 25px;
2386  }
2387  
2388  /* widgets */
2389  /* 2 column liquid layout */
2390  div.widget-liquid-left {
2391      float: right;
2392      clear: right;
2393      margin-right: 0;
2394      margin-left: -325px;
2395  }
2396  
2397  div#widgets-left {
2398      margin-right: 5px;
2399      margin-left: 325px;
2400  }
2401  
2402  div.widget-liquid-right {
2403      float: left;
2404      clear: left;
2405  }
2406  
2407  .inactive-sidebar .widget {
2408      float: right;
2409  }
2410  
2411  div.sidebar-name h3 {
2412      font-family: Tahoma, Arial, sans-serif;
2413  }
2414  
2415  #widget-list .widget {
2416      float: right;
2417  }
2418  
2419  .inactive-sidebar .widget-placeholder {
2420      float: right;
2421  }
2422  
2423  .widget-top .widget-title-action {
2424      float: left;
2425  }
2426  
2427  .widget-control-edit {
2428      padding: 0 0 0 8px;
2429  }
2430  
2431  .sidebar-name-arrow {
2432      float: left;
2433  }
2434  
2435  /* Press This */
2436  .press-this-sidebar {
2437      float: left;
2438  }
2439  
2440  .press-this #header-logo,
2441  .press-this #wphead h1 {
2442      float: right;
2443  }
2444  
2445  /* RTL */
2446  .ltr {
2447      direction: ltr;
2448  }
2449  
2450  /* =Localized CSS
2451  -------------------------------------------------------------- */
2452  
2453  /* he_IL: Remove Tahoma from the font stack. Arial is best for Hebrew. */
2454  body.locale-he-il,
2455  .locale-he-il .quicktags, .locale-he-il .search,
2456  .locale-he-il .howto,
2457  .locale-he-il #adminmenu .awaiting-mod,
2458  .locale-he-il #adminmenu span.update-plugins,
2459  .locale-he-il #sidemenu li a span.update-plugins,
2460  .locale-he-il .post-com-count-wrapper,
2461  .locale-he-il .widefat th,
2462  .locale-he-il .tablenav .displaying-num,
2463  .locale-he-il .inline-edit-row fieldset span.title,
2464  .locale-he-il .inline-edit-row fieldset span.checkbox-title,
2465  .locale-he-il .inline-edit-row fieldset ul.cat-checklist label,
2466  .locale-he-il .inline-edit-row .catshow,
2467  .locale-he-il .inline-edit-row .cathide,
2468  .locale-he-il .inline-edit-row #bulk-titles div,
2469  .locale-he-il p.help,
2470  .locale-he-il p.description,
2471  .locale-he-il span.description,
2472  .locale-he-il .form-wrap p,
2473  .locale-he-il h2 .nav-tab,
2474  .locale-he-il #your-profile legend,
2475  .locale-he-il #utc-time, .locale-he-il #local-time,
2476  .locale-he-il #poststuff h3,
2477  .locale-he-il .metabox-holder h3,
2478  .locale-he-il .tool-box .title,
2479  .locale-he-il td,
2480  .locale-he-il textarea,
2481  .locale-he-il input,
2482  .locale-he-il select,
2483  .locale-he-il .wrap h2,
2484  .locale-he-il .subtitle,
2485  .locale-he-il .wrap .add-new-h2,
2486  .locale-he-il #dashboard_right_now p.sub,
2487  .locale-he-il #dashboard-widgets h4,
2488  .locale-he-il a.rsswidget,
2489  .locale-he-il #dashboard_plugins h4,
2490  .locale-he-il #dashboard_plugins h5,
2491  .locale-he-il #dashboard_recent_comments .comment-meta .approve,
2492  .locale-he-il #dashboard_right_now td.b,
2493  .locale-he-il #dashboard_right_now .versions a,
2494  .locale-he-il .rss-widget span.rss-date,
2495  .locale-he-il #dashboard_recent_drafts h4 abbr,
2496  body.login.locale-he-il,
2497  .locale-he-il #login form .submit input,
2498  .locale-he-il #menu-management .nav-tabs-arrow-right,
2499  .locale-he-il #category-add input,
2500  .locale-he-il #category-add select,
2501  .locale-he-il .submit input,
2502  .locale-he-il .button,
2503  .locale-he-il .button-primary,
2504  .locale-he-il .button-secondary,
2505  .locale-he-il .button-highlighted,
2506  .locale-he-il #postcustomstuff .submit input,
2507  .locale-he-il div.sidebar-name h3 {
2508      font-family: Arial, sans-serif;
2509  }
2510  
2511  /* he_IL: Have <em> be bold rather than italic. */
2512  .locale-he-il em {
2513      font-style: normal;
2514      font-weight: bold;
2515  }


Generated: Fri May 25 03:56:23 2012 Hosted by follow the white rabbit.