2012-08-23 02:04:18 +02:00
|
|
|
html {
|
Administration: Standardize colors used in CSS to a single palette.
This is part of a larger project in cleaning up core's admin CSS. This collapses all colors used in the CSS to one of 12 blues, greens, reds, and yellows, 13 grays, pure black, and pure white. The colors are perceptually uniform from light to dark, half of each range has a 4.5 or higher contrast against white, the other half has a 4.5 or higher contrast against black.
Standardizing on this set of colors will help contributors make consistent, accessible design decisions. The full color palette can be seen here: https://codepen.io/ryelle/full/WNGVEjw
Props notlaura, danfarrow, kburgoine, drw158, audrasjb, Joen, hedgefield, ibdz, melchoyce.
See #49999.
Built from https://develop.svn.wordpress.org/trunk@50025
git-svn-id: http://core.svn.wordpress.org/trunk@49726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-01-26 19:54:59 +01:00
|
|
|
background: #f0f0f1;
|
2013-11-21 01:21:11 +01:00
|
|
|
margin: 0 20px;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
background: #fff;
|
Administration: Standardize colors used in CSS to a single palette.
This is part of a larger project in cleaning up core's admin CSS. This collapses all colors used in the CSS to one of 12 blues, greens, reds, and yellows, 13 grays, pure black, and pure white. The colors are perceptually uniform from light to dark, half of each range has a 4.5 or higher contrast against white, the other half has a 4.5 or higher contrast against black.
Standardizing on this set of colors will help contributors make consistent, accessible design decisions. The full color palette can be seen here: https://codepen.io/ryelle/full/WNGVEjw
Props notlaura, danfarrow, kburgoine, drw158, audrasjb, Joen, hedgefield, ibdz, melchoyce.
See #49999.
Built from https://develop.svn.wordpress.org/trunk@50025
git-svn-id: http://core.svn.wordpress.org/trunk@49726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-01-26 19:54:59 +01:00
|
|
|
border: 1px solid #c3c4c7;
|
|
|
|
color: #3c434a;
|
2016-07-26 18:39:30 +02:00
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
2013-11-21 01:21:11 +01:00
|
|
|
margin: 140px auto 25px;
|
2021-09-03 00:18:00 +02:00
|
|
|
padding: 20px 20px 10px;
|
2012-08-23 02:04:18 +02:00
|
|
|
max-width: 700px;
|
2013-11-21 01:21:11 +01:00
|
|
|
-webkit-font-smoothing: subpixel-antialiased;
|
Administration: Standardize colors used in CSS to a single palette.
This is part of a larger project in cleaning up core's admin CSS. This collapses all colors used in the CSS to one of 12 blues, greens, reds, and yellows, 13 grays, pure black, and pure white. The colors are perceptually uniform from light to dark, half of each range has a 4.5 or higher contrast against white, the other half has a 4.5 or higher contrast against black.
Standardizing on this set of colors will help contributors make consistent, accessible design decisions. The full color palette can be seen here: https://codepen.io/ryelle/full/WNGVEjw
Props notlaura, danfarrow, kburgoine, drw158, audrasjb, Joen, hedgefield, ibdz, melchoyce.
See #49999.
Built from https://develop.svn.wordpress.org/trunk@50025
git-svn-id: http://core.svn.wordpress.org/trunk@49726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-01-26 19:54:59 +01:00
|
|
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
Administration: Standardize colors used in CSS to a single palette.
This is part of a larger project in cleaning up core's admin CSS. This collapses all colors used in the CSS to one of 12 blues, greens, reds, and yellows, 13 grays, pure black, and pure white. The colors are perceptually uniform from light to dark, half of each range has a 4.5 or higher contrast against white, the other half has a 4.5 or higher contrast against black.
Standardizing on this set of colors will help contributors make consistent, accessible design decisions. The full color palette can be seen here: https://codepen.io/ryelle/full/WNGVEjw
Props notlaura, danfarrow, kburgoine, drw158, audrasjb, Joen, hedgefield, ibdz, melchoyce.
See #49999.
Built from https://develop.svn.wordpress.org/trunk@50025
git-svn-id: http://core.svn.wordpress.org/trunk@49726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-01-26 19:54:59 +01:00
|
|
|
color: #2271b1;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2015-11-03 18:59:24 +01:00
|
|
|
a:hover,
|
|
|
|
a:active {
|
Administration: Standardize colors used in CSS to a single palette.
This is part of a larger project in cleaning up core's admin CSS. This collapses all colors used in the CSS to one of 12 blues, greens, reds, and yellows, 13 grays, pure black, and pure white. The colors are perceptually uniform from light to dark, half of each range has a 4.5 or higher contrast against white, the other half has a 4.5 or higher contrast against black.
Standardizing on this set of colors will help contributors make consistent, accessible design decisions. The full color palette can be seen here: https://codepen.io/ryelle/full/WNGVEjw
Props notlaura, danfarrow, kburgoine, drw158, audrasjb, Joen, hedgefield, ibdz, melchoyce.
See #49999.
Built from https://develop.svn.wordpress.org/trunk@50025
git-svn-id: http://core.svn.wordpress.org/trunk@49726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-01-26 19:54:59 +01:00
|
|
|
color: #135e96;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2015-11-03 18:59:24 +01:00
|
|
|
a:focus {
|
Administration: Standardize colors used in CSS to a single palette.
This is part of a larger project in cleaning up core's admin CSS. This collapses all colors used in the CSS to one of 12 blues, greens, reds, and yellows, 13 grays, pure black, and pure white. The colors are perceptually uniform from light to dark, half of each range has a 4.5 or higher contrast against white, the other half has a 4.5 or higher contrast against black.
Standardizing on this set of colors will help contributors make consistent, accessible design decisions. The full color palette can be seen here: https://codepen.io/ryelle/full/WNGVEjw
Props notlaura, danfarrow, kburgoine, drw158, audrasjb, Joen, hedgefield, ibdz, melchoyce.
See #49999.
Built from https://develop.svn.wordpress.org/trunk@50025
git-svn-id: http://core.svn.wordpress.org/trunk@49726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-01-26 19:54:59 +01:00
|
|
|
color: #043959;
|
2024-02-07 17:56:13 +01:00
|
|
|
box-shadow: 0 0 0 2px #2271b1;
|
|
|
|
/* Only visible in Windows High Contrast mode */
|
|
|
|
outline: 2px solid transparent;
|
2015-11-03 18:59:24 +01:00
|
|
|
}
|
|
|
|
|
2015-11-04 19:00:24 +01:00
|
|
|
h1, h2 {
|
Administration: Standardize colors used in CSS to a single palette.
This is part of a larger project in cleaning up core's admin CSS. This collapses all colors used in the CSS to one of 12 blues, greens, reds, and yellows, 13 grays, pure black, and pure white. The colors are perceptually uniform from light to dark, half of each range has a 4.5 or higher contrast against white, the other half has a 4.5 or higher contrast against black.
Standardizing on this set of colors will help contributors make consistent, accessible design decisions. The full color palette can be seen here: https://codepen.io/ryelle/full/WNGVEjw
Props notlaura, danfarrow, kburgoine, drw158, audrasjb, Joen, hedgefield, ibdz, melchoyce.
See #49999.
Built from https://develop.svn.wordpress.org/trunk@50025
git-svn-id: http://core.svn.wordpress.org/trunk@49726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-01-26 19:54:59 +01:00
|
|
|
border-bottom: 1px solid #dcdcde;
|
2012-08-23 02:04:18 +02:00
|
|
|
clear: both;
|
Administration: Standardize colors used in CSS to a single palette.
This is part of a larger project in cleaning up core's admin CSS. This collapses all colors used in the CSS to one of 12 blues, greens, reds, and yellows, 13 grays, pure black, and pure white. The colors are perceptually uniform from light to dark, half of each range has a 4.5 or higher contrast against white, the other half has a 4.5 or higher contrast against black.
Standardizing on this set of colors will help contributors make consistent, accessible design decisions. The full color palette can be seen here: https://codepen.io/ryelle/full/WNGVEjw
Props notlaura, danfarrow, kburgoine, drw158, audrasjb, Joen, hedgefield, ibdz, melchoyce.
See #49999.
Built from https://develop.svn.wordpress.org/trunk@50025
git-svn-id: http://core.svn.wordpress.org/trunk@49726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-01-26 19:54:59 +01:00
|
|
|
color: #646970;
|
2013-11-21 01:21:11 +01:00
|
|
|
font-size: 24px;
|
2021-02-02 21:28:08 +01:00
|
|
|
padding: 0 0 7px;
|
2016-06-17 20:37:28 +02:00
|
|
|
font-weight: 400;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2015-11-04 19:00:24 +01:00
|
|
|
h3 {
|
2012-08-23 02:04:18 +02:00
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p, li, dd, dt {
|
|
|
|
padding-bottom: 2px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
code, .code {
|
2013-11-21 01:21:11 +01:00
|
|
|
font-family: Consolas, Monaco, monospace;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul, ol, dl {
|
|
|
|
padding: 5px 5px 5px 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a img {
|
2019-01-17 08:41:52 +01:00
|
|
|
border: 0
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
abbr {
|
|
|
|
border: 0;
|
|
|
|
font-variant: normal;
|
|
|
|
}
|
2014-07-29 18:05:16 +02:00
|
|
|
|
2015-10-01 23:35:25 +02:00
|
|
|
fieldset {
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
#logo {
|
2020-05-02 23:46:08 +02:00
|
|
|
margin: -130px auto 25px;
|
2021-09-03 00:18:00 +02:00
|
|
|
padding: 0 0 25px;
|
2020-05-02 23:46:08 +02:00
|
|
|
width: 84px;
|
|
|
|
height: 84px;
|
|
|
|
overflow: hidden;
|
2014-02-26 18:23:13 +01:00
|
|
|
background-image: url(../images/w-logo-blue.png?ver=20131202);
|
|
|
|
background-image: none, url(../images/wordpress-logo.svg?ver=20131107);
|
2014-06-26 17:36:15 +02:00
|
|
|
background-size: 84px;
|
2013-11-21 01:21:11 +01:00
|
|
|
background-position: center top;
|
2012-11-07 18:34:22 +01:00
|
|
|
background-repeat: no-repeat;
|
Administration: Standardize colors used in CSS to a single palette.
This is part of a larger project in cleaning up core's admin CSS. This collapses all colors used in the CSS to one of 12 blues, greens, reds, and yellows, 13 grays, pure black, and pure white. The colors are perceptually uniform from light to dark, half of each range has a 4.5 or higher contrast against white, the other half has a 4.5 or higher contrast against black.
Standardizing on this set of colors will help contributors make consistent, accessible design decisions. The full color palette can be seen here: https://codepen.io/ryelle/full/WNGVEjw
Props notlaura, danfarrow, kburgoine, drw158, audrasjb, Joen, hedgefield, ibdz, melchoyce.
See #49999.
Built from https://develop.svn.wordpress.org/trunk@50025
git-svn-id: http://core.svn.wordpress.org/trunk@49726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-01-26 19:54:59 +01:00
|
|
|
color: #3c434a; /* same as login.css */
|
2013-11-21 01:21:11 +01:00
|
|
|
font-size: 20px;
|
2016-06-17 20:37:28 +02:00
|
|
|
font-weight: 400;
|
2020-05-02 23:46:08 +02:00
|
|
|
line-height: 1.3em;
|
2013-11-21 01:21:11 +01:00
|
|
|
text-decoration: none;
|
2020-05-02 23:46:08 +02:00
|
|
|
text-align: center;
|
2012-11-07 18:34:22 +01:00
|
|
|
text-indent: -9999px;
|
|
|
|
outline: none;
|
|
|
|
}
|
2015-11-03 18:59:24 +01:00
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
.step {
|
|
|
|
margin: 20px 0 15px;
|
|
|
|
}
|
|
|
|
.step, th {
|
|
|
|
text-align: left;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2014-08-04 22:47:16 +02:00
|
|
|
.language-chooser.wp-core-ui .step .button.button-large {
|
2014-08-04 23:23:15 +02:00
|
|
|
font-size: 14px;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
textarea {
|
Administration: Standardize colors used in CSS to a single palette.
This is part of a larger project in cleaning up core's admin CSS. This collapses all colors used in the CSS to one of 12 blues, greens, reds, and yellows, 13 grays, pure black, and pure white. The colors are perceptually uniform from light to dark, half of each range has a 4.5 or higher contrast against white, the other half has a 4.5 or higher contrast against black.
Standardizing on this set of colors will help contributors make consistent, accessible design decisions. The full color palette can be seen here: https://codepen.io/ryelle/full/WNGVEjw
Props notlaura, danfarrow, kburgoine, drw158, audrasjb, Joen, hedgefield, ibdz, melchoyce.
See #49999.
Built from https://develop.svn.wordpress.org/trunk@50025
git-svn-id: http://core.svn.wordpress.org/trunk@49726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-01-26 19:54:59 +01:00
|
|
|
border: 1px solid #dcdcde;
|
2016-07-26 18:39:30 +02:00
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
2013-11-21 01:21:11 +01:00
|
|
|
width: 100%;
|
|
|
|
box-sizing: border-box;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.form-table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
margin-top: 1em;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table td {
|
|
|
|
margin-bottom: 9px;
|
|
|
|
padding: 10px 20px 10px 0;
|
|
|
|
font-size: 14px;
|
|
|
|
vertical-align: top
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table th {
|
|
|
|
font-size: 14px;
|
|
|
|
text-align: left;
|
2015-08-08 00:10:26 +02:00
|
|
|
padding: 10px 20px 10px 0;
|
Upgrade/Install: Show/hide toggle on password fields.
Add a show/hide toggle for new passwords in initial user creation and database access during install and setup process using the same model as on user profiles. Add a new password toggle script. Change setup config table to two columns, matching the install table layout.
Props xmarcos, matt, markjaquith, nazgul, akbigdog, intoxination, rob1n, MichaelH, empireoflight, rmccue, markoheijnen, r0uter, amansurov, bi0xid, DrewAPicture, Narthur, wpnook, markparnell, costdev, clorith, ryokuhi, sabernhardt, bgoewert, ironprogrammer, adeltahri, joedolson, mukesh27, audrasjb, sergeybiryukov.
Fixes #3534.
Built from https://develop.svn.wordpress.org/trunk@56008
git-svn-id: http://core.svn.wordpress.org/trunk@55520 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-06-24 01:09:29 +02:00
|
|
|
width: 115px;
|
2012-08-23 02:04:18 +02:00
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table code {
|
2019-05-30 13:53:53 +02:00
|
|
|
line-height: 1.28571428;
|
2012-08-23 02:04:18 +02:00
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table p {
|
2021-09-03 00:18:00 +02:00
|
|
|
margin: 4px 0 0;
|
2012-08-23 02:04:18 +02:00
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
Upgrade/Install: Show/hide toggle on password fields.
Add a show/hide toggle for new passwords in initial user creation and database access during install and setup process using the same model as on user profiles. Add a new password toggle script. Change setup config table to two columns, matching the install table layout.
Props xmarcos, matt, markjaquith, nazgul, akbigdog, intoxination, rob1n, MichaelH, empireoflight, rmccue, markoheijnen, r0uter, amansurov, bi0xid, DrewAPicture, Narthur, wpnook, markparnell, costdev, clorith, ryokuhi, sabernhardt, bgoewert, ironprogrammer, adeltahri, joedolson, mukesh27, audrasjb, sergeybiryukov.
Fixes #3534.
Built from https://develop.svn.wordpress.org/trunk@56008
git-svn-id: http://core.svn.wordpress.org/trunk@55520 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-06-24 01:09:29 +02:00
|
|
|
.form-table .setup-description {
|
|
|
|
margin: 4px 0 0;
|
|
|
|
line-height: 1.6;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
.form-table input {
|
2019-05-30 13:53:53 +02:00
|
|
|
line-height: 1.33333333;
|
2012-08-23 02:04:18 +02:00
|
|
|
font-size: 15px;
|
2013-11-21 01:21:11 +01:00
|
|
|
padding: 3px 5px;
|
|
|
|
}
|
|
|
|
|
Upgrade/Install: Show/hide toggle on password fields.
Add a show/hide toggle for new passwords in initial user creation and database access during install and setup process using the same model as on user profiles. Add a new password toggle script. Change setup config table to two columns, matching the install table layout.
Props xmarcos, matt, markjaquith, nazgul, akbigdog, intoxination, rob1n, MichaelH, empireoflight, rmccue, markoheijnen, r0uter, amansurov, bi0xid, DrewAPicture, Narthur, wpnook, markparnell, costdev, clorith, ryokuhi, sabernhardt, bgoewert, ironprogrammer, adeltahri, joedolson, mukesh27, audrasjb, sergeybiryukov.
Fixes #3534.
Built from https://develop.svn.wordpress.org/trunk@56008
git-svn-id: http://core.svn.wordpress.org/trunk@55520 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-06-24 01:09:29 +02:00
|
|
|
.wp-pwd {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table .wp-pwd {
|
|
|
|
display: flex;
|
|
|
|
column-gap: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table .password-input-wrapper {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2013-11-21 01:21:11 +01:00
|
|
|
input,
|
|
|
|
submit {
|
2016-07-26 18:39:30 +02:00
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.form-table input[type=text],
|
2014-07-08 19:52:14 +02:00
|
|
|
.form-table input[type=email],
|
|
|
|
.form-table input[type=url],
|
Upgrade/Install: Bring some consistency to installation screen styles.
* Include `forms.css` and `l10n.css`, for consistency with login screen and other admin screens.
* Remove redundant `@import` directives from `login.css` for files already declared as dependencies.
* Adjust margin on password strength meter for consistency with other fields.
* Increase font size for "You will need this password to log in" notice.
* Fix misaligned icon on "Hide" button for the password.
Props iseulde, dan@micamedia.com, bassgang, cdog, johnbillion, nmenescardi, mukesh27, SergeyBiryukov.
Fixes #35776, #47757, #47758.
Built from https://develop.svn.wordpress.org/trunk@45673
git-svn-id: http://core.svn.wordpress.org/trunk@45484 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-07-25 21:11:55 +02:00
|
|
|
.form-table input[type=password],
|
|
|
|
#pass-strength-result {
|
Upgrade/Install: Show/hide toggle on password fields.
Add a show/hide toggle for new passwords in initial user creation and database access during install and setup process using the same model as on user profiles. Add a new password toggle script. Change setup config table to two columns, matching the install table layout.
Props xmarcos, matt, markjaquith, nazgul, akbigdog, intoxination, rob1n, MichaelH, empireoflight, rmccue, markoheijnen, r0uter, amansurov, bi0xid, DrewAPicture, Narthur, wpnook, markparnell, costdev, clorith, ryokuhi, sabernhardt, bgoewert, ironprogrammer, adeltahri, joedolson, mukesh27, audrasjb, sergeybiryukov.
Fixes #3534.
Built from https://develop.svn.wordpress.org/trunk@56008
git-svn-id: http://core.svn.wordpress.org/trunk@55520 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-06-24 01:09:29 +02:00
|
|
|
width: 100%;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.form-table th p {
|
2016-06-17 20:37:28 +02:00
|
|
|
font-weight: 400;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2015-09-11 13:26:26 +02:00
|
|
|
.form-table.install-success th,
|
2012-08-23 02:04:18 +02:00
|
|
|
.form-table.install-success td {
|
|
|
|
vertical-align: middle;
|
2015-07-14 00:22:24 +02:00
|
|
|
padding: 16px 20px 16px 0;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.form-table.install-success td p {
|
|
|
|
margin: 0;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table.install-success td code {
|
|
|
|
margin: 0;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#error-page {
|
|
|
|
margin-top: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#error-page p {
|
|
|
|
font-size: 14px;
|
2019-05-30 13:53:53 +02:00
|
|
|
line-height: 1.28571428;
|
2012-08-23 02:04:18 +02:00
|
|
|
margin: 25px 0 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#error-page code, .code {
|
|
|
|
font-family: Consolas, Monaco, monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message {
|
Administration: Standardize colors used in CSS to a single palette.
This is part of a larger project in cleaning up core's admin CSS. This collapses all colors used in the CSS to one of 12 blues, greens, reds, and yellows, 13 grays, pure black, and pure white. The colors are perceptually uniform from light to dark, half of each range has a 4.5 or higher contrast against white, the other half has a 4.5 or higher contrast against black.
Standardizing on this set of colors will help contributors make consistent, accessible design decisions. The full color palette can be seen here: https://codepen.io/ryelle/full/WNGVEjw
Props notlaura, danfarrow, kburgoine, drw158, audrasjb, Joen, hedgefield, ibdz, melchoyce.
See #49999.
Built from https://develop.svn.wordpress.org/trunk@50025
git-svn-id: http://core.svn.wordpress.org/trunk@49726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-01-26 19:54:59 +01:00
|
|
|
border-left: 4px solid #d63638;
|
2016-01-05 22:47:25 +01:00
|
|
|
padding: .7em .6em;
|
Administration: Standardize colors used in CSS to a single palette.
This is part of a larger project in cleaning up core's admin CSS. This collapses all colors used in the CSS to one of 12 blues, greens, reds, and yellows, 13 grays, pure black, and pure white. The colors are perceptually uniform from light to dark, half of each range has a 4.5 or higher contrast against white, the other half has a 4.5 or higher contrast against black.
Standardizing on this set of colors will help contributors make consistent, accessible design decisions. The full color palette can be seen here: https://codepen.io/ryelle/full/WNGVEjw
Props notlaura, danfarrow, kburgoine, drw158, audrasjb, Joen, hedgefield, ibdz, melchoyce.
See #49999.
Built from https://develop.svn.wordpress.org/trunk@50025
git-svn-id: http://core.svn.wordpress.org/trunk@49726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-01-26 19:54:59 +01:00
|
|
|
background-color: #fcf0f1;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2015-02-27 14:41:30 +01:00
|
|
|
/* rtl:ignore */
|
2013-11-17 17:18:11 +01:00
|
|
|
#dbname,
|
|
|
|
#uname,
|
|
|
|
#pwd,
|
|
|
|
#dbhost,
|
|
|
|
#prefix,
|
|
|
|
#user_login,
|
|
|
|
#admin_email,
|
|
|
|
#pass1,
|
|
|
|
#pass2 {
|
2012-08-23 02:04:18 +02:00
|
|
|
direction: ltr;
|
|
|
|
}
|
2013-11-21 01:21:11 +01:00
|
|
|
|
2013-12-09 02:31:11 +01:00
|
|
|
|
|
|
|
/* localization */
|
|
|
|
body.rtl,
|
|
|
|
.rtl textarea,
|
|
|
|
.rtl input,
|
|
|
|
.rtl submit {
|
|
|
|
font-family: Tahoma, sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
:lang(he-il) body.rtl,
|
|
|
|
:lang(he-il) .rtl textarea,
|
|
|
|
:lang(he-il) .rtl input,
|
|
|
|
:lang(he-il) .rtl submit {
|
|
|
|
font-family: Arial, sans-serif;
|
|
|
|
}
|
|
|
|
|
2013-11-21 01:21:11 +01:00
|
|
|
@media only screen and (max-width: 799px) {
|
|
|
|
body {
|
|
|
|
margin-top: 115px;
|
|
|
|
}
|
|
|
|
#logo a {
|
|
|
|
margin: -125px auto 30px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-17 08:41:52 +01:00
|
|
|
@media screen and (max-width: 782px) {
|
2013-11-21 01:21:11 +01:00
|
|
|
|
|
|
|
.form-table {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table th,
|
|
|
|
.form-table td {
|
|
|
|
display: block;
|
|
|
|
width: auto;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table th {
|
|
|
|
padding: 20px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table td {
|
|
|
|
padding: 5px 0;
|
|
|
|
border: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea,
|
|
|
|
input {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table td input[type="text"],
|
2014-07-08 19:52:14 +02:00
|
|
|
.form-table td input[type="email"],
|
|
|
|
.form-table td input[type="url"],
|
2013-11-21 01:21:11 +01:00
|
|
|
.form-table td input[type="password"],
|
|
|
|
.form-table td select,
|
|
|
|
.form-table td textarea,
|
|
|
|
.form-table span.description {
|
|
|
|
width: 100%;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 1.5;
|
|
|
|
padding: 7px 10px;
|
|
|
|
display: block;
|
|
|
|
max-width: none;
|
2014-02-13 09:30:17 +01:00
|
|
|
box-sizing: border-box;
|
2013-11-21 01:21:11 +01:00
|
|
|
}
|
|
|
|
|
Upgrade/Install: Show/hide toggle on password fields.
Add a show/hide toggle for new passwords in initial user creation and database access during install and setup process using the same model as on user profiles. Add a new password toggle script. Change setup config table to two columns, matching the install table layout.
Props xmarcos, matt, markjaquith, nazgul, akbigdog, intoxination, rob1n, MichaelH, empireoflight, rmccue, markoheijnen, r0uter, amansurov, bi0xid, DrewAPicture, Narthur, wpnook, markparnell, costdev, clorith, ryokuhi, sabernhardt, bgoewert, ironprogrammer, adeltahri, joedolson, mukesh27, audrasjb, sergeybiryukov.
Fixes #3534.
Built from https://develop.svn.wordpress.org/trunk@56008
git-svn-id: http://core.svn.wordpress.org/trunk@55520 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-06-24 01:09:29 +02:00
|
|
|
#pwd {
|
|
|
|
padding-right: 2.5rem;
|
|
|
|
}
|
|
|
|
|
Login and Registration: Add a "Show password" button on the login page.
The ability for users to see the password they're typing improves usability and accessibility of the login users flow.
- brings the login screen in line with the same feature already used in the New User, Edit User, and Reset Password pages
- improves association of labels and input fields by using explicit association with `for` / `id` attributes
- slightly increases the "Remember me" label font size
Props johnbillion, Iceable, audrasjb, joyously, adamsilverstein, boemedia, DrewAPicture, shadyvb, birgire, peterwilsoncc, pento, anevins, davidbaumwald, whyisjake, afercia.
Fixes #42888.
Built from https://develop.svn.wordpress.org/trunk@46256
git-svn-id: http://core.svn.wordpress.org/trunk@46068 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-09-23 20:06:57 +02:00
|
|
|
.wp-pwd #pass1 {
|
|
|
|
padding-right: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-pwd .button.wp-hide-pw {
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#pass-strength-result {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2013-11-21 01:21:11 +01:00
|
|
|
}
|
2014-06-18 21:58:15 +02:00
|
|
|
|
2014-06-19 06:47:14 +02:00
|
|
|
body.language-chooser {
|
2014-07-08 02:33:15 +02:00
|
|
|
max-width: 300px;
|
2014-06-19 06:47:14 +02:00
|
|
|
}
|
|
|
|
|
2014-08-04 22:47:16 +02:00
|
|
|
.language-chooser select {
|
2014-06-18 21:58:15 +02:00
|
|
|
padding: 8px;
|
2014-08-04 22:47:16 +02:00
|
|
|
width: 100%;
|
2014-06-18 21:58:15 +02:00
|
|
|
display: block;
|
Administration: Standardize colors used in CSS to a single palette.
This is part of a larger project in cleaning up core's admin CSS. This collapses all colors used in the CSS to one of 12 blues, greens, reds, and yellows, 13 grays, pure black, and pure white. The colors are perceptually uniform from light to dark, half of each range has a 4.5 or higher contrast against white, the other half has a 4.5 or higher contrast against black.
Standardizing on this set of colors will help contributors make consistent, accessible design decisions. The full color palette can be seen here: https://codepen.io/ryelle/full/WNGVEjw
Props notlaura, danfarrow, kburgoine, drw158, audrasjb, Joen, hedgefield, ibdz, melchoyce.
See #49999.
Built from https://develop.svn.wordpress.org/trunk@50025
git-svn-id: http://core.svn.wordpress.org/trunk@49726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-01-26 19:54:59 +01:00
|
|
|
border: 1px solid #dcdcde;
|
2019-12-12 00:03:03 +01:00
|
|
|
background: #fff;
|
Administration: Standardize colors used in CSS to a single palette.
This is part of a larger project in cleaning up core's admin CSS. This collapses all colors used in the CSS to one of 12 blues, greens, reds, and yellows, 13 grays, pure black, and pure white. The colors are perceptually uniform from light to dark, half of each range has a 4.5 or higher contrast against white, the other half has a 4.5 or higher contrast against black.
Standardizing on this set of colors will help contributors make consistent, accessible design decisions. The full color palette can be seen here: https://codepen.io/ryelle/full/WNGVEjw
Props notlaura, danfarrow, kburgoine, drw158, audrasjb, Joen, hedgefield, ibdz, melchoyce.
See #49999.
Built from https://develop.svn.wordpress.org/trunk@50025
git-svn-id: http://core.svn.wordpress.org/trunk@49726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-01-26 19:54:59 +01:00
|
|
|
color: #2c3338;
|
2014-06-18 21:58:15 +02:00
|
|
|
font-size: 16px;
|
2014-08-04 22:47:16 +02:00
|
|
|
font-family: Arial, sans-serif;
|
2016-06-17 20:37:28 +02:00
|
|
|
font-weight: 400;
|
2014-06-18 21:58:15 +02:00
|
|
|
}
|
|
|
|
|
2019-12-12 00:03:03 +01:00
|
|
|
.language-chooser select:focus {
|
Administration: Standardize colors used in CSS to a single palette.
This is part of a larger project in cleaning up core's admin CSS. This collapses all colors used in the CSS to one of 12 blues, greens, reds, and yellows, 13 grays, pure black, and pure white. The colors are perceptually uniform from light to dark, half of each range has a 4.5 or higher contrast against white, the other half has a 4.5 or higher contrast against black.
Standardizing on this set of colors will help contributors make consistent, accessible design decisions. The full color palette can be seen here: https://codepen.io/ryelle/full/WNGVEjw
Props notlaura, danfarrow, kburgoine, drw158, audrasjb, Joen, hedgefield, ibdz, melchoyce.
See #49999.
Built from https://develop.svn.wordpress.org/trunk@50025
git-svn-id: http://core.svn.wordpress.org/trunk@49726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-01-26 19:54:59 +01:00
|
|
|
color: #2c3338;
|
2019-12-12 00:03:03 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.language-chooser select option:hover,
|
|
|
|
.language-chooser select option:focus {
|
Administration: Standardize colors used in CSS to a single palette.
This is part of a larger project in cleaning up core's admin CSS. This collapses all colors used in the CSS to one of 12 blues, greens, reds, and yellows, 13 grays, pure black, and pure white. The colors are perceptually uniform from light to dark, half of each range has a 4.5 or higher contrast against white, the other half has a 4.5 or higher contrast against black.
Standardizing on this set of colors will help contributors make consistent, accessible design decisions. The full color palette can be seen here: https://codepen.io/ryelle/full/WNGVEjw
Props notlaura, danfarrow, kburgoine, drw158, audrasjb, Joen, hedgefield, ibdz, melchoyce.
See #49999.
Built from https://develop.svn.wordpress.org/trunk@50025
git-svn-id: http://core.svn.wordpress.org/trunk@49726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-01-26 19:54:59 +01:00
|
|
|
color: #0a4b78;
|
2019-12-12 00:03:03 +01:00
|
|
|
}
|
|
|
|
|
2021-04-14 16:11:05 +02:00
|
|
|
.language-chooser .step {
|
2014-06-18 21:58:15 +02:00
|
|
|
text-align: right;
|
2014-07-04 00:53:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.screen-reader-input,
|
|
|
|
.screen-reader-text {
|
2017-09-27 19:27:45 +02:00
|
|
|
border: 0;
|
|
|
|
clip: rect(1px, 1px, 1px, 1px);
|
2023-10-17 15:20:23 +02:00
|
|
|
-webkit-clip-path: inset(50%);
|
2017-09-27 19:27:45 +02:00
|
|
|
clip-path: inset(50%);
|
|
|
|
height: 1px;
|
2014-07-04 00:53:16 +02:00
|
|
|
margin: -1px;
|
2017-09-27 19:27:45 +02:00
|
|
|
overflow: hidden;
|
2014-07-04 00:53:16 +02:00
|
|
|
padding: 0;
|
2017-09-27 19:27:45 +02:00
|
|
|
position: absolute;
|
2014-07-04 00:53:16 +02:00
|
|
|
width: 1px;
|
2017-09-27 19:27:45 +02:00
|
|
|
word-wrap: normal !important;
|
2014-07-04 00:53:16 +02:00
|
|
|
}
|
2014-07-08 02:30:14 +02:00
|
|
|
|
2014-07-08 02:33:15 +02:00
|
|
|
.spinner {
|
|
|
|
background: url(../images/spinner.gif) no-repeat;
|
|
|
|
background-size: 20px 20px;
|
|
|
|
visibility: hidden;
|
|
|
|
opacity: 0.7;
|
|
|
|
filter: alpha(opacity=70);
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
margin: 2px 5px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.step .spinner {
|
|
|
|
display: inline-block;
|
2016-01-30 15:53:26 +01:00
|
|
|
vertical-align: middle;
|
2014-07-08 02:33:15 +02:00
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
|
2016-09-28 21:54:28 +02:00
|
|
|
.button.hide-if-no-js,
|
2015-07-14 00:22:24 +02:00
|
|
|
.hide-if-no-js {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2014-07-08 02:33:15 +02:00
|
|
|
/**
|
|
|
|
* HiDPI Displays
|
|
|
|
*/
|
|
|
|
@media print,
|
|
|
|
(min-resolution: 120dpi) {
|
|
|
|
|
|
|
|
.spinner {
|
|
|
|
background-image: url(../images/spinner-2x.gif);
|
|
|
|
}
|
|
|
|
|
2014-07-08 02:30:14 +02:00
|
|
|
}
|