2024-11-22
2024-11-22 fonc(db) exporte la BDD de production
This commit is contained in:
parent
5b1b94c0fe
commit
2b13af6421
77 changed files with 20281 additions and 2988 deletions
|
|
@ -1,38 +1,47 @@
|
|||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Association
|
||||
========================================================================== */
|
||||
.block-editor .cf-association__cols {
|
||||
border-top-width: 1px;
|
||||
margin-top: 4px;
|
||||
border-top-width: 1px;
|
||||
}
|
||||
|
||||
.edit-post-sidebar .cf-association__cols {
|
||||
border-color: #8d96a0;
|
||||
flex-direction: column;
|
||||
border-color: #8d96a0;
|
||||
}
|
||||
|
||||
.edit-post-sidebar .cf-association__cols::before {
|
||||
background-color: #8d96a0;
|
||||
display: none;
|
||||
background-color: #8d96a0;
|
||||
}
|
||||
|
||||
.edit-post-sidebar .cf-association__counter {
|
||||
|
|
@ -42,6 +51,7 @@
|
|||
.edit-post-sidebar .cf-association__option {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.edit-post-sidebar .cf-association__option + .cf-association__option {
|
||||
border-top-color: #8d96a0;
|
||||
}
|
||||
|
|
@ -51,8 +61,8 @@
|
|||
}
|
||||
|
||||
.edit-post-sidebar .cf-association__option-content {
|
||||
align-items: flex-start;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
|
|
@ -63,6 +73,7 @@
|
|||
.edit-post-sidebar .cf-association__col:first-child .cf-association__option-actions {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.edit-post-sidebar .cf-association__option-actions {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
|
@ -70,27 +81,35 @@
|
|||
.edit-post-sidebar .cf-association__option-action--edit {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Complex
|
||||
========================================================================== */
|
||||
|
|
@ -102,25 +121,28 @@
|
|||
.block-editor .cf-complex__inserter-menu {
|
||||
z-index: 10;
|
||||
list-style: none outside none;
|
||||
border: 1px solid #e2e4e7;
|
||||
box-shadow: 0 3px 30px rgba(25, 30, 35, 0.1);
|
||||
background-color: #fff;
|
||||
border: 1px solid #e2e4e7;
|
||||
box-shadow: 0 3px 30px rgb(25 30 35 / 10%);
|
||||
}
|
||||
|
||||
.block-editor .cf-complex__inserter-menu::before, .block-editor .cf-complex__inserter-menu::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 100%;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-width: 8px 8px 8px 0;
|
||||
border-style: solid;
|
||||
margin-top: -8px;
|
||||
content: "";
|
||||
border-style: solid;
|
||||
border-width: 8px 8px 8px 0;
|
||||
}
|
||||
|
||||
.block-editor .cf-complex__inserter-menu::before {
|
||||
border-color: transparent #e2e4e7;
|
||||
margin-right: 1px;
|
||||
border-color: transparent #e2e4e7;
|
||||
}
|
||||
|
||||
.block-editor .cf-complex__inserter-menu::after {
|
||||
border-color: transparent #fff;
|
||||
}
|
||||
|
|
@ -128,6 +150,7 @@
|
|||
.block-editor .cf-complex__inserter-item {
|
||||
color: #40464d;
|
||||
}
|
||||
|
||||
.block-editor .cf-complex__inserter-item:hover {
|
||||
color: #191e23;
|
||||
}
|
||||
|
|
@ -139,9 +162,11 @@
|
|||
.block-editor .cf-complex__tabs-item {
|
||||
color: #555d66;
|
||||
}
|
||||
|
||||
.block-editor .cf-complex__tabs-item--current {
|
||||
color: #191e23;
|
||||
}
|
||||
|
||||
.edit-post-sidebar .cf-complex__tabs-item {
|
||||
border-color: #8d96a0;
|
||||
}
|
||||
|
|
@ -158,49 +183,61 @@
|
|||
.edit-post-sidebar .cf-complex__group-actions--tabbed {
|
||||
border-color: #8d96a0;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Field
|
||||
========================================================================== */
|
||||
.block-editor .cf-field {
|
||||
min-width: 0;
|
||||
padding: 8px;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 13px;
|
||||
line-height: 1.4;
|
||||
color: #555d66;
|
||||
padding: 8px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.wp-block-widget-area .cf-field {
|
||||
padding: 6.5px 20px;
|
||||
}
|
||||
|
||||
.edit-post-sidebar .cf-block__fields > .cf-field {
|
||||
padding: 4px 0 0;
|
||||
}
|
||||
|
||||
.block-editor .cf-complex .cf-field {
|
||||
border-width: 1px 1px 0 0;
|
||||
border-style: solid;
|
||||
border-color: #e2e4e7;
|
||||
border-style: solid;
|
||||
border-width: 1px 1px 0 0;
|
||||
}
|
||||
|
||||
.edit-post-sidebar .cf-complex .cf-field {
|
||||
border-color: #8d96a0;
|
||||
}
|
||||
|
|
@ -210,39 +247,50 @@
|
|||
font-weight: 600;
|
||||
color: #23282d;
|
||||
}
|
||||
|
||||
.block-editor .cf-field__label {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.wp-block-widget-area .cf-field__label {
|
||||
margin-bottom: 6.5px;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
DateTime
|
||||
========================================================================== */
|
||||
.edit-post-sidebar .cf-datetime__inner {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.edit-post-sidebar .cf-datetime__inner::before {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
|
|
@ -256,9 +304,11 @@
|
|||
border-color: #e2e4e7;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.wp-block .cf-field .cf-datetime__input:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.edit-post-sidebar .cf-field .cf-datetime__input {
|
||||
padding-left: 35px;
|
||||
}
|
||||
|
|
@ -267,30 +317,39 @@
|
|||
height: auto;
|
||||
border-color: #e2e4e7;
|
||||
}
|
||||
|
||||
.edit-post-sidebar .cf-datetime__button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
File
|
||||
========================================================================== */
|
||||
|
|
@ -305,109 +364,139 @@
|
|||
.edit-post-sidebar .cf-file__name {
|
||||
border-color: #8d96a0;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Map
|
||||
========================================================================== */
|
||||
.edit-post-sidebar .cf-map__canvas {
|
||||
margin-top: 4px;
|
||||
border-color: #8d96a0;
|
||||
border-top-width: 1px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.block-editor .cf-map__search[focus-within] ~ .cf-map__canvas {
|
||||
border-color: #00a0d2;
|
||||
}
|
||||
|
||||
.block-editor .cf-map__search:focus-within ~ .cf-map__canvas {
|
||||
border-color: #00a0d2;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Multiselect
|
||||
========================================================================== */
|
||||
.wp-block .cf-multiselect__control {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.edit-post-sidebar .cf-multiselect__control, .edit-post-sidebar .cf-multiselect__control:hover {
|
||||
border-color: #8d96a0;
|
||||
}
|
||||
|
||||
.edit-post-sidebar .cf-multiselect__control--is-focused, .edit-post-sidebar .cf-multiselect__control--is-focused:hover {
|
||||
border-color: #00a0d2;
|
||||
box-shadow: 0 0 0 1px #00a0d2;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Media Gallery
|
||||
========================================================================== */
|
||||
@media (min-width: 1440px) {
|
||||
@media (width >= 1440px) {
|
||||
.block-editor .cf-media-gallery__item {
|
||||
flex-basis: 16.6667%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1680px) {
|
||||
|
||||
@media (width >= 1680px) {
|
||||
.block-editor .cf-media-gallery__item {
|
||||
flex-basis: 16.6667%;
|
||||
}
|
||||
}
|
||||
|
||||
.edit-post-sidebar .cf-media-gallery__item {
|
||||
flex-basis: 50%;
|
||||
}
|
||||
|
|
@ -415,6 +504,7 @@
|
|||
.wp-block .cf-media-gallery__inner {
|
||||
border: 1px solid #e2e4e7;
|
||||
}
|
||||
|
||||
.edit-post-sidebar .cf-media-gallery__inner {
|
||||
border: 1px solid #8d96a0;
|
||||
}
|
||||
|
|
@ -422,6 +512,7 @@
|
|||
.wp-block .cf-media-gallery__actions {
|
||||
border-top: 1px solid #e2e4e7;
|
||||
}
|
||||
|
||||
.edit-post-sidebar .cf-media-gallery__actions {
|
||||
border-top: 1px solid #8d96a0;
|
||||
}
|
||||
|
|
@ -429,6 +520,7 @@
|
|||
.wp-block .cf-media-gallery__item-inner {
|
||||
border: 1px solid #e2e4e7;
|
||||
}
|
||||
|
||||
.edit-post-sidebar .cf-media-gallery__item-inner {
|
||||
border: 1px solid #8d96a0;
|
||||
}
|
||||
|
|
@ -440,111 +532,142 @@
|
|||
.block-editor .cf-media-gallery__item-name {
|
||||
background-color: #f3f4f5;
|
||||
}
|
||||
|
||||
.wp-block .cf-media-gallery__item-name {
|
||||
border-top: 1px solid #e2e4e7;
|
||||
}
|
||||
|
||||
.edit-post-sidebar .cf-media-gallery__item-name {
|
||||
border-top: 1px solid #8d96a0;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
oEmbed
|
||||
========================================================================== */
|
||||
.edit-post-sidebar .cf-oembed__preview {
|
||||
margin-top: 4px;
|
||||
border-color: #8d96a0;
|
||||
border-top-width: 1px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.block-editor .cf-oembed[focus-within] .cf-oembed__preview {
|
||||
border-color: #00a0d2;
|
||||
}
|
||||
|
||||
.block-editor .cf-oembed:focus-within .cf-oembed__preview {
|
||||
border-color: #00a0d2;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Radio
|
||||
========================================================================== */
|
||||
.wp-block .cf-radio__list {
|
||||
list-style: none outside none;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Radio Image
|
||||
========================================================================== */
|
||||
.block-editor .cf-radio__list-item {
|
||||
margin: 0;
|
||||
}
|
||||
@media (min-width: 1440px) {
|
||||
|
||||
@media (width >= 1440px) {
|
||||
.wp-block .cf-radio-image .cf-radio__list-item {
|
||||
flex-basis: 25%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1680px) {
|
||||
|
||||
@media (width >= 1680px) {
|
||||
.wp-block .cf-radio-image .cf-radio__list-item {
|
||||
flex-basis: 25%;
|
||||
}
|
||||
}
|
||||
|
||||
.edit-post-sidebar .cf-radio-image .cf-radio__list-item {
|
||||
flex-basis: 33.3333%;
|
||||
}
|
||||
|
|
@ -552,33 +675,43 @@
|
|||
.wp-block .cf-radio-image__image {
|
||||
border: 1px solid #e2e4e7;
|
||||
}
|
||||
|
||||
.edit-post-sidebar .cf-radio-image__image {
|
||||
border: 1px solid #8d96a0;
|
||||
}
|
||||
|
||||
.block-editor .cf-radio__input:focus ~ .cf-radio__label .cf-radio-image__image, .block-editor .cf-radio__input:checked ~ .cf-radio__label .cf-radio-image__image {
|
||||
outline: 2px solid #00a0d2;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Select
|
||||
========================================================================== */
|
||||
|
|
@ -586,84 +719,109 @@
|
|||
border-color: #e2e4e7;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.wp-block .cf-field .cf-select__input:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Set
|
||||
========================================================================== */
|
||||
.wp-block .cf-set__list {
|
||||
list-style: none outside none;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Separator
|
||||
========================================================================== */
|
||||
.block-editor .cf-separator h3 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Text
|
||||
========================================================================== */
|
||||
|
|
@ -671,30 +829,39 @@
|
|||
border-color: #e2e4e7;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.wp-block .cf-field .cf-text__input:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Textarea
|
||||
========================================================================== */
|
||||
|
|
@ -703,64 +870,83 @@
|
|||
border-radius: 0;
|
||||
transition: border-color 0.1s linear;
|
||||
}
|
||||
|
||||
.wp-block .cf-field .cf-textarea__input:focus {
|
||||
border-color: #00a0d2;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ------------------------------------------------------------ *\
|
||||
Block Preview iFrame
|
||||
\* ------------------------------------------------------------ */
|
||||
body.block-editor-iframe__body .cf-block-preview {
|
||||
display: block;
|
||||
}
|
||||
|
||||
body.block-editor-iframe__body .cf-block__fields[\:has\(.cf-block-preview\)] .cf-field:not(.cf-block-preview) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body.block-editor-iframe__body .cf-block__fields:has(.cf-block-preview) .cf-field:not(.cf-block-preview) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Block
|
||||
========================================================================== */
|
||||
|
|
@ -770,19 +956,20 @@ body.block-editor-iframe__body .cf-block__fields:has(.cf-block-preview) .cf-fiel
|
|||
|
||||
.wp-block .cf-block__tabs-list {
|
||||
display: flex;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none outside none;
|
||||
}
|
||||
|
||||
.cf-block__tabs-item {
|
||||
padding: 8px;
|
||||
cursor: pointer;
|
||||
margin: 0;
|
||||
padding: 8px;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 13px;
|
||||
line-height: 1;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.cf-block__tabs-item--current {
|
||||
box-shadow: 0 3px 0 #00a0d2;
|
||||
}
|
||||
|
|
@ -791,9 +978,11 @@ body.block-editor-iframe__body .cf-block__fields:has(.cf-block-preview) .cf-fiel
|
|||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.cf-block__fields[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wp-block .cf-block__fields {
|
||||
margin: -8px;
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
|
@ -1,94 +1,112 @@
|
|||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Complex
|
||||
========================================================================== */
|
||||
.postbox .cf-complex__inserter-menu, body[class*=taxonomy-] .cf-complex__inserter-menu {
|
||||
.postbox .cf-complex__inserter-menu, body[class*="taxonomy-"] .cf-complex__inserter-menu {
|
||||
margin: 0;
|
||||
border-radius: 3px;
|
||||
background-color: #191e23;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.postbox .cf-complex__inserter-menu:before, body[class*=taxonomy-] .cf-complex__inserter-menu:before {
|
||||
|
||||
.postbox .cf-complex__inserter-menu::before, body[class*="taxonomy-"] .cf-complex__inserter-menu::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 100%;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-width: 5px 5px 5px 0;
|
||||
border-style: solid;
|
||||
border-color: transparent #191e23;
|
||||
margin-top: -5px;
|
||||
content: "";
|
||||
border-color: transparent #191e23;
|
||||
border-style: solid;
|
||||
border-width: 5px 5px 5px 0;
|
||||
}
|
||||
|
||||
.postbox .cf-complex__inserter-item, body[class*=taxonomy-] .cf-complex__inserter-item {
|
||||
.postbox .cf-complex__inserter-item, body[class*="taxonomy-"] .cf-complex__inserter-item {
|
||||
font-weight: 600;
|
||||
color: #fff;
|
||||
transition: color 0.1s linear;
|
||||
}
|
||||
.postbox .cf-complex__inserter-item:hover, body[class*=taxonomy-] .cf-complex__inserter-item:hover {
|
||||
|
||||
.postbox .cf-complex__inserter-item:hover, body[class*="taxonomy-"] .cf-complex__inserter-item:hover {
|
||||
color: #00a0d2;
|
||||
}
|
||||
|
||||
.postbox .cf-complex__tabs .cf-complex__inserter-button, body[class*=taxonomy-] .cf-complex__tabs .cf-complex__inserter-button {
|
||||
.postbox .cf-complex__tabs .cf-complex__inserter-button, body[class*="taxonomy-"] .cf-complex__tabs .cf-complex__inserter-button {
|
||||
font-weight: 600;
|
||||
color: #23282d;
|
||||
}
|
||||
|
||||
.postbox .cf-complex__tabs-item, body[class*=taxonomy] .cf-complex__tabs-item {
|
||||
.postbox .cf-complex__tabs-item, body[class*="taxonomy"] .cf-complex__tabs-item {
|
||||
font-weight: 600;
|
||||
color: #23282d;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Field
|
||||
========================================================================== */
|
||||
.cf-container .cf-field {
|
||||
flex: 1 1 100%;
|
||||
padding: 12px;
|
||||
border-width: 0 1px 0 0;
|
||||
border-style: solid;
|
||||
border-color: #e2e4e7;
|
||||
border-style: solid;
|
||||
border-width: 0 1px 0 0;
|
||||
}
|
||||
|
||||
.cf-container .cf-field + .cf-field {
|
||||
border-top-width: 1px;
|
||||
}
|
||||
|
|
@ -104,67 +122,85 @@
|
|||
font-weight: 600;
|
||||
color: #23282d;
|
||||
}
|
||||
|
||||
.cf-container-term-meta .cf-field__label, .cf-container-user-meta .cf-field__label {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.cf-field__help {
|
||||
display: inline-block;
|
||||
color: #666;
|
||||
margin-top: 10px;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Multiselect
|
||||
========================================================================== */
|
||||
.postbox .cf-multiselect__control {
|
||||
border-color: #ddd;
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
|
||||
box-shadow: 0 1px 2px rgb(0 0 0 / 7%) inset;
|
||||
}
|
||||
|
||||
.postbox .cf-multiselect__control--is-focused, .postbox .cf-multiselect__control--is-focused:hover {
|
||||
box-shadow: 0 0 2px rgba(0, 115, 170, 0.8);
|
||||
box-shadow: 0 0 2px rgb(0 115 170 / 80%);
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Media Gallery
|
||||
========================================================================== */
|
||||
|
|
@ -175,13 +211,14 @@
|
|||
.postbox .cf-media-gallery__actions {
|
||||
border-top: 1px solid #e2e4e7;
|
||||
}
|
||||
|
||||
.cf-container-term-meta .cf-media-gallery__actions {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.cf-container-term-meta .cf-media-gallery__list {
|
||||
margin: 0 -8px;
|
||||
max-height: 285px;
|
||||
margin: 0 -8px;
|
||||
}
|
||||
|
||||
.cf-container-term-meta .cf-media-gallery__item {
|
||||
|
|
@ -197,110 +234,140 @@
|
|||
}
|
||||
|
||||
.postbox .cf-media-gallery__item-name, .cf-container-term-meta .cf-media-gallery__item-name {
|
||||
border-top: 1px solid #e2e4e7;
|
||||
background-color: #f3f4f5;
|
||||
border-top: 1px solid #e2e4e7;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Radio
|
||||
========================================================================== */
|
||||
.inside .cf-radio-image .cf-radio__input:focus ~ .cf-radio__label {
|
||||
box-shadow: 0 0 2px rgba(0, 160, 210, 0.8);
|
||||
box-shadow: 0 0 2px rgb(0 160 210 / 80%);
|
||||
}
|
||||
|
||||
.inside .cf-radio-image__image {
|
||||
border: 1px solid #b5bcc2;
|
||||
}
|
||||
|
||||
.inside .cf-radio__input:focus ~ .cf-radio__label .cf-radio-image__image, .inside .cf-radio__input:checked ~ .cf-radio__label .cf-radio-image__image {
|
||||
outline: 4px solid #00a0d2;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Widget
|
||||
========================================================================== */
|
||||
.cf-container-widget {
|
||||
margin-bottom: 13px;
|
||||
}
|
||||
|
||||
.cf-container-widget .cf-field {
|
||||
margin: 1em 0 0;
|
||||
padding: 0;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.cf-container-widget .cf-field + .cf-field {
|
||||
border-top-width: 0;
|
||||
}
|
||||
|
||||
.cf-container-widget .cf-complex__group-body {
|
||||
border-width: 1px 1px 1px 1px;
|
||||
margin-top: 0;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
.cf-container-widget .cf-complex__group-body .cf-field {
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
.cf-container-widget .cf-complex__group-body .cf-field + .cf-field {
|
||||
border-width: 1px 0 0 0;
|
||||
padding-top: 1em;
|
||||
border-width: 1px 0 0;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Theme Options
|
||||
========================================================================== */
|
||||
|
|
@ -309,54 +376,70 @@
|
|||
right: 0;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
User Meta
|
||||
========================================================================== */
|
||||
.cf-container-user-meta {
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Colors - https://make.wordpress.org/design/handbook/design-guide/foundations/colors/
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Colors - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_colors.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Fonts
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
WordPress Variables
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Gutenberg Variables - https://github.com/WordPress/gutenberg/blob/master/assets/stylesheets/_variables.scss
|
||||
========================================================================== */
|
||||
|
||||
/* ==========================================================================
|
||||
Container
|
||||
========================================================================== */
|
||||
|
|
@ -366,41 +449,47 @@
|
|||
|
||||
#poststuff .carbon-box .inside,
|
||||
.carbon-box .inside {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.cf-container--plain {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.cf-container--tabbed {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.cf-container--tabbed-horizontal {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.cf-container--tabbed-vertical {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.cf-container__fields {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
flex: 1;
|
||||
flex-wrap: wrap;
|
||||
margin: 0 -1px 0 0;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.cf-container__fields[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.block-editor .cf-container__fields {
|
||||
border-left: 1px solid #e2e4e7;
|
||||
}
|
||||
|
||||
.cf-container-term-meta .cf-container__fields, .cf-container-user-meta .cf-container__fields {
|
||||
border-width: 0 0 1px 1px;
|
||||
border-style: solid;
|
||||
border-color: #e2e4e7;
|
||||
margin: 0;
|
||||
border-color: #e2e4e7;
|
||||
border-style: solid;
|
||||
border-width: 0 0 1px 1px;
|
||||
}
|
||||
|
||||
.cf-container__tabs {
|
||||
|
|
@ -408,71 +497,85 @@
|
|||
z-index: 1;
|
||||
background-color: #fbfbfc;
|
||||
}
|
||||
|
||||
.cf-container__tabs-list {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin: 0 0 -1px;
|
||||
}
|
||||
|
||||
.cf-container__tabs-list .cf-container__tabs-item {
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border: 1px solid #e2e4e7;
|
||||
margin: 0 8px 0 0;
|
||||
background-color: #fbfbfc;
|
||||
font-size: 13px;
|
||||
cursor: pointer;
|
||||
background-color: #fbfbfc;
|
||||
border: 1px solid #e2e4e7;
|
||||
transition: background-color 0.1s linear, border-color 0.1s linear;
|
||||
}
|
||||
|
||||
.cf-container__tabs-list .cf-container__tabs-item button {
|
||||
background: 0;
|
||||
border: 0;
|
||||
padding: 10px 12px;
|
||||
margin: 0;
|
||||
flex: 1;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
flex: 1;
|
||||
align-items: center;
|
||||
margin: 0;
|
||||
padding: 10px 12px;
|
||||
background: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.cf-container__tabs-list .cf-container__tabs-item button span {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.cf-container__tabs-list .cf-container__tabs-item:hover {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.cf-container__tabs-list .cf-container__tabs-item--current {
|
||||
background-color: #fff;
|
||||
border-bottom-color: #fff;
|
||||
}
|
||||
|
||||
.cf-container__tabs--tabbed-horizontal {
|
||||
padding: 12px 12px 0;
|
||||
border-bottom: 1px solid #e2e4e7;
|
||||
}
|
||||
|
||||
.cf-container__tabs--tabbed-horizontal .cf-container__tabs-list {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.cf-container__tabs--tabbed-vertical {
|
||||
width: 300px;
|
||||
border-right: 1px solid #e2e4e7;
|
||||
}
|
||||
|
||||
.cf-container__tabs--tabbed-vertical .cf-container__tabs-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.cf-container__tabs--tabbed-vertical .cf-container__tabs-list .cf-container__tabs-item {
|
||||
margin: 0;
|
||||
justify-content: flex-start;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
border-top: 1px solid #e2e4e7;
|
||||
border-bottom: 1px solid #e2e4e7;
|
||||
}
|
||||
|
||||
.cf-container__tabs--tabbed-vertical .cf-container__tabs-list .cf-container__tabs-item:first-of-type {
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
.cf-container__tabs--tabbed-vertical .cf-container__tabs-list .cf-container__tabs-item button {
|
||||
text-align: left;
|
||||
font-weight: 500;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.cf-container__tabs--tabbed-vertical .cf-container__tabs-list .cf-container__tabs-item + .cf-container__tabs-item {
|
||||
border-top: 0;
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue