wp/wp-includes/css/wp-auth-check.css
changeset 0 d970ebf37754
child 5 5e2f62d02dcd
equal deleted inserted replaced
-1:000000000000 0:d970ebf37754
       
     1 /*------------------------------------------------------------------------------
       
     2  Interim login dialog
       
     3 ------------------------------------------------------------------------------*/
       
     4 
       
     5 #wp-auth-check-wrap.hidden {
       
     6 	display: none;
       
     7 }
       
     8 
       
     9 #wp-auth-check-wrap #wp-auth-check-bg {
       
    10 	position: fixed;
       
    11 	top: 0;
       
    12 	bottom: 0;
       
    13 	left: 0;
       
    14 	right: 0;
       
    15 	background: #000;
       
    16 	opacity: 0.5;
       
    17 	filter: alpha(opacity=50);
       
    18 	z-index: 1000000;
       
    19 }
       
    20 
       
    21 #wp-auth-check-wrap #wp-auth-check {
       
    22 	position: fixed;
       
    23 	left: 50%;
       
    24 	overflow: hidden;
       
    25 	top: 40px;
       
    26 	bottom: 20px;
       
    27 	max-height: 415px;
       
    28 	width: 380px;
       
    29 	margin: 0 0 0 -190px;
       
    30 	padding: 30px 0 0;
       
    31 	background-color: #fbfbfb;
       
    32 	-webkit-border-radius: 3px;
       
    33 	border-radius: 3px;
       
    34 	z-index: 1000001;
       
    35 }
       
    36 
       
    37 #wp-auth-check-wrap.fallback #wp-auth-check {
       
    38 	max-height: 180px;
       
    39 	overflow: auto;
       
    40 }
       
    41 
       
    42 #wp-auth-check-wrap #wp-auth-check-form {
       
    43 	background: url(../images/wpspin-2x.gif) no-repeat center center;
       
    44 	background-size: 16px 16px;
       
    45 	height: 100%;
       
    46 }
       
    47 
       
    48 #wp-auth-check-wrap #wp-auth-check-form iframe {
       
    49 	height: 100%;
       
    50 	width: 100%;
       
    51 	overflow: auto;
       
    52 }
       
    53 
       
    54 #wp-auth-check-wrap .wp-auth-check-close {
       
    55 	position: absolute;
       
    56 	top: 8px;
       
    57 	right: 8px;
       
    58 	height: 14px;
       
    59 	width: 14px;
       
    60 	cursor: pointer;
       
    61 	background-image: url(../images/uploader-icons.png);
       
    62 	background-repeat: no-repeat;
       
    63 	background-position: -100px 0;
       
    64 }
       
    65 
       
    66 #wp-auth-check-wrap .wp-auth-check-close:focus {
       
    67 	outline: 1px dotted #888;
       
    68 }
       
    69 
       
    70 #wp-auth-check-wrap .wp-auth-fallback-expired {
       
    71 	outline: 0;
       
    72 }
       
    73 
       
    74 #wp-auth-check-wrap .wp-auth-fallback {
       
    75 	font-size: 14px;
       
    76 	line-height: 21px;
       
    77 	padding: 0 25px;
       
    78 	display: none;
       
    79 }
       
    80 
       
    81 #wp-auth-check-wrap.fallback .wp-auth-fallback,
       
    82 #wp-auth-check-wrap.fallback .wp-auth-check-close {
       
    83 	display: block;
       
    84 }
       
    85 
       
    86 @media print,
       
    87   (-o-min-device-pixel-ratio: 5/4),
       
    88   (-webkit-min-device-pixel-ratio: 1.25),
       
    89   (min-resolution: 120dpi) {
       
    90 	#wp-auth-check-wrap .wp-auth-check-close {
       
    91 		background-image: url(../images/uploader-icons-2x.png);
       
    92   		background-size: 134px 15px;
       
    93 	}
       
    94 }