2012-08-23 02:04:18 +02:00
|
|
|
/* Styles for the media library iframe (not used on the Library screen) */
|
|
|
|
|
|
|
|
div#media-upload-header {
|
|
|
|
margin: 0;
|
|
|
|
padding: 5px 5px 0;
|
2016-06-17 20:37:28 +02:00
|
|
|
font-weight: 600;
|
2012-08-23 02:04:18 +02:00
|
|
|
position: relative;
|
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;
|
|
|
|
background: #f6f7f7;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2015-02-27 00:24:27 +01:00
|
|
|
#sidemenu {
|
|
|
|
overflow: hidden;
|
|
|
|
float: none;
|
|
|
|
position: relative;
|
2012-08-23 02:04:18 +02:00
|
|
|
left: 0;
|
|
|
|
bottom: -1px;
|
2015-02-27 00:24:27 +01:00
|
|
|
margin: 0 5px;
|
|
|
|
padding-left: 10px;
|
|
|
|
list-style: none;
|
|
|
|
font-size: 12px;
|
2016-06-17 20:37:28 +02:00
|
|
|
font-weight: 400;
|
2015-02-27 00:24:27 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#sidemenu a {
|
|
|
|
padding: 0 7px;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
line-height: 28px;
|
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-top: 1px solid #f6f7f7;
|
|
|
|
border-bottom: 1px solid #dcdcde;
|
|
|
|
background-color: #f6f7f7;
|
2015-02-27 00:24:27 +01:00
|
|
|
text-decoration: none;
|
|
|
|
transition: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidemenu li {
|
|
|
|
display: inline;
|
|
|
|
line-height: 200%;
|
|
|
|
list-style: none;
|
|
|
|
text-align: center;
|
|
|
|
white-space: nowrap;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidemenu a.current {
|
2016-06-17 20:37:28 +02:00
|
|
|
font-weight: 400;
|
2015-02-27 00:24:27 +01:00
|
|
|
padding-left: 6px;
|
|
|
|
padding-right: 6px;
|
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;
|
|
|
|
border-bottom-color: #f0f0f1;
|
|
|
|
background-color: #f0f0f1;
|
2015-02-27 00:24:27 +01:00
|
|
|
color: #000;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
#media-upload:after { /* clearfix */
|
|
|
|
content: "";
|
|
|
|
display: table;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
#media-upload .slidetoggle {
|
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-top-color: #dcdcde;
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#media-upload input[type="radio"] {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2016-02-16 17:09:29 +01:00
|
|
|
.media-upload-form label.form-help,
|
|
|
|
td.help {
|
2021-03-24 17:41:07 +01:00
|
|
|
color: #646970;
|
2016-02-16 17:09:29 +01:00
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
form {
|
|
|
|
margin: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#search-filter {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-upload-form label.form-help, td.help {
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-style: italic;
|
2016-06-17 20:37:28 +02:00
|
|
|
font-weight: 400;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.media-upload-form p.help {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-upload-form fieldset {
|
|
|
|
width: 100%;
|
|
|
|
border: none;
|
|
|
|
text-align: justify;
|
|
|
|
margin: 0 0 1em 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* specific to the image upload form */
|
|
|
|
|
|
|
|
.image-align-none-label {
|
|
|
|
background: url(../images/align-none.png) no-repeat center left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-align-left-label {
|
|
|
|
background: url(../images/align-left.png) no-repeat center left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-align-center-label {
|
|
|
|
background: url(../images/align-center.png) no-repeat center left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-align-right-label {
|
|
|
|
background: url(../images/align-right.png) no-repeat center left;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.image-size td {
|
|
|
|
width: 460px;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.image-size div.image-size-item {
|
|
|
|
margin: 0 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#library-form .progress,
|
|
|
|
#gallery-form .progress,
|
|
|
|
.insert-gallery,
|
|
|
|
.describe.startopen,
|
|
|
|
.describe.startclosed {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-item .thumbnail {
|
|
|
|
max-width: 128px;
|
|
|
|
max-height: 128px;
|
|
|
|
}
|
|
|
|
|
|
|
|
thead.media-item-info tr {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-table thead.media-item-info {
|
|
|
|
border: 8px solid #fff;
|
|
|
|
}
|
|
|
|
|
2016-03-07 23:29:26 +01:00
|
|
|
abbr.required,
|
|
|
|
span.required {
|
2012-08-23 02:04:18 +02:00
|
|
|
text-decoration: none;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.describe label {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.describe td.error {
|
|
|
|
padding: 2px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.describe td.A1 {
|
|
|
|
width: 132px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.describe input[type="text"],
|
|
|
|
.describe textarea {
|
|
|
|
width: 460px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Specific to Uploader */
|
|
|
|
|
|
|
|
#media-upload p.ml-submit {
|
|
|
|
padding: 1em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#media-upload p.help,
|
|
|
|
#media-upload label.help {
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-style: italic;
|
2016-06-17 20:37:28 +02:00
|
|
|
font-weight: 400;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#media-upload .ui-sortable .media-item {
|
|
|
|
cursor: move;
|
|
|
|
}
|
|
|
|
|
|
|
|
#media-upload tr.image-size {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
height: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#media-upload #filter {
|
|
|
|
width: 623px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#media-upload #filter .subsubsub {
|
|
|
|
margin: 8px 0;
|
|
|
|
}
|
|
|
|
|
2019-02-17 23:24:52 +01:00
|
|
|
#media-upload .tablenav-pages a,
|
|
|
|
#media-upload .tablenav-pages .current {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 4px 5px 6px;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 1;
|
|
|
|
text-align: center;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#media-upload .tablenav-pages a {
|
|
|
|
min-width: 17px;
|
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;
|
|
|
|
background: #f6f7f7;
|
2019-02-17 23:24:52 +01:00
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
#filter .tablenav select {
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
padding: 2px;
|
|
|
|
vertical-align: top;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#media-upload .del-attachment {
|
|
|
|
display: none;
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu_order {
|
|
|
|
float: right;
|
|
|
|
font-size: 11px;
|
2014-06-25 19:39:15 +02:00
|
|
|
margin: 8px 10px 0;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu_order_input {
|
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;
|
2012-08-23 02:04:18 +02:00
|
|
|
font-size: 10px;
|
|
|
|
padding: 1px;
|
|
|
|
width: 23px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-sortable-helper {
|
|
|
|
background-color: #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 #a7aaad;
|
2012-08-23 02:04:18 +02:00
|
|
|
opacity: 0.6;
|
|
|
|
filter: alpha(opacity=60);
|
|
|
|
}
|
|
|
|
|
|
|
|
#media-upload th.order-head {
|
|
|
|
width: 20%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#media-upload th.actions-head {
|
|
|
|
width: 25%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#media-upload a.wp-post-thumbnail {
|
|
|
|
margin: 0 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#media-upload .widefat {
|
|
|
|
border-style: solid solid none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sorthelper {
|
|
|
|
height: 37px;
|
|
|
|
width: 623px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#gallery-settings th.label {
|
|
|
|
width: 160px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#gallery-settings #basic th.label {
|
|
|
|
padding: 5px 5px 5px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#gallery-settings .title {
|
|
|
|
clear: both;
|
|
|
|
padding: 0 0 3px;
|
|
|
|
font-size: 1.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
|
|
|
border-bottom: 1px solid #dcdcde;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2019-01-17 08:41:52 +01:00
|
|
|
h3.media-title {
|
2012-08-23 02:04:18 +02:00
|
|
|
font-size: 1.6em;
|
|
|
|
}
|
|
|
|
|
2019-01-17 08:41:52 +01:00
|
|
|
h4.media-sub-title {
|
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
|
|
|
font-size: 1.3em;
|
|
|
|
margin: 12px;
|
|
|
|
padding: 0 0 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#gallery-settings .title,
|
|
|
|
h3.media-title,
|
|
|
|
h4.media-sub-title {
|
|
|
|
font-family: Georgia,"Times New Roman",Times,serif;
|
2016-06-17 20:37:28 +02:00
|
|
|
font-weight: 400;
|
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: #50575e;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#gallery-settings .describe td {
|
|
|
|
vertical-align: middle;
|
|
|
|
height: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#gallery-settings .describe th.label {
|
|
|
|
padding-top: .5em;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#gallery-settings .describe {
|
|
|
|
padding: 5px;
|
2014-06-25 19:39:15 +02:00
|
|
|
width: 100%;
|
2012-08-23 02:04:18 +02:00
|
|
|
clear: both;
|
|
|
|
cursor: default;
|
2014-06-25 19:39:15 +02:00
|
|
|
background: #fff;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#gallery-settings .describe select {
|
|
|
|
width: 15em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#gallery-settings .describe select option,
|
|
|
|
#gallery-settings .describe td {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#gallery-settings label,
|
|
|
|
#gallery-settings legend {
|
|
|
|
font-size: 13px;
|
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;
|
2012-08-23 02:04:18 +02:00
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#gallery-settings .align .field label {
|
|
|
|
margin: 0 1em 0 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#gallery-settings p.ml-submit {
|
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-top: 1px solid #dcdcde;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#gallery-settings select#columns {
|
|
|
|
width: 6em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sort-buttons {
|
|
|
|
font-size: 0.8em;
|
|
|
|
margin: 3px 25px -8px 0;
|
|
|
|
text-align: right;
|
|
|
|
max-width: 625px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sort-buttons a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sort-buttons #asc,
|
|
|
|
#sort-buttons #showall {
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sort-buttons span {
|
|
|
|
margin-right: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.media-types {
|
2016-03-07 23:29:26 +01:00
|
|
|
margin: 0;
|
2014-06-25 19:39:15 +02:00
|
|
|
padding: 1em;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2016-03-07 23:29:26 +01:00
|
|
|
p.media-types-required-info {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
tr.not-image {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.not-image tr.not-image {
|
|
|
|
display: table-row;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.not-image tr.image-only {
|
|
|
|
display: none;
|
|
|
|
}
|
2012-09-27 04:12:54 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* HiDPI Displays
|
|
|
|
*/
|
Introduce a new, cross-browser HiDPI CSS @media rule to be used everywhere.
{{{
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
}}}
Serve HiDPI graphics for printing, regardless of screen resolution.
Specify Opera's vendor-prefixed device pixel ratio property, for Opera desktop.
Specify a minimum Webkit device pixel ratio of 1.25 instead of 1.5, to serve
2x images to Android devices that are between 1 and 1.5x (like the Nexus 7).
Firefox and Opera will respond to 1.5x on these devices, but Chrome will not.
Specify min-resolution, which covers Firefox 19. Opera on Android also supports
min-resolution, but Opera Mini does not support dppx, so the dpi unit is used.
props iammattthomas for the exhaustive research.
props lessbloat for patching.
fixes #22238.
git-svn-id: http://core.svn.wordpress.org/trunk@22629 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-17 07:50:08 +01:00
|
|
|
@media print,
|
|
|
|
(-webkit-min-device-pixel-ratio: 1.25),
|
|
|
|
(min-resolution: 120dpi) {
|
2012-09-27 04:12:54 +02:00
|
|
|
|
|
|
|
.image-align-none-label {
|
2014-02-26 18:23:13 +01:00
|
|
|
background-image: url(../images/align-none-2x.png?ver=20120916);
|
2012-09-27 04:12:54 +02:00
|
|
|
background-size: 21px 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-align-left-label {
|
2014-02-26 18:23:13 +01:00
|
|
|
background-image: url(../images/align-left-2x.png?ver=20120916);
|
2012-09-27 04:12:54 +02:00
|
|
|
background-size: 22px 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-align-center-label {
|
2014-02-26 18:23:13 +01:00
|
|
|
background-image: url(../images/align-center-2x.png?ver=20120916);
|
2012-09-27 04:12:54 +02:00
|
|
|
background-size: 21px 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-align-right-label {
|
2014-02-26 18:23:13 +01:00
|
|
|
background-image: url(../images/align-right-2x.png?ver=20120916);
|
2012-09-27 04:12:54 +02:00
|
|
|
background-size: 22px 15px;
|
|
|
|
}
|
|
|
|
}
|