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