This commit is contained in:
Roman Pyrih
2024-08-21 15:09:10 +02:00
parent 669370bc1c
commit 222724992c
159 changed files with 8639 additions and 3576 deletions

View File

@@ -0,0 +1,12 @@
select {
border: var(--form--border-width) solid var(--form--border-color);
border-radius: var(--form--border-radius);
color: var(--form--color-text);
font-size: var(--form--font-size);
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
padding: var(--form--spacing-unit) calc(3 * var(--form--spacing-unit)) var(--form--spacing-unit) var(--form--spacing-unit);
background: var(--global--color-white) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
background-position: right var(--form--spacing-unit) top 60%;
}/*# sourceMappingURL=forms-editor.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["forms-editor.scss","forms-editor.css"],"names":[],"mappings":"AAAA;EACC,iEAAA;EACA,yCAAA;EACA,8BAAA;EACA,iCAAA;EACA,qBAAA;EACA,wBAAA;EACA,gBAAA;EACA,0HAAA;EACA,sMAAA;EACA,4DAAA;ACCD","file":"forms-editor.css"}

View File

@@ -0,0 +1,55 @@
@charset "UTF-8";
/*
* text-underline-offset doesn't work in Chrome at all 👎
* But looks nice in Safari/Firefox, so let's keep it and
* maybe Chrome will support it soon.
*/
a {
cursor: pointer;
color: var(--wp--style--color--link, var(--global--color-primary));
text-underline-offset: 3px;
-webkit-text-decoration-skip-ink: all;
text-decoration-skip-ink: all;
}
a:hover {
text-decoration-style: dotted;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
/* Only visible in Windows High Contrast mode */
outline: 2px solid transparent;
-webkit-text-decoration: underline 1px dotted currentColor;
text-decoration: underline 1px dotted currentColor;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
background: rgba(255, 255, 255, 0.9);
}
.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button), .is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav {
color: var(--wp--style--color--link, var(--global--color-background));
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
background: rgba(0, 0, 0, 0.9);
color: var(--wp--style--color--link, var(--global--color-white));
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav {
color: var(--wp--style--color--link, var(--global--color-white));
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).skip-link {
/* Only visible in Windows High Contrast mode */
outline: 2px solid transparent;
outline-offset: -2px;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).skip-link:focus {
color: #21759b;
background-color: #f1f1f1;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
outline: 2px dotted var(--wp--style--color--link, var(--global--color-primary));
}
.has-background .has-link-color a, .has-background.has-link-color a {
color: var(--wp--style--color--link, var(--global--color-primary));
}/*# sourceMappingURL=links.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["links.css","links.scss"],"names":[],"mappings":"AAAA,gBAAgB;ACAhB;;;;EAAA;AAKA;EACC,eAAA;EACA,kEAAA;EACA,0BAAA;EACA,qCAAA;UAAA,6BAAA;ADED;;ACCA;EACC,6BAAA;EACA,sCAAA;UAAA,8BAAA;ADED;;ACCA;EAEC,+CAAA;EACA,8BAAA;EAEA,0DAAA;UAAA,kDAAA;EACA,sCAAA;UAAA,8BAAA;EACA,oCAAA;ADAD;ACGC;EAEC,qEAAA;ADFF;ACMC;EACC,8BAAA;EACA,gEAAA;ADJF;ACME;EACC,gEAAA;ADJH;ACQC;EAEC,+CAAA;EACA,8BAAA;EACA,oBAAA;ADPF;ACSE;EACC,cAAA;EACA,yBAAA;ADPH;ACWC;EACC,+EAAA;ADTF;;ACiBC;EAEC,kEAAA;ADfF","file":"links.css"}

View File

@@ -0,0 +1,50 @@
img {
display: block;
height: auto;
max-width: 100%;
}
/* Classic editor images */
.entry-content img {
max-width: 100%;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
max-width: 100%;
}
/* Media captions */
figcaption,
.wp-caption,
.wp-caption-text,
.wp-block-embed figcaption {
color: currentColor;
font-size: var(--global--font-size-xs);
line-height: var(--global--line-height-body);
margin-top: calc(0.5 * var(--global--spacing-unit));
margin-bottom: var(--global--spacing-unit);
text-align: center;
}
.alignleft figcaption, .alignright figcaption,
.alignleft .wp-caption,
.alignright .wp-caption,
.alignleft .wp-caption-text,
.alignright .wp-caption-text,
.alignleft .wp-block-embed figcaption,
.alignright .wp-block-embed figcaption {
margin-bottom: 0;
}
/* WP Smiley */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}/*# sourceMappingURL=media.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["media.scss","media.css"],"names":[],"mappings":"AAAA;EACC,cAAA;EACA,YAAA;EACA,eAAA;ACCD;;ADEA,0BAAA;AACA;EACC,eAAA;ACCD;;ADEA,uDAAA;AACA;;;;EAIC,eAAA;ACCD;;ADEA,mBAAA;AACA;;;;EAIC,mBAAA;EACA,sCAAA;EACA,4CAAA;EACA,mDAAA;EACA,0CAAA;EACA,kBAAA;ACCD;ADCC;;;;;;;EAEC,gBAAA;ACMF;;ADFA,cAAA;AACA;;;EAGC,YAAA;EACA,gBAAA;EACA,aAAA;EACA,UAAA;ACKD","file":"media.css"}

View File

@@ -0,0 +1,17 @@
/* Over here, place any elements that do not need to have their own file. */
b,
strong {
font-weight: 700;
}
dfn,
cite,
em,
i {
font-style: italic;
}
pre {
white-space: pre;
overflow-x: auto;
}/*# sourceMappingURL=misc.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["misc.scss","misc.css"],"names":[],"mappings":"AAAA,2EAAA;AACA;;EAEC,gBAAA;ACCD;;ADEA;;;;EAIC,kBAAA;ACCD;;ADEA;EACC,gBAAA;EACA,gBAAA;ACCD","file":"misc.css"}