PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
/*
|
|
|
|
Press This styles :)
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Normalize
|
|
|
|
*
|
|
|
|
* normalize.css v3.0.0 | MIT License | git.io/normalize
|
|
|
|
*/
|
|
|
|
html {
|
|
|
|
font-family: sans-serif;
|
|
|
|
-ms-text-size-adjust: 100%;
|
|
|
|
-webkit-text-size-adjust: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
*,
|
|
|
|
*:before,
|
|
|
|
*:after {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
|
|
|
|
*,
|
|
|
|
*:before,
|
|
|
|
*:after {
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
article,
|
|
|
|
aside,
|
|
|
|
details,
|
|
|
|
figcaption,
|
|
|
|
figure,
|
|
|
|
footer,
|
|
|
|
header,
|
|
|
|
hgroup,
|
|
|
|
main,
|
|
|
|
nav,
|
|
|
|
section,
|
|
|
|
summary {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
audio,
|
|
|
|
canvas,
|
|
|
|
progress,
|
|
|
|
video {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
|
|
|
|
audio:not([controls]) {
|
|
|
|
display: none;
|
|
|
|
height: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
[hidden],
|
|
|
|
template {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:active,
|
|
|
|
a:hover {
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
abbr[title] {
|
|
|
|
border-bottom: 1px dotted;
|
|
|
|
}
|
|
|
|
|
|
|
|
b,
|
|
|
|
strong {
|
2016-06-17 20:37:28 +02:00
|
|
|
font-weight: 700;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
dfn {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 2em;
|
|
|
|
margin: 0.67em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
mark {
|
|
|
|
background: #ff0;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
small {
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
sub,
|
|
|
|
sup {
|
|
|
|
font-size: 75%;
|
|
|
|
line-height: 0;
|
|
|
|
position: relative;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
|
|
|
|
sup {
|
|
|
|
top: -0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
sub {
|
|
|
|
bottom: -0.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
svg:not(:root) {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
figure {
|
|
|
|
margin: 1em 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
box-sizing: content-box;
|
|
|
|
height: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
code,
|
|
|
|
kbd,
|
|
|
|
pre,
|
|
|
|
samp {
|
|
|
|
font-family: monospace, monospace;
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
button,
|
|
|
|
input,
|
|
|
|
optgroup,
|
|
|
|
select,
|
|
|
|
textarea {
|
|
|
|
color: inherit;
|
|
|
|
font: inherit;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
button,
|
|
|
|
select {
|
|
|
|
text-transform: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
button,
|
|
|
|
html input[type="button"],
|
|
|
|
input[type="reset"],
|
|
|
|
input[type="submit"] {
|
|
|
|
-webkit-appearance: button;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
button[disabled],
|
|
|
|
html input[disabled] {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
button::-moz-focus-inner,
|
|
|
|
input::-moz-focus-inner {
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
line-height: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="checkbox"],
|
|
|
|
input[type="radio"] {
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="number"]::-webkit-inner-spin-button,
|
|
|
|
input[type="number"]::-webkit-outer-spin-button {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="search"] {
|
|
|
|
-webkit-appearance: textfield;
|
|
|
|
box-sizing: content-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="search"]::-webkit-search-cancel-button,
|
|
|
|
input[type="search"]::-webkit-search-decoration {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset {
|
2015-02-27 03:50:25 +01:00
|
|
|
border: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
legend {
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
optgroup {
|
2016-06-17 20:37:28 +02:00
|
|
|
font-weight: 700;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
td,
|
|
|
|
th {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2016-02-23 00:29:26 +01:00
|
|
|
::-webkit-input-placeholder {
|
|
|
|
color: #72777c;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-moz-placeholder {
|
|
|
|
color: #72777c;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
:-ms-input-placeholder {
|
|
|
|
color: #72777c;
|
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.clearfix:before,
|
|
|
|
.clearfix:after {
|
|
|
|
content: "";
|
|
|
|
display: table;
|
|
|
|
}
|
|
|
|
.clearfix:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hide-if-js {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2015-03-03 22:53:25 +01:00
|
|
|
.screen-reader-text {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
position: absolute;
|
|
|
|
margin: -1px;
|
|
|
|
padding: 0;
|
|
|
|
height: 1px;
|
|
|
|
width: 1px;
|
|
|
|
overflow: hidden;
|
|
|
|
clip: rect(0 0 0 0);
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Typography
|
|
|
|
*
|
|
|
|
* Base element typographic styles.
|
|
|
|
*/
|
|
|
|
body,
|
|
|
|
button,
|
|
|
|
input,
|
|
|
|
select,
|
|
|
|
textarea {
|
|
|
|
color: #404040;
|
2016-07-26 18:39:30 +02:00
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
font-size: 20px;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 1.6;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin-bottom: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
b,
|
|
|
|
strong {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Buttons
|
|
|
|
*
|
|
|
|
* Pushing buttons is what I do.
|
|
|
|
*/
|
2015-03-02 02:18:27 +01:00
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.scan-submit {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 10px 1px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-radius: 3px;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 2;
|
|
|
|
text-decoration: none;
|
|
|
|
white-space: nowrap;
|
|
|
|
cursor: pointer;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
}
|
|
|
|
|
2015-06-24 04:46:27 +02:00
|
|
|
.split-button {
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
2015-06-24 05:32:25 +02:00
|
|
|
vertical-align: middle;
|
2015-06-24 04:46:27 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.split-button-body {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
2015-06-24 05:23:27 +02:00
|
|
|
bottom: 39px;
|
2015-06-24 04:46:27 +02:00
|
|
|
right: 0;
|
2015-06-24 05:23:27 +02:00
|
|
|
border: 1px solid #ddd;
|
2015-06-24 04:46:27 +02:00
|
|
|
background-color: #fff;
|
2015-06-24 05:23:27 +02:00
|
|
|
min-width: 180px;
|
2015-06-24 04:46:27 +02:00
|
|
|
max-width: 100%;
|
2015-06-25 03:55:30 +02:00
|
|
|
margin: 0;
|
2015-06-24 05:23:27 +02:00
|
|
|
padding: 8px;
|
2015-06-25 03:55:30 +02:00
|
|
|
list-style: none;
|
2015-06-24 04:46:27 +02:00
|
|
|
box-shadow: 1px 0 4px rgba( 0, 0, 0, 0.15 );
|
|
|
|
}
|
|
|
|
|
|
|
|
.split-button-body:before,
|
|
|
|
.split-button-body:after {
|
|
|
|
position: absolute;
|
|
|
|
right: 12px;
|
|
|
|
display: block;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: transparent;
|
2015-09-10 22:22:25 +02:00
|
|
|
content: "";
|
2015-06-24 04:46:27 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.split-button-body:before {
|
|
|
|
bottom: -18px;
|
2015-06-24 05:23:27 +02:00
|
|
|
border-top-color: #ccc;
|
2015-06-24 04:46:27 +02:00
|
|
|
border-width: 9px;
|
|
|
|
right: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.split-button-body:after {
|
|
|
|
bottom: -16px;
|
|
|
|
border-top-color: #fff;
|
|
|
|
border-width: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.split-button-body .split-button-option {
|
|
|
|
display: block;
|
2015-06-24 05:23:27 +02:00
|
|
|
padding: 5px 15px;
|
2015-06-24 04:46:27 +02:00
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
2017-02-09 17:47:44 +01:00
|
|
|
border: 0;
|
2015-06-24 04:46:27 +02:00
|
|
|
text-align: left;
|
2015-11-13 16:47:27 +01:00
|
|
|
line-height: 2;
|
2017-02-09 17:47:44 +01:00
|
|
|
background: none;
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
outline: none;
|
|
|
|
transition: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.split-button-body .split-button-option:hover,
|
|
|
|
.split-button-body .split-button-option:active {
|
|
|
|
color: inherit;
|
2015-06-24 04:46:27 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.is-open .split-button-body {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.split-button-primary,
|
|
|
|
.split-button-toggle {
|
|
|
|
border-radius: 0;
|
|
|
|
display: block;
|
|
|
|
margin: 0;
|
|
|
|
font-size: 13px;
|
|
|
|
text-decoration: none;
|
|
|
|
white-space: nowrap;
|
|
|
|
cursor: pointer;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
line-height: 2;
|
|
|
|
padding: 0 10px 1px;
|
2015-10-08 19:31:24 +02:00
|
|
|
background: #0085ba;
|
|
|
|
border-color: #0073aa #006799 #006799;
|
2015-06-24 04:46:27 +02:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
Update autoprefixer browser support matrix
WordPress no longer supports many old old browsers: https://make.wordpress.org/core/2017/04/23/target-browser-coverage/
This also removes alot of no longer necessary CSS. It served us well, but we are never getting back together with IE8,9,10.
So, in the (paraphrased) words of Taylor Swift:
I remember when we dropped support the first time
Saying, "This is it, I've had enough, " 'cause like
We hadn't seen many users in a month
When you said you needed flexbox. (What?)
Then you postMessage again and say
"IE8, I miss you and I swear I'm gonna change, trust me."
Remember how that lasted for a day?
I say, "I hate the box model, " we break up, you call me, "I love css-grids."
Ooh, we called it off again last night
But ooh, this time I'm telling you, I'm telling you
We are never ever ever supporting IE 8,9,10,
We are never ever ever supporting IE 8,9,10,
You go talk to EDGE, talk to my FIREFOX, talk to CHROME
But we are never ever ever ever getting back together
Like, ever...
Fixes #37651.
Props stunnedbeast, netweb, jorbin.
Built from https://develop.svn.wordpress.org/trunk@41062
git-svn-id: http://core.svn.wordpress.org/trunk@40912 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2017-07-16 03:15:46 +02:00
|
|
|
box-shadow: 0 1px 0 #006799;
|
2015-06-24 04:46:27 +02:00
|
|
|
color: #fff;
|
2015-10-08 19:31:24 +02:00
|
|
|
text-shadow: 0 -1px 1px #006799,
|
|
|
|
1px 0 1px #006799,
|
|
|
|
0 1px 1px #006799,
|
|
|
|
-1px 0 1px #006799;
|
2015-06-24 04:46:27 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.split-button-primary {
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
border-right: 0 none;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.split-button-toggle {
|
|
|
|
padding: 0;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
2015-10-08 19:31:24 +02:00
|
|
|
border-left: 1px solid #006799;
|
2015-06-24 04:46:27 +02:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.split-button-toggle i {
|
|
|
|
margin: 4px 20px 3px 0;
|
|
|
|
padding: 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.split-button-primary:hover,
|
|
|
|
.split-button-toggle:hover {
|
|
|
|
outline: none;
|
2015-10-08 19:31:24 +02:00
|
|
|
background: #008ec2;
|
|
|
|
border-color: #006799;
|
2015-06-24 04:46:27 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.split-button-primary:focus,
|
|
|
|
.split-button-toggle:focus {
|
|
|
|
outline: none;
|
2015-10-08 19:31:24 +02:00
|
|
|
box-shadow: 0 1px 0 #0073aa,
|
|
|
|
0 0 2px 1px #33b3db;
|
2015-06-24 04:46:27 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.split-button-primary:active,
|
|
|
|
.split-button-toggle:active {
|
|
|
|
background: #0073aa;
|
2015-10-08 19:31:24 +02:00
|
|
|
border-color: #006799;
|
Update autoprefixer browser support matrix
WordPress no longer supports many old old browsers: https://make.wordpress.org/core/2017/04/23/target-browser-coverage/
This also removes alot of no longer necessary CSS. It served us well, but we are never getting back together with IE8,9,10.
So, in the (paraphrased) words of Taylor Swift:
I remember when we dropped support the first time
Saying, "This is it, I've had enough, " 'cause like
We hadn't seen many users in a month
When you said you needed flexbox. (What?)
Then you postMessage again and say
"IE8, I miss you and I swear I'm gonna change, trust me."
Remember how that lasted for a day?
I say, "I hate the box model, " we break up, you call me, "I love css-grids."
Ooh, we called it off again last night
But ooh, this time I'm telling you, I'm telling you
We are never ever ever supporting IE 8,9,10,
We are never ever ever supporting IE 8,9,10,
You go talk to EDGE, talk to my FIREFOX, talk to CHROME
But we are never ever ever ever getting back together
Like, ever...
Fixes #37651.
Props stunnedbeast, netweb, jorbin.
Built from https://develop.svn.wordpress.org/trunk@41062
git-svn-id: http://core.svn.wordpress.org/trunk@40912 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2017-07-16 03:15:46 +02:00
|
|
|
box-shadow: inset 0 2px 10px #006799, 0 1px 0 #0073aa;
|
2015-06-24 04:46:27 +02:00
|
|
|
}
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Forms
|
|
|
|
*
|
|
|
|
* So many input types.
|
|
|
|
*/
|
|
|
|
button,
|
|
|
|
input,
|
|
|
|
select,
|
|
|
|
textarea {
|
|
|
|
font-size: 100%;
|
|
|
|
margin: 0;
|
|
|
|
vertical-align: baseline;
|
|
|
|
*vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
[type="checkbox"],
|
|
|
|
[type="radio"] {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
[type="search"] {
|
|
|
|
-webkit-appearance: textfield;
|
|
|
|
box-sizing: content-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
[type="search"]::-webkit-search-decoration {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
button::-moz-focus-inner,
|
|
|
|
input::-moz-focus-inner {
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
[type="text"],
|
|
|
|
[type="email"],
|
|
|
|
[type="url"],
|
|
|
|
[type="password"],
|
|
|
|
[type="search"],
|
|
|
|
textarea {
|
|
|
|
padding: 0.4em 0.75em;
|
2015-04-05 23:20:27 +02:00
|
|
|
color: #32373c;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
[type="text"]:focus,
|
|
|
|
[type="email"]:focus,
|
|
|
|
[type="url"]:focus,
|
|
|
|
[type="password"]:focus,
|
|
|
|
[type="search"]:focus,
|
|
|
|
textarea:focus {
|
2015-04-05 23:20:27 +02:00
|
|
|
color: #32373c;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
overflow: auto;
|
|
|
|
padding-left: 3px;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Links
|
|
|
|
*/
|
|
|
|
a {
|
2015-04-05 23:20:27 +02:00
|
|
|
color: #0073aa;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a:visited {
|
2015-04-05 23:20:27 +02:00
|
|
|
color: #0073aa;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a:hover,
|
|
|
|
a:focus,
|
|
|
|
a:active {
|
2015-04-05 23:20:27 +02:00
|
|
|
color: #00a0d2;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Lists
|
|
|
|
*/
|
|
|
|
ul,
|
|
|
|
ol {
|
|
|
|
margin: 0 0 1.5em 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style: disc;
|
|
|
|
}
|
|
|
|
|
|
|
|
ol {
|
|
|
|
list-style: decimal;
|
|
|
|
}
|
|
|
|
|
|
|
|
li > ul,
|
|
|
|
li > ol {
|
|
|
|
margin-bottom: 0;
|
|
|
|
margin-left: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
dt {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
dd {
|
|
|
|
margin: 0 1.5em 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Post formats
|
|
|
|
*
|
|
|
|
* Complete styles for post formats UI
|
|
|
|
*/
|
|
|
|
/* TODO if we remove the <br> during merge, this can go. */
|
|
|
|
#post-formats-select br {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-format {
|
2015-02-27 22:53:25 +01:00
|
|
|
width: 1px;
|
|
|
|
height: 1px;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
position: absolute;
|
|
|
|
top: -9999px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lt-ie9 .post-format {
|
|
|
|
margin: 17px 12px 0 13px;
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
position: static;
|
|
|
|
top: auto;
|
|
|
|
float: left;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-format-icon {
|
|
|
|
position: relative;
|
|
|
|
display: block;
|
|
|
|
padding: 13px 2px 14px 13px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-format-icon:before,
|
|
|
|
.post-format-icon:after {
|
|
|
|
content: "";
|
|
|
|
display: inline-block;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
margin-right: 10px;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 1;
|
|
|
|
font-family: dashicons;
|
|
|
|
text-decoration: inherit;
|
|
|
|
color: #9ea7af;
|
|
|
|
font-weight: 400;
|
|
|
|
font-style: normal;
|
|
|
|
vertical-align: top;
|
|
|
|
text-align: center;
|
|
|
|
transition: color .1s ease-in 0;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-format-icon:before {
|
|
|
|
content: "\f109";
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-format-icon:after {
|
|
|
|
display: none;
|
|
|
|
content: "\f147";
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-format:checked + .post-format-icon {
|
2015-04-05 23:20:27 +02:00
|
|
|
box-shadow: inset 6px 0 0 #00a0d2;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
background: rgba(46, 162, 204, 0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-format:checked + .post-format-icon:before,
|
|
|
|
.post-format:checked + .post-format-icon:after {
|
2015-04-05 23:20:27 +02:00
|
|
|
color: #32373c;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.post-format:focus + .post-format-icon {
|
2015-04-05 23:20:27 +02:00
|
|
|
background: #00a0d2;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-format:focus + .post-format-icon:before,
|
|
|
|
.post-format:focus + .post-format-icon:after {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-format:checked + .post-format-icon:after {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lt-ie9 .post-format-icon {
|
|
|
|
margin-left: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-format-aside:before {
|
|
|
|
content: "\f123";
|
|
|
|
}
|
|
|
|
|
2017-03-31 10:19:48 +02:00
|
|
|
.post-format-chat:before {
|
|
|
|
content: "\f125";
|
|
|
|
}
|
|
|
|
|
2017-03-31 10:22:48 +02:00
|
|
|
.post-format-gallery:before {
|
|
|
|
content: "\f161";
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
2017-03-31 10:22:48 +02:00
|
|
|
.post-format-link:before {
|
|
|
|
content: "\f103";
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
2017-03-31 10:22:48 +02:00
|
|
|
.post-format-image:before {
|
|
|
|
content: "\f128";
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.post-format-quote:before {
|
|
|
|
content: "\f122";
|
|
|
|
}
|
|
|
|
|
2017-03-31 10:19:48 +02:00
|
|
|
.post-format-status:before {
|
|
|
|
content: "\f130";
|
|
|
|
}
|
|
|
|
|
2017-03-31 10:22:48 +02:00
|
|
|
.post-format-video:before {
|
|
|
|
content: "\f126";
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
2017-03-31 10:22:48 +02:00
|
|
|
.post-format-audio:before {
|
|
|
|
content: "\f127";
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Tags
|
|
|
|
*
|
|
|
|
* Complete styles for tags UI
|
|
|
|
*/
|
|
|
|
.tagsdiv p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tagsdiv .ajaxtag {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tagsdiv .newtag {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
padding: 11px 58px 11px 16px;
|
|
|
|
width: 100%;
|
|
|
|
border: 0;
|
|
|
|
border-bottom: 1px solid #e5e5e5;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tagsdiv .tagadd {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 1px;
|
|
|
|
border: 0;
|
|
|
|
border-radius: 0;
|
2015-03-02 02:18:27 +01:00
|
|
|
margin: 0;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
padding: 0 16px;
|
|
|
|
background: #f7f7f7;
|
|
|
|
border-left: 1px solid #f1f1f1;
|
2015-03-02 02:18:27 +01:00
|
|
|
box-shadow: none;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.tagsdiv .tagadd:hover,
|
|
|
|
.tagsdiv .tagadd:active,
|
|
|
|
.tagsdiv .tagadd:focus {
|
|
|
|
outline: 0;
|
|
|
|
background: #2991b7;
|
|
|
|
border-color: #20708e;
|
|
|
|
color: #fff;
|
2015-03-02 02:18:27 +01:00
|
|
|
box-shadow: none;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.tagsdiv .howto {
|
|
|
|
color: #727272;
|
|
|
|
font-style: italic;
|
|
|
|
margin: 10px 0 6px 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Tags */
|
|
|
|
.tagchecklist {
|
|
|
|
padding: 16px 28px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tagchecklist:before,
|
|
|
|
.tagchecklist:after {
|
|
|
|
content: "";
|
|
|
|
display: table;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tagchecklist:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2016-10-23 20:16:42 +02:00
|
|
|
.tagchecklist > span {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
float: left;
|
2016-10-23 20:16:42 +02:00
|
|
|
margin-right: 25px;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
font-size: 13px;
|
|
|
|
line-height: 1.8;
|
|
|
|
white-space: nowrap;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 600px) {
|
2016-10-23 20:16:42 +02:00
|
|
|
.tagchecklist > span {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
margin-bottom: 15px;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 1.3;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.tagchecklist .ntdelbutton {
|
2016-10-23 20:16:42 +02:00
|
|
|
position: absolute;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
border: none;
|
|
|
|
margin: 0 0 0 -19px;
|
|
|
|
padding: 0;
|
|
|
|
background: none;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
cursor: pointer;
|
2016-10-23 20:16:42 +02:00
|
|
|
text-indent: 0;;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
2016-10-23 20:16:42 +02:00
|
|
|
.tagchecklist .ntdelbutton .remove-tag-icon:before {
|
2015-09-10 22:22:25 +02:00
|
|
|
content: "\f153";
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
display: block;
|
2016-10-23 20:16:42 +02:00
|
|
|
margin-left: 2px;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
height: 20px;
|
|
|
|
width: 20px;
|
2016-10-23 20:16:42 +02:00
|
|
|
border-radius: 50%;
|
|
|
|
background: transparent;
|
|
|
|
color: #0073aa;
|
|
|
|
/* line-height tweak to vertically center the icon cross browsers */
|
|
|
|
font: 400 16px/1.28 dashicons;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
text-align: center;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
|
|
|
|
2016-10-23 20:16:42 +02:00
|
|
|
.tagchecklist .ntdelbutton:focus {
|
|
|
|
outline: 0;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
2016-10-23 20:16:42 +02:00
|
|
|
.tagchecklist .ntdelbutton:hover .remove-tag-icon:before,
|
|
|
|
.tagchecklist .ntdelbutton:focus .remove-tag-icon:before {
|
|
|
|
color: #c00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tagchecklist .ntdelbutton:focus .remove-tag-icon:before {
|
|
|
|
box-shadow:
|
|
|
|
0 0 0 1px #5b9dd9,
|
|
|
|
0 0 2px 1px rgba(30, 140, 190, .8);
|
|
|
|
}
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
|
|
|
|
/* THE TAG CLOUD. */
|
|
|
|
.tagsdiv + p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2015-11-13 16:47:27 +01:00
|
|
|
.press-this .tagcloud-link {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
display: block;
|
2015-10-21 20:34:26 +02:00
|
|
|
margin: 0 16px 5px;
|
|
|
|
padding: 0;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
text-decoration: none;
|
|
|
|
outline: 0;
|
2017-02-09 17:47:44 +01:00
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.press-this .tagcloud-link:hover,
|
|
|
|
.press-this .tagcloud-link:active {
|
|
|
|
color: inherit;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.tagcloud-link:focus {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popular-tags {
|
|
|
|
border: none;
|
|
|
|
line-height: 2em;
|
|
|
|
padding: 8px 12px 12px;
|
|
|
|
text-align: justify;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popular-tags a {
|
|
|
|
padding: 0 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.the-tagcloud {
|
|
|
|
margin: 0;
|
|
|
|
padding: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.the-tagcloud a {
|
|
|
|
text-decoration: none;
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.the-tagcloud a:focus {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tagcloud h3 {
|
|
|
|
margin: 2px 0 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Categories
|
|
|
|
*
|
|
|
|
* Complete styles for post categories UI
|
|
|
|
*/
|
|
|
|
input[type="search"].categories-search,
|
|
|
|
.add-category-name {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
padding: 0.85714em 1.07143em;
|
|
|
|
border: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
border-bottom: 1px solid #e5e5e5;
|
|
|
|
font-size: 14px;
|
|
|
|
-webkit-appearance: none;
|
2015-06-07 22:08:24 +02:00
|
|
|
-moz-appearance: none;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
appearance: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 600px) {
|
|
|
|
input[type="search"].categories-search,
|
|
|
|
.add-category-name {
|
|
|
|
/* Needs to be 16px to prevent zooming on iOS. Guh. */
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-11-13 16:47:27 +01:00
|
|
|
.press-this .add-cat-toggle {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
float: right;
|
2015-03-30 05:09:51 +02:00
|
|
|
margin-top: -45px;
|
|
|
|
line-height: 20px;
|
|
|
|
padding: 12px 10px 8px;
|
2015-11-13 16:47:27 +01:00
|
|
|
color: #0073aa;
|
2017-02-09 17:47:44 +01:00
|
|
|
text-decoration: none;
|
|
|
|
transition: none;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
2015-11-13 16:47:27 +01:00
|
|
|
.press-this .add-cat-toggle:focus {
|
2015-04-05 23:20:27 +02:00
|
|
|
color: #00a0d2;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
2015-11-13 16:47:27 +01:00
|
|
|
.press-this .add-cat-toggle.is-toggled {
|
2015-03-30 05:09:51 +02:00
|
|
|
padding: 10px;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
2015-11-13 16:47:27 +01:00
|
|
|
.press-this .add-cat-toggle.is-toggled .dashicons:before {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
content: "\f179";
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-category {
|
|
|
|
position: relative;
|
|
|
|
border-bottom: 1px solid #e5e5e5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-category.is-hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-category .add-cat-submit {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
border: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
padding: 12px 16px;
|
|
|
|
background: #f7f7f7;
|
|
|
|
border-left: 1px solid #f1f1f1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-category .add-cat-submit:hover,
|
|
|
|
.add-category .add-cat-submit:active,
|
|
|
|
.add-category .add-cat-submit:focus {
|
|
|
|
outline: 0;
|
|
|
|
background: #2991b7;
|
|
|
|
border-color: #20708e;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Parent category select */
|
|
|
|
.postform-wrapper {
|
|
|
|
padding: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postform {
|
|
|
|
display: block;
|
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 34px;
|
|
|
|
border: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
border: 1px solid #e5e5e5;
|
|
|
|
background: #fff;
|
|
|
|
background-size: 20px 20px;
|
|
|
|
overflow: hidden;
|
|
|
|
line-height: 21px;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
text-decoration: none;
|
|
|
|
vertical-align: top;
|
|
|
|
white-space: nowrap;
|
|
|
|
cursor: pointer;
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postform:focus {
|
2015-04-05 23:20:27 +02:00
|
|
|
border-color: #0073aa;
|
|
|
|
box-shadow: 0 0 0 3px #00a0d2;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
outline: 0;
|
|
|
|
-moz-outline: none;
|
|
|
|
-moz-user-focus: ignore;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postform::-ms-expand {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postform::-ms-value {
|
|
|
|
background: none;
|
|
|
|
color: #727272;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postform:-moz-focusring {
|
|
|
|
color: transparent;
|
|
|
|
text-shadow: 0 0 0 #727272;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Category list */
|
|
|
|
.categories-select {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.categories-select ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
2015-03-13 17:57:26 +01:00
|
|
|
.category {
|
|
|
|
position: relative;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
display: block;
|
2015-03-13 17:57:26 +01:00
|
|
|
padding: 13px 16px 14px 16px;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
cursor: pointer;
|
2015-03-13 17:57:26 +01:00
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.category:focus,
|
|
|
|
.category.selected:focus {
|
|
|
|
outline: 0;
|
2015-04-05 23:20:27 +02:00
|
|
|
background: #00a0d2;
|
2015-03-13 17:57:26 +01:00
|
|
|
color: #fff;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
2015-03-13 17:57:26 +01:00
|
|
|
.category.selected {
|
2015-04-05 23:20:27 +02:00
|
|
|
box-shadow: inset 6px 0 0 #00a0d2;
|
2015-03-13 17:57:26 +01:00
|
|
|
background: #E9F5F9;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
2015-03-13 17:57:26 +01:00
|
|
|
.category.selected:after {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
display: inline-block;
|
|
|
|
content: "\f147";
|
|
|
|
position: absolute;
|
|
|
|
top: 13px;
|
|
|
|
right: 0;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
margin-right: 10px;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 1;
|
|
|
|
font-family: dashicons;
|
|
|
|
text-decoration: inherit;
|
2015-04-05 23:20:27 +02:00
|
|
|
color: #23282d;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
font-weight: 400;
|
|
|
|
font-style: normal;
|
|
|
|
vertical-align: top;
|
|
|
|
text-align: center;
|
|
|
|
transition: color .1s ease-in 0;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
|
|
|
|
2015-03-13 17:57:26 +01:00
|
|
|
.category.selected:focus:after {
|
|
|
|
color: #fff;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
2015-03-13 17:57:26 +01:00
|
|
|
.categories-select ul .category {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
padding-left: 24px;
|
|
|
|
}
|
|
|
|
|
2015-03-13 17:57:26 +01:00
|
|
|
.categories-select ul ul .category {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
padding-left: 32px;
|
|
|
|
}
|
|
|
|
|
2015-03-13 17:57:26 +01:00
|
|
|
.categories-select ul ul ul .category {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
padding-left: 40px;
|
|
|
|
}
|
|
|
|
|
2015-03-13 17:57:26 +01:00
|
|
|
.categories-select ul ul ul ul .category {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
padding-left: 48px;
|
|
|
|
}
|
|
|
|
|
2015-03-13 17:57:26 +01:00
|
|
|
.categories-select ul ul ul ul ul .category {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
padding-left: 56px;
|
|
|
|
}
|
|
|
|
|
2015-03-13 17:57:26 +01:00
|
|
|
.categories-select ul ul ul ul ul ul .category {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
padding-left: 64px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.categories-select .is-hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.categories-select .is-hidden.searched-parent {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Category search */
|
|
|
|
.categories-search-wrapper {
|
|
|
|
position: relative;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.categories-search-wrapper.is-hidden {
|
|
|
|
display: none;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.categories-search-wrapper label {
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
right: 10px;
|
|
|
|
margin-top: -10px;
|
|
|
|
color: #9ea7af;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Main
|
|
|
|
*/
|
2015-02-27 02:55:26 +01:00
|
|
|
html {
|
|
|
|
overflow: auto;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
2015-02-27 02:55:26 +01:00
|
|
|
body {
|
|
|
|
overflow-x: hidden;
|
|
|
|
height: 100%;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
html {
|
|
|
|
background: #fff;
|
|
|
|
box-shadow: -10px 0 0 rgba(0, 0, 0, 0.3);
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
@media (max-width: 900px) {
|
|
|
|
body {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
@media (max-width: 320px) {
|
|
|
|
body {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.lt-ie9 {
|
|
|
|
overflow: visible;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.adminbar {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
padding: 0 0.8em;
|
|
|
|
min-height: 3.2em;
|
2015-04-05 23:20:27 +02:00
|
|
|
background: #23282d;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
color: #fff;
|
|
|
|
z-index: 9999;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.adminbar:before,
|
|
|
|
.adminbar:after {
|
|
|
|
content: "";
|
|
|
|
display: table;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.adminbar:after {
|
|
|
|
clear: both;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.adminbar .dashicons {
|
2016-02-19 19:44:27 +01:00
|
|
|
color: #a0a5aa; /* same as WP admin bar icons */
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
2015-11-13 16:47:27 +01:00
|
|
|
.press-this .adminbar button {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
right: 6px;
|
|
|
|
margin-top: -13px;
|
2015-11-13 16:47:27 +01:00
|
|
|
padding: 0 10px 1px;
|
|
|
|
font-size: 13px;
|
2017-02-09 17:47:44 +01:00
|
|
|
text-decoration: none;
|
|
|
|
transition: none;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
@media (max-width: 320px) {
|
|
|
|
.adminbar {
|
|
|
|
min-height: 45px;
|
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.current-site {
|
|
|
|
margin-top: 0.5625em;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 44px;
|
|
|
|
font-weight: 400;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
@media (max-width: 600px) {
|
|
|
|
.current-site {
|
|
|
|
margin: 3px 0 0;
|
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
@media (max-width: 320px) {
|
|
|
|
.current-site {
|
|
|
|
margin: 0;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
2014-03-23 08:10:14 +01:00
|
|
|
}
|
|
|
|
|
2015-03-18 03:09:27 +01:00
|
|
|
.current-site-link {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.current-site-link:focus {
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.current-site-link:focus .current-site-name{
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.current-site-name {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
color: #ededed;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
@media (max-width: 320px) {
|
2015-03-18 03:09:27 +01:00
|
|
|
.current-site-name {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
font-weight: 600;
|
|
|
|
}
|
2014-03-23 08:10:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.current-site .dashicons-wordpress {
|
|
|
|
position: relative;
|
|
|
|
top: -1px;
|
|
|
|
margin-right: 10px;
|
|
|
|
vertical-align: middle;
|
2014-03-23 08:10:14 +01:00
|
|
|
}
|
|
|
|
|
2015-03-30 05:09:51 +02:00
|
|
|
.options,
|
|
|
|
.options.open .on-closed,
|
|
|
|
.options.closed .on-open {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
display: none;
|
2014-03-23 08:10:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
@media (max-width: 900px) {
|
2015-03-30 05:09:51 +02:00
|
|
|
.options {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
display: block;
|
|
|
|
}
|
2014-04-02 00:46:14 +02:00
|
|
|
}
|
|
|
|
|
2015-03-06 23:57:26 +01:00
|
|
|
.options-panel-back.is-hidden {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
display: none;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
2015-03-30 05:09:51 +02:00
|
|
|
.options:focus .dashicons {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
2015-03-30 05:09:51 +02:00
|
|
|
.options .dashicons {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
margin-top: 3px;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
2015-03-30 05:09:51 +02:00
|
|
|
.options {
|
2015-04-05 23:20:27 +02:00
|
|
|
color: #00a0d2;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.alert {
|
|
|
|
position: relative;
|
|
|
|
margin: 0;
|
|
|
|
padding: 16px 50px;
|
|
|
|
border-bottom: 1px solid #e5e5e5;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert:before {
|
2015-09-10 22:22:25 +02:00
|
|
|
content: "";
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 30px;
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
margin-top: -4px;
|
|
|
|
border-radius: 50%;
|
2015-04-05 23:20:27 +02:00
|
|
|
background: #00a0d2;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
@media (max-width: 600px) {
|
|
|
|
.alert {
|
|
|
|
padding: 16px 35px;
|
|
|
|
}
|
|
|
|
.alert:before {
|
|
|
|
left: 15px;
|
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.alert.is-error:before {
|
|
|
|
background: red;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.scan {
|
2014-02-19 22:43:14 +01:00
|
|
|
position: relative;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
border-bottom: 1px solid #e5e5e5;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
@media (max-width: 900px) {
|
|
|
|
.scan form {
|
|
|
|
transition: opacity .3s ease-in-out;
|
|
|
|
}
|
|
|
|
.scan.is-hidden form {
|
|
|
|
opacity: .2;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.scan-url {
|
|
|
|
display: block;
|
|
|
|
border: 0;
|
|
|
|
padding: 0.85714em 1.07143em;
|
|
|
|
font-size: 14px;
|
|
|
|
width: 100%;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
@media (max-width: 600px) {
|
|
|
|
.scan-url {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.scan-submit {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
2015-03-18 02:40:27 +01:00
|
|
|
padding: 0 1.07143em;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
background: #f7f7f7;
|
2016-03-09 20:51:26 +01:00
|
|
|
border-color: #ddd;
|
2015-03-18 02:40:27 +01:00
|
|
|
border: 0;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
border-left: 1px solid #f1f1f1;
|
|
|
|
border-radius: 0;
|
|
|
|
color: #555;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.6;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.scan-submit:hover,
|
|
|
|
.scan-submit:focus {
|
2015-10-08 19:31:24 +02:00
|
|
|
background: #008ec2;
|
|
|
|
border-color: #006799;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
color: #fff;
|
|
|
|
outline: 0;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.scan-submit:active {
|
2015-10-08 19:31:24 +02:00
|
|
|
background: #0073aa;
|
|
|
|
border-color: #006799;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
color: #fff;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.scan-submit:visited {
|
|
|
|
color: #555;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.wrapper {
|
|
|
|
position: relative;
|
|
|
|
margin-bottom: 60px;
|
|
|
|
margin-right: 320px;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.wrapper:before,
|
|
|
|
.wrapper:after {
|
|
|
|
content: "";
|
|
|
|
display: table;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.wrapper:after {
|
|
|
|
clear: both;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
@media (max-width: 900px) {
|
|
|
|
.wrapper {
|
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.editor-wrapper {
|
|
|
|
overflow: auto;
|
|
|
|
float: left;
|
|
|
|
width: 100%;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.editor-wrapper:before,
|
|
|
|
.editor-wrapper:after {
|
|
|
|
content: "";
|
|
|
|
display: table;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.editor-wrapper:after {
|
|
|
|
clear: both;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.editor {
|
|
|
|
padding: 0 1.5em 4.75em;
|
|
|
|
max-width: 700px;
|
|
|
|
margin: 0 auto;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
2015-04-03 03:34:26 +02:00
|
|
|
.spinner {
|
|
|
|
height: 20px;
|
|
|
|
width: 20px;
|
|
|
|
display: inline-block;
|
|
|
|
visibility: hidden;
|
|
|
|
background: url(../images/spinner.gif) no-repeat center;
|
|
|
|
background-size: 20px 20px;
|
|
|
|
opacity: 0.7;
|
|
|
|
filter: alpha(opacity=70);
|
2015-04-09 01:14:28 +02:00
|
|
|
line-height: 1;
|
|
|
|
vertical-align: middle;
|
2015-04-03 03:34:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media print,
|
|
|
|
(-webkit-min-device-pixel-ratio: 1.25),
|
|
|
|
(min-resolution: 120dpi) {
|
|
|
|
|
|
|
|
.spinner {
|
|
|
|
background-image: url(../images/spinner-2x.gif);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-04-03 06:52:27 +02:00
|
|
|
.spinner.is-active {
|
2015-04-03 03:34:26 +02:00
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
|
2015-03-09 22:49:28 +01:00
|
|
|
/* Make the text inside the editor textarea white. Prevents a "flash" on loading the page */
|
|
|
|
#pressthis {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
@media (min-width: 901px) {
|
|
|
|
.editor {
|
|
|
|
max-width: 760px;
|
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
@media (max-width: 320px) {
|
|
|
|
.editor {
|
|
|
|
padding: 0;
|
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.post-title,
|
|
|
|
.post-title-placeholder {
|
|
|
|
margin: 0;
|
|
|
|
padding: .83em 0;
|
|
|
|
width: 100%;
|
|
|
|
border-bottom: 1px solid #e5e5e5;
|
|
|
|
font-size: 32px;
|
|
|
|
line-height: 1.4;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-title:active,
|
|
|
|
.post-title:focus,
|
|
|
|
.post-title-placeholder:active,
|
|
|
|
.post-title-placeholder:focus {
|
|
|
|
outline: 0;
|
2015-04-05 23:20:27 +02:00
|
|
|
box-shadow: inset 0px -3px 0 #00a0d2;
|
|
|
|
border-color: #00a0d2;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 900px) {
|
|
|
|
.post-title,
|
|
|
|
.post-title-placeholder {
|
|
|
|
font-size: 24px;
|
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
@media (max-height: 400px) {
|
|
|
|
.post-title,
|
|
|
|
.post-title-placeholder {
|
|
|
|
padding: 15px 0;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 320px) {
|
|
|
|
.post-title,
|
|
|
|
.post-title-placeholder {
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 600;
|
|
|
|
padding: 1.14286em 1.42857em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-title {
|
|
|
|
/* IE8 fallback */
|
|
|
|
background: url(data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///////wAAACH5BAEHAAIALAAAAAABAAEAAAICVAEAOw==);
|
|
|
|
background: none, none;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.post-title:before {
|
|
|
|
/* Keeps empty container from collapsing */
|
2015-09-10 22:22:25 +02:00
|
|
|
content: "\a0";
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
display: inline-block;
|
|
|
|
width: 0;
|
|
|
|
speak: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-title-placeholder {
|
|
|
|
position: absolute;
|
|
|
|
border: 0;
|
2016-02-23 00:29:26 +01:00
|
|
|
color: #82878c;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
z-index: -1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-title-placeholder.is-hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Suggested images */
|
2015-03-16 21:51:26 +01:00
|
|
|
.media-list-container {
|
2014-02-19 22:43:14 +01:00
|
|
|
position: relative;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
padding: 2px 0;
|
|
|
|
border-bottom: 1px solid #e5e5e5;
|
2015-03-16 21:51:26 +01:00
|
|
|
display: none;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
2015-03-16 21:51:26 +01:00
|
|
|
.media-list-inner-container {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
overflow: auto;
|
|
|
|
max-height: 150px;
|
|
|
|
max-height: 40vw;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
2015-03-16 21:51:26 +01:00
|
|
|
.media-list-container.has-media {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-list-inner-container:before,
|
|
|
|
.media-list-inner-container:after {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
content: "";
|
|
|
|
display: table;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
2015-03-16 21:51:26 +01:00
|
|
|
.media-list-inner-container:after {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
clear: both;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
2015-03-16 21:51:26 +01:00
|
|
|
.media-list {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
@media (min-width: 321px) {
|
2015-03-16 21:51:26 +01:00
|
|
|
.media-list-inner-container {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
max-height: 250px;
|
|
|
|
max-height: 40vw;
|
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
@media (min-width: 601px) {
|
2015-03-16 21:51:26 +01:00
|
|
|
.media-list-inner-container {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
max-height: 200px;
|
|
|
|
max-height: 18.75vw;
|
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.wppt-all-media-list {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
2014-02-19 22:43:14 +01:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.suggested-media-thumbnail:focus,
|
2015-03-16 21:51:26 +01:00
|
|
|
.is-embed:focus {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
outline: 0;
|
2015-04-05 23:20:27 +02:00
|
|
|
box-shadow: inset 0 0 0 3px #00a0d2;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.suggested-media-thumbnail {
|
|
|
|
position: relative;
|
2014-02-19 22:43:14 +01:00
|
|
|
display: block;
|
|
|
|
float: left;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
width: 16.66%;
|
|
|
|
padding: 16.66% 0 0 16.66%;
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: cover;
|
|
|
|
background-color: #d8d8d8;
|
|
|
|
color: #fff;
|
|
|
|
color: rgba(255, 255, 255, 0.6);
|
|
|
|
cursor: pointer;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.suggested-media-thumbnail:hover,
|
|
|
|
.suggested-media-thumbnail:active,
|
|
|
|
.suggested-media-thumbnail:focus {
|
|
|
|
color: #fff;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.suggested-media-thumbnail:before,
|
|
|
|
.suggested-media-thumbnail:after {
|
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 1;
|
|
|
|
font-family: dashicons;
|
|
|
|
text-decoration: inherit;
|
|
|
|
font-weight: 400;
|
|
|
|
font-style: normal;
|
|
|
|
transition: color .1s ease-in 0;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.suggested-media-thumbnail:before {
|
|
|
|
left: 50%;
|
|
|
|
top: 50%;
|
|
|
|
margin: -20px 0 0 -20px;
|
|
|
|
font-size: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.suggested-media-thumbnail:after {
|
|
|
|
content: "\f132";
|
|
|
|
right: 3%;
|
|
|
|
bottom: 2%;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 601px) {
|
|
|
|
.suggested-media-thumbnail {
|
|
|
|
width: 12.5%;
|
|
|
|
padding: 12.5% 0 0 12.5%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-03-16 21:51:26 +01:00
|
|
|
.is-embed:before {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
content: "\f104";
|
|
|
|
color: #fff;
|
|
|
|
color: rgba(255, 255, 255, 0.9);
|
|
|
|
}
|
|
|
|
|
2015-03-16 21:51:26 +01:00
|
|
|
.is-embed.is-audio:hover:before,
|
|
|
|
.is-embed.is-audio:active:before,
|
|
|
|
.is-embed.is-audio:focus:before,
|
|
|
|
.is-embed.is-tweet:hover:before,
|
|
|
|
.is-embed.is-tweet:active:before,
|
|
|
|
.is-embed.is-tweet:focus:before {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2015-03-16 21:51:26 +01:00
|
|
|
.is-embed.is-video {
|
2015-04-05 23:20:27 +02:00
|
|
|
background-color: #23282d;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
2015-03-16 21:51:26 +01:00
|
|
|
.is-embed.is-video:hover:before,
|
|
|
|
.is-embed.is-video:active:before,
|
|
|
|
.is-embed.is-video:focus:before {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
color: rgba(255, 255, 255, 0.2);
|
|
|
|
}
|
|
|
|
|
2015-03-16 21:51:26 +01:00
|
|
|
.is-embed.is-video:before {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
content: "\f236";
|
|
|
|
}
|
|
|
|
|
2015-03-16 21:51:26 +01:00
|
|
|
.is-embed.is-audio {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
background-color: #ff7d44;
|
|
|
|
}
|
|
|
|
|
2015-03-16 21:51:26 +01:00
|
|
|
.is-embed.is-audio:before {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
content: "\f127";
|
|
|
|
}
|
|
|
|
|
2015-03-16 21:51:26 +01:00
|
|
|
.is-embed.is-tweet {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
background-color: #55acee;
|
|
|
|
}
|
|
|
|
|
2015-03-16 21:51:26 +01:00
|
|
|
.is-embed.is-tweet:before {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
content: "\f301";
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-media {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
/* Actions bar */
|
|
|
|
.press-this-actions {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
2014-02-19 22:43:14 +01:00
|
|
|
width: 100%;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
background: #f1f1f1;
|
|
|
|
background: rgba(241, 241, 241, 0.9);
|
|
|
|
border-top: 1px solid #e5e5e5;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 900px) {
|
|
|
|
.press-this-actions {
|
|
|
|
-webkit-transform: translateY(0);
|
|
|
|
transform: translateY(0);
|
2015-11-07 12:57:31 +01:00
|
|
|
transition: -webkit-transform .3s ease-in-out;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
transition: transform .3s ease-in-out;
|
2015-11-07 12:57:31 +01:00
|
|
|
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
.press-this-actions.is-hidden {
|
|
|
|
-webkit-transform: translateY(100%);
|
|
|
|
transform: translateY(100%);
|
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.add-media {
|
|
|
|
float: left;
|
|
|
|
margin: 14px 0 14px 30px;
|
|
|
|
font-size: 0;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
@media (max-width: 320px) {
|
|
|
|
.add-media {
|
|
|
|
margin: 10px 0 10px 10px;
|
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.insert-media {
|
|
|
|
color: #9ea7af;
|
|
|
|
float: left;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
background: none;
|
|
|
|
box-shadow: none;
|
|
|
|
overflow: hidden;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.insert-media:hover,
|
|
|
|
.insert-media:focus,
|
|
|
|
.insert-media:active {
|
2015-04-05 23:20:27 +02:00
|
|
|
color: #23282d;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.insert-media:focus,
|
|
|
|
.insert-media:active {
|
|
|
|
outline: 0;
|
2015-04-05 23:20:27 +02:00
|
|
|
color: #00a0d2;
|
2017-02-09 17:47:44 +01:00
|
|
|
box-shadow:
|
|
|
|
0 0 0 1px #5b9dd9,
|
|
|
|
0 0 2px 1px rgba(30, 140, 190, .8);
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.insert-media .dashicons {
|
|
|
|
padding: 11px;
|
|
|
|
width: 63px;
|
|
|
|
height: 58px;
|
|
|
|
font-size: 40px;
|
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
@media (max-width: 320px) {
|
|
|
|
.insert-media .dashicons {
|
|
|
|
width: 55px;
|
|
|
|
height: 49px;
|
|
|
|
padding: 14px;
|
|
|
|
font-size: 20px;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.post-actions {
|
|
|
|
float: right;
|
|
|
|
margin: 14px 30px 14px 0;
|
2015-04-09 01:14:28 +02:00
|
|
|
font-size: 13px;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 320px) {
|
|
|
|
.post-actions {
|
|
|
|
margin: 10px 10px 10px 0;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
2015-06-28 06:59:24 +02:00
|
|
|
.publish-button .saving-draft,
|
|
|
|
.publish-button.is-saving .publish {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.publish-button.is-saving .saving-draft {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
/* TinyMCE styles */
|
|
|
|
.editor .wp-media-buttons {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor div.mce-toolbar-grp {
|
|
|
|
padding: 0.71429em 0;
|
|
|
|
background: none;
|
|
|
|
border: 0;
|
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
@media (max-height: 400px), (max-width: 320px) {
|
|
|
|
.editor div.mce-toolbar-grp {
|
2014-02-19 22:43:14 +01:00
|
|
|
padding: 0;
|
|
|
|
}
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.mce-stack-layout:before,
|
|
|
|
.mce-stack-layout:after {
|
|
|
|
content: "";
|
|
|
|
display: table;
|
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.mce-stack-layout:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-container.mce-toolbar {
|
|
|
|
float: left;
|
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.mce-container.mce-toolbar:nth-child(2) {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 600px) {
|
2015-03-18 03:25:29 +01:00
|
|
|
.mce-first .mce-btn:nth-child(3),
|
|
|
|
.mce-first .mce-btn:nth-child(4) {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
position: absolute;
|
|
|
|
margin: -1px;
|
2014-02-19 22:43:14 +01:00
|
|
|
padding: 0;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
height: 1px;
|
|
|
|
width: 1px;
|
|
|
|
overflow: hidden;
|
|
|
|
clip: rect(0 0 0 0);
|
|
|
|
border: 0;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
2015-03-18 03:25:29 +01:00
|
|
|
.mce-first .mce-btn:nth-child(3):focus,
|
|
|
|
.mce-first .mce-btn:nth-child(4):focus {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
position: static;
|
|
|
|
margin: 1px;
|
|
|
|
padding: inherit;
|
|
|
|
height: auto;
|
|
|
|
width: auto;
|
|
|
|
overflow: visible;
|
|
|
|
clip: auto;
|
|
|
|
border: 1px solid #999;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
|
2015-03-09 00:23:26 +01:00
|
|
|
#wp-link-wrap {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
font-size: 13px;
|
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
|
2015-03-09 00:23:26 +01:00
|
|
|
#wp-link-wrap input[type="text"] {
|
|
|
|
padding: 3px 5px;
|
|
|
|
margin: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 782px) {
|
|
|
|
#wp-link-wrap {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link-wrap input[type="text"] {
|
|
|
|
padding: 6px 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-link-wrap .howto {
|
|
|
|
color: #666;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
/* Options panel (sidebar) */
|
|
|
|
.options-panel {
|
|
|
|
position: relative;
|
|
|
|
float: right;
|
|
|
|
margin-right: -320px;
|
|
|
|
width: 320px;
|
|
|
|
border-left: 1px solid #e5e5e5;
|
|
|
|
font-size: 14px;
|
2015-03-06 23:57:26 +01:00
|
|
|
/* Keeps background the full height of the screen, but only visually. Clicks go through. */
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
box-shadow: 5001px 5000px 0 5000px #fff, 5000px 5000px 0 5000px #e5e5e5;
|
2015-03-13 17:57:26 +01:00
|
|
|
outline: 0;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
2015-03-06 23:57:26 +01:00
|
|
|
.options-panel-back {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
width: 320px;
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
@media (max-width: 900px) {
|
|
|
|
.options-panel {
|
|
|
|
background: #fff;
|
|
|
|
-webkit-transform: translateX(-100%);
|
|
|
|
transform: translateX(-100%);
|
2015-11-07 12:57:31 +01:00
|
|
|
transition: -webkit-transform .3s ease-in-out;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
transition: transform .3s ease-in-out;
|
2015-11-07 12:57:31 +01:00
|
|
|
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.options-panel.is-hidden {
|
|
|
|
visibility: hidden;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.options-panel.is-off-screen {
|
|
|
|
-webkit-transform: translateX(0);
|
|
|
|
transform: translateX(0);
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
@media (max-width: 320px) {
|
|
|
|
.options-panel {
|
|
|
|
margin-right: -100%;
|
|
|
|
width: 100%;
|
|
|
|
border: 0;
|
|
|
|
box-shadow: 5001px 5000px 0 5000px #fff;
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
2015-03-06 23:57:26 +01:00
|
|
|
|
|
|
|
.options-panel-back {
|
|
|
|
width: 100%;
|
|
|
|
}
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.post-options {
|
|
|
|
background: #fff;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
width: 100%;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.post-options .post-option-contents {
|
|
|
|
margin-left: 3px;
|
2015-04-05 23:20:27 +02:00
|
|
|
color: #32373c;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
|
2015-02-27 20:44:24 +01:00
|
|
|
.post-option-forward:before {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
right: 8px;
|
|
|
|
margin-top: -10px;
|
2015-02-27 20:44:24 +01:00
|
|
|
content: "\f345"
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-option-back:before {
|
|
|
|
content: "\f341";
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.lt-ie9 .options-panel,
|
|
|
|
.lt-ie9 .post-options {
|
|
|
|
border-left: 1px solid #e5e5e5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lt-ie9 .post-options.is-off-screen {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-option {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-options .post-option {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
2017-02-09 17:47:44 +01:00
|
|
|
margin: 0;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
padding: 13px 37px 13px 14px;
|
2017-02-09 17:47:44 +01:00
|
|
|
border: 0;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
border-bottom: 1px solid #e5e5e5;
|
|
|
|
text-decoration: none;
|
|
|
|
text-align: left;
|
2017-02-09 17:47:44 +01:00
|
|
|
background: none;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
color: #9ea7af;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
2015-11-07 12:57:31 +01:00
|
|
|
transition: -webkit-transform .3s ease-in-out;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
transition: transform .3s ease-in-out;
|
2015-11-07 12:57:31 +01:00
|
|
|
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.post-options .post-option:focus {
|
|
|
|
outline: 0;
|
2015-04-05 23:20:27 +02:00
|
|
|
box-shadow: inset 5px 0 0 #00a0d2;
|
2015-11-13 16:47:27 +01:00
|
|
|
border-color: #e5e5e5;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.is-off-screen > .post-option {
|
|
|
|
right: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.is-hidden > .post-option {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1px) {
|
|
|
|
.is-off-screen > .post-option {
|
|
|
|
right: auto;
|
|
|
|
-webkit-transform: translateX(-100%);
|
|
|
|
transform: translateX(-100%);
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.post-option-title {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0 0 0 8px;
|
|
|
|
font-size: 14px;
|
2016-06-17 20:37:28 +02:00
|
|
|
font-weight: 400;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.setting-modal {
|
|
|
|
position: relative;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
2015-11-07 12:57:31 +01:00
|
|
|
transition: -webkit-transform .3s ease-in-out;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
transition: transform .3s ease-in-out;
|
2015-11-07 12:57:31 +01:00
|
|
|
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.setting-modal.is-hidden {
|
|
|
|
visibility: hidden;
|
|
|
|
height: 0;
|
|
|
|
}
|
2014-02-19 22:43:14 +01:00
|
|
|
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
.setting-modal.is-off-screen {
|
|
|
|
left: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1px) {
|
|
|
|
.setting-modal.is-off-screen {
|
|
|
|
left: 0;
|
|
|
|
-webkit-transform: translateX(100%);
|
|
|
|
transform: translateX(100%);
|
2014-02-19 22:43:14 +01:00
|
|
|
}
|
|
|
|
}
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
|
2015-11-13 16:47:27 +01:00
|
|
|
.press-this .modal-close {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
padding: 13px 14px;
|
2017-02-09 17:47:44 +01:00
|
|
|
border: 0;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
border-bottom: 1px solid #e5e5e5;
|
2017-02-09 17:47:44 +01:00
|
|
|
background: none;
|
2015-04-05 23:20:27 +02:00
|
|
|
color: #00a0d2;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
text-decoration: none;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2015-11-13 16:47:27 +01:00
|
|
|
.press-this .modal-close:focus {
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
outline: 0;
|
2015-04-05 23:20:27 +02:00
|
|
|
box-shadow: inset 5px 0 0 #00a0d2;
|
2015-11-13 16:47:27 +01:00
|
|
|
border-color: #e5e5e5;
|
PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534
git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 02:50:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.setting-title {
|
|
|
|
position: relative;
|
|
|
|
top: -1px;
|
|
|
|
margin-left: 11px;
|
|
|
|
}
|
2015-06-30 05:58:27 +02:00
|
|
|
|
|
|
|
/* Text editor */
|
|
|
|
#pressthis {
|
|
|
|
color: #404040;
|
|
|
|
resize: none;
|
|
|
|
padding-top: 30px;
|
2015-07-11 00:37:24 +02:00
|
|
|
font-size: 16px;
|
2015-06-30 05:58:27 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.wp-editor-wrap .quicktags-toolbar {
|
|
|
|
background: transparent;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Switch editor buttons */
|
|
|
|
.wp-editor-wrap .wp-editor-tools {
|
|
|
|
z-index: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-editor-wrap .wp-editor-tabs {
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-editor-wrap .wp-switch-editor {
|
|
|
|
top: 0;
|
|
|
|
margin: 3px 0 0 5px;
|
2015-07-11 00:37:24 +02:00
|
|
|
padding: 3px 8px;
|
2015-06-30 05:58:27 +02:00
|
|
|
background: #f5f5f5;
|
|
|
|
color: #555;
|
|
|
|
border-color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-editor-wrap .wp-switch-editor:hover {
|
|
|
|
background: #fafafa;
|
|
|
|
border-color: #999;
|
|
|
|
color: #23282d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-editor-wrap.tmce-active .switch-tmce,
|
|
|
|
.wp-editor-wrap.html-active .switch-html {
|
|
|
|
background: #fff;
|
|
|
|
border-color: #d8d8d8;
|
|
|
|
}
|
2016-03-04 21:31:26 +01:00
|
|
|
|
|
|
|
/* Inline link dialog */
|
|
|
|
.wp-link-input input {
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 );
|
|
|
|
background-color: #fff;
|
|
|
|
color: #32373c;
|
|
|
|
outline: none;
|
|
|
|
transition: 0.05s border-color ease-in-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* UI Autocomplete (for inline link and wpLink) */
|
|
|
|
.ui-autocomplete {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
list-style: none;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 10000;
|
|
|
|
border: 1px solid #5b9dd9;
|
|
|
|
box-shadow: 0 1px 2px rgba( 30, 140, 190, 0.8 );
|
|
|
|
background-color: #fff;
|
2016-10-23 20:16:42 +02:00
|
|
|
font-size: 14px;
|
2016-03-04 21:31:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.ui-autocomplete li {
|
|
|
|
margin-bottom: 0;
|
|
|
|
padding: 4px 10px;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-align: left;
|
2016-10-23 20:16:42 +02:00
|
|
|
cursor: pointer;
|
2016-03-04 21:31:26 +01:00
|
|
|
}
|
|
|
|
|
2016-10-23 20:16:42 +02:00
|
|
|
/* Colors for the wplink toolbar autocomplete. */
|
|
|
|
.ui-autocomplete .ui-state-focus {
|
2016-03-04 21:31:26 +01:00
|
|
|
background-color: #ddd;
|
2016-10-23 20:16:42 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Colors for the tags autocomplete. */
|
|
|
|
.wp-tags-autocomplete .ui-state-focus {
|
|
|
|
background-color: #0073aa;
|
|
|
|
color: #fff;
|
2016-03-04 21:31:26 +01:00
|
|
|
}
|