wp/wp-admin/css/install-rtl.css
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
child 22 8c2e4d02f4ef
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
    25 	color: #135e96;
    25 	color: #135e96;
    26 }
    26 }
    27 
    27 
    28 a:focus {
    28 a:focus {
    29 	color: #043959;
    29 	color: #043959;
    30 	box-shadow:
    30 	box-shadow: 0 0 0 2px #2271b1;
    31 		0 0 0 1px #4f94d4,
    31 	/* Only visible in Windows High Contrast mode */
    32 		0 0 2px 1px rgba(79, 148, 212, 0.8);
    32 	outline: 2px solid transparent;
    33 }
    33 }
    34 
    34 
    35 h1, h2 {
    35 h1, h2 {
    36 	border-bottom: 1px solid #dcdcde;
    36 	border-bottom: 1px solid #dcdcde;
    37 	clear: both;
    37 	clear: both;
    69 
    69 
    70 fieldset {
    70 fieldset {
    71 	border: 0;
    71 	border: 0;
    72 	padding: 0;
    72 	padding: 0;
    73 	margin: 0;
    73 	margin: 0;
    74 }
       
    75 
       
    76 label {
       
    77 	cursor: pointer;
       
    78 }
    74 }
    79 
    75 
    80 #logo {
    76 #logo {
    81 	margin: -130px auto 25px;
    77 	margin: -130px auto 25px;
    82 	padding: 0 0 25px;
    78 	padding: 0 0 25px;
   130 
   126 
   131 .form-table th {
   127 .form-table th {
   132 	font-size: 14px;
   128 	font-size: 14px;
   133 	text-align: right;
   129 	text-align: right;
   134 	padding: 10px 0 10px 20px;
   130 	padding: 10px 0 10px 20px;
   135 	width: 140px;
   131 	width: 115px;
   136 	vertical-align: top;
   132 	vertical-align: top;
   137 }
   133 }
   138 
   134 
   139 .form-table code {
   135 .form-table code {
   140 	line-height: 1.28571428;
   136 	line-height: 1.28571428;
   142 }
   138 }
   143 
   139 
   144 .form-table p {
   140 .form-table p {
   145 	margin: 4px 0 0;
   141 	margin: 4px 0 0;
   146 	font-size: 11px;
   142 	font-size: 11px;
       
   143 }
       
   144 
       
   145 .form-table .setup-description {
       
   146 	margin: 4px 0 0;
       
   147 	line-height: 1.6;
   147 }
   148 }
   148 
   149 
   149 .form-table input {
   150 .form-table input {
   150 	line-height: 1.33333333;
   151 	line-height: 1.33333333;
   151 	font-size: 15px;
   152 	font-size: 15px;
   152 	padding: 3px 5px;
   153 	padding: 3px 5px;
       
   154 }
       
   155 
       
   156 .wp-pwd {
       
   157 	margin-top: 0;
       
   158 }
       
   159 
       
   160 .form-table .wp-pwd {
       
   161 	display: flex;
       
   162 	column-gap: 4px;
       
   163 }
       
   164 
       
   165 .form-table .password-input-wrapper {
       
   166 	width: 100%;
   153 }
   167 }
   154 
   168 
   155 input,
   169 input,
   156 submit {
   170 submit {
   157 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
   171 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
   160 .form-table input[type=text],
   174 .form-table input[type=text],
   161 .form-table input[type=email],
   175 .form-table input[type=email],
   162 .form-table input[type=url],
   176 .form-table input[type=url],
   163 .form-table input[type=password],
   177 .form-table input[type=password],
   164 #pass-strength-result {
   178 #pass-strength-result {
   165 	width: 218px;
   179 	width: 100%;
   166 }
   180 }
   167 
   181 
   168 .form-table th p {
   182 .form-table th p {
   169 	font-weight: 400;
   183 	font-weight: 400;
   170 }
   184 }
   285 		display: block;
   299 		display: block;
   286 		max-width: none;
   300 		max-width: none;
   287 		box-sizing: border-box;
   301 		box-sizing: border-box;
   288 	}
   302 	}
   289 
   303 
       
   304 	#pwd {
       
   305 		padding-left: 2.5rem;
       
   306 	}
       
   307 
   290 	.wp-pwd #pass1 {
   308 	.wp-pwd #pass1 {
   291 		padding-left: 50px;
   309 		padding-left: 50px;
   292 	}
   310 	}
   293 
   311 
   294 	.wp-pwd .button.wp-hide-pw {
   312 	.wp-pwd .button.wp-hide-pw {
   331 
   349 
   332 .screen-reader-input,
   350 .screen-reader-input,
   333 .screen-reader-text {
   351 .screen-reader-text {
   334 	border: 0;
   352 	border: 0;
   335 	clip: rect(1px, 1px, 1px, 1px);
   353 	clip: rect(1px, 1px, 1px, 1px);
   336 	-webkit-clip-path: inset(50%);
       
   337 	clip-path: inset(50%);
   354 	clip-path: inset(50%);
   338 	height: 1px;
   355 	height: 1px;
   339 	margin: -1px;
   356 	margin: -1px;
   340 	overflow: hidden;
   357 	overflow: hidden;
   341 	padding: 0;
   358 	padding: 0;
   368 
   385 
   369 /**
   386 /**
   370  * HiDPI Displays
   387  * HiDPI Displays
   371  */
   388  */
   372 @media print,
   389 @media print,
   373   (-webkit-min-device-pixel-ratio: 1.25),
       
   374   (min-resolution: 120dpi) {
   390   (min-resolution: 120dpi) {
   375 
   391 
   376 	.spinner {
   392 	.spinner {
   377 		background-image: url(../images/spinner-2x.gif);
   393 		background-image: url(../images/spinner-2x.gif);
   378 	}
   394 	}