wp/wp-includes/css/admin-bar-rtl.css
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
child 22 8c2e4d02f4ef
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
    14 	text-transform: none;
    14 	text-transform: none;
    15 	letter-spacing: normal;
    15 	letter-spacing: normal;
    16 	font-size: 13px;
    16 	font-size: 13px;
    17 	font-weight: 400;
    17 	font-weight: 400;
    18 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    18 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
       
    19 	font-style: normal;
    19 	line-height: 2.46153846;
    20 	line-height: 2.46153846;
    20 	border-radius: 0;
    21 	border-radius: 0;
    21 	box-sizing: content-box;
    22 	box-sizing: content-box;
    22 	transition: none;
    23 	transition: none;
    23 	-webkit-font-smoothing: subpixel-antialiased; /* Prevent Safari from switching to standard antialiasing on hover */
    24 	-webkit-font-smoothing: subpixel-antialiased; /* Prevent Safari from switching to standard antialiasing on hover */
   124 	float: right;
   125 	float: right;
   125 }
   126 }
   126 
   127 
   127 #wpadminbar .ab-empty-item {
   128 #wpadminbar .ab-empty-item {
   128 	outline: none;
   129 	outline: none;
   129 }
       
   130 
       
   131 #wpadminbar .quicklinks .ab-top-secondary > li {
       
   132 	float: left;
       
   133 }
   130 }
   134 
   131 
   135 #wpadminbar .quicklinks a,
   132 #wpadminbar .quicklinks a,
   136 #wpadminbar .quicklinks .ab-empty-item,
   133 #wpadminbar .quicklinks .ab-empty-item,
   137 #wpadminbar .shortlink-input {
   134 #wpadminbar .shortlink-input {
   703 /* Skip link */
   700 /* Skip link */
   704 #wpadminbar .screen-reader-text,
   701 #wpadminbar .screen-reader-text,
   705 #wpadminbar .screen-reader-text span {
   702 #wpadminbar .screen-reader-text span {
   706 	border: 0;
   703 	border: 0;
   707 	clip: rect(1px, 1px, 1px, 1px);
   704 	clip: rect(1px, 1px, 1px, 1px);
   708 	-webkit-clip-path: inset(50%);
       
   709 	clip-path: inset(50%);
   705 	clip-path: inset(50%);
   710 	height: 1px;
   706 	height: 1px;
   711 	margin: -1px;
   707 	margin: -1px;
   712 	overflow: hidden;
   708 	overflow: hidden;
   713 	padding: 0;
   709 	padding: 0;
   717 }
   713 }
   718 
   714 
   719 #wpadminbar .screen-reader-shortcut {
   715 #wpadminbar .screen-reader-shortcut {
   720 	position: absolute;
   716 	position: absolute;
   721 	top: -1000em;
   717 	top: -1000em;
   722 }
       
   723 
       
   724 #wpadminbar .screen-reader-shortcut:focus {
       
   725 	right: 6px;
   718 	right: 6px;
   726 	top: 7px;
       
   727 	height: auto;
   719 	height: auto;
   728 	width: auto;
   720 	width: auto;
   729 	display: block;
   721 	display: block;
   730 	font-size: 14px;
   722 	font-size: 14px;
   731 	font-weight: 600;
   723 	font-weight: 600;
   733 	background: #f0f0f1;
   725 	background: #f0f0f1;
   734 	color: #2271b1;
   726 	color: #2271b1;
   735 	z-index: 100000;
   727 	z-index: 100000;
   736 	line-height: normal;
   728 	line-height: normal;
   737 	text-decoration: none;
   729 	text-decoration: none;
       
   730 }
       
   731 
       
   732 #wpadminbar .screen-reader-shortcut:focus {
       
   733 	top: 7px;
       
   734 	background: #f0f0f1;
   738 	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
   735 	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
   739 }
   736 }
   740 
   737 
   741 @media screen and (max-width: 782px) {
   738 @media screen and (max-width: 782px) {
   742 	html {
   739 	html {
   796 	}
   793 	}
   797 
   794 
   798 	#wpadminbar .ab-label {
   795 	#wpadminbar .ab-label {
   799 		border: 0;
   796 		border: 0;
   800 		clip: rect(1px, 1px, 1px, 1px);
   797 		clip: rect(1px, 1px, 1px, 1px);
   801 		-webkit-clip-path: inset(50%);
       
   802 		clip-path: inset(50%);
   798 		clip-path: inset(50%);
   803 		height: 1px;
   799 		height: 1px;
   804 		margin: -1px;
   800 		margin: -1px;
   805 		overflow: hidden;
   801 		overflow: hidden;
   806 		padding: 0;
   802 		padding: 0;
  1035 	#wpadminbar #wp-admin-bar-edit,
  1031 	#wpadminbar #wp-admin-bar-edit,
  1036 	#wpadminbar #wp-admin-bar-my-account {
  1032 	#wpadminbar #wp-admin-bar-my-account {
  1037 		position: static;
  1033 		position: static;
  1038 	}
  1034 	}
  1039 
  1035 
  1040 	#wpadminbar #wp-admin-bar-my-account {
       
  1041 		float: left;
       
  1042 	}
       
  1043 
       
  1044 	.network-admin #wpadminbar ul#wp-admin-bar-top-secondary > li#wp-admin-bar-my-account {
  1036 	.network-admin #wpadminbar ul#wp-admin-bar-top-secondary > li#wp-admin-bar-my-account {
  1045 		margin-left: 0;
  1037 		margin-left: 0;
  1046 	}
  1038 	}
  1047 
  1039 
  1048 	/* Realign arrows on taller responsive submenus */
  1040 	/* Realign arrows on taller responsive submenus */