first commit

This commit is contained in:
CHIEFSOFT\ameye
2023-12-28 16:20:07 -05:00
commit b114fdf4fa
5377 changed files with 1850677 additions and 0 deletions
@@ -0,0 +1,150 @@
/* Editor Frame */
body .wp-block[data-align="full"] {
width: 100%;
}
@media only screen and (min-width: 600px) {
body .wp-block[data-align="full"] {
width: calc( 100% + 90px);
max-width: calc( 100% + 90px);
}
}
@media only screen and (min-width: 768px) {
body .editor-writing-flow {
max-width: 80%;
margin: 0 10%;
}
body .editor-post-title__block,
body .editor-default-block-appender,
body .editor-block-list__block {
margin-left: 0;
margin-right: 0;
}
body .wp-block[data-align="wide"] {
width: 100%;
}
body .wp-block[data-align="full"] {
position: relative;
right: calc( -12.5% - 14px);
width: calc( 125% + 116px);
max-width: calc( 125% + 115px);
}
body .wp-block[data-align="right"] {
max-width: 125%;
}
}
/* Content Width */
.wp-block:not(.wp-block-button):not([data-align="full"]):not([data-align="wide"]) {
width: calc(100vw - (2 * 1rem));
max-width: 100%;
}
@media only screen and (min-width: 768px) {
.wp-block:not(.wp-block-button):not([data-align="full"]):not([data-align="wide"]) {
width: calc(8 * (100vw / 12));
}
}
@media only screen and (min-width: 1168px) {
.wp-block:not(.wp-block-button):not([data-align="full"]):not([data-align="wide"]) {
width: calc(6 * (100vw / 12 ));
}
}
.wp-block .wp-block:not(.wp-block-button):not([data-align="full"]):not([data-align="wide"]) {
width: 100%;
}
@media only screen and (min-width: 768px) {
.wp-block-cover {
padding-left: 10%;
padding-right: 10%;
}
}
.wp-block[data-type="core/cover"][data-align="left"] .editor-block-list__block-edit,
.wp-block[data-type="core/cover"][data-align="right"] .editor-block-list__block-edit {
width: calc(4 * (100vw / 12));
}
.wp-block[data-type="core/cover"][data-align="left"] .wp-block-cover,
.wp-block[data-type="core/cover"][data-align="right"] .wp-block-cover {
width: 100%;
max-width: 100%;
padding: calc(1.375 * 1rem);
}
.wp-block[data-type="core/cover"][data-align="left"] .wp-block-cover p,
.wp-block[data-type="core/cover"][data-align="right"] .wp-block-cover p {
padding-left: 0;
padding-right: 0;
}
@media only screen and (min-width: 768px) {
.wp-block[data-type="core/cover"][data-align="left"] .wp-block-cover,
.wp-block[data-type="core/cover"][data-align="right"] .wp-block-cover {
padding: calc(2.75 * 1rem) calc(2.75 * 1rem) calc(3.125 * 1rem);
}
}
@media only screen and (min-width: 768px) {
.wp-block[data-type="core/cover"][data-align="wide"] h2,
.wp-block[data-type="core/cover"][data-align="wide"] .wp-block-cover-text,
.wp-block[data-type="core/cover"][data-align="full"] h2,
.wp-block[data-type="core/cover"][data-align="full"] .wp-block-cover-text {
max-width: calc(8 * (100vw / 12));
}
}
@media only screen and (min-width: 1168px) {
.wp-block[data-type="core/cover"][data-align="wide"] h2,
.wp-block[data-type="core/cover"][data-align="wide"] .wp-block-cover-text,
.wp-block[data-type="core/cover"][data-align="full"] h2,
.wp-block[data-type="core/cover"][data-align="full"] .wp-block-cover-text {
max-width: calc(6 * (100vw / 12));
}
}
@media only screen and (min-width: 768px) {
.wp-block[data-type="core/cover"][data-align="full"] .wp-block-cover {
padding-left: calc(10% + 64px);
padding-right: calc(10% + 64px);
}
}
/* pullquote e blockquote */
.wp-block-pullquote.is-style-solid-color blockquote {
width: calc(100% - (2 * 1rem));
max-width: calc( 100% - (2 * 1rem));
}
@media only screen and (min-width: 768px) {
.wp-block-pullquote.is-style-solid-color blockquote {
max-width: 80%;
}
}
.wp-block[data-type="core/pullquote"][data-align="left"] .editor-block-list__block-edit,
.wp-block[data-type="core/pullquote"][data-align="right"] .editor-block-list__block-edit {
width: calc(4 * (100vw / 12));
max-width: 50%;
}
.wp-block[data-type="core/pullquote"][data-align="left"] .editor-block-list__block-edit .wp-block-pullquote,
.wp-block[data-type="core/pullquote"][data-align="right"] .editor-block-list__block-edit .wp-block-pullquote {
padding: 0;
}
.wp-block[data-type="core/pullquote"][data-align="left"] .editor-block-list__block-edit .wp-block-pullquote.is-style-solid-color blockquote,
.wp-block[data-type="core/pullquote"][data-align="right"] .editor-block-list__block-edit .wp-block-pullquote.is-style-solid-color blockquote {
width: 100%;
max-width: 100%;
padding: calc(1.375 * 1rem);
}
@media only screen and (min-width: 768px) {
.wp-block[data-type="core/pullquote"][data-align="left"] .editor-block-list__block-edit .wp-block-pullquote.is-style-solid-color blockquote,
.wp-block[data-type="core/pullquote"][data-align="right"] .editor-block-list__block-edit .wp-block-pullquote.is-style-solid-color blockquote {
padding: calc(2.75 * 1rem) calc(2.75 * 1rem) calc(3.125 * 1rem);
}
}
@@ -0,0 +1,162 @@
/* Editor Frame */
body .wp-block[data-align="full"] {
width: 100%;
}
@media only screen and (min-width: 600px) {
body .wp-block[data-align="full"] {
width: calc( 100% + 90px);
max-width: calc( 100% + 90px);
}
}
@media only screen and (min-width: 768px) {
body .editor-writing-flow {
max-width: 80%;
margin: 0 10%;
}
body .editor-post-title__block,
body .editor-default-block-appender,
body .editor-block-list__block {
margin-left: 0;
margin-right: 0;
}
body .wp-block[data-align="wide"] {
width: 100%;
}
body .wp-block[data-align="full"] {
position: relative;
left: calc( -12.5% - 14px);
width: calc( 125% + 116px);
max-width: calc( 125% + 115px);
}
body .wp-block[data-align="right"] {
max-width: 125%;
}
}
.wp-block-cover:not(.alignwide):not(.alignfull),
.wp-block-cover-image:not(.alignwide):not(.alignfull) {
clear: both;
}
.wp-block-columns:not(.alignwide):not(.alignfull) {
clear: both;
}
.wp-block[data-align=full],
.wp-block.alignfull {
max-width: none;
}
/* Content Width */
.wp-block:not(.wp-block-button):not([data-align="full"]):not([data-align="wide"]) {
width: calc(100vw - (2 * 1rem));
max-width: 100%;
}
@media only screen and (min-width: 768px) {
.wp-block:not(.wp-block-button):not([data-align="full"]):not([data-align="wide"]) {
width: calc(8 * (100vw / 12));
}
}
@media only screen and (min-width: 1168px) {
.wp-block:not(.wp-block-button):not([data-align="full"]):not([data-align="wide"]) {
width: calc(6 * (100vw / 12 ));
}
}
.wp-block .wp-block:not(.wp-block-button):not([data-align="full"]):not([data-align="wide"]) {
width: 100%;
}
@media only screen and (min-width: 768px) {
.wp-block-cover {
padding-left: 10%;
padding-right: 10%;
}
}
.wp-block[data-type="core/cover"][data-align="left"] .editor-block-list__block-edit,
.wp-block[data-type="core/cover"][data-align="right"] .editor-block-list__block-edit {
width: calc(4 * (100vw / 12));
}
.wp-block[data-type="core/cover"][data-align="left"] .wp-block-cover,
.wp-block[data-type="core/cover"][data-align="right"] .wp-block-cover {
width: 100%;
max-width: 100%;
padding: calc(1.375 * 1rem);
}
.wp-block[data-type="core/cover"][data-align="left"] .wp-block-cover p,
.wp-block[data-type="core/cover"][data-align="right"] .wp-block-cover p {
padding-left: 0;
padding-right: 0;
}
@media only screen and (min-width: 768px) {
.wp-block[data-type="core/cover"][data-align="left"] .wp-block-cover,
.wp-block[data-type="core/cover"][data-align="right"] .wp-block-cover {
padding: calc(2.75 * 1rem) calc(2.75 * 1rem) calc(3.125 * 1rem);
}
}
@media only screen and (min-width: 768px) {
.wp-block[data-type="core/cover"][data-align="wide"] h2,
.wp-block[data-type="core/cover"][data-align="wide"] .wp-block-cover-text,
.wp-block[data-type="core/cover"][data-align="full"] h2,
.wp-block[data-type="core/cover"][data-align="full"] .wp-block-cover-text {
max-width: calc(8 * (100vw / 12));
}
}
@media only screen and (min-width: 1168px) {
.wp-block[data-type="core/cover"][data-align="wide"] h2,
.wp-block[data-type="core/cover"][data-align="wide"] .wp-block-cover-text,
.wp-block[data-type="core/cover"][data-align="full"] h2,
.wp-block[data-type="core/cover"][data-align="full"] .wp-block-cover-text {
max-width: calc(6 * (100vw / 12));
}
}
@media only screen and (min-width: 768px) {
.wp-block[data-type="core/cover"][data-align="full"] .wp-block-cover {
padding-left: calc(10% + 64px);
padding-right: calc(10% + 64px);
}
}
/* pullquote e blockquote */
.wp-block-pullquote.is-style-solid-color blockquote {
width: calc(100% - (2 * 1rem));
max-width: calc( 100% - (2 * 1rem));
}
@media only screen and (min-width: 768px) {
.wp-block-pullquote.is-style-solid-color blockquote {
max-width: 80%;
}
}
.wp-block[data-type="core/pullquote"][data-align="left"] .editor-block-list__block-edit,
.wp-block[data-type="core/pullquote"][data-align="right"] .editor-block-list__block-edit {
width: calc(4 * (100vw / 12));
max-width: 50%;
}
.wp-block[data-type="core/pullquote"][data-align="left"] .editor-block-list__block-edit .wp-block-pullquote,
.wp-block[data-type="core/pullquote"][data-align="right"] .editor-block-list__block-edit .wp-block-pullquote {
padding: 0;
}
.wp-block[data-type="core/pullquote"][data-align="left"] .editor-block-list__block-edit .wp-block-pullquote.is-style-solid-color blockquote,
.wp-block[data-type="core/pullquote"][data-align="right"] .editor-block-list__block-edit .wp-block-pullquote.is-style-solid-color blockquote {
width: 100%;
max-width: 100%;
padding: calc(1.375 * 1rem);
}
@media only screen and (min-width: 768px) {
.wp-block[data-type="core/pullquote"][data-align="left"] .editor-block-list__block-edit .wp-block-pullquote.is-style-solid-color blockquote,
.wp-block[data-type="core/pullquote"][data-align="right"] .editor-block-list__block-edit .wp-block-pullquote.is-style-solid-color blockquote {
padding: calc(2.75 * 1rem) calc(2.75 * 1rem) calc(3.125 * 1rem);
}
}
@@ -0,0 +1,44 @@
/*
Theme Name: Hueman
Description: Used to style the TinyMCE editor.
*/
body{
background: #FAFAFA!important;
}
/**
* RTL
* ----------------------------------------------------------------------------
*/
html .mceContentBody.rtl {
direction: rtl;
unicode-bidi: embed;
}
.rtl ol,
.rtl ul {
padding: 0 40px 0 0;
}
.rtl .wp-caption,
.rtl tr th {
text-align: right;
}
.rtl td {
padding: 6px 0 6px 10px;
text-align: right;
}
.rtl blockquote blockquote {
margin-left: 0;
margin-right: 24px;
}
.rtl.post-format-audio:before,
.rtl.post-format-status:before,
.rtl.post-format-status > p:first-child:before {
background: none;
content: none;
}
@@ -0,0 +1,232 @@
/* WELCOME PANEL
-------------------------------------------------- */
.hueman-admin-panel {
border-radius: 4px;
font-size: 15px;
display: flex;
flex-flow: row wrap;
margin: 10px 15px 2px;
}
.hueman-admin-panel > * {
flex: 1 100%;
padding: 35px;
background-color: #fff;
box-shadow: 0 0 0 1px rgb(200 215 225 / 50%), 0 1px 2px #ddd;
margin-top: 10px;
margin-bottom: 0;
}
.hueman-admin-panel h3 {
line-height:1.5em;
}
.button-primary.review-hueman {
margin-top: 9px;
}
h1.czr-welcome-title {
line-height: 1.5em;
font-size: 30px;
}
.czr-col-50 {
flex: 0 0 calc(50% - 75px);
max-width: calc(50% - 75px);
}
.czr-col-50.first-col {
margin-right: 10px;
}
@media all and (max-width: 800px) {
.czr-col-50 {
flex: 0 0 calc(100% - 70px);
max-width: calc(100% - 70px);
}
}
/* REC NOTICE */
.czr-nimble-rec-notice {
position: relative;
}
.czr-nimble-rec-notice .czr-tgmpa-img-block {
right: 17px;
position: absolute;
top: 40px;
max-height: 145px;
}
.czr-rec-text-block {
width: calc( 100% - 252px );
}
.czr-rec-button {
display: block;
margin: 0.5em 0.5em 0 0;
padding-bottom: 5px;
clear: both;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: flex-end;
align-items: flex-end;
flex: 0 0 100%;
max-width: 100%;
}
span.czr-rec-button a {
padding: 0px 7px;
}
.notice.czr-nimble-rec-notice {
border-left-color: #006799 !important;
padding: 20px;
}
.rtl .notice.czr-nimble-rec-notice {
border-right-color: #006799 !important;
}
.notice.czr-nimble-rec-notice .czr-nimble-rec-notice-inner {
display: table;
width: 100%;
}
.czr-nimble-rec-notice .czr-nimble-rec-notice-icon {
width: 40px;
position: absolute;
top: 11px;
}
.czr-nimble-rec-notice .czr-nimble-rec-notice-title {
padding-left: 40px;
}
.notice.czr-nimble-rec-notice .czr-nimble-rec-notice-content {
padding: 0 20px;
}
.notice.czr-nimble-rec-notice p {
padding: 0;
margin: 0;
}
.notice.czr-nimble-rec-notice h3 {
margin: 0 0 5px;
line-height: 1.6em;
}
@media screen and (max-width: 782px) {
.czr-rec-text-block {width: 100%;}
.notice.czr-nimble-rec-notice p { text-align: center;}
.czr-nimble-rec-notice .czr-nimble-rec-notice-icon{top:auto }
.notice.czr-nimble-rec-notice h3 {margin: 0 0 16px;text-align: center;}
.czr-rec-button{
text-align: center;
width: 100%;
display: block;
margin-top: 10px;
}
.czr-nimble-rec-notice .czr-tgmpa-img-block{ display: none;}
}
/* GO PRO BTN */
.wp-core-ui #hueman-admin-panel .hu-go-pro-btn, .wp-core-ui .updated .hu-go-pro-btn {
line-height: 24px;
height: 30px;
padding: 1px 20px;
display: inline-block;
color: #fff;
background: #f0ad4e;
border: 1px solid #eea236;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border-radius: 3px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin-top: -4px;
font-weight: 400;
margin-left: 8px;
text-shadow:none;
}
.wp-core-ui .updated .hu-go-pro-btn:hover, .wp-core-ui .updated .hu-go-pro-btn:focus {
color: #fff;
background: #ed9c28;
border-color: #d58512;
text-shadow:none;
-webkit-box-shadow: none;
box-shadow: none;
}
/* UPDATE NOTICE */
.czr-update-notice h3, .czr-update-notice h4 {
font-weight: normal;
}
.czr-update-notice .button {
font-weight: normal;
}
.czr-update-notice .button.upgrade-to-pro {
height: 40px;
font-size: 1.2em;
padding: 2px 22px;
display: inline-block;
color: #de8200;
color: #fff;
background: #eea236;
border: 1px solid #eea236;
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border-radius: 3px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin-top: -4px;
font-weight: 400;
margin-left: 8px;
text-shadow: none;
}
.czr-update-notice .button.upgrade-to-pro:hover {
color: #fff;
background: #ed9c28;
border-color: #d58512;
}
/*a.czr-rating-link {
color: #eea236;
}*/
a.czr-rating-link:hover {
color: #eea236;
}
.hu-pro-link-in-dashboard {
color: #f07829;
font-weight: bold;
text-decoration: none;
min-width: 80px;
/* font-size: 19px; */
}
.hu-pro-link-in-dashboard:hover {
text-decoration: underline;
color: #f07829;
}
.hu-pro-link-in-dashboard .dashicons {
font-size: 20px;
bottom: 3px;
position: relative;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 630 B

@@ -0,0 +1 @@
<svg id="nimble_icon_128x128_n_B" data-name="nimble_icon_128x128_n&amp;B" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><defs><style>.cls-1{fill:#010000;}.cls-2{fill:#d8927a;}.cls-3{fill:#f3bc96;}.cls-4{fill:#4a230e;}</style></defs><title>Nimble_icon_128x128_Couleur</title><path class="cls-1" d="M81.49,107.2c-.09-2.72.59-9.23-3.64-9-2.22.12-4.52,2-6.39,3.07l-5.83,3.27a2.11,2.11,0,0,0-.35-.32,2.4,2.4,0,0,0-2.91.22l-.07,0-5.76-3.22c-1.87-1-4.17-3-6.39-3.07-4.23-.23-3.55,6.28-3.64,9-.1,3.32,0,8.23,4.51,8,2-.08,4-1.38,5.72-2.24s3.67-1.83,5.48-2.78a2.2,2.2,0,0,0,1.76.9l.27,0a2.36,2.36,0,0,0,1.58-.86c1.79,1,3.61,1.85,5.43,2.76S75,115.16,77,115.24C81.45,115.43,81.59,110.52,81.49,107.2Z"/><path class="cls-2" d="M36.08,80.94c-2.37.62-5.69-1.88-6.65-5.58s.19-7.2,2.56-7.82"/><path class="cls-2" d="M91.84,80.94c2.38.62,5.7-1.88,6.66-5.58s-.19-7.2-2.56-7.82"/><path class="cls-3" d="M64,98.93a54.72,54.72,0,0,1-8.91-.71c-13.14-1.55-18.17-14.6-22-24.57a24.85,24.85,0,0,1-1-4,24.89,24.89,0,0,1-.1-5.31C31.92,47.63,43.3,38.23,64,36.87h0C84.66,38.23,96,47.63,96,64.3a24.89,24.89,0,0,1-.1,5.31,24.85,24.85,0,0,1-1,4c-3.83,10-8.86,23-22,24.57a54.84,54.84,0,0,1-8.91.71v0"/><path class="cls-4" d="M92.18,77.4s-.9-11.18-.9-14.58A100.32,100.32,0,0,1,92.47,50.7l4.93,9.45S96.14,76,92.18,77.4"/><path class="cls-1" d="M76.57,68.5A9.47,9.47,0,1,1,86,59a9.48,9.48,0,0,1-9.46,9.47m0-17.74A8.27,8.27,0,1,0,84.84,59a8.28,8.28,0,0,0-8.27-8.27"/><path class="cls-1" d="M85.7,59.63c3.72,1.23,2.59,5.72,3.81,8.56a9.43,9.43,0,0,0,5.08,5c.54.21.77-.66.24-.87a8.53,8.53,0,0,1-4.77-5.23c-.42-1.35-.32-2.82-.67-4.19-.51-2-1.48-3.53-3.45-4.18-.55-.18-.78.68-.24.87"/><path class="cls-1" d="M65.06,68.74a1.45,1.45,0,0,1-2.27.13c-.66-.73-1.72.34-1.08,1.07a3,3,0,0,0,4.66-.44c.52-.83-.79-1.59-1.31-.76"/><path class="cls-4" d="M44,41.88s20,4,29.34,4.4a148.71,148.71,0,0,0,15.9,0S68.79,32.37,44,41.88"/><path class="cls-4" d="M81.06,73.84a2.8,2.8,0,0,0-3.42.77.3.3,0,0,0,0,.33.29.29,0,0,0,.31.11A4.49,4.49,0,0,1,79.45,75a1.65,1.65,0,0,1,1.34,1.86c0,.86-.22,1.42-.65,1.64-.85.45-2.43-.38-3-.74-.25-.17-6.17-4.17-9-4.71A4.28,4.28,0,0,0,64,74.18,4.27,4.27,0,0,0,59.79,73c-2.83.54-8.76,4.54-9,4.71-.54.36-2.12,1.2-3,.74-.42-.22-.64-.78-.64-1.64A1.65,1.65,0,0,1,48.5,75a4.56,4.56,0,0,1,1.5.06.29.29,0,0,0,.31-.44,2.77,2.77,0,0,0-3.41-.77c-1.73.65-2.93,3.43-2.56,5.94.2,1.39,1.23,4.65,6.42,5,.37,0,.72,0,1.07,0a15.49,15.49,0,0,0,7.4-2l.56-.28A47.47,47.47,0,0,0,64,80.14a47.47,47.47,0,0,0,4.19,2.38l.56.28a15.38,15.38,0,0,0,7.4,2c.35,0,.7,0,1.06,0,5.2-.37,6.23-3.63,6.43-5C84,77.27,82.79,74.49,81.06,73.84Z"/><path class="cls-4" d="M35.81,77.4s.9-11.18.9-14.58A100.32,100.32,0,0,0,35.52,50.7l-4.93,9.45S31.85,76,35.81,77.4"/><path class="cls-1" d="M106.09,51.54c-.65-5.31-5-9.84-12.87-13.49-2.41-11-5.64-24.36-27.11-25.26l-1.26,0H63.13l-1.24,0c-21.47.9-24.7,14.3-27.11,25.26-7.89,3.65-12.22,8.18-12.87,13.49-1.07,8.69,8.12,16,8.51,16.34a.89.89,0,0,0,1,.08.91.91,0,0,0,.45-.92,25.3,25.3,0,0,1-.07-6,19.76,19.76,0,0,1,4.39-9.82c.83-1,8.65-10.06,26.95-9.66h1.72c18.29-.42,26.1,8.63,26.93,9.66a19.76,19.76,0,0,1,4.39,9.82,24.7,24.7,0,0,1-.07,6,.91.91,0,0,0,1.46.84C98,67.58,107.16,60.23,106.09,51.54Z"/><path class="cls-1" d="M71.3,61.36a.85.85,0,0,1-.79-1.18C70.59,60,72.64,55,76.41,55h.08c3.76,0,5.81,5,5.9,5.18a.86.86,0,0,1-1.43.91c-2.2-2.37-3.39-3.21-4.54-3.21s-2.26.81-4.49,3.21a.86.86,0,0,1-.63.27"/><path class="cls-1" d="M56.66,61.36a.83.83,0,0,1-.63-.27c-2.21-2.37-3.39-3.21-4.54-3.21s-2.26.81-4.49,3.21a.87.87,0,0,1-1.09.14.86.86,0,0,1-.34-1C45.66,60,47.71,55,51.47,55h.08c3.76,0,5.82,5,5.9,5.18a.85.85,0,0,1-.79,1.18"/></svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

@@ -0,0 +1,56 @@
/*
post-formats.js
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Copyright: (c) 2013 Jermaine Maree, http://jermainemaree.com
*/
jQuery(document).ready(function($) {
// temporary workaround to make sure gutenberg elements have been rendered, see https://github.com/presscustomizr/hueman/issues/672#issuecomment-409481887
setTimeout( function() {
// Hide post format sections
function hide_statuses() {
$('#format-audio,#format-aside,#format-chat,#format-gallery,#format-image,#format-link,#format-quote,#format-status,#format-video').hide();
}
var _wpPostFormatsInputSelectorClassical = '#post-formats-select input[name="post_format"]',
_wpPostFormatsInputSelectorGutenberg = '.editor-post-format select',
_gutenbergEditorSelector = '#editor.block-editor__container',
_isClassical = $(_wpPostFormatsInputSelectorClassical).length > 0,
_isGutenberg = $(_gutenbergEditorSelector).length > 0;
if ( !( _isClassical || _isGutenberg ) ) {
return;
}
var _onChangePostFormatSelector = _isClassical ? _wpPostFormatsInputSelectorClassical + ':radio' : _wpPostFormatsInputSelectorGutenberg;
// Post Formats
// Hide post format sections
hide_statuses();
// Supported post formats
var post_formats = ['audio','aside','chat','gallery','image','link','quote','status','video'];
// Get selected post format
var selected_post_format = HUPostFormatsParams.currentPostFormat;
// Show post format meta box
if($.inArray(selected_post_format,post_formats) != '-1') {
$('#format-'+selected_post_format).show();
}
// Hide/show post format meta box when option changed
$('body').on( 'change', _onChangePostFormatSelector, function() {
// Hide post format sections
hide_statuses();
// Show selected section
if(jQuery.inArray($(this).val(),post_formats) != '-1') {
$('#format-'+$(this).val()).show();
}
});
}, 300);
});
@@ -0,0 +1 @@
jQuery(document).ready(function(t){setTimeout(function(){function a(){t("#format-audio,#format-aside,#format-chat,#format-gallery,#format-image,#format-link,#format-quote,#format-status,#format-video").hide()}var o='#post-formats-select input[name="post_format"]',e=".editor-post-format select",r=t(o).length>0,i=t(e).length>0;if(r||i){var f=r?o+":checked":e,m=r?o+":radio":e;a();var n=["audio","aside","chat","gallery","image","link","quote","status","video"],s=t(f).val();"-1"!=jQuery.inArray(s,n)&&t("#format-"+s).show(),t(m).change(function(){a(),"-1"!=jQuery.inArray(t(this).val(),n)&&t("#format-"+t(this).val()).show()})}},300)});