web/wp-admin/css/wp-admin-rtl.dev.css
changeset 204 09a1c134465b
parent 203 f507feede89a
child 205 a4f7897e21a9
equal deleted inserted replaced
203:f507feede89a 204:09a1c134465b
     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: normal;
       
   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 .available-theme .action-links li {
       
  1184 	padding-left: 8px;
       
  1185 	margin-left: 8px;
       
  1186 }
       
  1187 
       
  1188 #current-theme .theme-info li:last-child,
       
  1189 .theme-options li:last-child,
       
  1190 .available-theme .action-links li:last-child {
       
  1191 	padding-left: 0;
       
  1192 	margin-right: 0;
       
  1193 	border-left: 0;
       
  1194 }
       
  1195 
       
  1196 .available-theme .action-links .delete-theme {
       
  1197 	float: left;
       
  1198 	margin-left: 0;
       
  1199 	margin-right: 8px;
       
  1200 }
       
  1201 
       
  1202 .available-theme .action-links p {
       
  1203 	float: right;
       
  1204 }
       
  1205 
       
  1206 #current-theme.has-screenshot {
       
  1207 	padding-left: 0;
       
  1208 	padding-right: 330px;
       
  1209 }
       
  1210 
       
  1211 #current-theme h4 span {
       
  1212 	margin-left: 0;
       
  1213 	margin-right: 20px;
       
  1214 }
       
  1215 
       
  1216 #current-theme img {
       
  1217 	float: right;
       
  1218 	width: 300px;
       
  1219 	margin-left: 0;
       
  1220 	margin-right: -330px;
       
  1221 }
       
  1222 
       
  1223 .theme-options .load-customize {
       
  1224 	margin-right: 0;
       
  1225 	margin-left: 30px;
       
  1226 	float: right;
       
  1227 }
       
  1228 
       
  1229 .theme-options span {
       
  1230 	float: right;
       
  1231 	margin-right: 0;
       
  1232 	margin-left: 10px;
       
  1233 }
       
  1234 
       
  1235 .theme-options ul {
       
  1236 	float: right;
       
  1237 }
       
  1238 
       
  1239 /* Allow for three-up on 1024px wide screens, e.g. tablets */
       
  1240 @media only screen and (max-width: 1200px) {
       
  1241 	#current-theme.has-screenshot {
       
  1242 		padding-right: 270px;
       
  1243 	}
       
  1244 
       
  1245 	#current-theme img {
       
  1246 		margin-right: -270px;
       
  1247 		width: 240px;
       
  1248 	}
       
  1249 }
       
  1250 
       
  1251 #broken-themes {
       
  1252 	text-align: right;
       
  1253 }
       
  1254 
       
  1255 /*------------------------------------------------------------------------------
       
  1256   16.1 - Custom Header Screen
       
  1257 ------------------------------------------------------------------------------*/
       
  1258 
       
  1259 .appearance_page_custom-header .available-headers .default-header {
       
  1260 	float: right;
       
  1261 	margin: 0 0 20px 20px;
       
  1262 }
       
  1263 
       
  1264 .appearance_page_custom-header .random-header {
       
  1265 	margin: 0 0 20px 20px;
       
  1266 }
       
  1267 
       
  1268 .appearance_page_custom-header .available-headers label input,
       
  1269 .appearance_page_custom-header .random-header label input {
       
  1270 	margin-right: 0;
       
  1271 	margin-left: 10px;
       
  1272 }
       
  1273 
       
  1274 /*------------------------------------------------------------------------------
       
  1275   16.2 - Custom Background Screen
       
  1276 ------------------------------------------------------------------------------*/
       
  1277 
       
  1278 /* No RTL for now, this space intentionally left blank */
       
  1279 
       
  1280 
       
  1281 /*------------------------------------------------------------------------------
       
  1282   16.3 - Tabbed Admin Screen Interface (Experimental)
       
  1283 ------------------------------------------------------------------------------*/
       
  1284 
       
  1285 .nav-tab {
       
  1286 	margin: 0 0 -1px 6px;
       
  1287 }
       
  1288 
       
  1289 h2 .nav-tab {
       
  1290 	font-family: Tahoma, Arial, sans-serif;
       
  1291 }
       
  1292 
       
  1293 
       
  1294 /*------------------------------------------------------------------------------
       
  1295   17.0 - Plugins
       
  1296 ------------------------------------------------------------------------------*/
       
  1297 
       
  1298 .plugins .desc ul,
       
  1299 .plugins .desc ol {
       
  1300 	margin: 0 2em 0 0;
       
  1301 }
       
  1302 
       
  1303 #wpbody-content .plugins .plugin-title, #wpbody-content .plugins .theme-title {
       
  1304 	padding-right: 0;
       
  1305 	padding-left: 12px;
       
  1306 }
       
  1307 
       
  1308 
       
  1309 /*------------------------------------------------------------------------------
       
  1310   18.0 - Users
       
  1311 ------------------------------------------------------------------------------*/
       
  1312 
       
  1313 #profile-page .form-table #rich_editing {
       
  1314 	margin-right: 0;
       
  1315 	margin-left: 5px
       
  1316 }
       
  1317 
       
  1318 #profile-page #pass1,
       
  1319 #profile-page #pass2,
       
  1320 #profile-page #user_login {
       
  1321 	direction: ltr;
       
  1322 }
       
  1323 
       
  1324 #your-profile legend {
       
  1325 	font-family: Tahoma, Arial, sans-serif;
       
  1326 }
       
  1327 
       
  1328 /*------------------------------------------------------------------------------
       
  1329   19.0 - Tools
       
  1330 ------------------------------------------------------------------------------*/
       
  1331 
       
  1332 .pressthis a span {
       
  1333 	background-position: right 5px;
       
  1334 	padding: 8px 27px 8px 11px;
       
  1335 }
       
  1336 
       
  1337 .pressthis a:after {
       
  1338 	right: auto;
       
  1339 	left: 10px;
       
  1340 	background: transparent;
       
  1341 	transform: skew(-20deg) rotate(-6deg);
       
  1342 	-webkit-transform: skew(-20deg) rotate(-6deg);
       
  1343 	-moz-transform: skew(-20deg) rotate(-6deg);
       
  1344 }
       
  1345 
       
  1346 
       
  1347 .pressthis a:hover:after {
       
  1348 	transform: skew(-20deg) rotate(-9deg);
       
  1349 	-webkit-transform: skew(-20deg) rotate(-9deg);
       
  1350 	-moz-transform: skew(-20deg) rotate(-9deg);
       
  1351 }
       
  1352 
       
  1353 /*------------------------------------------------------------------------------
       
  1354   20.0 - Settings
       
  1355 ------------------------------------------------------------------------------*/
       
  1356 
       
  1357 #utc-time, #local-time {
       
  1358 	padding-left: 0;
       
  1359 	padding-right: 25px;
       
  1360 	font-style: normal;
       
  1361 	font-family: Tahoma, Arial, sans-serif;
       
  1362 }
       
  1363 
       
  1364 /*------------------------------------------------------------------------------
       
  1365   21.0 - Admin Footer
       
  1366 ------------------------------------------------------------------------------*/
       
  1367 
       
  1368 #footer {
       
  1369 	margin-left: 20px;
       
  1370 }
       
  1371 
       
  1372 #wpcontent,
       
  1373 #footer {
       
  1374 	margin-right: 165px;
       
  1375 }
       
  1376 
       
  1377 /*------------------------------------------------------------------------------
       
  1378   22.0 - About Pages
       
  1379 ------------------------------------------------------------------------------*/
       
  1380 
       
  1381 .wrap.about-wrap {
       
  1382 	margin-left: 40px;
       
  1383 	margin-right: 20px;
       
  1384 }
       
  1385 
       
  1386 .about-wrap h1,
       
  1387 .about-text {
       
  1388 	margin-right: 0;
       
  1389 	margin-left: 200px;
       
  1390 }
       
  1391 
       
  1392 .about-wrap h2.nav-tab-wrapper {
       
  1393 	padding-left: 0px;
       
  1394 	padding-right: 6px;
       
  1395 }
       
  1396 
       
  1397 .about-wrap .wp-badge {
       
  1398 	right: auto;
       
  1399 	left: 0;
       
  1400 }
       
  1401 
       
  1402 .about-wrap h2 .nav-tab {
       
  1403 	margin-right: 0;
       
  1404 	margin-left: 3px;
       
  1405 }
       
  1406 
       
  1407 .about-wrap .changelog li {
       
  1408 	margin-left: 0;
       
  1409 	margin-right: 3em;
       
  1410 }
       
  1411 
       
  1412 .about-wrap .three-col-images .last-feature {
       
  1413 	float: left;
       
  1414 }
       
  1415 
       
  1416 .about-wrap .three-col-images .first-feature {
       
  1417 	float: right;
       
  1418 }
       
  1419 
       
  1420 .about-wrap .feature-section.three-col div {
       
  1421 	margin-right: 0;
       
  1422 	margin-left: 4.999999999%;
       
  1423 	float: right;
       
  1424 }
       
  1425 
       
  1426 .about-wrap .feature-section.three-col h4 {
       
  1427 	text-align: right;
       
  1428 }
       
  1429 
       
  1430 .about-wrap .feature-section.three-col img {
       
  1431 	margin-right: 5px;
       
  1432 	margin-left: 0;
       
  1433 }
       
  1434 
       
  1435 .about-wrap .feature-section.three-col .last-feature {
       
  1436 	margin-left: 0;
       
  1437 }
       
  1438 
       
  1439 .about-wrap .feature-section img {
       
  1440 	margin: 0 0 10px 0.7%;
       
  1441 }
       
  1442 
       
  1443 .about-wrap .feature-section.images-stagger-right img {
       
  1444 	float: left;
       
  1445 	margin: 0 12px 12px 5px;
       
  1446 }
       
  1447 
       
  1448 .about-wrap .feature-section.images-stagger-left img {
       
  1449 	float: right;
       
  1450 	margin: 0 5px 12px 12px;
       
  1451 }
       
  1452 
       
  1453 .about-wrap li.wp-person,
       
  1454 .about-wrap li.wp-person img.gravatar {
       
  1455 	float: right;
       
  1456 	margin-right: 0;
       
  1457 	margin-left: 10px;
       
  1458 }
       
  1459 
       
  1460 /*------------------------------------------------------------------------------
       
  1461   23.0 - Misc
       
  1462 ------------------------------------------------------------------------------*/
       
  1463 
       
  1464 #template div {
       
  1465 	margin-right: 0;
       
  1466 	margin-left: 190px;
       
  1467 }
       
  1468 
       
  1469 .column-author img, .column-username img {
       
  1470 	float: right;
       
  1471 	margin-right: 0;
       
  1472 	margin-left: 10px;
       
  1473 }
       
  1474 
       
  1475 .tagchecklist {
       
  1476 	margin-left: 0;
       
  1477 	margin-right: 14px;
       
  1478 }
       
  1479 
       
  1480 .tagchecklist strong {
       
  1481 	margin-left: 0;
       
  1482 	margin-right: -8px;
       
  1483 }
       
  1484 
       
  1485 .tagchecklist span {
       
  1486 	margin-right: 0;
       
  1487 	margin-left: 25px;
       
  1488 	float: right;
       
  1489 
       
  1490 }
       
  1491 .tagchecklist span a {
       
  1492 	margin: 6px -9px 0pt 0pt;
       
  1493 	float: right;
       
  1494 }
       
  1495 
       
  1496 #poststuff h2 {
       
  1497 	clear: right;
       
  1498 }
       
  1499 
       
  1500 #poststuff h3,
       
  1501 .metabox-holder h3 {
       
  1502 	font-family: Tahoma, Arial, sans-serif;
       
  1503 }
       
  1504 
       
  1505 .tool-box .title {
       
  1506 	font-family: Tahoma, Arial, sans-serif;
       
  1507 }
       
  1508 
       
  1509 #sidemenu {
       
  1510 	margin: -30px 315px 0 15px;
       
  1511 	float: left;
       
  1512 	padding-left: 0;
       
  1513 	padding-right: 10px;
       
  1514 }
       
  1515 #sidemenu a {
       
  1516 	float: right;
       
  1517 }
       
  1518 
       
  1519 table .vers,
       
  1520 table .column-visible,
       
  1521 table .column-rating {
       
  1522 	text-align: right;
       
  1523 }
       
  1524 
       
  1525 .screen-meta-toggle {
       
  1526 	right: auto;
       
  1527 	left: 15px;
       
  1528 }
       
  1529 
       
  1530 /*------------------------------------------------------------------------------
       
  1531   24.0  - Dead
       
  1532 ------------------------------------------------------------------------------*/
       
  1533 
       
  1534 /* - Not used anywhere in WordPress - verify and then deprecate
       
  1535 ------------------------------------------------------------------------------*/
       
  1536 
       
  1537 /* No RTL for now, this space intentionally left blank */
       
  1538 
       
  1539 
       
  1540 /* - Only used once or twice in all of WP - deprecate for global style
       
  1541 ------------------------------------------------------------------------------*/
       
  1542 
       
  1543 * html #template div {margin-left: 0;}
       
  1544 
       
  1545 .list-ajax-loading {
       
  1546 	float: left;
       
  1547 	margin-right: 0;
       
  1548 	margin-left: 9px;
       
  1549 }
       
  1550 
       
  1551 /* - Used - but could/should be deprecated with a CSS reset
       
  1552 ------------------------------------------------------------------------------*/
       
  1553 /* No RTL for now, this space intentionally left blank */
       
  1554 
       
  1555 
       
  1556 /*------------------------------------------------------------------------------
       
  1557  25.0 - TinyMCE tweaks
       
  1558 		Small tweaks for until tinymce css files are proprely RTLized
       
  1559 ------------------------------------------------------------------------------*/
       
  1560 #editorcontainer .wp_themeSkin .mceStatusbar {
       
  1561 	padding-left: 0;
       
  1562 	padding-right: 5px;
       
  1563 }
       
  1564 #editorcontainer .wp_themeSkin .mceStatusbar div {
       
  1565 	float: right;
       
  1566 }
       
  1567 
       
  1568 #editorcontainer .wp_themeSkin .mceStatusbar a.mceResize {
       
  1569 	float: left;
       
  1570 }
       
  1571 
       
  1572 /*------------------------------------------------------------------------------
       
  1573   26.0 - Full Overlay w/ Sidebar
       
  1574 ------------------------------------------------------------------------------*/
       
  1575 .wp-full-overlay .wp-full-overlay-sidebar {
       
  1576 	margin: 0;
       
  1577 	left: auto;
       
  1578 	right: 0;
       
  1579 	border-right: 0;
       
  1580 	border-left: 1px solid rgba( 0, 0, 0, 0.2 );
       
  1581 }
       
  1582 
       
  1583 .wp-full-overlay-sidebar:after {
       
  1584 	right: auto;
       
  1585 	left: 0;
       
  1586 	box-shadow: inset 5px 0 4px -4px rgba(0, 0, 0, 0.1);
       
  1587 }
       
  1588 
       
  1589 .wp-full-overlay.collapsed,
       
  1590 .wp-full-overlay.expanded .wp-full-overlay-sidebar {
       
  1591 	margin-right: 0 !important;
       
  1592 }
       
  1593 
       
  1594 .wp-full-overlay.expanded {
       
  1595 	margin-right: 300px;
       
  1596 	margin-left: 0;
       
  1597 }
       
  1598 
       
  1599 .wp-full-overlay.collapsed .wp-full-overlay-sidebar {
       
  1600 	margin-right: -300px;
       
  1601 	margin-left: 0;
       
  1602 }
       
  1603 
       
  1604 /* Collapse Button */
       
  1605 .wp-full-overlay .collapse-sidebar {
       
  1606 	right: 0;
       
  1607 	left: auto;
       
  1608 	margin-right: 15px;
       
  1609 }
       
  1610 
       
  1611 .wp-full-overlay.collapsed .collapse-sidebar {
       
  1612 	right: 100%;
       
  1613 }
       
  1614 
       
  1615 .wp-full-overlay .collapse-sidebar-arrow {
       
  1616 	margin-right: 2px;
       
  1617 	margin-left: 0;
       
  1618 	background: transparent url('../../wp-admin/images/arrows.png') no-repeat 0 -108px;
       
  1619 }
       
  1620 
       
  1621 .wp-full-overlay.collapsed .collapse-sidebar-arrow {
       
  1622 	background-position: 0 -72px;
       
  1623 }
       
  1624 
       
  1625 .wp-full-overlay .collapse-sidebar-label {
       
  1626 	right: 100%;
       
  1627 	left: auto;
       
  1628 	margin-right: 10px;
       
  1629 	margin-left: 0;
       
  1630 }
       
  1631 
       
  1632 /*------------------------------------------------------------------------------
       
  1633   27.0 - Customize Loader
       
  1634 ------------------------------------------------------------------------------*/
       
  1635 .install-theme-info .theme-install {
       
  1636 	float: left;
       
  1637 }
       
  1638 
       
  1639 /* MERGED */
       
  1640 
       
  1641 /* global */
       
  1642 
       
  1643 /* 2 column liquid layout */
       
  1644 
       
  1645 #wpcontent {
       
  1646 	margin-left: 0;
       
  1647 	margin-right: 165px;
       
  1648 }
       
  1649 
       
  1650 .folded #wpcontent {
       
  1651 	margin-left: 0;
       
  1652 	margin-right: 52px;
       
  1653 }
       
  1654 
       
  1655 .folded.wp-admin #footer {
       
  1656 	margin-left: 15px;
       
  1657 	margin-right: 52px;
       
  1658 }
       
  1659 
       
  1660 #wpbody-content {
       
  1661 	float: right;
       
  1662 }
       
  1663 
       
  1664 #adminmenuwrap {
       
  1665 	float: right;
       
  1666 }
       
  1667 
       
  1668 #adminmenu {
       
  1669 	clear: right;
       
  1670 }
       
  1671 
       
  1672 /* inner 2 column liquid layout */
       
  1673 .inner-sidebar {
       
  1674 	float: left;
       
  1675 	clear: left;
       
  1676 }
       
  1677 
       
  1678 .has-right-sidebar #post-body {
       
  1679 	float: right;
       
  1680 	clear: right;
       
  1681 	margin-right: 0;
       
  1682 	margin-left: -340px;
       
  1683 }
       
  1684 
       
  1685 .has-right-sidebar #post-body-content {
       
  1686 	margin-right: 0;
       
  1687 	margin-left: 300px;
       
  1688 }
       
  1689 
       
  1690 /* 2 columns main area */
       
  1691 
       
  1692 #col-right {
       
  1693 	float: left;
       
  1694 	clear: left;
       
  1695 }
       
  1696 
       
  1697 /* utility classes*/
       
  1698 .alignleft {
       
  1699 	float: right;
       
  1700 }
       
  1701 
       
  1702 .alignright {
       
  1703 	float: left;
       
  1704 }
       
  1705 
       
  1706 .textleft {
       
  1707 	text-align: right;
       
  1708 }
       
  1709 
       
  1710 .textright {
       
  1711 	text-align: left;
       
  1712 }
       
  1713 
       
  1714 /* Hide visually but not from screen readers */
       
  1715 .screen-reader-text, .screen-reader-text span {
       
  1716 	left: auto;
       
  1717 	right: -1000em;
       
  1718 }
       
  1719 
       
  1720 /* styles for use by people extending the WordPress interface */
       
  1721 
       
  1722 body,
       
  1723 td,
       
  1724 textarea,
       
  1725 input,
       
  1726 select {
       
  1727 	font-family: Tahoma, Arial, sans-serif;
       
  1728 }
       
  1729 
       
  1730 ul.ul-disc,
       
  1731 ul.ul-square,
       
  1732 ol.ol-decimal {
       
  1733 	margin-left: 0;
       
  1734 	margin-right: 1.8em;
       
  1735 }
       
  1736 
       
  1737 .subsubsub {
       
  1738 	float: right;
       
  1739 }
       
  1740 
       
  1741 .widefat thead th:first-of-type {
       
  1742 	-webkit-border-top-left-radius: 0;
       
  1743 	-webkit-border-top-right-radius: 3px;
       
  1744 	border-top-left-radius: 0;
       
  1745 	border-top-right-radius: 3px;
       
  1746 }
       
  1747 
       
  1748 .widefat thead th:last-of-type {
       
  1749 	-webkit-border-top-right-radius: 0;
       
  1750 	-webkit-border-top-left-radius: 3px;
       
  1751 	border-top-right-radius: 0;
       
  1752 	border-top-left-radius: 3px;
       
  1753 }
       
  1754 .widefat tfoot th:first-of-type {
       
  1755 	-webkit-border-bottom-left-radius: 0;
       
  1756 	-webkit-border-bottom-right-radius: 3px;
       
  1757 	border-bottom-left-radius: 0;
       
  1758 	border-bottom-right-radius: 3px;
       
  1759 }
       
  1760 .widefat tfoot th:last-of-type {
       
  1761 	-webkit-border-bottom-right-radius: 0;
       
  1762 	-webkit-border-bottom-left-radius: 3px;
       
  1763 	border-bottom-right-radius: 0;
       
  1764 	border-bottom-left-radius: 3px;
       
  1765 }
       
  1766 
       
  1767 .widefat th {
       
  1768 	text-align: right;
       
  1769 }
       
  1770 
       
  1771 .widefat th input {
       
  1772 	margin: 0 8px 0 0;
       
  1773 }
       
  1774 
       
  1775 .wrap {
       
  1776 	margin-right: 0;
       
  1777 	margin-left: 15px;
       
  1778 }
       
  1779 
       
  1780 .wrap h2,
       
  1781 .subtitle {
       
  1782 	font-family: Tahoma, Arial, sans-serif;
       
  1783 }
       
  1784 
       
  1785 .wrap h2 {
       
  1786 	padding-right: 0;
       
  1787 	padding-left: 15px;
       
  1788 }
       
  1789 
       
  1790 .subtitle {
       
  1791 	padding-left: 0;
       
  1792 	padding-right: 25px;
       
  1793 }
       
  1794 
       
  1795 .wrap .add-new-h2 {
       
  1796 	font-family: Tahoma, Arial, sans-serif;
       
  1797 	margin-left: 0;
       
  1798 	margin-right: 4px;
       
  1799 }
       
  1800 
       
  1801 .wrap h2.long-header {
       
  1802 	padding-left: 0;
       
  1803 }
       
  1804 
       
  1805 /* dashboard */
       
  1806 #dashboard-widgets-wrap .has-sidebar {
       
  1807 	margin-right: 0;
       
  1808 	margin-left: -51%;
       
  1809 }
       
  1810 
       
  1811 #dashboard-widgets-wrap .has-sidebar .has-sidebar-content {
       
  1812 	margin-right: 0;
       
  1813 	margin-left: 51%;
       
  1814 }
       
  1815 
       
  1816 .view-all {
       
  1817 	right: auto;
       
  1818 	left: 0;
       
  1819 }
       
  1820 
       
  1821 #dashboard_right_now p.sub,
       
  1822 #dashboard-widgets h4,
       
  1823 a.rsswidget,
       
  1824 #dashboard_plugins h4,
       
  1825 #dashboard_plugins h5,
       
  1826 #dashboard_recent_comments .comment-meta .approve,
       
  1827 #dashboard_right_now td.b,
       
  1828 #dashboard_right_now .versions a {
       
  1829 	font-family: Tahoma, Arial, sans-serif;
       
  1830 }
       
  1831 
       
  1832 #dashboard_right_now p.sub  {
       
  1833 	left:auto;
       
  1834 	right:15px;
       
  1835 }
       
  1836 
       
  1837 #dashboard_right_now td.b {
       
  1838 	padding-right: 0;
       
  1839 	padding-left: 6px;
       
  1840 	text-align: left;
       
  1841 }
       
  1842 
       
  1843 #dashboard_right_now .t {
       
  1844 	padding-right: 0;
       
  1845 	padding-left: 12px;
       
  1846 }
       
  1847 
       
  1848 #dashboard_right_now .table_content {
       
  1849 	float:right;
       
  1850 }
       
  1851 
       
  1852 #dashboard_right_now .table_discussion {
       
  1853 	float:left;
       
  1854 }
       
  1855 
       
  1856 #dashboard_right_now a.button {
       
  1857 	float: left;
       
  1858 	clear: left;
       
  1859 }
       
  1860 
       
  1861 #dashboard_plugins .inside span {
       
  1862 	 padding-left: 0;
       
  1863 	 padding-right: 5px;
       
  1864 }
       
  1865 
       
  1866 #dashboard-widgets h3 .postbox-title-action {
       
  1867 	right: auto;
       
  1868 	left: 30px;
       
  1869 }
       
  1870 
       
  1871 #the-comment-list .pingback {
       
  1872 	padding-left: 0 !important;
       
  1873 	padding-right: 9px !important;
       
  1874 }
       
  1875 
       
  1876 /* Recent Comments */
       
  1877 #the-comment-list .comment-item {
       
  1878 	padding: 1em 70px 1em 10px;
       
  1879 }
       
  1880 
       
  1881 #the-comment-list .comment-item .avatar {
       
  1882 	float: right;
       
  1883 	margin-left: 0;
       
  1884 	margin-right: -60px;
       
  1885 }
       
  1886 
       
  1887 /* Feeds */
       
  1888 .rss-widget cite {
       
  1889 	text-align: left;
       
  1890 }
       
  1891 
       
  1892 .rss-widget span.rss-date {
       
  1893 	font-family: Tahoma, Arial, sans-serif;
       
  1894 	margin-left: 0;
       
  1895 	margin-right: 3px;
       
  1896 }
       
  1897 
       
  1898 /* QuickPress */
       
  1899 #dashboard_quick_press h4 {
       
  1900 	float: right;
       
  1901 	text-align: left;
       
  1902 }
       
  1903 
       
  1904 #dashboard_quick_press .wp-media-buttons {
       
  1905 	margin: 0 5em 0.5em 0;
       
  1906 }
       
  1907 
       
  1908 #dashboard_quick_press h4 label {
       
  1909 	margin-right: 0;
       
  1910 	margin-left: 10px;
       
  1911 }
       
  1912 
       
  1913 #dashboard_quick_press .input-text-wrap,
       
  1914 #dashboard_quick_press .textarea-wrap {
       
  1915 	margin: 0 5em 1em 0;
       
  1916 }
       
  1917 
       
  1918 #dashboard_quick_press #media-buttons {
       
  1919 	margin: 0 5em .5em 0;
       
  1920 	padding: 0;
       
  1921 }
       
  1922 
       
  1923 #dashboard-widgets #dashboard_quick_press form p.submit {
       
  1924 	margin-left: 0;
       
  1925 	margin-right: 4.6em;
       
  1926 }
       
  1927 
       
  1928 #dashboard-widgets #dashboard_quick_press form p.submit input {
       
  1929 	float: right;
       
  1930 }
       
  1931 
       
  1932 #dashboard-widgets #dashboard_quick_press form p.submit #save-post {
       
  1933 	margin: 0 10px 0 1em;
       
  1934 }
       
  1935 
       
  1936 #dashboard-widgets #dashboard_quick_press form p.submit #publish {
       
  1937 	float: left;
       
  1938 }
       
  1939 
       
  1940 #dashboard-widgets #dashboard_quick_press form p.submit img.waiting {
       
  1941 	margin: 4px 0 0 6px;
       
  1942 }
       
  1943 
       
  1944 /* Recent Drafts */
       
  1945 #dashboard_recent_drafts h4 abbr {
       
  1946 	font-family: Tahoma, Arial, sans-serif;
       
  1947 	margin-left:0;
       
  1948 	margin-right: 3px;
       
  1949 }
       
  1950 
       
  1951 /* login */
       
  1952 body.login {
       
  1953 	font-family: Tahoma, Arial, sans-serif;
       
  1954 }
       
  1955 
       
  1956 .login form {
       
  1957 	margin-right: 8px;
       
  1958 	margin-left: 0;
       
  1959 }
       
  1960 
       
  1961 .login form .forgetmenot {
       
  1962 	float: right;
       
  1963 }
       
  1964 
       
  1965 .login form .submit {
       
  1966 	float: left;
       
  1967 }
       
  1968 
       
  1969 #login form .submit input {
       
  1970 	font-family: Tahoma, Arial, sans-serif;
       
  1971 }
       
  1972 
       
  1973 .login #nav,
       
  1974 .login #backtoblog {
       
  1975 	margin: 0 16px 0 0;
       
  1976 }
       
  1977 
       
  1978 #login_error,
       
  1979 .login .message {
       
  1980 	margin: 0 8px 16px 0;
       
  1981 }
       
  1982 
       
  1983 .login #user_pass,
       
  1984 .login #user_login,
       
  1985 .login #user_email {
       
  1986 	margin-left: 6px;
       
  1987 	margin-right: 0;
       
  1988 	direction: ltr;
       
  1989 }
       
  1990 
       
  1991 .login h1 a {
       
  1992 	text-decoration: none;
       
  1993 }
       
  1994 
       
  1995 .login .button-primary {
       
  1996 	float: left;
       
  1997 }
       
  1998 
       
  1999 /* nav-menu */
       
  2000 #nav-menus-frame {
       
  2001 	margin-right: 300px;
       
  2002 	margin-left: 0;
       
  2003 }
       
  2004 
       
  2005 #wpbody-content #menu-settings-column {
       
  2006 	margin-right: -300px;
       
  2007 	margin-left: 0;
       
  2008 	float: right;
       
  2009 }
       
  2010 
       
  2011 /* Menu Container */
       
  2012 #menu-management-liquid {
       
  2013 	float: right;
       
  2014 }
       
  2015 
       
  2016 #menu-management {
       
  2017 	margin-left: 20px;
       
  2018 	margin-right: 0;
       
  2019 }
       
  2020 
       
  2021 .post-body-plain {
       
  2022 	padding: 10px 0 0 10px;
       
  2023 }
       
  2024 
       
  2025 /* Menu Tabs */
       
  2026 
       
  2027 #menu-management .nav-tabs-arrow-left {
       
  2028 	right: 0;
       
  2029 	left:auto;
       
  2030 }
       
  2031 
       
  2032 #menu-management .nav-tabs-arrow-right {
       
  2033 	left: 0;
       
  2034 	right:auto;
       
  2035 	text-align: left;
       
  2036 	font-family: Tahoma, Arial, sans-serif;
       
  2037 }
       
  2038 
       
  2039 #menu-management .nav-tabs {
       
  2040 	padding-right: 20px;
       
  2041 	padding-left: 10px;
       
  2042 }
       
  2043 
       
  2044 .js #menu-management .nav-tabs {
       
  2045 	float: right;
       
  2046 	margin-right: 0px;
       
  2047 	margin-left: -400px;
       
  2048 }
       
  2049 
       
  2050 #select-nav-menu-container {
       
  2051 	text-align: left;
       
  2052 }
       
  2053 
       
  2054 #wpbody .open-label {
       
  2055 	float:right;
       
  2056 }
       
  2057 
       
  2058 #wpbody .open-label span {
       
  2059 	padding-left: 10px;
       
  2060 	padding-right:0;
       
  2061 }
       
  2062 
       
  2063 .js .input-with-default-title {
       
  2064 	font-style: normal;
       
  2065 	font-weight: bold;
       
  2066 }
       
  2067 
       
  2068 /* Add Menu Item Boxes */
       
  2069 .postbox .howto input {
       
  2070 	float: left;
       
  2071 }
       
  2072 #nav-menu-theme-locations .button-controls {
       
  2073 	text-align: left;
       
  2074 }
       
  2075 
       
  2076 /* Button Primary Actions */
       
  2077 
       
  2078 .meta-sep,
       
  2079 .submitcancel {
       
  2080 	float: right;
       
  2081 }
       
  2082 
       
  2083 #cancel-save {
       
  2084 	margin-left: 0;
       
  2085 	margin-right: 20px;
       
  2086 }
       
  2087 
       
  2088 /* Button Secondary Actions */
       
  2089 .list-controls {
       
  2090 	 float: right;
       
  2091 }
       
  2092 .add-to-menu {
       
  2093 	float: left;
       
  2094 }
       
  2095 
       
  2096 /* Custom Links */
       
  2097 #add-custom-link label span {
       
  2098 	float: right;
       
  2099 	padding-left: 5px;
       
  2100 	padding-right: 0;
       
  2101 }
       
  2102 
       
  2103 .nav-menus-php .howto span {
       
  2104 	float: right;
       
  2105 }
       
  2106 
       
  2107 .list li .menu-item-title input {
       
  2108 	margin-left: 3px;
       
  2109 	margin-right: 0;
       
  2110 }
       
  2111 
       
  2112 /* Nav Menu */
       
  2113 .menu-item-handle {
       
  2114 	padding-right: 10px;
       
  2115 	padding-left: 0;
       
  2116 }
       
  2117 .menu-item-edit-active .menu-item-handle {
       
  2118 	-webkit-border-bottom-left-radius: 0;
       
  2119 	-webkit-border-bottom-right-radius: 0;
       
  2120 	border-bottom-left-radius: 0;
       
  2121 	border-bottom-right-radius: 0;
       
  2122 }
       
  2123 .menu-item-handle .item-title {
       
  2124 	margin-left:13em;
       
  2125 	margin-right:0;
       
  2126 }
       
  2127 .menu-item-handle .item-edit {
       
  2128 	right: auto;
       
  2129 	left: -20px;
       
  2130 }
       
  2131 
       
  2132 /* WARNING: The factor of 30px is hardcoded into the nav-menus javascript. */
       
  2133 .menu-item-depth-0 { margin-right: 0px; margin-left:0;}
       
  2134 .menu-item-depth-1 { margin-right: 30px; margin-left:0;}
       
  2135 .menu-item-depth-2 { margin-right: 60px; margin-left:0;}
       
  2136 .menu-item-depth-3 { margin-right: 90px; margin-left:0;}
       
  2137 .menu-item-depth-4 { margin-right: 120px; margin-left:0;}
       
  2138 .menu-item-depth-5 { margin-right: 150px; margin-left:0;}
       
  2139 .menu-item-depth-6 { margin-right: 180px; margin-left:0;}
       
  2140 .menu-item-depth-7 { margin-right: 210px; margin-left:0;}
       
  2141 .menu-item-depth-8 { margin-right: 240px; margin-left:0;}
       
  2142 .menu-item-depth-9 { margin-right: 270px; margin-left:0;}
       
  2143 .menu-item-depth-10 { margin-right: 300px; margin-left:0;}
       
  2144 .menu-item-depth-11 { margin-right: 330px; margin-left:0;}
       
  2145 
       
  2146 .menu-item-depth-0 .menu-item-transport { margin-right: 0px; margin-left:0;}
       
  2147 .menu-item-depth-1 .menu-item-transport { margin-right: -30px; margin-left:0;}
       
  2148 .menu-item-depth-2 .menu-item-transport { margin-right: -60px; margin-left:0;}
       
  2149 .menu-item-depth-3 .menu-item-transport { margin-right: -90px; margin-left:0;}
       
  2150 .menu-item-depth-4 .menu-item-transport { margin-right: -120px; margin-left:0;}
       
  2151 .menu-item-depth-5 .menu-item-transport { margin-right: -150px; margin-left:0;}
       
  2152 .menu-item-depth-6 .menu-item-transport { margin-right: -180px; margin-left:0;}
       
  2153 .menu-item-depth-7 .menu-item-transport { margin-right: -210px; margin-left:0;}
       
  2154 .menu-item-depth-8 .menu-item-transport { margin-right: -240px; margin-left:0;}
       
  2155 .menu-item-depth-9 .menu-item-transport { margin-right: -270px; margin-left:0;}
       
  2156 .menu-item-depth-10 .menu-item-transport { margin-right: -300px; margin-left:0;}
       
  2157 .menu-item-depth-11 .menu-item-transport { margin-right: -330px; margin-left:0;}
       
  2158 
       
  2159 /* Menu item controls */
       
  2160 .item-type {
       
  2161 	padding-left: 10px;
       
  2162 	padding-right:0;
       
  2163 }
       
  2164 
       
  2165 .item-controls {
       
  2166 	left: 20px;
       
  2167 	right: auto;
       
  2168 }
       
  2169 
       
  2170 .item-controls .item-order {
       
  2171 	padding-left: 10px;
       
  2172 	padding-right: 0;
       
  2173 }
       
  2174 
       
  2175 .item-edit {
       
  2176 	left: -20px;
       
  2177 	right:auto;
       
  2178 	-webkit-border-bottom-right-radius: 3px;
       
  2179 	-webkit-border-bottom-left-radius: 0;
       
  2180 	border-bottom-right-radius: 3px;
       
  2181 	border-bottom-left-radius: 0;
       
  2182 }
       
  2183 
       
  2184 /* Menu editing */
       
  2185 .menu-item-settings {
       
  2186 	padding: 10px 10px 10px 0;
       
  2187 	border-width: 0 1px 1px 1px;
       
  2188 }
       
  2189 
       
  2190 #custom-menu-item-url {
       
  2191 	direction: ltr;
       
  2192 }
       
  2193 
       
  2194 .link-to-original {
       
  2195 	font-style: normal;
       
  2196 	font-weight: bold;
       
  2197 }
       
  2198 
       
  2199 .link-to-original a {
       
  2200 	padding-right: 4px;
       
  2201 	padding-left:0;
       
  2202 }
       
  2203 
       
  2204 .menu-item-settings .description-thin,
       
  2205 .menu-item-settings .description-wide {
       
  2206 	margin-left: 10px;
       
  2207 	margin-right:0;
       
  2208 	float: right;
       
  2209 }
       
  2210 
       
  2211 /* Major/minor publishing actions (classes) */
       
  2212 .major-publishing-actions .publishing-action {
       
  2213 	text-align: left;
       
  2214 	float: left;
       
  2215 }
       
  2216 
       
  2217 .major-publishing-actions .delete-action {
       
  2218 	text-align: right;
       
  2219 	float: right;
       
  2220 	padding-left: 15px;
       
  2221 	padding-right:0;
       
  2222 }
       
  2223 
       
  2224 .menu-name-label {
       
  2225 	margin-left: 15px;
       
  2226 	margin-right:0;
       
  2227 }
       
  2228 
       
  2229 .auto-add-pages {
       
  2230 	float: right;
       
  2231 }
       
  2232 
       
  2233 /* Star ratings */
       
  2234 div.star-holder {
       
  2235 	background: url('../images/stars-rtl.png?ver=20120506.png') repeat-x bottom right;
       
  2236 }
       
  2237 div.star-holder .star-rating {
       
  2238 	background: url('../images/stars-rtl.png?ver=20120506.png') repeat-x top right;
       
  2239 	float: right;
       
  2240 }
       
  2241 
       
  2242 #plugin-information ul#sidemenu {
       
  2243 	left: auto;
       
  2244 	right: 0;
       
  2245 }
       
  2246 
       
  2247 #plugin-information h2 {
       
  2248 	margin-right: 0;
       
  2249 	margin-left: 200px;
       
  2250 }
       
  2251 
       
  2252 #plugin-information .fyi {
       
  2253 	margin-left: 5px;
       
  2254 	margin-right: 20px;
       
  2255 }
       
  2256 
       
  2257 #plugin-information .fyi h2 {
       
  2258 	margin-left: 0;
       
  2259 }
       
  2260 
       
  2261 #plugin-information .fyi ul {
       
  2262 	padding: 10px 7px 10px 5px;
       
  2263 }
       
  2264 
       
  2265 #plugin-information #section-screenshots li p {
       
  2266 	padding-left: 0;
       
  2267 	padding-right: 20px;
       
  2268 }
       
  2269 
       
  2270 #plugin-information #section-screenshots ol,
       
  2271 #plugin-information .updated,
       
  2272 #plugin-information pre {
       
  2273 	margin-right: 0;
       
  2274 	margin-left: 215px;
       
  2275 }
       
  2276 
       
  2277 #plugin-information .updated,
       
  2278 #plugin-information .error {
       
  2279 	clear: none;
       
  2280 	direction: rtl;
       
  2281 }
       
  2282 
       
  2283 #plugin-information #section-holder .section {
       
  2284 	direction: ltr;
       
  2285 }
       
  2286 
       
  2287 /* Editor/Main Column */
       
  2288 .posting {
       
  2289 	margin-left: 212px;
       
  2290 	margin-right: 0;
       
  2291 	position: relative;
       
  2292 }
       
  2293 
       
  2294 h3.tb {
       
  2295 	margin-left: 0;
       
  2296 	margin-right: 5px;
       
  2297 }
       
  2298 
       
  2299 #publish {
       
  2300 	float: left;
       
  2301 }
       
  2302 
       
  2303 .postbox .handlediv {
       
  2304 	float: left;
       
  2305 }
       
  2306 
       
  2307 .actions li {
       
  2308 	float: right;
       
  2309 	margin-right: 0;
       
  2310 	margin-left: 10px;
       
  2311 }
       
  2312 
       
  2313 #extra-fields .actions {
       
  2314     margin: -23px 0 0 -7px;
       
  2315 }
       
  2316 
       
  2317 /* Photo Styles */
       
  2318 #img_container a {
       
  2319 	float: right;
       
  2320 }
       
  2321 
       
  2322 #category-add input,
       
  2323 #category-add select {
       
  2324 	font-family: Tahoma, Arial, sans-serif;
       
  2325 }
       
  2326 
       
  2327 /* Tags */
       
  2328 #tagsdiv #newtag {
       
  2329 	margin-right: 0;
       
  2330 	margin-left: 5px;
       
  2331 }
       
  2332 
       
  2333 #tagadd {
       
  2334 	margin-left: 0;
       
  2335 	margin-right: 3px;
       
  2336 }
       
  2337 
       
  2338 #tagchecklist span {
       
  2339 	margin-left: .5em;
       
  2340 	margin-right: 10px;
       
  2341 	float: right;
       
  2342 }
       
  2343 #tagchecklist span a {
       
  2344 	margin: 6px -9px 0 0;
       
  2345 	float: right;
       
  2346 }
       
  2347 
       
  2348 .submit input,
       
  2349 .button,
       
  2350 .button-primary,
       
  2351 .button-secondary,
       
  2352 .button-highlighted,
       
  2353 #postcustomstuff .submit input {
       
  2354 	font-family: Tahoma, Arial, sans-serif;
       
  2355 }
       
  2356 
       
  2357 .ac_results li {
       
  2358 	text-align: right;
       
  2359 }
       
  2360 
       
  2361 #TB_ajaxContent #options {
       
  2362 	right: auto;
       
  2363 	left: 25px;
       
  2364 }
       
  2365 
       
  2366 #post_status {
       
  2367 	margin-left: 0;
       
  2368 	margin-right: 10px;
       
  2369 }
       
  2370 
       
  2371 /* theme-editor, plugin-editor */
       
  2372 #templateside {
       
  2373 	float: left;
       
  2374 }
       
  2375 
       
  2376 #template textarea,
       
  2377 #docs-list {
       
  2378 	direction: ltr;
       
  2379 }
       
  2380 
       
  2381 /* theme-install */
       
  2382 .theme-details .theme-version {
       
  2383 	float: right;
       
  2384 }
       
  2385 
       
  2386 .theme-details .star-holder {
       
  2387 	float: left;
       
  2388 }
       
  2389 
       
  2390 .feature-filter .feature-group {
       
  2391 	float: right;
       
  2392 }
       
  2393 
       
  2394 .feature-filter .feature-name {
       
  2395 	float: right;
       
  2396 	text-align: left;
       
  2397 }
       
  2398 
       
  2399 .feature-filter .feature-group li {
       
  2400 	float: right;
       
  2401 	padding-right: 0;
       
  2402 	padding-left: 25px;
       
  2403 }
       
  2404 
       
  2405 /* widgets */
       
  2406 /* 2 column liquid layout */
       
  2407 div.widget-liquid-left {
       
  2408 	float: right;
       
  2409 	clear: right;
       
  2410 	margin-right: 0;
       
  2411 	margin-left: -325px;
       
  2412 }
       
  2413 
       
  2414 div#widgets-left {
       
  2415 	margin-right: 5px;
       
  2416 	margin-left: 325px;
       
  2417 }
       
  2418 
       
  2419 div.widget-liquid-right {
       
  2420 	float: left;
       
  2421 	clear: left;
       
  2422 }
       
  2423 
       
  2424 .inactive-sidebar .widget {
       
  2425 	float: right;
       
  2426 }
       
  2427 
       
  2428 div.sidebar-name h3 {
       
  2429 	font-family: Tahoma, Arial, sans-serif;
       
  2430 }
       
  2431 
       
  2432 #widget-list .widget {
       
  2433 	float: right;
       
  2434 }
       
  2435 
       
  2436 .inactive-sidebar .widget-placeholder {
       
  2437 	float: right;
       
  2438 }
       
  2439 
       
  2440 .widget-top .widget-title-action {
       
  2441 	float: left;
       
  2442 }
       
  2443 
       
  2444 .widget-control-edit {
       
  2445 	padding: 0 0 0 8px;
       
  2446 }
       
  2447 
       
  2448 .sidebar-name-arrow {
       
  2449 	float: left;
       
  2450 }
       
  2451 
       
  2452 /* Press This */
       
  2453 .press-this-sidebar {
       
  2454 	float: left;
       
  2455 }
       
  2456 
       
  2457 .press-this #header-logo,
       
  2458 .press-this #wphead h1 {
       
  2459 	float: right;
       
  2460 }
       
  2461 
       
  2462 /* RTL */
       
  2463 .ltr {
       
  2464 	direction: ltr;
       
  2465 }
       
  2466 
       
  2467 /* =Localized CSS
       
  2468 -------------------------------------------------------------- */
       
  2469 
       
  2470 /* he_IL: Remove Tahoma from the font stack. Arial is best for Hebrew. */
       
  2471 body.locale-he-il,
       
  2472 .locale-he-il .quicktags, .locale-he-il .search,
       
  2473 .locale-he-il .howto,
       
  2474 .locale-he-il #adminmenu .awaiting-mod,
       
  2475 .locale-he-il #adminmenu span.update-plugins,
       
  2476 .locale-he-il #sidemenu li a span.update-plugins,
       
  2477 .locale-he-il .post-com-count-wrapper,
       
  2478 .locale-he-il .widefat th,
       
  2479 .locale-he-il .tablenav .displaying-num,
       
  2480 .locale-he-il .inline-edit-row fieldset span.title,
       
  2481 .locale-he-il .inline-edit-row fieldset span.checkbox-title,
       
  2482 .locale-he-il .inline-edit-row fieldset ul.cat-checklist label,
       
  2483 .locale-he-il .inline-edit-row .catshow,
       
  2484 .locale-he-il .inline-edit-row .cathide,
       
  2485 .locale-he-il .inline-edit-row #bulk-titles div,
       
  2486 .locale-he-il p.help,
       
  2487 .locale-he-il p.description,
       
  2488 .locale-he-il span.description,
       
  2489 .locale-he-il .form-wrap p,
       
  2490 .locale-he-il h2 .nav-tab,
       
  2491 .locale-he-il #your-profile legend,
       
  2492 .locale-he-il #utc-time, .locale-he-il #local-time,
       
  2493 .locale-he-il #poststuff h3,
       
  2494 .locale-he-il .metabox-holder h3,
       
  2495 .locale-he-il .tool-box .title,
       
  2496 .locale-he-il td,
       
  2497 .locale-he-il textarea,
       
  2498 .locale-he-il input,
       
  2499 .locale-he-il select,
       
  2500 .locale-he-il .wrap h2,
       
  2501 .locale-he-il .subtitle,
       
  2502 .locale-he-il .wrap .add-new-h2,
       
  2503 .locale-he-il #dashboard_right_now p.sub,
       
  2504 .locale-he-il #dashboard-widgets h4,
       
  2505 .locale-he-il a.rsswidget,
       
  2506 .locale-he-il #dashboard_plugins h4,
       
  2507 .locale-he-il #dashboard_plugins h5,
       
  2508 .locale-he-il #dashboard_recent_comments .comment-meta .approve,
       
  2509 .locale-he-il #dashboard_right_now td.b,
       
  2510 .locale-he-il #dashboard_right_now .versions a,
       
  2511 .locale-he-il .rss-widget span.rss-date,
       
  2512 .locale-he-il #dashboard_recent_drafts h4 abbr,
       
  2513 body.login.locale-he-il,
       
  2514 .locale-he-il #login form .submit input,
       
  2515 .locale-he-il #menu-management .nav-tabs-arrow-right,
       
  2516 .locale-he-il #category-add input,
       
  2517 .locale-he-il #category-add select,
       
  2518 .locale-he-il .submit input,
       
  2519 .locale-he-il .button,
       
  2520 .locale-he-il .button-primary,
       
  2521 .locale-he-il .button-secondary,
       
  2522 .locale-he-il .button-highlighted,
       
  2523 .locale-he-il #postcustomstuff .submit input,
       
  2524 .locale-he-il div.sidebar-name h3 {
       
  2525 	font-family: Arial, sans-serif;
       
  2526 }
       
  2527 
       
  2528 /* he_IL: Have <em> be bold rather than italic. */
       
  2529 .locale-he-il em {
       
  2530 	font-style: normal;
       
  2531 	font-weight: bold;
       
  2532 }