This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
cookthebooks-legacy/inc/widgets-editor-legacy.css

301 lines
7.1 KiB
CSS

.editor-styles-wrapper,
.editor-styles-wrapper button,
.editor-styles-wrapper input,
.editor-styles-wrapper select,
.editor-styles-wrapper optgroup,
.editor-styles-wrapper textarea,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.editor-styles-wrapper {
color: #404040;
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
background: #ffffff !important;
}
@media screen and (min-width: 768px) {
.editor-styles-wrapper {
font-size: 17px;
font-size: 1.0625rem;
}
}
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
line-height: 1.5;
}
.editor-styles-wrapper h1 {
margin: .67em 0;
}
.editor-styles-wrapper h2 {
margin: .73em 0;
}
.editor-styles-wrapper h3 {
margin: .8em 0;
}
.editor-styles-wrapper h4 {
margin: .89em 0;
}
.editor-styles-wrapper h5 {
margin: 1em 0;
}
.editor-styles-wrapper h6 {
margin: 1.14em 0;
}
.editor-styles-wrapper p {
margin-bottom: 1.5em;
}
.editor-styles-wrapper a {
text-decoration: underline;
transition: color .2s;
}
.editor-styles-wrapper.editor-styles-wrapper a {
color: #2271b1;
}
.editor-styles-wrapper.editor-styles-wrapper a:hover,
.editor-styles-wrapper.editor-styles-wrapper a:focus,
.editor-styles-wrapper.editor-styles-wrapper a:active {
color: #135e96;
}
.editor-styles-wrapper a:focus {
outline: thin dotted;
}
.editor-styles-wrapper a:focus:not(:focus-visible),
.editor-styles-wrapper a:hover,
.editor-styles-wrapper a:active {
outline: 0;
}
.editor-styles-wrapper p.has-text-color a,
.editor-styles-wrapper p.has-text-color a:hover,
.editor-styles-wrapper p.has-text-color a:focus,
.editor-styles-wrapper p.has-text-color a:active {
color: inherit;
}
.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
margin: 1.5em 0 1.5em 0;
padding-left: 1em;
}
.editor-styles-wrapper ul {
list-style-type: disc;
}
.editor-styles-wrapper ol {
list-style-type: decimal;
}
.editor-styles-wrapper li>ul,
.editor-styles-wrapper li>ol {
margin-top: 0;
margin-bottom: 0;
margin-left: 1.5em;
}
.editor-styles-wrapper li:not(:first-child) {
padding-top: .2em;
}
.editor-styles-wrapper li:not(:last-child) {
padding-bottom: .2em;
}
.editor-styles-wrapper li>ul>li:first-child,
.editor-styles-wrapper li>ol>li:first-child {
padding-top: .4em;
}
.editor-styles-wrapper blockquote {
margin: 0 1.5em;
}
.editor-styles-wrapper .wp-block-quote p {
margin-bottom: .75em;
}
.editor-styles-wrapper .wp-block-quote.is-large p,
.editor-styles-wrapper .wp-block-quote.is-style-large p {
font-size: 1.3em;
}
.editor-styles-wrapper .wp-block-quote__citation,
.editor-styles-wrapper .wp-block-quote cite,
.editor-styles-wrapper .wp-block-quote footer {
font-size: .85em;
}
.editor-styles-wrapper .wp-block-quote.is-large cite,
.editor-styles-wrapper .wp-block-quote.is-large footer,
.editor-styles-wrapper .wp-block-quote.is-style-large cite,
.editor-styles-wrapper .wp-block-quote.is-style-large footer {
font-size: .95em;
}
.editor-styles-wrapper .wp-block-quote,
.editor-styles-wrapper .wp-block-quote.is-large,
.editor-styles-wrapper .wp-block-quote.is-style-large {
margin-bottom: 1.75em;
}
.editor-styles-wrapper .wp-block-pullquote {
padding: 2.4em 0;
}
.editor-styles-wrapper .wp-block-pullquote p {
font-size: 1.75em;
margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-pullquote__citation,
.editor-styles-wrapper .wp-block-pullquote cite,
.editor-styles-wrapper .wp-block-pullquote footer {
display: block;
margin-top: 1.5em;
}
.editor-styles-wrapper .wp-block-pullquote.is-style-solid-color blockquote p {
font-size: 1.9em;
}
.editor-styles-wrapper .wp-block-pullquote.is-style-solid-color blockquote {
max-width: 70%;
}
.editor-styles-wrapper .wp-block-table,
.editor-styles-wrapper .wp-block-video,
.editor-styles-wrapper .wp-block-audio,
.editor-styles-wrapper .wp-block-embed,
.editor-styles-wrapper .wp-block-image,
.editor-styles-wrapper .wp-block-gallery,
.editor-styles-wrapper .wp-block-media-text,
.editor-styles-wrapper .wp-block-calendar {
margin-bottom: 1.5em;
}
.editor-styles-wrapper .wp-block-calendar table:where(:not(.has-text-color)) {
color: inherit;
}
.editor-styles-wrapper .wp-block-table table,
.editor-styles-wrapper .wp-block-calendar .wp-calendar-table {
margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-calendar .wp-calendar-nav {
margin-top: .5em;
}
.editor-styles-wrapper .wp-block-image img {
display: block;
}
.editor-styles-wrapper .wp-block-table figcaption,
.editor-styles-wrapper .wp-block-video figcaption,
.editor-styles-wrapper .wp-block-embed figcaption,
.editor-styles-wrapper .wp-block-image figcaption,
.editor-styles-wrapper .wp-block-gallery figcaption {
font-size: .85em;
}
.editor-styles-wrapper .wp-block-table figcaption,
.editor-styles-wrapper .wp-block-video figcaption,
.editor-styles-wrapper .wp-block-embed figcaption {
margin-top: 1em;
margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-audio figcaption {
margin-top: .75em;
margin-bottom: 0;
font-size: .8em;
}
.editor-styles-wrapper .wp-block-table.is-style-stripes {
border-bottom: 0;
}
.editor-styles-wrapper pre.wp-block-verse {
font-family: 'Courier 10 Pitch', courier, monospace;
}
.editor-styles-wrapper .wp-block-search .wp-block-search__button {
margin-left: 0;
}
.editor-styles-wrapper .wp-block-rss {
padding: 0;
list-style-type: none;
}
.editor-styles-wrapper .wp-block-rss .wp-block-rss__item:not(:last-child) {
margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-rss .wp-block-rss__item:not(:first-child) {
padding-top: 0;
}
.editor-styles-wrapper .wp-block-latest-comments__comment {
line-height: inherit;
}
.editor-styles-wrapper .wp-block-button__link {
text-decoration: none;
}
.editor-styles-wrapper .wp-block-social-links .wp-block-social-link {
padding: 0;
}
.editor-styles-wrapper .more-link,
.editor-styles-wrapper .wp-block-search .wp-block-search__button,
.editor-styles-wrapper button,
.editor-styles-wrapper input[type="button"],
.editor-styles-wrapper input[type="reset"],
.editor-styles-wrapper input[type="submit"],
.editor-styles-wrapper .more-link:active,
.editor-styles-wrapper .more-link:focus,
.editor-styles-wrapper .more-link:hover,
.editor-styles-wrapper .wp-block-search .wp-block-search__button:active,
.editor-styles-wrapper .wp-block-search .wp-block-search__button:focus,
.editor-styles-wrapper .wp-block-search .wp-block-search__button:hover,
.editor-styles-wrapper button:active,
.editor-styles-wrapper button:focus,
.editor-styles-wrapper button:hover,
.editor-styles-wrapper input[type="button"]:active,
.editor-styles-wrapper input[type="button"]:focus,
.editor-styles-wrapper input[type="button"]:hover,
.editor-styles-wrapper input[type="reset"]:active,
.editor-styles-wrapper input[type="reset"]:focus,
.editor-styles-wrapper input[type="reset"]:hover,
.editor-styles-wrapper input[type="submit"]:active,
.editor-styles-wrapper input[type="submit"]:focus,
.editor-styles-wrapper input[type="submit"]:hover {
color: #ffffff;
}