PDF rausgenommen
This commit is contained in:
662
msd2/wordpress/wp-content/themes/twentyfifteen/css/blocks.css
Normal file
662
msd2/wordpress/wp-content/themes/twentyfifteen/css/blocks.css
Normal file
@ -0,0 +1,662 @@
|
||||
/*
|
||||
Theme Name: Twenty Fifteen
|
||||
Description: Used to style blocks.
|
||||
*/
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
>>> TABLE OF CONTENTS:
|
||||
----------------------------------------------------------------
|
||||
1.0 General Block Styles
|
||||
2.0 Blocks - Common Blocks
|
||||
3.0 Blocks - Formatting
|
||||
4.0 Blocks - Layout Elements
|
||||
5.0 Blocks - Widgets
|
||||
6.0 Blocks - Colors
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
1.0 General Block Styles
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Captions */
|
||||
|
||||
[class^="wp-block-"] figcaption {
|
||||
color: #707070;
|
||||
font-family: "Noto Sans", sans-serif;
|
||||
font-size: 12px;
|
||||
line-height: 1.5;
|
||||
margin-bottom: 0;
|
||||
padding: 0.5em 0;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 46.25em) {
|
||||
[class^="wp-block-"] figcaption {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 55em) {
|
||||
[class^="wp-block-"] figcaption {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 59.6875em) {
|
||||
[class^="wp-block-"] figcaption {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 68.75em) {
|
||||
[class^="wp-block-"] figcaption {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 77.5em) {
|
||||
[class^="wp-block-"] figcaption {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Alignments */
|
||||
|
||||
[class^="wp-block-"].alignleft,
|
||||
[class^="wp-block-"] .alignleft {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
[class^="wp-block-"].alignright,
|
||||
[class^="wp-block-"] .alignright {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
2.0 Blocks - Common Blocks
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Paragraph */
|
||||
|
||||
p.has-drop-cap:not(:focus)::first-letter {
|
||||
font-size: 5em;
|
||||
}
|
||||
|
||||
/* Gallery */
|
||||
|
||||
.wp-block-gallery {
|
||||
margin-bottom: 1.6em;
|
||||
}
|
||||
|
||||
/* Audio */
|
||||
|
||||
.wp-block-audio audio {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Cover */
|
||||
|
||||
.wp-block-cover-image .wp-block-cover-image-text,
|
||||
.wp-block-cover .wp-block-cover-text,
|
||||
.wp-block-cover-image h2,
|
||||
.wp-block-cover h2 {
|
||||
font-size: 29px;
|
||||
line-height: 1.2069;
|
||||
}
|
||||
|
||||
/* Quote */
|
||||
|
||||
.wp-block-quote,
|
||||
.wp-block-quote:not(.is-large):not(.is-style-large),
|
||||
[class^="wp-block-"] blockquote {
|
||||
border-color: #707070;
|
||||
}
|
||||
|
||||
.wp-block-quote cite,
|
||||
.wp-block-quote__citation {
|
||||
color: #333;
|
||||
font-family: "Noto Sans", sans-serif;
|
||||
font-size: 15px;
|
||||
font-style: normal;
|
||||
line-height: 1.6;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.wp-block-quote em,
|
||||
.wp-block-quote i {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.wp-block-quote strong,
|
||||
.wp-block-quote b {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (min-width: 46.25em) {
|
||||
.edit-post-visual-editor .wp-block-quote p {
|
||||
font-size: 20px;
|
||||
line-height: 1.75;
|
||||
}
|
||||
|
||||
.wp-block-quote cite,
|
||||
.wp-block-quote__citation {
|
||||
font-size: 17px;
|
||||
line-height: 1.6471;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 55em) {
|
||||
.edit-post-visual-editor .wp-block-quote p {
|
||||
font-size: 22px;
|
||||
line-height: 1.8182;
|
||||
}
|
||||
|
||||
.wp-block-quote cite,
|
||||
.wp-block-quote__citation {
|
||||
font-size: 19px;
|
||||
line-height: 1.6842;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 59.6875em) {
|
||||
.edit-post-visual-editor .wp-block-quote p {
|
||||
font-size: 18px;
|
||||
line-height: 1.6667;
|
||||
}
|
||||
|
||||
.wp-block-quote cite,
|
||||
.wp-block-quote__citation {
|
||||
font-size: 15px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 68.75em) {
|
||||
.edit-post-visual-editor .wp-block-quote p {
|
||||
font-size: 20px;
|
||||
line-height: 1.75;
|
||||
}
|
||||
|
||||
.wp-block-quote cite,
|
||||
.wp-block-quote__citation {
|
||||
font-size: 17px;
|
||||
line-height: 1.6471;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 77.5em) {
|
||||
.edit-post-visual-editor .wp-block-quote p {
|
||||
font-size: 22px;
|
||||
line-height: 1.8182;
|
||||
}
|
||||
|
||||
.wp-block-quote cite,
|
||||
.wp-block-quote__citation {
|
||||
font-size: 19px;
|
||||
line-height: 1.6842;
|
||||
}
|
||||
}
|
||||
|
||||
/* Cover Image */
|
||||
|
||||
.wp-block-cover-image.aligncenter,
|
||||
.wp-block-cover.aligncenter,
|
||||
.wp-block-cover-image.alignleft,
|
||||
.wp-block-cover.alignleft,
|
||||
.wp-block-cover-image.alignright,
|
||||
.wp-block-cover.alignright {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/* File */
|
||||
|
||||
.wp-block-file a.wp-block-file__button {
|
||||
background-color: #333;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
font-family: "Noto Sans", sans-serif;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
line-height: 1.5;
|
||||
padding: 0.7917em 1.5em;
|
||||
text-transform: uppercase;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
.wp-block-file a.wp-block-file__button:hover,
|
||||
.wp-block-file a.wp-block-file__button:focus {
|
||||
background-color: #707070;
|
||||
background-color: rgba(51, 51, 51, 0.7);
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.rtl .wp-block-file * + .wp-block-file__button {
|
||||
margin-left: 0.75em;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 46.25em) {
|
||||
.wp-block-file a.wp-block-file__button {
|
||||
font-size: 14px;
|
||||
font-size: 1.4rem;
|
||||
padding: 0.8214em 1.6429em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 55em) {
|
||||
.wp-block-file a.wp-block-file__button {
|
||||
font-size: 16px;
|
||||
font-size: 1.6rem;
|
||||
padding: 0.8125em 1.625em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 59.6875em) {
|
||||
.wp-block-file a.wp-block-file__button {
|
||||
font-size: 12px;
|
||||
font-size: 1.2rem;
|
||||
padding: 0.7917em 1.5833em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 68.75em) {
|
||||
.wp-block-file a.wp-block-file__button {
|
||||
font-size: 14px;
|
||||
font-size: 1.4rem;
|
||||
padding: 0.8214em 1.5714em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 77.5em) {
|
||||
.wp-block-file a.wp-block-file__button {
|
||||
font-size: 16px;
|
||||
font-size: 1.6rem;
|
||||
padding: 0.8125em 1.625em;
|
||||
}
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
3.0 Blocks - Formatting
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Code */
|
||||
|
||||
.wp-block-code {
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.wp-block-code code {
|
||||
font-family: Inconsolata, monospace;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Preformatted */
|
||||
|
||||
.wp-block-preformatted {
|
||||
background-color: rgba(0, 0, 0, 0.01);
|
||||
border: 1px solid #eaeaea;
|
||||
line-height: 1.2;
|
||||
margin-bottom: 1.6em;
|
||||
max-width: 100%;
|
||||
overflow: auto;
|
||||
padding: 0.8em;
|
||||
white-space: pre;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
/* Pullquote */
|
||||
|
||||
.wp-block-pullquote {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.wp-block-pullquote blockquote {
|
||||
border: 0;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.wp-block-pullquote cite {
|
||||
color: #333;
|
||||
font-family: "Noto Sans", sans-serif;
|
||||
font-size: 15px;
|
||||
font-style: normal;
|
||||
line-height: 1.6;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 46.25em) {
|
||||
.wp-block-pullquote cite {
|
||||
font-size: 17px;
|
||||
line-height: 1.6471;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 55em) {
|
||||
.wp-block-pullquote cite {
|
||||
font-size: 19px;
|
||||
line-height: 1.6842;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 59.6875em) {
|
||||
.wp-block-pullquote cite {
|
||||
font-size: 15px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 68.75em) {
|
||||
.wp-block-pullquote cite {
|
||||
font-size: 17px;
|
||||
line-height: 1.6471;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 77.5em) {
|
||||
.wp-block-pullquote cite {
|
||||
font-size: 19px;
|
||||
line-height: 1.6842;
|
||||
}
|
||||
}
|
||||
|
||||
/* Table */
|
||||
|
||||
.wp-block-table th,
|
||||
.wp-block-table td {
|
||||
border-color: #eaeaea;
|
||||
border-width: 0 1px 1px 0;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
4.0 Blocks - Layout Elements
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Button */
|
||||
|
||||
.wp-block-button .wp-block-button__link {
|
||||
cursor: pointer;
|
||||
font-family: "Noto Sans", sans-serif;
|
||||
font-size: 12px;
|
||||
font-size: 1.2rem;
|
||||
font-weight: 700;
|
||||
line-height: 1.5;
|
||||
padding: 0.7917em 1.5em;
|
||||
text-transform: uppercase;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
.entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
|
||||
border-bottom: 2px solid;
|
||||
}
|
||||
|
||||
.wp-block-button__link {
|
||||
background-color: #333;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.is-style-outline .wp-block-button__link:not(.has-text-color) {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.wp-block-button__link:hover,
|
||||
.wp-block-button__link:focus,
|
||||
.is-style-outline .wp-block-button__link:hover,
|
||||
.is-style-outline .wp-block-button__link:focus {
|
||||
background-color: #707070;
|
||||
background-color: rgba(51, 51, 51, 0.7);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 46.25em) {
|
||||
.wp-block-button .wp-block-button__link {
|
||||
font-size: 14px;
|
||||
font-size: 1.4rem;
|
||||
padding: 0.8214em 1.6429em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 55em) {
|
||||
.wp-block-button .wp-block-button__link {
|
||||
font-size: 16px;
|
||||
font-size: 1.6rem;
|
||||
padding: 0.8125em 1.625em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 59.6875em) {
|
||||
.wp-block-button .wp-block-button__link {
|
||||
font-size: 12px;
|
||||
font-size: 1.2rem;
|
||||
padding: 0.7917em 1.5833em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 68.75em) {
|
||||
.wp-block-button .wp-block-button__link {
|
||||
font-size: 14px;
|
||||
font-size: 1.4rem;
|
||||
padding: 0.8214em 1.5714em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 77.5em) {
|
||||
.wp-block-button .wp-block-button__link {
|
||||
font-size: 16px;
|
||||
font-size: 1.6rem;
|
||||
padding: 0.8125em 1.625em;
|
||||
}
|
||||
}
|
||||
|
||||
/* Seperators */
|
||||
|
||||
.wp-block-separator {
|
||||
border: 0;
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
.wp-block-separator.is-style-wide {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* Media & Text */
|
||||
|
||||
.wp-block-media-text {
|
||||
margin-bottom: 1.6em;
|
||||
}
|
||||
|
||||
.wp-block-media-text *:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
5.0 Blocks - Widgets
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Archives, Categories & Latest Posts */
|
||||
|
||||
.wp-block-archives.aligncenter,
|
||||
.wp-block-categories.aligncenter,
|
||||
.wp-block-latest-posts.aligncenter {
|
||||
list-style-position: inside;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Latest Comments */
|
||||
|
||||
.wp-block-latest-comments {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.wp-block-latest-comments__comment,
|
||||
.wp-block-latest-comments__comment-excerpt,
|
||||
.wp-block-latest-comments__comment-excerpt p {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.wp-block-latest-comments__comment-meta a {
|
||||
border-bottom-color: transparent;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.wp-block-latest-comments__comment-excerpt p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.wp-block-latest-comments__comment-date {
|
||||
color: #707070;
|
||||
font-family: "Noto Sans", sans-serif;
|
||||
font-size: 12px;
|
||||
line-height: 1.5;
|
||||
margin-bottom: 1.6em;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 46.25em) {
|
||||
.wp-block-latest-comments__comment-date {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 55em) {
|
||||
.wp-block-latest-comments__comment-date {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 59.6875em) {
|
||||
.wp-block-latest-comments__comment-date {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 68.75em) {
|
||||
.wp-block-latest-comments__comment-date {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 77.5em) {
|
||||
.wp-block-latest-comments__comment-date {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.wp-block-latest-comments .wp-block-latest-comments__comment {
|
||||
border-top: 1px solid #eaeaea;
|
||||
border-top: 1px solid rgba(51, 51, 51, 0.1);
|
||||
margin-bottom: 0;
|
||||
padding: 1.6em 0;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
6.0 Blocks - Colors
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
.has-dark-gray-color {
|
||||
color: #111;
|
||||
}
|
||||
|
||||
.has-dark-gray-background-color {
|
||||
background-color: #111;
|
||||
}
|
||||
|
||||
.has-light-gray-color {
|
||||
color: #f1f1f1;
|
||||
}
|
||||
|
||||
.has-light-gray-background-color {
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
.has-white-color {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.has-white-background-color {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.has-yellow-color {
|
||||
color: #f4ca16;
|
||||
}
|
||||
|
||||
.has-yellow-background-color {
|
||||
background-color: #f4ca16;
|
||||
}
|
||||
|
||||
.has-dark-brown-color {
|
||||
color: #352712;
|
||||
}
|
||||
|
||||
.has-dark-brown-background-color {
|
||||
background-color: #352712;
|
||||
}
|
||||
|
||||
.has-medium-pink-color {
|
||||
color: #e53b51;
|
||||
}
|
||||
|
||||
.has-medium-pink-background-color {
|
||||
background-color: #e53b51;
|
||||
}
|
||||
|
||||
.has-light-pink-color {
|
||||
color: #ffe5d1;
|
||||
}
|
||||
|
||||
.has-light-pink-background-color {
|
||||
background-color: #ffe5d1;
|
||||
}
|
||||
|
||||
.has-dark-purple-color {
|
||||
color: #2e2256;
|
||||
}
|
||||
|
||||
.has-dark-purple-background-color {
|
||||
background-color: #2e2256;
|
||||
}
|
||||
|
||||
.has-purple-color {
|
||||
color: #674970;
|
||||
}
|
||||
|
||||
.has-purple-background-color {
|
||||
background-color: #674970;
|
||||
}
|
||||
|
||||
.has-blue-gray-color {
|
||||
color: #22313f;
|
||||
}
|
||||
|
||||
.has-blue-gray-background-color {
|
||||
background-color: #22313f;
|
||||
}
|
||||
|
||||
.has-bright-blue-color {
|
||||
color: #55c3dc;
|
||||
}
|
||||
|
||||
.has-bright-blue-background-color {
|
||||
background-color: #55c3dc;
|
||||
}
|
||||
|
||||
.has-light-blue-color {
|
||||
color: #e9f2f9;
|
||||
}
|
||||
|
||||
.has-light-blue-background-color {
|
||||
background-color: #e9f2f9;
|
||||
}
|
@ -0,0 +1,871 @@
|
||||
/*
|
||||
Theme Name: Twenty Fifteen
|
||||
Description: Used to style blocks in the editor.
|
||||
*/
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
>>> TABLE OF CONTENTS:
|
||||
----------------------------------------------------------------
|
||||
1.0 General Typography
|
||||
2.0 General Block Styles
|
||||
3.0 Blocks - Common Blocks
|
||||
4.0 Blocks - Formatting
|
||||
5.0 Blocks - Layout Elements
|
||||
6.0 Blocks - Widgets
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
1.0 General Typography
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block,
|
||||
.edit-post-visual-editor .editor-block-list__block p,
|
||||
.editor-default-block-appender textarea.editor-default-block-appender__content {
|
||||
font-size: 15px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.editor-post-title__block .editor-post-title__input {
|
||||
color: #333;
|
||||
font-size: 26px;
|
||||
line-height: 1.1538;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor h1,
|
||||
.edit-post-visual-editor h2,
|
||||
.edit-post-visual-editor h3,
|
||||
.edit-post-visual-editor h4,
|
||||
.edit-post-visual-editor h5,
|
||||
.edit-post-visual-editor h6 {
|
||||
clear: both;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h1 {
|
||||
font-size: 26px;
|
||||
line-height: 1.1538;
|
||||
padding: 0.9em 0 0.45em;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h2 {
|
||||
font-size: 22px;
|
||||
line-height: 1.3636;
|
||||
padding: 1em 0 0.5em;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h3 {
|
||||
font-size: 18px;
|
||||
line-height: 1.3333;
|
||||
padding: 1.3em 0 0.65em;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h4,
|
||||
.edit-post-visual-editor .editor-block-list__block h5,
|
||||
.edit-post-visual-editor .editor-block-list__block h6 {
|
||||
font-size: 15px;
|
||||
line-height: 1.2;
|
||||
padding: 0.8em 0 0.4em;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h5,
|
||||
.edit-post-visual-editor .editor-block-list__block h6 {
|
||||
letter-spacing: 0.1em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor > h1:first-child,
|
||||
.edit-post-visual-editor > h2:first-child,
|
||||
.edit-post-visual-editor > h3:first-child,
|
||||
.edit-post-visual-editor > h4:first-child,
|
||||
.edit-post-visual-editor > h5:first-child,
|
||||
.edit-post-visual-editor > h6:first-child {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 46.25em) {
|
||||
.edit-post-visual-editor .editor-block-list__block,
|
||||
.edit-post-visual-editor .editor-block-list__block p,
|
||||
.editor-default-block-appender input[type="text"].editor-default-block-appender__content {
|
||||
font-size: 17px;
|
||||
line-height: 1.6471;
|
||||
}
|
||||
|
||||
.editor-post-title__block .editor-post-title__input {
|
||||
font-size: 35px;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h1 {
|
||||
font-size: 35px;
|
||||
line-height: 1.2;
|
||||
padding: 0.8em 0 0.4em;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h2 {
|
||||
font-size: 29px;
|
||||
line-height: 1.2069;
|
||||
padding: 1.0em 0 0.5em;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h3 {
|
||||
font-size: 24px;
|
||||
line-height: 1.1667;
|
||||
padding: 1.15em 0 0.6em;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h4 {
|
||||
font-size: 20px;
|
||||
line-height: 1.4;
|
||||
padding: .7em 0 0.35em;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h5,
|
||||
.edit-post-visual-editor .editor-block-list__block h6 {
|
||||
font-size: 17px;
|
||||
line-height: 1.2353;
|
||||
padding: 0.8em 0 0.4em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 55em) {
|
||||
.edit-post-visual-editor .editor-block-list__block,
|
||||
.edit-post-visual-editor .editor-block-list__block p,
|
||||
.editor-default-block-appender input[type="text"].editor-default-block-appender__content {
|
||||
font-size: 19px;
|
||||
line-height: 1.6842;
|
||||
}
|
||||
|
||||
.editor-post-title__block .editor-post-title__input {
|
||||
font-size: 39px;
|
||||
line-height: 1.2308;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h1 {
|
||||
font-size: 39px;
|
||||
line-height: 1.2308;
|
||||
padding: 0.8em 0 0.4em;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h2 {
|
||||
font-size: 32px;
|
||||
line-height: 1.25;
|
||||
padding: 1em 0 0.5em;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h3 {
|
||||
font-size: 27px;
|
||||
line-height: 1.1852;
|
||||
padding: 1.2em 0 0.6em;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h4 {
|
||||
font-size: 22px;
|
||||
line-height: 1.4545;
|
||||
padding: 0.75em 0 0.35em;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h5,
|
||||
.edit-post-visual-editor .editor-block-list__block h6 {
|
||||
font-size: 19px;
|
||||
line-height: 1.2632;
|
||||
padding: 0.8em 0 0.4em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 59.6875em) {
|
||||
.edit-post-visual-editor .editor-block-list__block,
|
||||
.edit-post-visual-editor .editor-block-list__block p,
|
||||
.editor-default-block-appender input[type="text"].editor-default-block-appender__content {
|
||||
font-size: 15px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.editor-post-title__block .editor-post-title__input {
|
||||
font-size: 31px;
|
||||
line-height: 1.1613;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h1 {
|
||||
font-size: 31px;
|
||||
line-height: 1.1613;
|
||||
padding: 0.8em 0 0.4em;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h2 {
|
||||
font-size: 26px;
|
||||
line-height: 1.3846;
|
||||
padding: 0.9em 0 0.45em;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h3 {
|
||||
font-size: 22px;
|
||||
line-height: 1.3636;
|
||||
padding: 1.1em 0 0.55em;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h4 {
|
||||
font-size: 18px;
|
||||
line-height: 1.3333;
|
||||
padding: 0.65em 0 0.3em;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h5,
|
||||
.edit-post-visual-editor .editor-block-list__block h6 {
|
||||
font-size: 15px;
|
||||
line-height: 1.2;
|
||||
padding: 0.8em 0 0.4em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 68.75em) {
|
||||
.edit-post-visual-editor .editor-block-list__block,
|
||||
.edit-post-visual-editor .editor-block-list__block p,
|
||||
.editor-default-block-appender input[type="text"].editor-default-block-appender__content {
|
||||
font-size: 17px;
|
||||
line-height: 1.6471;
|
||||
}
|
||||
|
||||
.editor-post-title__block .editor-post-title__input {
|
||||
font-size: 35px;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h1 {
|
||||
font-size: 35px;
|
||||
line-height: 1.2;
|
||||
padding: 0.8em 0 0.4em;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h2 {
|
||||
font-size: 29px;
|
||||
line-height: 1.2069;
|
||||
padding: 1.0em 0 0.5em;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h3 {
|
||||
font-size: 24px;
|
||||
line-height: 1.1667;
|
||||
padding: 1.2em 0 0.6em;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h4 {
|
||||
font-size: 20px;
|
||||
line-height: 1.4;
|
||||
padding: 0.7em 0 0.35em;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h5,
|
||||
.edit-post-visual-editor .editor-block-list__block h6 {
|
||||
font-size: 17px;
|
||||
line-height: 1.2353;
|
||||
padding: 0.8em 0 0.4em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 77.5em) {
|
||||
.edit-post-visual-editor .editor-block-list__block,
|
||||
.edit-post-visual-editor .editor-block-list__block p,
|
||||
.editor-default-block-appender input[type="text"].editor-default-block-appender__content {
|
||||
font-size: 19px;
|
||||
line-height: 1.6842;
|
||||
}
|
||||
|
||||
.editor-post-title__block .editor-post-title__input {
|
||||
font-size: 39px;
|
||||
line-height: 1.2308;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h3 {
|
||||
font-size: 27px;
|
||||
line-height: 1.1852;
|
||||
padding: 1.2em 0 0.6em;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h4 {
|
||||
font-size: 22px;
|
||||
line-height: 1.4545;
|
||||
padding: 0.75em 0 0.35em;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block h5,
|
||||
.edit-post-visual-editor .editor-block-list__block h6 {
|
||||
font-size: 19px;
|
||||
line-height: 1.2632;
|
||||
padding: 0.85em 0 0.45em;
|
||||
}
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
2.0 General Block Styles
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Main column width */
|
||||
|
||||
.editor-styles-wrapper {
|
||||
max-width: 100% !important; /* Override where editor-style.css is affecting this. */
|
||||
}
|
||||
|
||||
.wp-block {
|
||||
max-width: 690px; /* 660px + 30px to account for padding. */
|
||||
}
|
||||
|
||||
/* Link styles */
|
||||
|
||||
.edit-post-visual-editor a,
|
||||
.editor-block-list__block a,
|
||||
.wp-block-freeform.block-library-rich-text__tinymce a {
|
||||
border-bottom: 1px solid #333;
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* List styles */
|
||||
|
||||
.edit-post-visual-editor ul:not(.wp-block-gallery),
|
||||
.editor-block-list__block ul:not(.wp-block-gallery),
|
||||
.block-library-list ul,
|
||||
.edit-post-visual-editor ol,
|
||||
.editor-block-list__block ol,
|
||||
.block-library-list ol {
|
||||
margin: 0 0 1.6em 1.3333em;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.block-library-list .editor-rich-text__tinymce {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor ul:not(.wp-block-gallery),
|
||||
.editor-block-list__block ul:not(.wp-block-gallery),
|
||||
.block-library-list ul {
|
||||
list-style: disc;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor ol,
|
||||
.editor-block-list__block ol,
|
||||
.block-library-list ol {
|
||||
list-style: decimal;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor ul:not(.wp-block-gallery) li > ul,
|
||||
.editor-block-list__block ul:not(.wp-block-gallery) li > ul,
|
||||
.block-library-list li > ul,
|
||||
.edit-post-visual-editor li > ol,
|
||||
.editor-block-list__block li > ol,
|
||||
.block-library-list li > ol {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.wp-block-freeform.block-library-rich-text__tinymce li,
|
||||
.editor-block-list__block li {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.rtl .edit-post-visual-editor ul:not(.wp-block-gallery),
|
||||
.rtl .editor-block-list__block ul:not(.wp-block-gallery),
|
||||
.rtl .block-library-list ul,
|
||||
.rtl .edit-post-visual-editor ol,
|
||||
.rtl .editor-block-list__block ol,
|
||||
.rtl .block-library-list ol {
|
||||
margin-left: 0;
|
||||
margin-right: 1.3333em;
|
||||
}
|
||||
|
||||
/* Quote */
|
||||
|
||||
.rtl .editor-block-list__block blockquote {
|
||||
border-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
/* Captions */
|
||||
|
||||
[class^="wp-block-"] figcaption {
|
||||
color: #707070;
|
||||
font-family: "Noto Sans", sans-serif;
|
||||
font-size: 12px;
|
||||
margin-bottom: 0;
|
||||
padding: 0.5em 0;
|
||||
}
|
||||
|
||||
.editor-block-list__block [class^="wp-block-"] figcaption {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 46.25em) {
|
||||
[class^="wp-block-"] figcaption {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 55em) {
|
||||
[class^="wp-block-"] figcaption {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 59.6875em) {
|
||||
[class^="wp-block-"] figcaption {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 68.75em) {
|
||||
[class^="wp-block-"] figcaption {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 77.5em) {
|
||||
[class^="wp-block-"] figcaption {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Pre */
|
||||
|
||||
[class^="wp-block-"] pre {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Alignments */
|
||||
|
||||
.wp-block-quote.alignright,
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .alignright {
|
||||
margin: 0.4211em 0 1.6842em 1.6842em;
|
||||
}
|
||||
|
||||
.wp-block-quote.alignleft,
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .alignleft {
|
||||
margin: 0.4211em 1.6842em 1.6842em 0;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
3.0 Blocks - Common Blocks
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Paragraph */
|
||||
|
||||
p.has-drop-cap:not(:focus)::first-letter {
|
||||
font-size: 5em;
|
||||
}
|
||||
|
||||
/* Quotes */
|
||||
|
||||
.wp-block-quote,
|
||||
.wp-block-freeform.block-library-rich-text__tinymce blockquote {
|
||||
color: #707070;
|
||||
margin-bottom: 1.6667em;
|
||||
padding-left: 0.7778em;
|
||||
}
|
||||
|
||||
.wp-block-quote:not(.is-large):not(.is-style-large),
|
||||
.wp-block-freeform.block-library-rich-text__tinymce blockquote {
|
||||
border-color: #707070;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .wp-block-quote p {
|
||||
font-size: 18px;
|
||||
font-style: italic;
|
||||
line-height: 1.6667;
|
||||
margin-bottom: 1.6667em;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .wp-block-quote > p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.wp-block-quote__citation {
|
||||
color: #333;
|
||||
font-family: "Noto Sans", sans-serif;
|
||||
font-size: 15px;
|
||||
font-style: normal;
|
||||
line-height: 1.6;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.wp-block-quote em,
|
||||
.wp-block-quote i {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.wp-block-quote strong,
|
||||
.wp-block-quote b {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 46.25em) {
|
||||
.edit-post-visual-editor .wp-block-quote p {
|
||||
font-size: 20px;
|
||||
line-height: 1.75;
|
||||
}
|
||||
|
||||
.wp-block-quote__citation {
|
||||
font-size: 17px;
|
||||
line-height: 1.6471;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 55em) {
|
||||
.edit-post-visual-editor .wp-block-quote p {
|
||||
font-size: 22px;
|
||||
line-height: 1.8182;
|
||||
}
|
||||
|
||||
.wp-block-quote__citation {
|
||||
font-size: 19px;
|
||||
line-height: 1.6842;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 59.6875em) {
|
||||
.edit-post-visual-editor .wp-block-quote p {
|
||||
font-size: 18px;
|
||||
line-height: 1.6667;
|
||||
}
|
||||
|
||||
.wp-block-quote__citation {
|
||||
font-size: 15px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 68.75em) {
|
||||
.edit-post-visual-editor .wp-block-quote p {
|
||||
font-size: 20px;
|
||||
line-height: 1.75;
|
||||
}
|
||||
|
||||
.wp-block-quote__citation {
|
||||
font-size: 17px;
|
||||
line-height: 1.6471;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 77.5em) {
|
||||
.edit-post-visual-editor .wp-block-quote p {
|
||||
font-size: 22px;
|
||||
line-height: 1.8182;
|
||||
}
|
||||
|
||||
.wp-block-quote__citation {
|
||||
font-size: 19px;
|
||||
line-height: 1.6842;
|
||||
}
|
||||
}
|
||||
|
||||
/* Cover */
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block .wp-block-cover-image p,
|
||||
.edit-post-visual-editor .editor-block-list__block .wp-block-cover p,
|
||||
.wp-block-cover-image h2,
|
||||
.wp-block-cover h2 {
|
||||
font-size: 29px;
|
||||
line-height: 1.2069;
|
||||
}
|
||||
|
||||
/* File */
|
||||
|
||||
.wp-block-file .editor-rich-text__tinymce {
|
||||
border-bottom: 1px solid #333;
|
||||
}
|
||||
|
||||
.wp-block-file .wp-block-file__button {
|
||||
background-color: #333;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
font-family: "Noto Sans", sans-serif;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
line-height: 1.5;
|
||||
padding: 0.7917em 1.5em;
|
||||
text-transform: uppercase;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 46.25em) {
|
||||
.wp-block-file .wp-block-file__button {
|
||||
font-size: 14px;
|
||||
padding: 0.8214em 1.6429em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 55em) {
|
||||
.wp-block-file .wp-block-file__button {
|
||||
font-size: 16px;
|
||||
padding: 0.8125em 1.625em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 59.6875em) {
|
||||
.wp-block-file .wp-block-file__button {
|
||||
font-size: 12px;
|
||||
padding: 0.7917em 1.5833em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 68.75em) {
|
||||
.wp-block-file .wp-block-file__button {
|
||||
font-size: 14px;
|
||||
padding: 0.8214em 1.5714em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 77.5em) {
|
||||
.wp-block-file .wp-block-file__button {
|
||||
font-size: 16px;
|
||||
padding: 0.8125em 1.625em;
|
||||
}
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
4.0 Blocks - Formatting
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Code */
|
||||
|
||||
.wp-block-code,
|
||||
.wp-block-freeform.block-library-rich-text__tinymce code {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Pullquote */
|
||||
|
||||
.wp-block-pullquote,
|
||||
.editor-block-list__block .wp-block-pullquote blockquote {
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.wp-block-pullquote .wp-block-pullquote__citation {
|
||||
color: #333;
|
||||
font-family: "Noto Sans", sans-serif;
|
||||
font-size: 15px;
|
||||
font-style: normal;
|
||||
line-height: 1.6;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 46.25em) {
|
||||
.wp-block-pullquote .wp-block-pullquote__citation {
|
||||
font-size: 17px;
|
||||
line-height: 1.6471;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 55em) {
|
||||
.wp-block-pullquote .wp-block-pullquote__citation {
|
||||
font-size: 19px;
|
||||
line-height: 1.6842;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 59.6875em) {
|
||||
.wp-block-pullquote .wp-block-pullquote__citation {
|
||||
font-size: 15px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 68.75em) {
|
||||
.wp-block-pullquote .wp-block-pullquote__citation {
|
||||
font-size: 17px;
|
||||
line-height: 1.6471;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 77.5em) {
|
||||
.wp-block-pullquote .wp-block-pullquote__citation {
|
||||
font-size: 19px;
|
||||
line-height: 1.6842;
|
||||
}
|
||||
}
|
||||
|
||||
/* Tables */
|
||||
|
||||
.editor-block-list__block .wp-block-table th,
|
||||
.editor-block-list__block .wp-block-table td {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.rtl .editor-block-list__block .wp-block-table th {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
5.0 Blocks - Layout Elements
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Button */
|
||||
|
||||
.wp-block-button .wp-block-button__link {
|
||||
cursor: pointer;
|
||||
font-family: "Noto Sans", sans-serif;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
line-height: 1.5;
|
||||
padding: 0.7917em 1.5em;
|
||||
text-transform: uppercase;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
.wp-block-button__link {
|
||||
background-color: #333;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.is-style-outline .wp-block-button__link {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 46.25em) {
|
||||
.wp-block-button .wp-block-button__link {
|
||||
font-size: 14px;
|
||||
padding: 0.8214em 1.6429em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 55em) {
|
||||
.wp-block-button .wp-block-button__link {
|
||||
font-size: 16px;
|
||||
padding: 0.8125em 1.625em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 59.6875em) {
|
||||
.wp-block-button .wp-block-button__link {
|
||||
font-size: 12px;
|
||||
padding: 0.7917em 1.5833em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 68.75em) {
|
||||
.wp-block-button .wp-block-button__link {
|
||||
font-size: 14px;
|
||||
padding: 0.8214em 1.5714em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 77.5em) {
|
||||
.wp-block-button .wp-block-button__link {
|
||||
font-size: 16px;
|
||||
padding: 0.8125em 1.625em;
|
||||
}
|
||||
}
|
||||
|
||||
/* Seperator */
|
||||
|
||||
.wp-block-separator {
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
.wp-block-separator.is-style-wide {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* Media & Text */
|
||||
|
||||
.wp-block-media-text *:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
6.0 Blocks - Widgets
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Archives, Categories & Latest Posts */
|
||||
|
||||
[data-align="center"] .wp-block-archives ul,
|
||||
[data-align="center"] .wp-block-categories ul,
|
||||
[data-align="center"] .wp-block-latest-posts ul {
|
||||
list-style-position: inside;
|
||||
}
|
||||
|
||||
|
||||
/* Latest Comments */
|
||||
|
||||
.wp-block-latest-comments {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.wp-block-latest-comments__comment,
|
||||
.wp-block-latest-comments__comment-excerpt,
|
||||
.wp-block-latest-comments__comment-excerpt p {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.wp-block-latest-comments__comment-meta a {
|
||||
border-bottom-color: transparent;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.wp-block-latest-comments__comment-excerpt p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.wp-block-latest-comments__comment-date {
|
||||
color: #707070;
|
||||
font-family: "Noto Sans", sans-serif;
|
||||
font-size: 12px;
|
||||
line-height: 1.5;
|
||||
margin-bottom: 1.6em;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 46.25em) {
|
||||
.wp-block-latest-comments__comment-date {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 55em) {
|
||||
.wp-block-latest-comments__comment-date {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 59.6875em) {
|
||||
.wp-block-latest-comments__comment-date {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 68.75em) {
|
||||
.wp-block-latest-comments__comment-date {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 77.5em) {
|
||||
.wp-block-latest-comments__comment-date {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.wp-block-latest-comments .wp-block-latest-comments__comment {
|
||||
border-top: 1px solid #eaeaea;
|
||||
border-top: 1px solid rgba(51, 51, 51, 0.1);
|
||||
margin-bottom: 0;
|
||||
padding: 1.6em 0;
|
||||
}
|
||||
|
||||
/* Latest Posts */
|
||||
|
||||
.edit-post-visual-editor .wp-block-latest-posts.is-grid {
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .wp-block-latest-posts.is-grid li {
|
||||
margin-bottom: 16px;
|
||||
}
|
@ -0,0 +1,482 @@
|
||||
/*
|
||||
Theme Name: Twenty Fifteen
|
||||
Description: Used to style the TinyMCE editor.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Table of Contents:
|
||||
*
|
||||
* 1.0 - Body
|
||||
* 2.0 - Typography
|
||||
* 3.0 - Elements
|
||||
* 4.0 - Alignment
|
||||
* 5.0 - Caption
|
||||
* 6.0 - Galleries
|
||||
* 7.0 - Audio / Video
|
||||
* 8.0 - RTL
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* 1.0 Body
|
||||
*/
|
||||
|
||||
body {
|
||||
color: #333;
|
||||
font-family: "Noto Serif", serif;
|
||||
font-weight: 400;
|
||||
font-size: 17px;
|
||||
line-height: 1.6471;
|
||||
margin: 20px 40px;
|
||||
max-width: 660px;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 2.0 Typography
|
||||
*/
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
clear: both;
|
||||
font-weight: 700;
|
||||
margin: 56px 0 28px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 35px;
|
||||
line-height: 1.2308;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 29px;
|
||||
line-height: 1.2069;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 24px;
|
||||
line-height: 1.1667;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 20px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
h5,
|
||||
h6 {
|
||||
font-size: 17px;
|
||||
letter-spacing: 0.1em;
|
||||
line-height: 1.2353;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
h1:first-child,
|
||||
h2:first-child,
|
||||
h3:first-child,
|
||||
h4:first-child,
|
||||
h5:first-child,
|
||||
h6:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0 0 28px;
|
||||
}
|
||||
|
||||
b,
|
||||
strong {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
dfn,
|
||||
cite,
|
||||
em,
|
||||
i {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 4px solid #707070;
|
||||
color: #707070;
|
||||
font-size: 20px;
|
||||
font-style: italic;
|
||||
line-height: 1.8182;
|
||||
margin: 0 0 35px -21px;
|
||||
padding-left: 17px;
|
||||
}
|
||||
|
||||
blockquote > blockquote {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
blockquote p {
|
||||
margin-bottom: 35px;
|
||||
}
|
||||
|
||||
blockquote > p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
blockquote cite,
|
||||
blockquote small {
|
||||
color: #333;
|
||||
font-family: "Noto Sans", sans-serif;
|
||||
font-size: 17px;
|
||||
line-height: 1.6471;
|
||||
}
|
||||
|
||||
blockquote em,
|
||||
blockquote i,
|
||||
blockquote cite {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
blockquote strong,
|
||||
blockquote b {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
address {
|
||||
font-style: italic;
|
||||
margin: 0 0 28px;
|
||||
}
|
||||
|
||||
code,
|
||||
kbd,
|
||||
tt,
|
||||
var,
|
||||
samp,
|
||||
pre {
|
||||
font-family: Inconsolata, monospace;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #fcfcfc;
|
||||
border: 1px solid #eaeaea;
|
||||
font-size: 17px;
|
||||
line-height: 1.2353;
|
||||
margin-bottom: 28px;
|
||||
max-width: 100%;
|
||||
overflow: auto;
|
||||
padding: 14px;
|
||||
white-space: pre;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
abbr[title] {
|
||||
border-bottom: 1px dotted #eaeaea;
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
mark,
|
||||
ins {
|
||||
background-color: #fff9c0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
sup,
|
||||
sub {
|
||||
font-size: 75%;
|
||||
height: 0;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
sup {
|
||||
bottom: 1ex;
|
||||
}
|
||||
|
||||
sub {
|
||||
top: .5ex;
|
||||
}
|
||||
|
||||
small {
|
||||
font-size: 75%;
|
||||
}
|
||||
|
||||
big {
|
||||
font-size: 125%;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 3.0 Elements
|
||||
*/
|
||||
|
||||
hr {
|
||||
background-color: #eaeaea;
|
||||
border: 0;
|
||||
height: 1px;
|
||||
margin-bottom: 28px;
|
||||
}
|
||||
|
||||
ul,
|
||||
ol {
|
||||
margin: 0 0 28px 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: disc;
|
||||
}
|
||||
|
||||
ol {
|
||||
list-style: decimal;
|
||||
}
|
||||
|
||||
li > ul,
|
||||
li > ol {
|
||||
margin: 0 0 0 23px;
|
||||
}
|
||||
|
||||
blockquote > ul,
|
||||
blockquote > ol {
|
||||
margin-left: 28px;
|
||||
}
|
||||
|
||||
dl {
|
||||
margin: 0 0 28px;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
dd {
|
||||
margin: 0 0 28px;
|
||||
}
|
||||
|
||||
table,
|
||||
th,
|
||||
td,
|
||||
.mce-item-table,
|
||||
.mce-item-table th,
|
||||
.mce-item-table td {
|
||||
border: 1px solid #eaeaea;
|
||||
}
|
||||
|
||||
table a {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
table,
|
||||
.mce-item-table {
|
||||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
border-width: 1px 0 0 1px;
|
||||
margin: 0 0 28px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table th,
|
||||
.mce-item-table th,
|
||||
table caption {
|
||||
border-width: 0 1px 1px 0;
|
||||
font-family: "Noto Serif", serif;
|
||||
font-size: 17px;
|
||||
font-weight: 700;
|
||||
padding: 7px;
|
||||
text-align: left;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
table td,
|
||||
.mce-item-table td {
|
||||
border-width: 0 1px 1px 0;
|
||||
font-family: "Noto Serif", serif;
|
||||
font-size: 17px;
|
||||
padding: 7px;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
img {
|
||||
border: 0;
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
figure {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
del {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
a {
|
||||
border-bottom: 1px solid #333;
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 4.0 Alignment
|
||||
*/
|
||||
|
||||
.alignleft {
|
||||
float: left;
|
||||
margin: 7px 28px 28px 0;
|
||||
}
|
||||
|
||||
.alignright {
|
||||
float: right;
|
||||
margin: 7px 0 28px 28px;
|
||||
}
|
||||
|
||||
.aligncenter {
|
||||
clear: both;
|
||||
display: block;
|
||||
margin: 7px auto;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 5.0 Caption
|
||||
*/
|
||||
|
||||
.wp-caption {
|
||||
background: transparent;
|
||||
border: none;
|
||||
color: #707070;
|
||||
font-family: "Noto Sans", sans-serif;
|
||||
margin: 0 0 28px 0;
|
||||
max-width: 100%;
|
||||
padding: 0;
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
.wp-caption.alignleft {
|
||||
margin: 7px 28px 21px 0;
|
||||
}
|
||||
|
||||
.wp-caption.alignright {
|
||||
margin: 7px 0 21px 28px;
|
||||
}
|
||||
|
||||
.wp-caption.aligncenter {
|
||||
margin: 7px auto;
|
||||
}
|
||||
|
||||
.wp-caption .wp-caption-text,
|
||||
.wp-caption-dd {
|
||||
font-size: 14px;
|
||||
line-height: 1.5;
|
||||
padding: 7px 0;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 6.0 Galleries
|
||||
*/
|
||||
|
||||
.gallery-item {
|
||||
display: inline-block;
|
||||
padding: 1.79104477%;
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.gallery-columns-2 .gallery-item {
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
.gallery-columns-3 .gallery-item {
|
||||
max-width: 33.33%;
|
||||
}
|
||||
|
||||
.gallery-columns-4 .gallery-item {
|
||||
max-width: 25%;
|
||||
}
|
||||
|
||||
.gallery-columns-5 .gallery-item {
|
||||
max-width: 20%;
|
||||
}
|
||||
|
||||
.gallery-columns-6 .gallery-item {
|
||||
max-width: 16.66%;
|
||||
}
|
||||
|
||||
.gallery-columns-7 .gallery-item {
|
||||
max-width: 14.28%;
|
||||
}
|
||||
|
||||
.gallery-columns-8 .gallery-item {
|
||||
max-width: 12.5%;
|
||||
}
|
||||
|
||||
.gallery-columns-9 .gallery-item {
|
||||
max-width: 11.11%;
|
||||
}
|
||||
|
||||
.gallery .gallery-caption {
|
||||
color: #707070;
|
||||
display: block;
|
||||
font-family: "Noto Sans", sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 1.5;
|
||||
padding: 7px 0;
|
||||
}
|
||||
|
||||
.gallery-columns-6 .gallery-caption,
|
||||
.gallery-columns-7 .gallery-caption,
|
||||
.gallery-columns-8 .gallery-caption,
|
||||
.gallery-columns-9 .gallery-caption {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 7.0 Audio / Video
|
||||
*/
|
||||
|
||||
.mce-content-body .wpview-wrap {
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
.mce-content-body .wp-audio-playlist {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 8.0 RTL
|
||||
*/
|
||||
|
||||
body.rtl {
|
||||
font-family: Arial, Tahoma, sans-serif;
|
||||
}
|
||||
|
||||
.rtl blockquote {
|
||||
border-left: none;
|
||||
border-right: 4px solid #707070;
|
||||
margin: 0 -21px 35px 0;
|
||||
padding-left: 0;
|
||||
padding-right: 17px;
|
||||
}
|
||||
|
||||
.rtl blockquote > blockquote {
|
||||
margin-left: auto;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.rtl li > ul,
|
||||
.rtl li > ol {
|
||||
margin: 0 23px 0 0;
|
||||
}
|
||||
|
||||
.rtl table th,
|
||||
.rtl table caption {
|
||||
text-align: right;
|
||||
}
|
948
msd2/wordpress/wp-content/themes/twentyfifteen/css/ie.css
Normal file
948
msd2/wordpress/wp-content/themes/twentyfifteen/css/ie.css
Normal file
@ -0,0 +1,948 @@
|
||||
/*
|
||||
Theme Name: Twenty Fifteen
|
||||
Description: Global Styles for older IE versions (previous to IE9).
|
||||
*/
|
||||
|
||||
body,
|
||||
button,
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
font-size: 19px;
|
||||
line-height: 1.6842;
|
||||
}
|
||||
|
||||
button,
|
||||
input {
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
p,
|
||||
address,
|
||||
pre,
|
||||
hr,
|
||||
ul,
|
||||
ol,
|
||||
dl,
|
||||
dd,
|
||||
table {
|
||||
margin-bottom: 1.6842em;
|
||||
}
|
||||
|
||||
ul,
|
||||
ol {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
li > ul,
|
||||
li > ol,
|
||||
blockquote > ul,
|
||||
blockquote > ol {
|
||||
margin-left: 1.3333em;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-color: inherit;
|
||||
border-style: solid;
|
||||
border-width: 0 0 0 4px;
|
||||
font-size: 22px;
|
||||
line-height: 1.8182;
|
||||
margin-bottom: 1.8182em;
|
||||
margin-left: -1.0909em;
|
||||
padding-left: 0.9091em;
|
||||
}
|
||||
|
||||
blockquote > blockquote {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
blockquote p {
|
||||
margin-bottom: 1.8182em;
|
||||
}
|
||||
|
||||
blockquote cite,
|
||||
blockquote small {
|
||||
font-size: 19px;
|
||||
line-height: 1.6842;
|
||||
}
|
||||
|
||||
pre {
|
||||
line-height: 1.2632;
|
||||
}
|
||||
|
||||
.entry-content img,
|
||||
.entry-summary img,
|
||||
.page-content img,
|
||||
.comment-content img,
|
||||
.widget img {
|
||||
max-width: 660px;
|
||||
}
|
||||
|
||||
img.size-full,
|
||||
img.size-large,
|
||||
img.header-image,
|
||||
img.wp-post-image,
|
||||
img[class*="align"],
|
||||
img[class*="wp-image-"],
|
||||
img[class*="attachment-"] {
|
||||
height: auto;
|
||||
width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
|
||||
}
|
||||
|
||||
button,
|
||||
input[type="button"],
|
||||
input[type="reset"],
|
||||
input[type="submit"],
|
||||
.post-password-form input[type="submit"],
|
||||
.widecolumn #submit,
|
||||
.widecolumn .mu_register input[type="submit"] {
|
||||
font-size: 16px;
|
||||
padding: 0.8125em 1.625em;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input[type="email"],
|
||||
input[type="url"],
|
||||
input[type="password"],
|
||||
input[type="search"],
|
||||
textarea {
|
||||
padding: 0.5278em;
|
||||
}
|
||||
|
||||
.main-navigation {
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
margin: 9.0909%;
|
||||
}
|
||||
|
||||
.main-navigation ul ul {
|
||||
border-bottom: 0;
|
||||
border-top: 0;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.main-navigation a {
|
||||
padding: 0.75em 0;
|
||||
}
|
||||
|
||||
.main-navigation .menu-item-has-children > a {
|
||||
padding-right: 48px;
|
||||
}
|
||||
|
||||
.main-navigation .menu-item-description {
|
||||
font-size: 13px;
|
||||
line-height: 1.8462;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.social-navigation {
|
||||
margin: 9.0909%;
|
||||
max-width: 660px;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.social-navigation ul {
|
||||
margin-bottom: -1.2632em;
|
||||
}
|
||||
|
||||
.social-navigation a {
|
||||
width: 2.5263em;
|
||||
height: 2.5263em;
|
||||
}
|
||||
|
||||
.secondary-toggle {
|
||||
margin-top: -32px;
|
||||
right: 7.6897%;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
}
|
||||
|
||||
.secondary-toggle:before {
|
||||
line-height: 64px;
|
||||
}
|
||||
|
||||
.post-password-form label,
|
||||
.post-navigation .meta-nav,
|
||||
.comment-navigation,
|
||||
.image-navigation,
|
||||
.author-heading,
|
||||
.author-bio,
|
||||
.entry-footer,
|
||||
.page-links a,
|
||||
.page-links span,
|
||||
.comment-metadata,
|
||||
.pingback .edit-link,
|
||||
.comment-list .reply,
|
||||
.comment-notes,
|
||||
.comment-awaiting-moderation,
|
||||
.logged-in-as,
|
||||
.comment-form label,
|
||||
.form-allowed-tags,
|
||||
.site-info,
|
||||
.wp-caption-text,
|
||||
.gallery-caption,
|
||||
.entry-caption,
|
||||
.widecolumn label,
|
||||
.widecolumn .mu_register label {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.post-navigation .post-title {
|
||||
font-size: 24px;
|
||||
line-height: 1.1667;
|
||||
}
|
||||
|
||||
.pagination .nav-links {
|
||||
min-height: 3.3684em;
|
||||
}
|
||||
|
||||
.pagination .page-numbers {
|
||||
line-height: 3.3684em;
|
||||
padding: 0 0.8421em;
|
||||
}
|
||||
|
||||
.pagination .prev,
|
||||
.pagination .next {
|
||||
padding: 0;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
}
|
||||
|
||||
.pagination .prev:before,
|
||||
.pagination .next:before {
|
||||
line-height: 64px;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
}
|
||||
|
||||
.image-navigation a {
|
||||
display: block;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
.image-navigation .nav-previous,
|
||||
.comment-navigation .nav-previous {
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
.image-navigation .nav-next,
|
||||
.comment-navigation .nav-next {
|
||||
float: right;
|
||||
text-align: right;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.image-navigation .nav-previous a:before,
|
||||
.image-navigation .nav-next a:after,
|
||||
.comment-navigation .nav-previous a:before,
|
||||
.comment-navigation .nav-next a:after {
|
||||
font-size: 24px;
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
blockquote.alignleft,
|
||||
.wp-caption.alignleft,
|
||||
img.alignleft {
|
||||
margin: 0.4211em 1.6842em 1.6842em 0;
|
||||
}
|
||||
|
||||
blockquote.alignright,
|
||||
.wp-caption.alignright,
|
||||
img.alignright {
|
||||
margin: 0.4211em 0 1.6842em 1.6842em;
|
||||
}
|
||||
|
||||
blockquote.aligncenter,
|
||||
.wp-caption.aligncenter,
|
||||
img.aligncenter {
|
||||
margin-top: 0.4211em;
|
||||
margin-bottom: 1.6842em;
|
||||
}
|
||||
|
||||
.site-header {
|
||||
border-top: 1px solid transparent;
|
||||
border-bottom: 1px solid transparent;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.secondary {
|
||||
background-color: #fff;
|
||||
margin: 0 auto;
|
||||
max-width: 807px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.site-main {
|
||||
padding: 7.6923% 0;
|
||||
}
|
||||
|
||||
.site-content {
|
||||
margin: 0 auto;
|
||||
max-width: 954px;
|
||||
}
|
||||
|
||||
.site-branding {
|
||||
background-color: inherit;
|
||||
margin: 0 auto;
|
||||
max-width: 954px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.site-title {
|
||||
font-size: 32px;
|
||||
line-height: 1.25;
|
||||
margin: 7.6897% 7.6897% 0;
|
||||
}
|
||||
|
||||
.site-description {
|
||||
background-color: inherit;
|
||||
display: block;
|
||||
filter: alpha(opacity=70);
|
||||
font-size: 16px;
|
||||
margin: 0.5em 7.6897% 7.6897%;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
position: static !important;
|
||||
}
|
||||
|
||||
.widget-area {
|
||||
clear: both;
|
||||
margin: 9.0909% 9.0909% 0;
|
||||
max-width: 660px;
|
||||
}
|
||||
|
||||
.widget {
|
||||
font-size: 16px;
|
||||
margin: 0 0 11.1111%;
|
||||
}
|
||||
|
||||
.widget p,
|
||||
.widget address,
|
||||
.widget hr,
|
||||
.widget ul,
|
||||
.widget ol,
|
||||
.widget dl,
|
||||
.widget dd,
|
||||
.widget table,
|
||||
.widget pre {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
.widget li > ul,
|
||||
.widget li > ol {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.widget blockquote {
|
||||
font-size: 19px;
|
||||
line-height: 1.6842;
|
||||
margin-bottom: 1.6842em;
|
||||
margin-left: -1.2632em;
|
||||
padding-left: 1.0526em;
|
||||
}
|
||||
|
||||
.widget blockquote > blockquote {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.widget blockquote p {
|
||||
margin-bottom: 1.6842em;
|
||||
}
|
||||
|
||||
.widget blockquote cite,
|
||||
.widget blockquote small {
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.widget pre {
|
||||
line-height: 1.5;
|
||||
padding: 0.75em;
|
||||
}
|
||||
|
||||
.widget button,
|
||||
.widget input,
|
||||
.widget select,
|
||||
.widget textarea {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.widget button,
|
||||
.widget input {
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
.widget button,
|
||||
.widget input[type="button"],
|
||||
.widget input[type="reset"],
|
||||
.widget input[type="submit"] {
|
||||
font-size: 16px;
|
||||
padding: 0.8125em 1.625em;
|
||||
}
|
||||
|
||||
.widget input[type="text"],
|
||||
.widget input[type="email"],
|
||||
.widget input[type="url"],
|
||||
.widget input[type="password"],
|
||||
.widget input[type="search"],
|
||||
.widget textarea {
|
||||
padding: 0.75em;
|
||||
}
|
||||
|
||||
.widget-title {
|
||||
margin: 0 0 1.5em;
|
||||
}
|
||||
|
||||
.widget_calendar td,
|
||||
.widget_calendar th {
|
||||
line-height: 2.9375;
|
||||
}
|
||||
|
||||
.widget_calendar caption {
|
||||
margin: 0 0 1.5em;
|
||||
}
|
||||
|
||||
.widget_archive li,
|
||||
.widget_categories li,
|
||||
.widget_links li,
|
||||
.widget_meta li,
|
||||
.widget_nav_menu li,
|
||||
.widget_pages li,
|
||||
.widget_recent_comments li,
|
||||
.widget_recent_entries li {
|
||||
padding: 0.7188em 0;
|
||||
}
|
||||
|
||||
.widget_categories .children,
|
||||
.widget_nav_menu .sub-menu,
|
||||
.widget_pages .children {
|
||||
margin: 0.7188em 0 0 1em;
|
||||
padding-top: 0.7188em;
|
||||
}
|
||||
|
||||
.widget_rss li {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
.widget_rss .rss-date,
|
||||
.widget_rss cite {
|
||||
font-size: 13px;
|
||||
line-height: 1.8462;
|
||||
}
|
||||
|
||||
.widget .wp-caption-text,
|
||||
.widget .gallery-caption {
|
||||
line-height: 1.5;
|
||||
padding: 0.5em 0;
|
||||
}
|
||||
|
||||
.hentry,
|
||||
.page-header,
|
||||
.page-content {
|
||||
margin: 0 7.6923%;
|
||||
}
|
||||
|
||||
.hentry + .hentry,
|
||||
.page-header + .hentry,
|
||||
.page-header + .page-content {
|
||||
margin-top: 7.6923%;
|
||||
}
|
||||
|
||||
.post-thumbnail {
|
||||
margin-bottom: 2.9474em;
|
||||
}
|
||||
|
||||
.entry-header {
|
||||
padding: 0 9.0909%;
|
||||
}
|
||||
|
||||
.entry-title,
|
||||
.widecolumn h2 {
|
||||
font-size: 39px;
|
||||
line-height: 1.2308;
|
||||
margin-bottom: 1.2308em;
|
||||
}
|
||||
|
||||
.entry-content,
|
||||
.entry-summary {
|
||||
padding: 0 9.0909% 9.0909%;
|
||||
}
|
||||
|
||||
.entry-content h1,
|
||||
.entry-summary h1,
|
||||
.page-content h1,
|
||||
.comment-content h1 {
|
||||
font-size: 39px;
|
||||
line-height: 1.2308;
|
||||
margin-top: 1.641em;
|
||||
margin-bottom: 0.8205em;
|
||||
}
|
||||
|
||||
.entry-content h2,
|
||||
.entry-summary h2,
|
||||
.page-content h2,
|
||||
.comment-content h2 {
|
||||
font-size: 32px;
|
||||
line-height: 1.25;
|
||||
margin-top: 2em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.entry-content h3,
|
||||
.entry-summary h3,
|
||||
.page-content h3,
|
||||
.comment-content h3 {
|
||||
font-size: 27px;
|
||||
line-height: 1.1852;
|
||||
margin-top: 2.3704em;
|
||||
margin-bottom: 1.1852em;
|
||||
}
|
||||
|
||||
.entry-content h4,
|
||||
.entry-summary h4,
|
||||
.page-content h4,
|
||||
.comment-content h4 {
|
||||
font-size: 22px;
|
||||
line-height: 1.4545;
|
||||
margin-top: 2.9091em;
|
||||
margin-bottom: 1.4545em;
|
||||
}
|
||||
|
||||
.entry-content h5,
|
||||
.entry-content h6,
|
||||
.entry-summary h5,
|
||||
.entry-summary h6,
|
||||
.page-content h5,
|
||||
.page-content h6,
|
||||
.comment-content h5,
|
||||
.comment-content h6 {
|
||||
font-size: 19px;
|
||||
line-height: 1.2632;
|
||||
margin-top: 3.3684em;
|
||||
margin-bottom: 1.6842em;
|
||||
}
|
||||
|
||||
.entry-content .more-link:after {
|
||||
font-size: 24px;
|
||||
top: 3px;
|
||||
}
|
||||
|
||||
.author-info {
|
||||
margin: 0 9.0909%;
|
||||
padding: 9.0909% 0;
|
||||
}
|
||||
|
||||
.author-info .avatar {
|
||||
margin: 0 1.6842em 1.6842em 0;
|
||||
width: 56px;
|
||||
height: 56px;
|
||||
}
|
||||
|
||||
.author-link:after {
|
||||
font-size: 24px;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.entry-footer {
|
||||
padding: 4.5454% 9.0909%;
|
||||
}
|
||||
|
||||
.posted-on:before,
|
||||
.byline:before,
|
||||
.cat-links:before,
|
||||
.tags-links:before,
|
||||
.comments-link:before,
|
||||
.entry-format:before,
|
||||
.edit-link:before,
|
||||
.full-size-link:before {
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
.updated {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.updated.published {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
border-color: inherit;
|
||||
border-style: solid;
|
||||
border-width: 0 0 0 7px;
|
||||
padding: 3.8461% 7.6923%;
|
||||
}
|
||||
|
||||
.page-title,
|
||||
.taxonomy-description {
|
||||
margin-left: -7px;
|
||||
}
|
||||
|
||||
.taxonomy-description {
|
||||
padding-top: 0.4211em;
|
||||
}
|
||||
|
||||
.page-title,
|
||||
.comments-title,
|
||||
.comment-reply-title,
|
||||
.post-navigation .post-title {
|
||||
font-size: 27px;
|
||||
line-height: 1.1852;
|
||||
}
|
||||
|
||||
.page-content {
|
||||
padding: 7.6923%;
|
||||
}
|
||||
|
||||
.page-links {
|
||||
margin-bottom: 1.4736em;
|
||||
}
|
||||
|
||||
.page-links a,
|
||||
.page-links > span {
|
||||
margin: 0 0.25em 0.25em 0;
|
||||
}
|
||||
|
||||
.format-aside .entry-title,
|
||||
.format-image .entry-title,
|
||||
.format-video .entry-title,
|
||||
.format-quote .entry-title,
|
||||
.format-gallery .entry-title,
|
||||
.format-status .entry-title,
|
||||
.format-link .entry-title,
|
||||
.format-audio .entry-title,
|
||||
.format-chat .entry-title {
|
||||
font-size: 22px;
|
||||
line-height: 1.4545;
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
.format-link .entry-title a:after {
|
||||
top: 0.125em;
|
||||
}
|
||||
|
||||
.comments-title {
|
||||
margin-bottom: 1.4545em;
|
||||
}
|
||||
|
||||
.comment-list article,
|
||||
.comment-list .pingback,
|
||||
.comment-list .trackback {
|
||||
padding: 1.6842em 0;
|
||||
}
|
||||
|
||||
.comment-list + .comment-respond,
|
||||
.comment-navigation + .comment-respond {
|
||||
padding-top: 1.6842em;
|
||||
}
|
||||
|
||||
.comment-list .children > li {
|
||||
padding-left: 1.4737em;
|
||||
}
|
||||
|
||||
.comment-meta {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.comment-author {
|
||||
margin-bottom: 0;
|
||||
padding-left: 4.6315em;
|
||||
}
|
||||
|
||||
.comment-author .avatar {
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
top: 3px;
|
||||
left: 0;
|
||||
width: 56px;
|
||||
height: 56px;
|
||||
}
|
||||
|
||||
.comment-metadata {
|
||||
line-height: 2;
|
||||
padding-left: 5.5em;
|
||||
}
|
||||
|
||||
.comment-metadata .edit-link:before,
|
||||
.pingback .edit-link:before {
|
||||
top: 8px;
|
||||
}
|
||||
|
||||
.bypostauthor > article .fn:after {
|
||||
top: 8px;
|
||||
left: 6px;
|
||||
}
|
||||
|
||||
.comment-content ul,
|
||||
.comment-content ol {
|
||||
margin: 0 0 1.6842em 0;
|
||||
}
|
||||
|
||||
.comment-content li > ul,
|
||||
.comment-content li > ol,
|
||||
.comment-content blockquote > ul,
|
||||
.comment-content blockquote > ol {
|
||||
margin-left: 1.3333em;
|
||||
}
|
||||
|
||||
.comment-list .reply a {
|
||||
padding: 0.4375em 0.875em;
|
||||
}
|
||||
|
||||
.comment-form,
|
||||
.no-comments {
|
||||
padding-top: 1.6842em;
|
||||
}
|
||||
|
||||
.comment-reply-title small a:before {
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
.comment-list .reply {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.site-footer {
|
||||
border-top: 1px solid transparent;
|
||||
border-bottom: 1px solid transparent;
|
||||
margin: 0 auto;
|
||||
max-width: 806px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.site-info {
|
||||
margin: 4.5454% 9.0909%;
|
||||
}
|
||||
|
||||
.post-navigation {
|
||||
border-top: 0;
|
||||
margin: 7.6923% 7.6923% 0;
|
||||
}
|
||||
|
||||
.post-navigation a {
|
||||
padding: 4.5454% 9.0909%;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
border-top: 0;
|
||||
margin: 7.6923% 7.6923% 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.pagination .page-numbers {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.pagination .meta-nav {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.image-navigation {
|
||||
padding: 0 9.0909%;
|
||||
}
|
||||
|
||||
.comments-area {
|
||||
border-top: 0;
|
||||
margin: 7.6923% 7.6923% 0;
|
||||
}
|
||||
|
||||
embed,
|
||||
iframe,
|
||||
object,
|
||||
video {
|
||||
margin-bottom: 1.6842em;
|
||||
}
|
||||
|
||||
.wp-audio-shortcode,
|
||||
.wp-video,
|
||||
.wp-playlist.wp-audio-playlist {
|
||||
font-size: 19px;
|
||||
margin-bottom: 1.6842em;
|
||||
}
|
||||
|
||||
.wp-caption,
|
||||
.gallery {
|
||||
margin-bottom: 1.6842em;
|
||||
}
|
||||
|
||||
.wp-caption-text,
|
||||
.gallery-caption {
|
||||
padding: 0.5em 0;
|
||||
}
|
||||
|
||||
.widecolumn {
|
||||
margin: 7.6923%;
|
||||
}
|
||||
|
||||
.widecolumn .mu_alert {
|
||||
margin-bottom: 1.6842em;
|
||||
}
|
||||
|
||||
.widecolumn p {
|
||||
margin: 1.6842em 0;
|
||||
}
|
||||
|
||||
.widecolumn p + h2 {
|
||||
margin-top: 1.641em;
|
||||
}
|
||||
|
||||
.widecolumn #key,
|
||||
.widecolumn .mu_register #blog_title,
|
||||
.widecolumn .mu_register #user_email,
|
||||
.widecolumn .mu_register #blogname,
|
||||
.widecolumn .mu_register #user_name {
|
||||
font-size: 19px;
|
||||
}
|
||||
|
||||
.widecolumn .mu_register #blog_title,
|
||||
.widecolumn .mu_register #user_email,
|
||||
.widecolumn .mu_register #user_name {
|
||||
margin: 0 0 0.421em;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* RTL
|
||||
*/
|
||||
|
||||
.rtl ul,
|
||||
.rtl ol {
|
||||
margin-right: 0;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.rtl li > ul,
|
||||
.rtl li > ol,
|
||||
.rtl blockquote > ul,
|
||||
.rtl blockquote > ol {
|
||||
margin-right: 1.3333em;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.rtl blockquote {
|
||||
border-width: 0 4px 0 0;
|
||||
margin-right: -1.0909em;
|
||||
margin-left: auto;
|
||||
padding-right: 0.9091em;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.rtl blockquote > blockquote {
|
||||
margin-right: 0;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.rtl .main-navigation ul ul {
|
||||
margin-right: 1em;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.rtl .main-navigation .menu-item-has-children > a {
|
||||
padding-right: 0;
|
||||
padding-left: 48px;
|
||||
}
|
||||
|
||||
.rtl .secondary-toggle {
|
||||
right: auto;
|
||||
left: 7.6897%;
|
||||
}
|
||||
|
||||
.rtl .image-navigation .nav-previous,
|
||||
.rtl .comment-navigation .nav-previous {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.rtl .image-navigation .nav-next,
|
||||
.rtl .comment-navigation .nav-next {
|
||||
float: left;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.rtl blockquote.alignright,
|
||||
.rtl .wp-caption.alignright,
|
||||
.rtl img.alignright {
|
||||
margin: 0.4211em 0 1.6842em 1.6842em;
|
||||
}
|
||||
|
||||
.rtl blockquote.alignleft,
|
||||
.rtl .wp-caption.alignleft,
|
||||
.rtl img.alignleft {
|
||||
margin: 0.4211em 1.6842em 1.6842em 0;
|
||||
}
|
||||
|
||||
.rtl .widget blockquote {
|
||||
margin-right: -1.2632em;
|
||||
margin-left: auto;
|
||||
padding-right: 1.0526em;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.rtl .widget blockquote > blockquote {
|
||||
margin-right: 0;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.rtl .widget_categories .children,
|
||||
.rtl .widget_nav_menu .sub-menu,
|
||||
.rtl .widget_pages .children {
|
||||
margin: 0.7188em 1em 0 0;
|
||||
}
|
||||
|
||||
.rtl .page-links a,
|
||||
.rtl .page-links > span {
|
||||
margin: 0 0 0.25em 0.25em;
|
||||
}
|
||||
|
||||
.rtl .author-info .avatar {
|
||||
margin: 0 0 1.6842em 1.6842em;
|
||||
}
|
||||
|
||||
.rtl .page-header {
|
||||
border-width: 0 7px 0 0;
|
||||
}
|
||||
|
||||
.rtl .page-title,
|
||||
.rtl .taxonomy-description {
|
||||
margin-right: -7px;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.rtl .comment-list .children > li {
|
||||
padding-right: 1.4737em;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.rtl .comment-author {
|
||||
padding-right: 4.6315em;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.rtl .comment-author .avatar {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.rtl .comment-content ul,
|
||||
.rtl .comment-content ol {
|
||||
margin-right: 0;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.rtl .comment-content li > ul,
|
||||
.rtl .comment-content li > ol,
|
||||
.rtl .comment-content blockquote > ul,
|
||||
.rtl .comment-content blockquote > ol {
|
||||
margin-right: 1.3333em;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.rtl .comment-metadata {
|
||||
padding-right: 5.5em;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.rtl .bypostauthor > article .fn:after {
|
||||
right: 6px;
|
||||
left: auto;
|
||||
}
|
89
msd2/wordpress/wp-content/themes/twentyfifteen/css/ie7.css
Normal file
89
msd2/wordpress/wp-content/themes/twentyfifteen/css/ie7.css
Normal file
@ -0,0 +1,89 @@
|
||||
/*
|
||||
Theme Name: Twenty Fifteen
|
||||
Description: IE7 specific style.
|
||||
*/
|
||||
|
||||
.screen-reader-text {
|
||||
clip: rect(1px 1px 1px 1px);
|
||||
}
|
||||
|
||||
.secondary-toggle {
|
||||
color: #333;
|
||||
font-size: 16px;
|
||||
line-height: 60px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.pagination .prev,
|
||||
.pagination .next {
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
line-height: 64px;
|
||||
padding: 0 19px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.image-navigation,
|
||||
.comment-navigation {
|
||||
width: 662px;
|
||||
}
|
||||
|
||||
.post-navigation {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.site-main {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.hentry {
|
||||
margin-bottom: 7.6923%;
|
||||
text-align: left;
|
||||
width: 808px;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
margin-bottom: 7.6923%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.comments-area {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.comment-list,
|
||||
.comment-navigation {
|
||||
margin-bottom: 1.6471em;
|
||||
}
|
||||
|
||||
.gallery-columns-2 .gallery-item {
|
||||
max-width: 48%;
|
||||
}
|
||||
|
||||
.gallery-columns-3 .gallery-item {
|
||||
max-width: 31%;
|
||||
}
|
||||
|
||||
.gallery-columns-4 .gallery-item {
|
||||
max-width: 22%;
|
||||
}
|
||||
|
||||
.gallery-columns-5 .gallery-item {
|
||||
max-width: 17%;
|
||||
}
|
||||
|
||||
.gallery-columns-6 .gallery-item {
|
||||
max-width: 13.5%;
|
||||
}
|
||||
|
||||
.gallery-columns-7 .gallery-item {
|
||||
max-width: 11%;
|
||||
}
|
||||
|
||||
.gallery-columns-8 .gallery-item {
|
||||
max-width: 9.5%;
|
||||
}
|
||||
|
||||
.gallery-columns-9 .gallery-item {
|
||||
max-width: 8%;
|
||||
}
|
Reference in New Issue
Block a user