wp/wp-admin/css/install.css
changeset 16 a86126ab1dd4
parent 9 177826044cd9
child 18 be944660c56a
equal deleted inserted replaced
15:3d4e9c994f10 16:a86126ab1dd4
    18 	color: #0073aa;
    18 	color: #0073aa;
    19 }
    19 }
    20 
    20 
    21 a:hover,
    21 a:hover,
    22 a:active {
    22 a:active {
    23 	color: #00a0d2;
    23 	color: #006799;
    24 }
    24 }
    25 
    25 
    26 a:focus {
    26 a:focus {
    27 	color: #124964;
    27 	color: #124964;
    28 	box-shadow:
    28 	box-shadow:
    29 		0 0 0 1px #5b9dd9,
    29 		0 0 0 1px #5b9dd9,
    30 		0 0 2px 1px rgba(30, 140, 190, 0.8);
    30 		0 0 2px 1px rgba(30, 140, 190, 0.8);
    31 }
       
    32 
       
    33 .ie8 a:focus {
       
    34 	outline: #5b9dd9 solid 1px;
       
    35 }
    31 }
    36 
    32 
    37 h1, h2 {
    33 h1, h2 {
    38 	border-bottom: 1px solid #ddd;
    34 	border-bottom: 1px solid #ddd;
    39 	clear: both;
    35 	clear: both;
    79 label {
    75 label {
    80 	cursor: pointer;
    76 	cursor: pointer;
    81 }
    77 }
    82 
    78 
    83 #logo {
    79 #logo {
    84 	margin: 6px 0 14px 0;
    80 	margin: -130px auto 25px;
    85 	padding: 0 0 7px 0;
    81 	padding: 0 0 25px 0;
    86 	border-bottom: none;
    82 	width: 84px;
    87 	text-align: center
    83 	height: 84px;
    88 }
    84 	overflow: hidden;
    89 #logo a {
       
    90 	background-image: url(../images/w-logo-blue.png?ver=20131202);
    85 	background-image: url(../images/w-logo-blue.png?ver=20131202);
    91 	background-image: none, url(../images/wordpress-logo.svg?ver=20131107);
    86 	background-image: none, url(../images/wordpress-logo.svg?ver=20131107);
    92 	background-size: 84px;
    87 	background-size: 84px;
    93 	background-position: center top;
    88 	background-position: center top;
    94 	background-repeat: no-repeat;
    89 	background-repeat: no-repeat;
    95 	color: #444; /* same as login.css */
    90 	color: #444; /* same as login.css */
    96 	height: 84px;
       
    97 	font-size: 20px;
    91 	font-size: 20px;
    98 	font-weight: 400;
    92 	font-weight: 400;
    99 	line-height: 1.3em;
    93 	line-height: 1.3em;
   100 	margin: -130px auto 25px;
       
   101 	padding: 0;
       
   102 	text-decoration: none;
    94 	text-decoration: none;
   103 	width: 84px;
    95 	text-align: center;
   104 	text-indent: -9999px;
    96 	text-indent: -9999px;
   105 	outline: none;
    97 	outline: none;
   106 	overflow: hidden;
       
   107 	display: block;
       
   108 }
    98 }
   109 
    99 
   110 .step {
   100 .step {
   111 	margin: 20px 0 15px;
   101 	margin: 20px 0 15px;
   112 }
   102 }
   113 .step, th {
   103 .step, th {
   114 	text-align: left;
   104 	text-align: left;
   115 	padding: 0;
   105 	padding: 0;
   116 }
   106 }
   117 .language-chooser.wp-core-ui .step .button.button-large {
   107 .language-chooser.wp-core-ui .step .button.button-large {
   118 	height: 36px;
   108 	font-size: 14px;
   119 	font-size: 14px;
       
   120 	line-height: 33px;
       
   121 	vertical-align: middle;
       
   122 }
   109 }
   123 textarea {
   110 textarea {
   124 	border: 1px solid #ddd;
   111 	border: 1px solid #ddd;
   125 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
   112 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
   126 	width: 100%;
   113 	width: 100%;
   147 	width: 140px;
   134 	width: 140px;
   148 	vertical-align: top;
   135 	vertical-align: top;
   149 }
   136 }
   150 
   137 
   151 .form-table code {
   138 .form-table code {
   152 	line-height: 18px;
   139 	line-height: 1.28571428;
   153 	font-size: 14px;
   140 	font-size: 14px;
   154 }
   141 }
   155 
   142 
   156 .form-table p {
   143 .form-table p {
   157 	margin: 4px 0 0 0;
   144 	margin: 4px 0 0 0;
   158 	font-size: 11px;
   145 	font-size: 11px;
   159 }
   146 }
   160 
   147 
   161 .form-table input {
   148 .form-table input {
   162 	line-height: 20px;
   149 	line-height: 1.33333333;
   163 	font-size: 15px;
   150 	font-size: 15px;
   164 	padding: 3px 5px;
   151 	padding: 3px 5px;
   165 	border: 1px solid #ddd;
   152 	border: 1px solid #ddd;
   166 	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
   153 	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
   167 }
   154 }
   203 	margin-top: 50px;
   190 	margin-top: 50px;
   204 }
   191 }
   205 
   192 
   206 #error-page p {
   193 #error-page p {
   207 	font-size: 14px;
   194 	font-size: 14px;
   208 	line-height: 18px;
   195 	line-height: 1.28571428;
   209 	margin: 25px 0 20px;
   196 	margin: 25px 0 20px;
   210 }
   197 }
   211 
   198 
   212 #error-page code, .code {
   199 #error-page code, .code {
   213 	font-family: Consolas, Monaco, monospace;
   200 	font-family: Consolas, Monaco, monospace;
   299 		display: block;
   286 		display: block;
   300 		max-width: none;
   287 		max-width: none;
   301 		box-sizing: border-box;
   288 		box-sizing: border-box;
   302 	}
   289 	}
   303 
   290 
       
   291 	.wp-pwd #pass1 {
       
   292 		padding-right: 50px;
       
   293 	}
       
   294 
       
   295 	.wp-pwd .button.wp-hide-pw {
       
   296 		right: 0;
       
   297 	}
       
   298 
       
   299 	#pass-strength-result {
       
   300 		width: 100%;
       
   301 	}
   304 }
   302 }
   305 
   303 
   306 body.language-chooser {
   304 body.language-chooser {
   307 	max-width: 300px;
   305 	max-width: 300px;
   308 }
   306 }
   310 .language-chooser select {
   308 .language-chooser select {
   311 	padding: 8px;
   309 	padding: 8px;
   312 	width: 100%;
   310 	width: 100%;
   313 	display: block;
   311 	display: block;
   314 	border: 1px solid #ddd;
   312 	border: 1px solid #ddd;
   315 	background-color: #fff;
   313 	background: #fff;
   316 	color: #32373c;
   314 	color: #32373c;
   317 	font-size: 16px;
   315 	font-size: 16px;
   318 	font-family: Arial, sans-serif;
   316 	font-family: Arial, sans-serif;
   319 	font-weight: 400;
   317 	font-weight: 400;
       
   318 }
       
   319 
       
   320 .language-chooser select:focus {
       
   321 	color: #32373c;
       
   322 }
       
   323 
       
   324 .language-chooser select option:hover,
       
   325 .language-chooser select option:focus {
       
   326 	color: #016087;
   320 }
   327 }
   321 
   328 
   322 .language-chooser p {
   329 .language-chooser p {
   323 	text-align: right;
   330 	text-align: right;
   324 }
   331 }