Файловый менеджер - Редактировать - /home/infrafs/www/wp-content/themes/trackstore/assets/css/scss/modules/widgets/default/_default-wordpress-widgets.scss
Назад
/* ========================================================================== #Search tweak begin ========================================================================== */ // WEBKIT input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { display: none; } // IE input[type="search"]::-ms-clear { display: none; } input[type=text]::-ms-clear { display: none; } /* ========================================================================== #Search tweak end ========================================================================== */ /* ========================================================================== Sidebar area styles - begin ========================================================================== */ aside.eltd-sidebar { position: relative; z-index: 11; margin: 0 0 60px; .widget { &:last-child { margin: 0 !important; } } } .wpb_widgetised_column { position: relative; .widget { &:last-child { margin: 0 !important; } } } /* ========================================================================== Sidebar area styles - end ========================================================================== */ /* ========================================================================== Default WordPress Widgets styles - begin ========================================================================== */ .widget { margin: 0 0 35px; .eltd-widget-title { margin: 0 0 17px; a { color: inherit; } } ul { padding: 0; margin: 0; list-style: none; li { margin: 0 0 10px; &:last-child { margin: 0; } a { font-size: 15px; font-family: $default-heading-font; color: $default-text-color; } } } .menu { a { @include eltdUnderlineHoverStyle(); } } /* * Specific styles */ &.widget_text { img { display: block; } } #wp-calendar { width: 100%; text-align: center; caption { color: $default-heading-color; margin: 0 0 15px; } th, td { padding: 3px 4px; } td#today { color: #000; background-color: $first_main_color; a { color: inherit; } } } &.widget_rss { .eltd-widget-title { .rsswidget { &:hover { color: $first-main-color; } } } .rss-widget-icon { display: inline-block; } ul { li { margin: 0 0 25px; .rss-date { display: block; } } } } &.widget_search { form { @include eltdRelativeHolderLayout(); clear: both; width: 86%; margin:3px 0 7px; > div { @include eltdRelativeHolderLayout(); border-width: 1px; border-style: solid; border-color: $default-heading-color; box-sizing: border-box; } } input, button { position: relative; display: inline-block; vertical-align: top; float: left; height: 36px; line-height: 36px; text-transform: uppercase; font-size: 13px; font-style: italic; font-weight: 700; font-family: $default-heading-font; color: #3a3a3a; background-color: transparent; border: 0; border-radius: 0; outline: 0; -webkit-appearance: none; box-sizing: border-box; @include eltdTransition(color .2s ease-out); } input { width: calc(100% - 40px); padding: 0 0 0 10px; @include eltdPlaceholder { color: inherit; } } button { width: 40px; color: $default-heading-color; cursor: pointer; font-size: 21px; @include eltdTransition(color .2s ease-in-out); span { display: block; line-height: inherit; &:before { display: block; line-height: inherit; } } } } @include ipad-landscape { &.widget_search { form { width: 100%; } button { width: 20px; font-size: 15px; } } } &.widget_pages, &.widget_archive, &.widget_categories, &.widget_meta, &.widget_recent_comments, &.widget_nav_menu { ul { li { margin: 0; padding: 5px 0; &:last-child { border: none; } ul { margin: 4px 0 0; padding: 0 0 0 10px; li { &:last-child { padding: 5px 0 0; } } } } } } &.widget_recent_entries { .eltd-widget-title { margin: 0 0 23px; } ul { li { margin: 0 0 12px; > span { display: block; font-size: 14px; } } } } &.widget_archive, &.widget_categories, &.widget_text { select { width: 100%; max-width: 100%; height: 54px; padding: 0 18px; line-height: 54px; color: $default-text-color; background-color: transparent; border: 1px solid $default-border-color; font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; outline: none; box-sizing: border-box; } } &.widget_categories { .eltd-widget-title { margin: 0 0 13px; } ul { li { &:first-child { padding-top: 0; } &:last-child { padding-bottom: 0; } a { @include eltdUnderlineHoverStyle(); } } } } &.posts_holder { ul { li { &.page_item_has_children { & > a { display: block; } & > ul.children { padding-left: 10px; } } &.menu-item-has-children { & > a { display: block; } & > ul.sub-menu { padding-left: 10px; } } } } } &.widget_tag_cloud { .eltd-widget-title { margin: 0 0 8px; } a { position: relative; display: inline-block; vertical-align: middle; color: $default-text-color; background-color: transparent; font-size: 15px !important; font-family: $default-heading-font; font-weight: 400; // medium text-transform: none !important; margin: 0; padding: 0; &:after { content: '/'; color: #525252; margin: 0; margin-left: 5px; } &:last-child { &:after { display: none; } } } } } .vc_wp_search { .widget { &.widget_search { form { > div { background-color: #fff; border: none; } } input { width: calc(100% - 66px); padding: 0 0 0 33px; font-size: 15px; } button { width: 66px; padding: 0 39px 0 9px; } } } } .eltd-side-menu { .widget { margin: 0 0 18px; &:last-child { margin: 0 !important; } h1, h2, h3, h4, h5, h6 { margin: 0; color: #fff; } .eltd-widget-title { color: #fff; margin: 0 0 11px; } .cat-item { a { &:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: currentColor; transform-origin:left; @include eltdTransition(all .32s ease-in-out); @include eltdTransform(scale(0,1)); } &:hover { color: #7a7a7a; &:after { @include eltdTransform(scale(1,1)); } } } } a { color: #7a7a7a; position: relative; &:hover { color: #7a7a7a; &:after { @include eltdTransform(scale(1,1)); } } } table thead tr, table tbody tr { border-color: #b1b2b2; } table tbody th { border-right-color: #b1b2b2; } /* * Specific styles */ #wp-calendar { caption { color: #b1b2b2; } } &.widget_rss { .eltd-footer-widget-title { .rsswidget { color: #fff; &:hover { color: $first-main-color; } } } } &.widget_search { form { > div { border-color: $default-heading-color; } } input { color: #b1b2b2; @include eltdPlaceholder { color: inherit; } &[type='submit'] { color: #b1b2b2; } } button { &:hover { color: $first-main-color; } } } &.widget_archive, &.widget_categories, &.widget_text { select { color: #b1b2b2; border-color: #b1b2b2; option { background-color: #b1b2b2; } } } &.widget_tag_cloud { a { color: #b1b2b2; &:after { color: inherit; } &:hover { color: $first-main-color; } } } } } .eltd-top-bar { a { color: #ffffff; font-family: $default-heading-font; font-size: 12px; &:hover { color: #ffffff; } } .widget { display: inline-block; vertical-align: middle; margin: 0; padding-right: 50px; &:last-child { padding-right: 0; } p { margin: 0; } &.widget_nav_menu { ul { clear: both; li { float: left; padding: 0 8px; margin: 0; line-height: 14px; border-left: 1px solid #fff; } } } } .eltd-position-right { .textwidget { * { text-transform: uppercase; font-weight: 700; } } .widget { position: relative; &:after { position: absolute; right: 25px; top: 50%; content: '|'; color: #616161; @include eltdTransform(translateY(-50%)); } &:last-child { &:after { display: none; } } } .eltd-shopping-cart-holder { .eltd-header-cart { &:after { top: 50%; @include eltdTransform(translateY(-50%)); } } } } .eltd-shopping-cart-holder { padding: 0 50px 0 0; left: -5px; .eltd-header-cart { color: #fff; &:after { position: absolute; right: -35px; top:0; content: '|'; color: #616161; } .eltd-cart-icon { font-size: 15px; } } } .eltd-shopping-cart-dropdown { .eltd-item-info-holder { .eltd-product-title { margin-bottom: 6px; a { color: $default-heading-color; font-size: 16px; } } } .eltd-price, .eltd-quantity { .eltd-quantity-label, .eltd-price-label { color: $default-text-color; } .woocommerce-Price-amount, .woocommerce-Price-currencySymbol { color: #8e8e8e; } } .eltd-btn.eltd-btn-outline { &:hover { color: $default-dark-color; } } .remove { color: $default-text-color; } } } .eltd-page-footer { .eltd-footer-top-holder { ul { li { a { color: #828282; } } } } } /* Custom memu in sidebar*/ aside.eltd-sidebar { .widget_nav_menu { .eltd-widget-title-holder { .eltd-widget-title { font-size: 45px; margin-bottom: 14px; &:after { content: ''; background-color: $first-main-color; width: 45px; height: 5px; margin-top: 13px; display: block; } } } #menu-custom-menu { li { padding: 7px 0; a { font-size: 16px; font-style: italic; color: $default-text-color; } } } } } /* ========================================================================== Default WordPress Widgets styles - end ========================================================================== */
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка