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