wp/wp-admin/css/admin-menu-rtl.css
changeset 16 a86126ab1dd4
parent 9 177826044cd9
child 18 be944660c56a
equal deleted inserted replaced
15:3d4e9c994f10 16:a86126ab1dd4
       
     1 /*! This file is auto-generated */
     1 #adminmenuback,
     2 #adminmenuback,
     2 #adminmenuwrap,
     3 #adminmenuwrap,
     3 #adminmenu,
     4 #adminmenu,
     4 #adminmenu .wp-submenu {
     5 #adminmenu .wp-submenu {
     5 	width: 160px;
     6 	width: 160px;
     9 #adminmenuback {
    10 #adminmenuback {
    10 	position: fixed;
    11 	position: fixed;
    11 	top: 0;
    12 	top: 0;
    12 	bottom: -120px;
    13 	bottom: -120px;
    13 	z-index: 1; /* positive z-index to avoid elastic scrolling woes in Safari */
    14 	z-index: 1; /* positive z-index to avoid elastic scrolling woes in Safari */
       
    15 }
       
    16 
       
    17 .php-error #adminmenuback {
       
    18 	position: absolute;
       
    19 }
       
    20 
       
    21 .php-error #adminmenuback,
       
    22 .php-error #adminmenuwrap {
       
    23 	margin-top: 2em;
    14 }
    24 }
    15 
    25 
    16 #adminmenu {
    26 #adminmenu {
    17 	clear: right;
    27 	clear: right;
    18 	margin: 12px 0;
    28 	margin: 12px 0;
   165 }
   175 }
   166 
   176 
   167 #adminmenu .wp-submenu a {
   177 #adminmenu .wp-submenu a {
   168 	color: #b4b9be;
   178 	color: #b4b9be;
   169 	color: rgba(240, 245, 250, 0.7);
   179 	color: rgba(240, 245, 250, 0.7);
       
   180 	font-size: 13px;
       
   181 	line-height: 1.4;
       
   182 	margin: 0;
       
   183 	padding: 5px 0;
   170 }
   184 }
   171 
   185 
   172 #adminmenu .wp-submenu a:hover,
   186 #adminmenu .wp-submenu a:hover,
   173 #adminmenu .wp-submenu a:focus {
   187 #adminmenu .wp-submenu a:focus {
   174 	background: none;
   188 	background: none;
   276 .folded #adminmenu .wp-has-current-submenu .wp-submenu {
   290 .folded #adminmenu .wp-has-current-submenu .wp-submenu {
   277 	min-width: 160px;
   291 	min-width: 160px;
   278 	width: auto;
   292 	width: auto;
   279 }
   293 }
   280 
   294 
   281 #adminmenu .wp-submenu a {
       
   282 	font-size: 13px;
       
   283 	line-height: 1.4;
       
   284 	margin: 0;
       
   285 	padding: 5px 0;
       
   286 }
       
   287 
       
   288 #adminmenu .wp-submenu li.current,
   295 #adminmenu .wp-submenu li.current,
   289 #adminmenu .wp-submenu li.current a,
   296 #adminmenu .wp-submenu li.current a,
   290 #adminmenu .opensub .wp-submenu li.current a,
   297 #adminmenu .opensub .wp-submenu li.current a,
   291 #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
   298 #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
   292 #adminmenu .wp-submenu li.current a:hover,
   299 #adminmenu .wp-submenu li.current a:hover,
   383 #adminmenu li a:focus div.wp-menu-image:before,
   390 #adminmenu li a:focus div.wp-menu-image:before,
   384 #adminmenu li.opensub div.wp-menu-image:before {
   391 #adminmenu li.opensub div.wp-menu-image:before {
   385 	color: #00b9eb;
   392 	color: #00b9eb;
   386 }
   393 }
   387 
   394 
   388 /* IE8 doesn't redraw the pseudo elements unless you make a change to the content, this restore the initial color after hover */
       
   389 .ie8 #adminmenu li.opensub div.wp-menu-image:before {
       
   390 	color: #a0a5aa;
       
   391 }
       
   392 
       
   393 .folded #adminmenu div.wp-menu-image {
   395 .folded #adminmenu div.wp-menu-image {
   394 	width: 35px;
   396 	width: 35px;
   395 	height: 30px;
   397 	height: 30px;
   396 	position: absolute;
   398 	position: absolute;
   397 	z-index: 25;
   399 	z-index: 25;
   398 }
   400 }
   399 
   401 
   400 .folded #adminmenu a.menu-top {
   402 .folded #adminmenu a.menu-top {
   401 	height: 34px;
   403 	height: 34px;
   402 }
   404 }
   403 
       
   404 /* No @font-face support */
       
   405 .no-font-face #adminmenu .wp-menu-image {
       
   406 	display: none;
       
   407 }
       
   408 
       
   409 .no-font-face #adminmenu div.wp-menu-name {
       
   410 	padding: 8px 12px;
       
   411 }
       
   412 
       
   413 .no-font-face.auto-fold #adminmenu .wp-menu-name {
       
   414 	margin-right: 0;
       
   415 }
       
   416 /* End no @font-face support */
       
   417 
   405 
   418 /* Sticky admin menu */
   406 /* Sticky admin menu */
   419 .sticky-menu #adminmenuwrap {
   407 .sticky-menu #adminmenuwrap {
   420 	position: fixed;
   408 	position: fixed;
   421 }
   409 }
   763 		position: absolute;
   751 		position: absolute;
   764 		width: 190px;
   752 		width: 190px;
   765 		z-index: 100;
   753 		z-index: 100;
   766 	}
   754 	}
   767 
   755 
       
   756 	.auto-fold #adminmenuback {
       
   757 		position: fixed;
       
   758 	}
       
   759 
   768 	.auto-fold #adminmenuback,
   760 	.auto-fold #adminmenuback,
   769 	.auto-fold #adminmenuwrap {
   761 	.auto-fold #adminmenuwrap {
   770 		display: none;
   762 		display: none;
   771 	}
   763 	}
   772 
   764