replace all mt- to sad-

This commit is contained in:
2025-05-20 23:36:11 -07:00
parent 0869581510
commit faaaaafb39
35 changed files with 637 additions and 637 deletions

View File

@ -1,4 +1,4 @@
.mt-meta-options-wrap .ui-button {
.sad-meta-options-wrap .ui-button {
margin: 0;
border-radius: 0;
border: none;
@ -7,11 +7,11 @@
box-shadow: none
}
.mt-meta-options-wrap .ui-button-text {
.sad-meta-options-wrap .ui-button-text {
padding: 0
}
.mt-meta-options-wrap img {
.sad-meta-options-wrap img {
box-sizing: border-box;
max-width: 100%;
height: auto;
@ -19,22 +19,22 @@
border: 4px solid transparent
}
.mt-meta-options-wrap img:focus,
.mt-meta-options-wrap img:hover {
.sad-meta-options-wrap img:focus,
.sad-meta-options-wrap img:hover {
border-color: #ddd
}
.mt-meta-options-wrap .ui-state-active img {
.sad-meta-options-wrap .ui-state-active img {
border-color: #00a0d2
}
.mt-clearfix:after,
.mt-clearfix:before {
.sad-clearfix:after,
.sad-clearfix:before {
content: '';
display: table
}
.mt-clearfix:after {
.sad-clearfix:after {
clear: both
}

View File

@ -1,25 +1,25 @@
/**
/**
* Customizer styles
*
*/
.customize-control-mt-toggle label {
.customize-control-sad-toggle label {
display: flex;
flex-wrap: wrap;
}
.customize-control-mt-toggle label .customize-control-title {
.customize-control-sad-toggle label .customize-control-title {
width: calc(100% - 55px);
}
.customize-control-mt-toggle label .description {
.customize-control-sad-toggle label .description {
order: 99;
}
.customize-control-mt-toggle input[type=checkbox] {
.customize-control-sad-toggle input[type=checkbox] {
display: none;
}
.customize-control-mt-toggle .switch {
.customize-control-sad-toggle .switch {
border: 1px solid rgba(0, 0, 0, .1);
display: inline-block;
width: 35px;
@ -33,8 +33,8 @@
transition: background 350ms ease;
}
.customize-control-mt-toggle .switch:after,
.customize-control-mt-toggle .switch:before {
.customize-control-sad-toggle .switch:after,
.customize-control-sad-toggle .switch:before {
content: "";
display: block;
width: 20px;
@ -46,51 +46,51 @@
transition: all 350ms cubic-bezier(0, .95, .38, .98), background 150ms ease;
}
.customize-control-mt-toggle .switch:before {
.customize-control-sad-toggle .switch:before {
background: rgba(0, 0, 0, .2);
transform: translate3d(0, -50%, 0) scale(0);
}
.customize-control-mt-toggle .switch:after {
.customize-control-sad-toggle .switch:after {
background: #999;
border: 1px solid rgba(0, 0, 0, .1);
transform: translate3d(0, -50%, 0);
}
.customize-control-mt-toggle .switch:active:before {
.customize-control-sad-toggle .switch:active:before {
transform: translate3d(0, -50%, 0) scale(3);
}
.customize-control-mt-toggle input:checked+.switch {
.customize-control-sad-toggle input:checked+.switch {
background: rgba(52, 152, 222, .3);
}
.customize-control-mt-toggle input:checked+.switch:before {
.customize-control-sad-toggle input:checked+.switch:before {
background: rgba(52, 152, 222, .075);
transform: translate3d(100%, -50%, 0) scale(1);
}
.customize-control-mt-toggle input:checked+.switch:after {
.customize-control-sad-toggle input:checked+.switch:after {
background: #3498de;
transform: translate3d(100%, -50%, 0);
}
.customize-control-mt-toggle input:checked+.switch:active:before {
.customize-control-sad-toggle input:checked+.switch:active:before {
background: rgba(52, 152, 222, .075);
transform: translate3d(100%, -50%, 0) scale(3);
}
.customize-control-mt-radio-image>.image {
.customize-control-sad-radio-image>.image {
display: flex;
flex-wrap: wrap;
}
.customize-control-mt-radio-image label {
.customize-control-sad-radio-image label {
position: relative;
display: inline-block;
}
.customize-control-mt-radio-image label .image-label {
.customize-control-sad-radio-image label .image-label {
display: none;
position: absolute;
top: 0;
@ -101,7 +101,7 @@
font-weight: 700;
}
.customize-control-mt-radio-image label .image-label .inner {
.customize-control-sad-radio-image label .image-label .inner {
width: 100%;
height: 100%;
text-align: center;
@ -109,25 +109,25 @@
vertical-align: middle;
}
.customize-control-mt-radio-image label:hover .image-label {
.customize-control-sad-radio-image label:hover .image-label {
display: block;
}
.customize-control-mt-radio-image input {
.customize-control-sad-radio-image input {
display: none;
}
.customize-control-mt-radio-image input img {
.customize-control-sad-radio-image input img {
border: 1px solid transparent;
}
.customize-control-mt-radio-image input:checked+label img {
.customize-control-sad-radio-image input:checked+label img {
-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .25);
box-shadow: 0 0 5px 2px rgba(0, 0, 0, .25);
border: 1px solid #3498db;
}
.customize-control-mt-radio-image input+label .image-clickable {
.customize-control-sad-radio-image input+label .image-clickable {
position: absolute;
top: 0;
bottom: 0;
@ -151,15 +151,15 @@
border: 1px solid #3498db;
}
.customize-control-mt-radio-image input+label .image-clickable {
.customize-control-sad-radio-image input+label .image-clickable {
margin: 0;
border-radius: 0;
border: none;
background: 0 0;
}
.customize-control-mt-radio-image input+label .image-clickable,
.customize-control-mt-radio-image input:checked+label img {
.customize-control-sad-radio-image input+label .image-clickable,
.customize-control-sad-radio-image input:checked+label img {
box-sizing: border-box;
max-width: 100%;
height: auto;
@ -167,54 +167,54 @@
border: 3px solid transparent;
}
.customize-control-mt-radio-image input+label .image-clickable:focus,
.customize-control-mt-radio-image input+label .image-clickable:hover {
.customize-control-sad-radio-image input+label .image-clickable:focus,
.customize-control-sad-radio-image input+label .image-clickable:hover {
border-color: #ddd;
}
.customize-control-mt-radio-image input:checked+label img {
.customize-control-sad-radio-image input:checked+label img {
border-color: #00a0d2;
display: block
}
.customize-control-mt-radio-image .image label {
.customize-control-sad-radio-image .image label {
margin-right: 10px;
}
.customize-control-mt-radio-image input:checked+label img {
.customize-control-sad-radio-image input:checked+label img {
box-shadow: none;
}
.customize-control-mt-radio-image>.image {
.customize-control-sad-radio-image>.image {
display: block;
}
.mt-clearfix:after,
.mt-clearfix:before {
.sad-clearfix:after,
.sad-clearfix:before {
content: "";
display: table;
}
.mt-clearfix:after {
.sad-clearfix:after {
clear: both;
}
.mt-repeater-field-control {
.sad-repeater-field-control {
background: #fff;
margin-bottom: 12px;
display: block;
}
.mt-repeater-footer {
.sad-repeater-footer {
margin-top: 15px;
text-align: right;
}
.mt-repeater-field-control:first-child .mt-repeater-footer {
.sad-repeater-field-control:first-child .sad-repeater-footer {
display: none;
}
.mt-repeater-field-title {
.sad-repeater-field-title {
padding: 13px 15px;
line-height: 1;
overflow: hidden;
@ -228,7 +228,7 @@
border-bottom: 0;
}
.mt-repeater-field-title:after {
.sad-repeater-field-title:after {
content: "\f142";
font: 400 20px/1 dashicons;
position: absolute;
@ -242,11 +242,11 @@
cursor: pointer;
}
.mt-repeater-field-control.expanded .mt-repeater-field-title:after {
.sad-repeater-field-control.expanded .sad-repeater-field-title:after {
content: "\f140"
}
.mt-repeater-fields {
.sad-repeater-fields {
padding: 0 10px 10px;
border-top: none;
line-height: 16px;
@ -255,19 +255,19 @@
display: none;
}
.mt-repeater-fields .customize-control-title {
.sad-repeater-fields .customize-control-title {
margin-top: 10px
}
.mt-repeater-field-control.expanded .mt-repeater-fields {
.sad-repeater-field-control.expanded .sad-repeater-fields {
display: block;
}
.mt-reapeater-add-control-field {
.sad-reapeater-add-control-field {
float: right;
}
.mt-reapeater-add-add-control-field:before {
.sad-reapeater-add-add-control-field:before {
content: "\f132";
display: inline-block;
position: relative;
@ -277,11 +277,11 @@
vertical-align: middle;
}
.mt-repeater-type-icon {
.sad-repeater-type-icon {
overflow: hidden;
}
.mt-repeater-selected-icon {
.sad-repeater-selected-icon {
background: #f6f6f6;
height: 45px;
line-height: 45px;
@ -293,7 +293,7 @@
font-size: 28px;
}
.mt-repeater-selected-icon span {
.sad-repeater-selected-icon span {
position: absolute;
background: #f6f6f6;
right: -45px;
@ -304,15 +304,15 @@
font-size: 20px;
}
.mt-repeater-selected-icon i {
.sad-repeater-selected-icon i {
margin-top: 3%;
}
.mt-repeater-selected-icon span i {
.sad-repeater-selected-icon span i {
margin-top: 24%;
}
.mt-repeater-icon-list {
.sad-repeater-icon-list {
height: 215px;
overflow-y: scroll;
font-size: 18px;
@ -327,7 +327,7 @@
-webkit-box-sizing: border-box;
}
.mt-repeater-icon-list li {
.sad-repeater-icon-list li {
float: left;
margin: 4% 3% 0;
height: 40px;
@ -337,23 +337,23 @@
border: 1px solid #eee;
}
.mt-repeater-icon-list li:hover {
.sad-repeater-icon-list li:hover {
background: #333;
border: 1px solid #333;
color: #fff;
}
.mt-repeater-icon-list li.icon-active {
.sad-repeater-icon-list li.icon-active {
background: #0073aa;
border: 1px solid #0073aa;
color: #fff;
}
.customize-control-mt-repeater .mt-limit-msg {
.customize-control-sad-repeater .sad-limit-msg {
display: none;
}
.customize-control-mt-repeater span.mt-limit-msg:nth-of-type(2) {
.customize-control-sad-repeater span.sad-limit-msg:nth-of-type(2) {
display: block;
background: #fff;
padding: 10px 15px;

View File

@ -1,6 +1,6 @@
@media (max-width:1400px) {
@media (max-width:1400px) {
.mt-container,
.sad-container,
.site-layout--boxed #page {
width: 1200px
}
@ -15,7 +15,7 @@
#colophon .widget .widget-title,
#secondary .widget .widget-title,
.mt-related-post-title {
.sad-related-post-title {
font-size: 17px
}
@ -23,24 +23,24 @@
margin-bottom: 0
}
.single .mt-related-posts-wrapper .entry-title {
.single .sad-related-posts-wrapper .entry-title {
font-size: 19px
}
.mt-form-close {
.sad-form-close {
font-size: 50px
}
}
@media (max-width:1200px) {
.mt-container,
.sad-container,
.site-layout--boxed #page {
width: auto;
margin: 0 2%
}
.site-layout--boxed .mt-container {
.site-layout--boxed .sad-container {
padding: 0 10px
}
@ -48,7 +48,7 @@
position: relative
}
.mt-follow-title {
.sad-follow-title {
display: none
}
@ -88,7 +88,7 @@
width: 30%
}
.top-featured-post-wrap .mt-post-content {
.top-featured-post-wrap .sad-post-content {
width: 66%
}
@ -105,20 +105,20 @@
margin-right: 28px
}
#mt-scrollup {
#sad-scrollup {
right: 10px
}
#colophon .widget .widget-title,
#secondary .widget .widget-title,
.mt-related-post-title {
.sad-related-post-title {
font-size: 14px
}
#colophon .widget .widget-title::before,
#secondary .widget .widget-title::before,
.features-post-title::before,
.mt-related-post-title::before {
.sad-related-post-title::before {
height: 2px;
top: 7px
}
@ -137,7 +137,7 @@
margin-bottom: 0
}
.mt-menu-search .mt-form-wrap .search-form .search-field {
.sad-menu-search .sad-form-wrap .search-form .search-field {
height: 54px;
font-size: 20px
}
@ -191,7 +191,7 @@
display: block
}
.mt-social-menu-wrapper {
.sad-social-menu-wrapper {
position: relative
}
@ -211,7 +211,7 @@
z-index: 9999
}
#site-navigation .mt-container {
#site-navigation .sad-container {
border: none;
padding: 0
}
@ -334,13 +334,13 @@
display: none
}
.mt-archive--block-grid-style article,
.mt-archive--masonry-style #mt-masonry article {
.sad-archive--block-grid-style article,
.sad-archive--masonry-style #sad-masonry article {
width: 97%
}
.no-sidebar.mt-archive--block-grid-style article,
.no-sidebar.mt-archive--masonry-style #mt-masonry article {
.no-sidebar.sad-archive--block-grid-style article,
.no-sidebar.sad-archive--masonry-style #sad-masonry article {
width: 47%
}
@ -372,11 +372,11 @@
font-size: 12px
}
.mt-author-bio {
.sad-author-bio {
font-size: 13px
}
.single .mt-related-posts-wrapper .entry-title {
.single .sad-related-posts-wrapper .entry-title {
font-size: 15px
}
@ -442,14 +442,14 @@
margin-right: -3%
}
.top-featured-post-wrap .mt-single-post-wrap {
.top-featured-post-wrap .sad-single-post-wrap {
width: 47%;
float: left;
margin-bottom: 3%;
margin-right: 3%
}
#top-footer.footer-column-four .mt-footer-widget {
#top-footer.footer-column-four .sad-footer-widget {
width: 47%
}
}
@ -487,16 +487,16 @@
width: 100%
}
.mt-menu-search .mt-form-wrap .search-form .search-submit {
.sad-menu-search .sad-form-wrap .search-form .search-submit {
padding: 16px 46px
}
.mt-menu-search .mt-form-wrap .search-form .search-field {
.sad-menu-search .sad-form-wrap .search-form .search-field {
height: 48px;
font-size: 18px
}
.mt-form-close {
.sad-form-close {
font-size: 40px
}
@ -535,7 +535,7 @@
height: 450px
}
.mt-live-link {
.sad-live-link {
float: none;
margin: 0 auto;
display: block;
@ -552,7 +552,7 @@
margin-top: -50px;
}
.logged-in .is-sticky .mt-social-menu-wrapper {
.logged-in .is-sticky .sad-social-menu-wrapper {
top: 0 !important;
}
@ -560,20 +560,20 @@
margin-right: 0
}
.top-featured-post-wrap .mt-single-post-wrap {
.top-featured-post-wrap .sad-single-post-wrap {
width: 100%;
margin-right: 0
}
.archive-grid-post-wrapper,
.mt-archive--masonry-style .sophia-after-dark-content-masonry {
.sad-archive--masonry-style .sophia-after-dark-content-masonry {
margin-left: 0
}
.mt-archive--block-grid-style article,
.mt-archive--masonry-style #mt-masonry article,
.no-sidebar.mt-archive--block-grid-style article,
.no-sidebar.mt-archive--masonry-style #mt-masonry article {
.sad-archive--block-grid-style article,
.sad-archive--masonry-style #sad-masonry article,
.no-sidebar.sad-archive--block-grid-style article,
.no-sidebar.sad-archive--masonry-style #sad-masonry article {
width: 100%;
margin-left: 0
}
@ -590,17 +590,17 @@
padding: 28px 0
}
.mt-related-posts-wrapper {
.sad-related-posts-wrapper {
margin-left: 0
}
.mt-related-posts-wrapper article {
.sad-related-posts-wrapper article {
margin-left: 0;
margin-right: 0;
width: 100%
}
.mt-related-posts-wrapper .post-cats-list a {
.sad-related-posts-wrapper .post-cats-list a {
margin-top: 10px
}
@ -632,13 +632,13 @@
font-size: 28px
}
#top-footer.footer-column-three .mt-footer-widget {
#top-footer.footer-column-three .sad-footer-widget {
width: 97%
}
}
@media (max-width:480px) {
.mt-social-icon-wrap li {
.sad-social-icon-wrap li {
margin-right: 8px
}
@ -650,11 +650,11 @@
margin-top: 10px
}
.mt-social-wrapper {
.sad-social-wrapper {
margin: 12px 0 12px
}
.mt-search-icon {
.sad-search-icon {
font-size: 14px;
margin: 12px 0 12px 8px
}
@ -664,15 +664,15 @@
margin-bottom: 0
}
.single .mt-author-box .mt-author-info .mt-author-name {
.single .sad-author-box .sad-author-info .sad-author-name {
font-size: 18px
}
.mt-author-bio {
.sad-author-bio {
font-size: 12px
}
.mt-author-meta {
.sad-author-meta {
font-size: 13px
}
@ -715,8 +715,8 @@
font-size: 20px
}
#top-footer.footer-column-four .mt-footer-widget,
#top-footer.footer-column-two .mt-footer-widget {
#top-footer.footer-column-four .sad-footer-widget,
#top-footer.footer-column-two .sad-footer-widget {
width: 97%
}
}