logistic uploaded for doormile
This commit is contained in:
96
demo.artureanec.com/themes/logico-rounded/wp-includes/blocks/button/style.min.css
vendored
Normal file
96
demo.artureanec.com/themes/logico-rounded/wp-includes/blocks/button/style.min.css
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
.wp-block-button__link {
|
||||
align-content: center;
|
||||
box-sizing: border-box;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
word-break: break-word
|
||||
}
|
||||
|
||||
.wp-block-button__link.aligncenter {
|
||||
text-align: center
|
||||
}
|
||||
|
||||
.wp-block-button__link.alignright {
|
||||
text-align: right
|
||||
}
|
||||
|
||||
:where(.wp-block-button__link) {
|
||||
border-radius: 9999px;
|
||||
box-shadow: none;
|
||||
padding: calc(.667em + 2px) calc(1.333em + 2px);
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
.wp-block-button[style*=text-decoration] .wp-block-button__link {
|
||||
text-decoration: inherit
|
||||
}
|
||||
|
||||
.wp-block-buttons>.wp-block-button.has-custom-width {
|
||||
max-width: none
|
||||
}
|
||||
|
||||
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
|
||||
font-size: inherit
|
||||
}
|
||||
|
||||
.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
|
||||
width: calc(25% - var(--wp--style--block-gap, .5em)*.75)
|
||||
}
|
||||
|
||||
.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
|
||||
width: calc(50% - var(--wp--style--block-gap, .5em)*.5)
|
||||
}
|
||||
|
||||
.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
|
||||
width: calc(75% - var(--wp--style--block-gap, .5em)*.25)
|
||||
}
|
||||
|
||||
.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
|
||||
flex-basis: 100%;
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
|
||||
width: 25%
|
||||
}
|
||||
|
||||
.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
|
||||
width: 50%
|
||||
}
|
||||
|
||||
.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
|
||||
width: 75%
|
||||
}
|
||||
|
||||
.wp-block-button.is-style-squared,
|
||||
.wp-block-button__link.wp-block-button.is-style-squared {
|
||||
border-radius: 0
|
||||
}
|
||||
|
||||
.wp-block-button.no-border-radius,
|
||||
.wp-block-button__link.no-border-radius {
|
||||
border-radius: 0 !important
|
||||
}
|
||||
|
||||
:root :where(.wp-block-button .wp-block-button__link.is-style-outline),
|
||||
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link) {
|
||||
border: 2px solid;
|
||||
padding: .667em 1.333em
|
||||
}
|
||||
|
||||
:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),
|
||||
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)) {
|
||||
color: currentColor
|
||||
}
|
||||
|
||||
:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),
|
||||
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)) {
|
||||
background-color: initial;
|
||||
background-image: none
|
||||
}
|
||||
71
demo.artureanec.com/themes/logico-rounded/wp-includes/blocks/buttons/style.min.css
vendored
Normal file
71
demo.artureanec.com/themes/logico-rounded/wp-includes/blocks/buttons/style.min.css
vendored
Normal file
@@ -0,0 +1,71 @@
|
||||
.wp-block-buttons {
|
||||
box-sizing: border-box
|
||||
}
|
||||
|
||||
.wp-block-buttons.is-vertical {
|
||||
flex-direction: column
|
||||
}
|
||||
|
||||
.wp-block-buttons.is-vertical>.wp-block-button:last-child {
|
||||
margin-bottom: 0
|
||||
}
|
||||
|
||||
.wp-block-buttons>.wp-block-button {
|
||||
display: inline-block;
|
||||
margin: 0
|
||||
}
|
||||
|
||||
.wp-block-buttons.is-content-justification-left {
|
||||
justify-content: flex-start
|
||||
}
|
||||
|
||||
.wp-block-buttons.is-content-justification-left.is-vertical {
|
||||
align-items: flex-start
|
||||
}
|
||||
|
||||
.wp-block-buttons.is-content-justification-center {
|
||||
justify-content: center
|
||||
}
|
||||
|
||||
.wp-block-buttons.is-content-justification-center.is-vertical {
|
||||
align-items: center
|
||||
}
|
||||
|
||||
.wp-block-buttons.is-content-justification-right {
|
||||
justify-content: flex-end
|
||||
}
|
||||
|
||||
.wp-block-buttons.is-content-justification-right.is-vertical {
|
||||
align-items: flex-end
|
||||
}
|
||||
|
||||
.wp-block-buttons.is-content-justification-space-between {
|
||||
justify-content: space-between
|
||||
}
|
||||
|
||||
.wp-block-buttons.aligncenter {
|
||||
text-align: center
|
||||
}
|
||||
|
||||
.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.wp-block-buttons[style*=text-decoration] .wp-block-button,
|
||||
.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
|
||||
text-decoration: inherit
|
||||
}
|
||||
|
||||
.wp-block-buttons.has-custom-font-size .wp-block-button__link {
|
||||
font-size: inherit
|
||||
}
|
||||
|
||||
.wp-block-buttons .wp-block-button__link {
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.wp-block-button.aligncenter {
|
||||
text-align: center
|
||||
}
|
||||
7
demo.artureanec.com/themes/logico-rounded/wp-includes/blocks/group/style.min.css
vendored
Normal file
7
demo.artureanec.com/themes/logico-rounded/wp-includes/blocks/group/style.min.css
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
.wp-block-group {
|
||||
box-sizing: border-box
|
||||
}
|
||||
|
||||
:where(.wp-block-group.wp-block-group-is-layout-constrained) {
|
||||
position: relative
|
||||
}
|
||||
23
demo.artureanec.com/themes/logico-rounded/wp-includes/blocks/heading/style.min.css
vendored
Normal file
23
demo.artureanec.com/themes/logico-rounded/wp-includes/blocks/heading/style.min.css
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
h1:where(.wp-block-heading).has-background,
|
||||
h2:where(.wp-block-heading).has-background,
|
||||
h3:where(.wp-block-heading).has-background,
|
||||
h4:where(.wp-block-heading).has-background,
|
||||
h5:where(.wp-block-heading).has-background,
|
||||
h6:where(.wp-block-heading).has-background {
|
||||
padding: 1.25em 2.375em
|
||||
}
|
||||
|
||||
h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
|
||||
h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
|
||||
h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
|
||||
h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
|
||||
h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
|
||||
h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
|
||||
h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
|
||||
h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
|
||||
h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
|
||||
h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
|
||||
h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
|
||||
h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
|
||||
rotate: 180deg
|
||||
}
|
||||
361
demo.artureanec.com/themes/logico-rounded/wp-includes/blocks/image/style.min.css
vendored
Normal file
361
demo.artureanec.com/themes/logico-rounded/wp-includes/blocks/image/style.min.css
vendored
Normal file
@@ -0,0 +1,361 @@
|
||||
.wp-block-image>a,
|
||||
.wp-block-image>figure>a {
|
||||
display: inline-block
|
||||
}
|
||||
|
||||
.wp-block-image img {
|
||||
box-sizing: border-box;
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
vertical-align: bottom
|
||||
}
|
||||
|
||||
@media not (prefers-reduced-motion) {
|
||||
.wp-block-image img.hide {
|
||||
visibility: hidden
|
||||
}
|
||||
.wp-block-image img.show {
|
||||
animation: show-content-image .4s
|
||||
}
|
||||
}
|
||||
|
||||
.wp-block-image[style*=border-radius] img,
|
||||
.wp-block-image[style*=border-radius]>a {
|
||||
border-radius: inherit
|
||||
}
|
||||
|
||||
.wp-block-image.has-custom-border img {
|
||||
box-sizing: border-box
|
||||
}
|
||||
|
||||
.wp-block-image.aligncenter {
|
||||
text-align: center
|
||||
}
|
||||
|
||||
.wp-block-image.alignfull>a,
|
||||
.wp-block-image.alignwide>a {
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.wp-block-image.alignfull img,
|
||||
.wp-block-image.alignwide img {
|
||||
height: auto;
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.wp-block-image .aligncenter,
|
||||
.wp-block-image .alignleft,
|
||||
.wp-block-image .alignright,
|
||||
.wp-block-image.aligncenter,
|
||||
.wp-block-image.alignleft,
|
||||
.wp-block-image.alignright {
|
||||
display: table
|
||||
}
|
||||
|
||||
.wp-block-image .aligncenter>figcaption,
|
||||
.wp-block-image .alignleft>figcaption,
|
||||
.wp-block-image .alignright>figcaption,
|
||||
.wp-block-image.aligncenter>figcaption,
|
||||
.wp-block-image.alignleft>figcaption,
|
||||
.wp-block-image.alignright>figcaption {
|
||||
caption-side: bottom;
|
||||
display: table-caption
|
||||
}
|
||||
|
||||
.wp-block-image .alignleft {
|
||||
float: left;
|
||||
margin: .5em 1em .5em 0
|
||||
}
|
||||
|
||||
.wp-block-image .alignright {
|
||||
float: right;
|
||||
margin: .5em 0 .5em 1em
|
||||
}
|
||||
|
||||
.wp-block-image .aligncenter {
|
||||
margin-left: auto;
|
||||
margin-right: auto
|
||||
}
|
||||
|
||||
.wp-block-image :where(figcaption) {
|
||||
margin-bottom: 1em;
|
||||
margin-top: .5em
|
||||
}
|
||||
|
||||
.wp-block-image.is-style-circle-mask img {
|
||||
border-radius: 9999px
|
||||
}
|
||||
|
||||
@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
|
||||
.wp-block-image.is-style-circle-mask img {
|
||||
border-radius: 0;
|
||||
-webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
|
||||
mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
|
||||
mask-mode: alpha;
|
||||
-webkit-mask-position: center;
|
||||
mask-position: center;
|
||||
-webkit-mask-repeat: no-repeat;
|
||||
mask-repeat: no-repeat;
|
||||
-webkit-mask-size: contain;
|
||||
mask-size: contain
|
||||
}
|
||||
}
|
||||
|
||||
:root :where(.wp-block-image.is-style-rounded img,
|
||||
.wp-block-image .is-style-rounded img) {
|
||||
border-radius: 9999px
|
||||
}
|
||||
|
||||
.wp-block-image figure {
|
||||
margin: 0
|
||||
}
|
||||
|
||||
.wp-lightbox-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative
|
||||
}
|
||||
|
||||
.wp-lightbox-container img {
|
||||
cursor: zoom-in
|
||||
}
|
||||
|
||||
.wp-lightbox-container img:hover+button {
|
||||
opacity: 1
|
||||
}
|
||||
|
||||
.wp-lightbox-container button {
|
||||
align-items: center;
|
||||
backdrop-filter: blur(16px) saturate(180%);
|
||||
background-color: #5a5a5a40;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
cursor: zoom-in;
|
||||
display: flex;
|
||||
height: 20px;
|
||||
justify-content: center;
|
||||
opacity: 0;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
right: 16px;
|
||||
text-align: center;
|
||||
top: 16px;
|
||||
width: 20px;
|
||||
z-index: 100
|
||||
}
|
||||
|
||||
@media not (prefers-reduced-motion) {
|
||||
.wp-lightbox-container button {
|
||||
transition: opacity .2s ease
|
||||
}
|
||||
}
|
||||
|
||||
.wp-lightbox-container button:focus-visible {
|
||||
outline: 3px auto #5a5a5a40;
|
||||
outline: 3px auto -webkit-focus-ring-color;
|
||||
outline-offset: 3px
|
||||
}
|
||||
|
||||
.wp-lightbox-container button:hover {
|
||||
cursor: pointer;
|
||||
opacity: 1
|
||||
}
|
||||
|
||||
.wp-lightbox-container button:focus {
|
||||
opacity: 1
|
||||
}
|
||||
|
||||
.wp-lightbox-container button:focus,
|
||||
.wp-lightbox-container button:hover,
|
||||
.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
|
||||
background-color: #5a5a5a40;
|
||||
border: none
|
||||
}
|
||||
|
||||
.wp-lightbox-overlay {
|
||||
box-sizing: border-box;
|
||||
cursor: zoom-out;
|
||||
height: 100vh;
|
||||
left: 0;
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
visibility: hidden;
|
||||
width: 100%;
|
||||
z-index: 100000
|
||||
}
|
||||
|
||||
.wp-lightbox-overlay .close-button {
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
min-height: 40px;
|
||||
min-width: 40px;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
right: calc(env(safe-area-inset-right) + 16px);
|
||||
top: calc(env(safe-area-inset-top) + 16px);
|
||||
z-index: 5000000
|
||||
}
|
||||
|
||||
.wp-lightbox-overlay .close-button:focus,
|
||||
.wp-lightbox-overlay .close-button:hover,
|
||||
.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
|
||||
background: none;
|
||||
border: none
|
||||
}
|
||||
|
||||
.wp-lightbox-overlay .lightbox-image-container {
|
||||
height: var(--wp--lightbox-container-height);
|
||||
left: 50%;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
transform-origin: top left;
|
||||
width: var(--wp--lightbox-container-width);
|
||||
z-index: 9999999999
|
||||
}
|
||||
|
||||
.wp-lightbox-overlay .wp-block-image {
|
||||
align-items: center;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
height: 100%;
|
||||
justify-content: center;
|
||||
margin: 0;
|
||||
position: relative;
|
||||
transform-origin: 0 0;
|
||||
width: 100%;
|
||||
z-index: 3000000
|
||||
}
|
||||
|
||||
.wp-lightbox-overlay .wp-block-image img {
|
||||
height: var(--wp--lightbox-image-height);
|
||||
min-height: var(--wp--lightbox-image-height);
|
||||
min-width: var(--wp--lightbox-image-width);
|
||||
width: var(--wp--lightbox-image-width)
|
||||
}
|
||||
|
||||
.wp-lightbox-overlay .wp-block-image figcaption {
|
||||
display: none
|
||||
}
|
||||
|
||||
.wp-lightbox-overlay button {
|
||||
background: none;
|
||||
border: none
|
||||
}
|
||||
|
||||
.wp-lightbox-overlay .scrim {
|
||||
background-color: #fff;
|
||||
height: 100%;
|
||||
opacity: .9;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: 2000000
|
||||
}
|
||||
|
||||
.wp-lightbox-overlay.active {
|
||||
visibility: visible
|
||||
}
|
||||
|
||||
@media not (prefers-reduced-motion) {
|
||||
.wp-lightbox-overlay.active {
|
||||
animation: turn-on-visibility .25s both
|
||||
}
|
||||
.wp-lightbox-overlay.active img {
|
||||
animation: turn-on-visibility .35s both
|
||||
}
|
||||
.wp-lightbox-overlay.show-closing-animation:not(.active) {
|
||||
animation: turn-off-visibility .35s both
|
||||
}
|
||||
.wp-lightbox-overlay.show-closing-animation:not(.active) img {
|
||||
animation: turn-off-visibility .25s both
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.active {
|
||||
animation: none;
|
||||
opacity: 1;
|
||||
visibility: visible
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.active .lightbox-image-container {
|
||||
animation: lightbox-zoom-in .4s
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.active .lightbox-image-container img {
|
||||
animation: none
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.active .scrim {
|
||||
animation: turn-on-visibility .4s forwards
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
|
||||
animation: none
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container {
|
||||
animation: lightbox-zoom-out .4s
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
|
||||
animation: none
|
||||
}
|
||||
.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
|
||||
animation: turn-off-visibility .4s forwards
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes show-content-image {
|
||||
0% {
|
||||
visibility: hidden
|
||||
}
|
||||
99% {
|
||||
visibility: hidden
|
||||
}
|
||||
to {
|
||||
visibility: visible
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes turn-on-visibility {
|
||||
0% {
|
||||
opacity: 0
|
||||
}
|
||||
to {
|
||||
opacity: 1
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes turn-off-visibility {
|
||||
0% {
|
||||
opacity: 1;
|
||||
visibility: visible
|
||||
}
|
||||
99% {
|
||||
opacity: 0;
|
||||
visibility: visible
|
||||
}
|
||||
to {
|
||||
opacity: 0;
|
||||
visibility: hidden
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes lightbox-zoom-in {
|
||||
0% {
|
||||
transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))
|
||||
}
|
||||
to {
|
||||
transform: translate(-50%, -50%) scale(1)
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes lightbox-zoom-out {
|
||||
0% {
|
||||
transform: translate(-50%, -50%) scale(1);
|
||||
visibility: visible
|
||||
}
|
||||
99% {
|
||||
visibility: visible
|
||||
}
|
||||
to {
|
||||
transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
|
||||
visibility: hidden
|
||||
}
|
||||
}
|
||||
47
demo.artureanec.com/themes/logico-rounded/wp-includes/blocks/paragraph/style.min.css
vendored
Normal file
47
demo.artureanec.com/themes/logico-rounded/wp-includes/blocks/paragraph/style.min.css
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
.is-small-text {
|
||||
font-size: .875em
|
||||
}
|
||||
|
||||
.is-regular-text {
|
||||
font-size: 1em
|
||||
}
|
||||
|
||||
.is-large-text {
|
||||
font-size: 2.25em
|
||||
}
|
||||
|
||||
.is-larger-text {
|
||||
font-size: 3em
|
||||
}
|
||||
|
||||
.has-drop-cap:not(:focus):first-letter {
|
||||
float: left;
|
||||
font-size: 8.4em;
|
||||
font-style: normal;
|
||||
font-weight: 100;
|
||||
line-height: .68;
|
||||
margin: .05em .1em 0 0;
|
||||
text-transform: uppercase
|
||||
}
|
||||
|
||||
body.rtl .has-drop-cap:not(:focus):first-letter {
|
||||
float: none;
|
||||
margin-left: .1em
|
||||
}
|
||||
|
||||
p.has-drop-cap.has-background {
|
||||
overflow: hidden
|
||||
}
|
||||
|
||||
:root :where(p.has-background) {
|
||||
padding: 1.25em 2.375em
|
||||
}
|
||||
|
||||
:where(p.has-text-color:not(.has-link-color)) a {
|
||||
color: inherit
|
||||
}
|
||||
|
||||
p.has-text-align-left[style*="writing-mode:vertical-lr"],
|
||||
p.has-text-align-right[style*="writing-mode:vertical-rl"] {
|
||||
rotate: 180deg
|
||||
}
|
||||
534
demo.artureanec.com/themes/logico-rounded/wp-includes/blocks/social-links/style.min.css
vendored
Normal file
534
demo.artureanec.com/themes/logico-rounded/wp-includes/blocks/social-links/style.min.css
vendored
Normal file
@@ -0,0 +1,534 @@
|
||||
.wp-block-social-links {
|
||||
background: none;
|
||||
box-sizing: border-box;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
text-indent: 0
|
||||
}
|
||||
|
||||
.wp-block-social-links .wp-social-link a,
|
||||
.wp-block-social-links .wp-social-link a:hover {
|
||||
border-bottom: 0;
|
||||
box-shadow: none;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
.wp-block-social-links .wp-social-link svg {
|
||||
height: 1em;
|
||||
width: 1em
|
||||
}
|
||||
|
||||
.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
|
||||
font-size: .65em;
|
||||
margin-left: .5em;
|
||||
margin-right: .5em
|
||||
}
|
||||
|
||||
.wp-block-social-links.has-small-icon-size {
|
||||
font-size: 16px
|
||||
}
|
||||
|
||||
.wp-block-social-links,
|
||||
.wp-block-social-links.has-normal-icon-size {
|
||||
font-size: 24px
|
||||
}
|
||||
|
||||
.wp-block-social-links.has-large-icon-size {
|
||||
font-size: 36px
|
||||
}
|
||||
|
||||
.wp-block-social-links.has-huge-icon-size {
|
||||
font-size: 48px
|
||||
}
|
||||
|
||||
.wp-block-social-links.aligncenter {
|
||||
display: flex;
|
||||
justify-content: center
|
||||
}
|
||||
|
||||
.wp-block-social-links.alignright {
|
||||
justify-content: flex-end
|
||||
}
|
||||
|
||||
.wp-block-social-link {
|
||||
border-radius: 9999px;
|
||||
display: block
|
||||
}
|
||||
|
||||
@media not (prefers-reduced-motion) {
|
||||
.wp-block-social-link {
|
||||
transition: transform .1s ease
|
||||
}
|
||||
}
|
||||
|
||||
.wp-block-social-link {
|
||||
height: auto
|
||||
}
|
||||
|
||||
.wp-block-social-link a {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
line-height: 0
|
||||
}
|
||||
|
||||
.wp-block-social-link:hover {
|
||||
transform: scale(1.1)
|
||||
}
|
||||
|
||||
.wp-block-social-links .wp-block-social-link.wp-social-link {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
padding: 0
|
||||
}
|
||||
|
||||
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,
|
||||
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
|
||||
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,
|
||||
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,
|
||||
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
|
||||
color: currentColor;
|
||||
fill: currentColor
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
|
||||
background-color: #f0f0f0;
|
||||
color: #444
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
|
||||
background-color: #f90;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
|
||||
background-color: #1ea0c3;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
|
||||
background-color: #0757fe;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
|
||||
background-color: #0a7aff;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
|
||||
background-color: #1e1f26;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
|
||||
background-color: #02e49b;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord {
|
||||
background-color: #5865f2;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
|
||||
background-color: #e94c89;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
|
||||
background-color: #4280ff;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
|
||||
background-color: #f45800;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
|
||||
background-color: #0866ff;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
|
||||
background-color: #000;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
|
||||
background-color: #0461dd;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
|
||||
background-color: #e65678;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
|
||||
background-color: #24292d;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
|
||||
background-color: #eceadd;
|
||||
color: #382110
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
|
||||
background-color: #ea4434;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
|
||||
background-color: #1d4fc4;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
|
||||
background-color: #f00075;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
|
||||
background-color: #e21b24;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
|
||||
background-color: #0d66c2;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
|
||||
background-color: #3288d4;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
|
||||
background-color: #000;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
|
||||
background-color: #f6405f;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
|
||||
background-color: #000;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
|
||||
background-color: #e60122;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
|
||||
background-color: #ef4155;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
|
||||
background-color: #ff4500;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
|
||||
background-color: #0478d7;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
|
||||
background-color: #fefc00;
|
||||
color: #fff;
|
||||
stroke: #000
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
|
||||
background-color: #ff5600;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
|
||||
background-color: #1bd760;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
|
||||
background-color: #2aabee;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
|
||||
background-color: #000;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
|
||||
background-color: #000;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
|
||||
background-color: #011835;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
|
||||
background-color: #6440a4;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
|
||||
background-color: #1da1f2;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
|
||||
background-color: #1eb7ea;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
|
||||
background-color: #4680c2;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
|
||||
background-color: #3499cd;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
|
||||
background-color: #25d366;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
|
||||
background-color: #000;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
|
||||
background-color: #d32422;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
|
||||
background-color: red;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
|
||||
background: none
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
|
||||
height: 1.25em;
|
||||
width: 1.25em
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
|
||||
color: #f90
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
|
||||
color: #1ea0c3
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
|
||||
color: #0757fe
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
|
||||
color: #0a7aff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
|
||||
color: #1e1f26
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
|
||||
color: #02e49b
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord {
|
||||
color: #5865f2
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
|
||||
color: #e94c89
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
|
||||
color: #4280ff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
|
||||
color: #f45800
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
|
||||
color: #0866ff
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
|
||||
color: #000
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
|
||||
color: #0461dd
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
|
||||
color: #e65678
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
|
||||
color: #24292d
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
|
||||
color: #382110
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
|
||||
color: #ea4434
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
|
||||
color: #1d4fc4
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
|
||||
color: #f00075
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
|
||||
color: #e21b24
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
|
||||
color: #0d66c2
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
|
||||
color: #3288d4
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
|
||||
color: #000
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
|
||||
color: #f6405f
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
|
||||
color: #000
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
|
||||
color: #e60122
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
|
||||
color: #ef4155
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
|
||||
color: #ff4500
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
|
||||
color: #0478d7
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
|
||||
color: #fff;
|
||||
stroke: #000
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
|
||||
color: #ff5600
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
|
||||
color: #1bd760
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
|
||||
color: #2aabee
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
|
||||
color: #000
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
|
||||
color: #000
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
|
||||
color: #011835
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
|
||||
color: #6440a4
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
|
||||
color: #1da1f2
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
|
||||
color: #1eb7ea
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
|
||||
color: #4680c2
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
|
||||
color: #25d366
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
|
||||
color: #3499cd
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
|
||||
color: #000
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
|
||||
color: #d32422
|
||||
}
|
||||
|
||||
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
|
||||
color: red
|
||||
}
|
||||
|
||||
.wp-block-social-links.is-style-pill-shape .wp-social-link {
|
||||
width: auto
|
||||
}
|
||||
|
||||
:root :where(.wp-block-social-links .wp-social-link a) {
|
||||
padding: .25em
|
||||
}
|
||||
|
||||
:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
|
||||
padding: 0
|
||||
}
|
||||
|
||||
:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
|
||||
padding-left: .6666666667em;
|
||||
padding-right: .6666666667em
|
||||
}
|
||||
|
||||
.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
|
||||
color: #000
|
||||
}
|
||||
3
demo.artureanec.com/themes/logico-rounded/wp-includes/blocks/spacer/style.min.css
vendored
Normal file
3
demo.artureanec.com/themes/logico-rounded/wp-includes/blocks/spacer/style.min.css
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
.wp-block-spacer {
|
||||
clear: both
|
||||
}
|
||||
Reference in New Issue
Block a user