| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/_widgets.scss.tar |
home/xbodynamge/lebauwcentre/wp-content/themes/customify/assets/sass/site/widgets/_widgets.scss 0000644 00000015713 15112275215 0027315 0 ustar 00 /* Widget Common */
.widget-title {
font-size: 16px;
text-transform: uppercase;
font-weight: 500;
color: currentColor;
margin-bottom: 20px;
}
.widget-area {
.widget {
margin-bottom: 2em;
@include for_device( desktop ) {
&:last-of-type {
margin-bottom: 0;
}
}
ul {
list-style: none;
padding: 0px;
margin: 0px;
&:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
li {
margin: 0px 0px 0.6em;
// cat item
&.cat-item, &.woocommerce-widget-layered-nav-list__item {
position: relative;
.count {
right: 0;
background: #eaecee;
color: #999999;
padding: 0px 0.5em;
border-radius: 0.9em;
font-size: 12px;
position: absolute;
top: 4px;
}
&:after {
@include clearfix();
}
}
}
}
//a:not(.wc-forward) {
// color: $color_meta;
// &:hover {
// color: $color_link_hover;
// }
//}
a.button {
&:hover {
text-decoration: none;
}
}
select {
max-width: 100%;
}
table {
font-size: 85%;
th, td {
padding: ms(-6);
text-align: center;
}
tfoot td{
text-align: left;
}
}
*:last-child {
margin-bottom: 0px;
}
.sidebar-search-form {
display: flex;
width: 100%;
max-width: 100%;
label {
width: 100%;
}
.search-field {
width: 100%;
display: block;
}
.search-submit {
padding: 9px 14px;
margin-left: -46px;
overflow: hidden;
box-shadow: none;
background: transparent;
color: #aaaaaa;
line-height: 0px;
&:hover {
svg #svg-search {
fill: #444444;
}
}
svg {
width: 18px;
height: 18px;
}
}
}
}
.widget_categories, .widget_nav_menu, .widget_pages, .widget_product_categories {
ul ul {
margin-top: ms(-4);
margin-left: 0;
margin-bottom: -(ms(-4));
}
.menu-item-has-children {
> a {
margin-bottom: 0px;
}
}
}
.widget_pages li,
.widget_categories li,
.widget_archive li,
.widget_meta li,
.widget_nav_menu li,
.widget_product_categories li,
.widget_recent_entries li,
.widget_rss li {
display: block;
position: relative;
&:last-child {
border: none;
}
a {
display: block;
width: 100%;
padding-bottom: 0.6em;
margin-bottom: 0.6em;
border-bottom: 1px solid $color_border;
position: relative;
}
ul {
li::before {
left: 15px;
}
a {
padding-left: 20px;
}
ul {
li::before {
left: 30px;
}
a {
padding-left: 40px;
}
}
}
}
.widget_recent_comments {
li {
padding-bottom: 0.6em;
border-bottom: 1px solid $color_border;
position: relative;
}
}
.widget_rss ul li {
margin-bottom: ms(1);
.rsswidget {
font-weight: 400;
font-size: 1.2em;
line-height: 1.28;
}
.rss-date {
display: block;
margin: ms(-3) 0px;
font-size: 85%;
}
}
}
.dark-mode {
.widget_pages li,
.widget_categories li,
.widget_archive li,
.widget_meta li,
.widget_nav_menu li,
.widget_product_categories li,
.widget_recent_entries li,
.widget_rss li {
a {
border-color: $light_color_border;
}
}
.widget_recent_comments li {
border-color: $light_color_border;
}
.widget ul li.cat-item .count,
.widget ul li.woocommerce-widget-layered-nav-list__item .count {
background: black(0.2);
}
.widget-area .widget select {
border-color: $light_color_border;
}
}
.site-content .widget-area {
.menu {
li {
margin: 0px;
a {
display: block;
padding: 0.6em 0px 0.6em;
//border-bottom: 1px solid $color_border;
}
ul {
margin: 0px;
li {
a {
padding-left: 15px;
}
li {
a {
padding-left: 30px;
}
}
}
}
&.current-menu-item {
> a {
position: relative;
border: 1px solid $color_border;
border-left: none;
border-right: none;
font-size: 110%;
&:before {
border-bottom: 6px solid transparent;
border-left: 6px solid $color_border;
border-top: 6px solid transparent;
content: "";
display: inline-block;
position: absolute;
right: 5px;
top: 13px;
}
&:after {
border-bottom: 6px solid transparent;
border-left: 6px solid #fff;
border-top: 6px solid transparent;
content: "";
display: inline-block;
position: absolute;
right: 6px;
top: 13px;
}
}
}
}
}
}
/* Tagcloud widget */
.tagcloud {
a {
border: 1px solid currentColor;
border-radius: 2px;
display: inline-block;
font-size: 0.875em !important;
margin-bottom: 5px;
padding: 1px 10px 1px;
}
}
home/xbodynamge/lebauwcentre/wp-content/themes/onepress/assets/sass/_widgets.scss 0000644 00000003456 15113164146 0024521 0 ustar 00 // main: style.scss
.sidebar .widget {
margin-bottom: 40px;
.widget-title {
font-size: 15px;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 13px;
font-weight: 700;
}
ul {
list-style: none;
padding: 0px;
&:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
}
a {
color: $text;
font-size: 14px;
&:hover {
color: $primary;
text-decoration: underline;
}
}
}
/* Search
------------------------------*/
.search-form{
display: flex;
width: 100%;
align-items: center;
.search-field {
width: 100% !important;
@include rem('padding', 10px 15px);
}
.search-submit {
width: auto;
margin: 0px 0 0 0.5em;
height: 100%;
}
label {
flex-grow: 2;
margin: 0px;
}
}
/* Recent Comment
------------------------------*/
.widget_recent_comments {
ul {
margin-top: 25px;
li {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid $border;
}
a {
font-style: italic;
}
}
.comment-author-link a {
font-weight: bold;
font-style: normal;
}
}
/* Recent Categories, Archive, Meta
------------------------------*/
.widget-area .widget_categories ul,
.widget-area .widget_archive ul,
.widget-area .widget_meta ul{
@extend .clearfix !optional;
}
.widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
float: left;
margin-bottom: 0;
width: 50%;
@include for(small-screens) {
width: 50%;
}
@include for(medium-screens) {
width: 100%;
float: none;
}
@include for(large-screens) {
width: 50%;
float: left;
}
}
.widget_recent_entries {
ul li {
margin: 0px;
padding: 10px 0px 10px 0px;
border-bottom: 1px solid $border;
}
}
.sidebar .widget_calendar a {
color: #03c4eb;
text-decoration: underline;
} home/xbodynamge/lebauwcentre/wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss 0000604 00000002220 15113711231 0027345 0 ustar 00 .widget {
margin: 0 0 #{$size__spacing-unit};
/* Make sure select elements fit in widgets. */
select {
max-width: 100%;
}
a {
color: $color__link;
&:hover {
color: $color__link-hover;
}
}
}
.widget_archive,
.widget_categories,
.widget_meta,
.widget_nav_menu,
.widget_pages,
.widget_recent_comments,
.widget_recent_entries,
.widget_rss {
ul {
padding: 0;
list-style: none;
li {
color: $color__text-light;
@include font-family( $font__heading );
font-size: calc(#{$font__size_base} * #{$font__size-ratio});
font-weight: 700;
line-height: $font__line-height-heading;
margin-top: #{0.5 * $size__spacing-unit};
margin-bottom: #{0.5 * $size__spacing-unit};
}
@include nestedSubMenuPadding();
}
}
.widget_tag_cloud {
.tagcloud {
@include font-family( $font__heading );
font-weight: 700;
}
}
.widget_search {
.search-field {
width: 100%;
@include media(mobile) {
width: auto;
}
}
.search-submit {
display: block;
margin-top: $size__spacing-unit;
}
}
.widget_calendar .calendar_wrap {
text-align: center;
table td,
table th {
border: none;
}
a {
text-decoration: underline;
}
} home/xbodynamge/dev/wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss 0000604 00000002172 15114403751 0025457 0 ustar 00 .widget {
margin: 0 0 #{$size__spacing-unit};
/* Make sure select elements fit in widgets. */
select {
max-width: 100%;
}
a {
color: $color__link;
&:hover {
color: $color__link-hover;
}
}
}
.widget_archive,
.widget_categories,
.widget_meta,
.widget_nav_menu,
.widget_pages,
.widget_recent_comments,
.widget_recent_entries,
.widget_rss {
ul {
padding: 0;
list-style: none;
li {
color: $color__text-light;
font-family: $font__heading;
font-size: calc(#{$font__size_base} * #{$font__size-ratio});
font-weight: 700;
line-height: $font__line-height-heading;
margin-top: #{0.5 * $size__spacing-unit};
margin-bottom: #{0.5 * $size__spacing-unit};
}
@include nestedSubMenuPadding();
}
}
.widget_tag_cloud {
.tagcloud {
font-family: $font__heading;
font-weight: 700;
}
}
.widget_search {
.search-field {
width: 100%;
@include media(mobile) {
width: auto;
}
}
.search-submit {
display: block;
margin-top: $size__spacing-unit;
}
}
.widget_calendar .calendar_wrap {
text-align: center;
table td,
table th {
border: none;
}
a {
text-decoration: underline;
}
} home/xbodynamge/crosstraining/wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss 0000604 00000002172 15114444226 0027570 0 ustar 00 .widget {
margin: 0 0 #{$size__spacing-unit};
/* Make sure select elements fit in widgets. */
select {
max-width: 100%;
}
a {
color: $color__link;
&:hover {
color: $color__link-hover;
}
}
}
.widget_archive,
.widget_categories,
.widget_meta,
.widget_nav_menu,
.widget_pages,
.widget_recent_comments,
.widget_recent_entries,
.widget_rss {
ul {
padding: 0;
list-style: none;
li {
color: $color__text-light;
font-family: $font__heading;
font-size: calc(#{$font__size_base} * #{$font__size-ratio});
font-weight: 700;
line-height: $font__line-height-heading;
margin-top: #{0.5 * $size__spacing-unit};
margin-bottom: #{0.5 * $size__spacing-unit};
}
@include nestedSubMenuPadding();
}
}
.widget_tag_cloud {
.tagcloud {
font-family: $font__heading;
font-weight: 700;
}
}
.widget_search {
.search-field {
width: 100%;
@include media(mobile) {
width: auto;
}
}
.search-submit {
display: block;
margin-top: $size__spacing-unit;
}
}
.widget_calendar .calendar_wrap {
text-align: center;
table td,
table th {
border: none;
}
a {
text-decoration: underline;
}
} home/xbodynamge/www/wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss 0000644 00000002172 15115071270 0025527 0 ustar 00 .widget {
margin: 0 0 #{$size__spacing-unit};
/* Make sure select elements fit in widgets. */
select {
max-width: 100%;
}
a {
color: $color__link;
&:hover {
color: $color__link-hover;
}
}
}
.widget_archive,
.widget_categories,
.widget_meta,
.widget_nav_menu,
.widget_pages,
.widget_recent_comments,
.widget_recent_entries,
.widget_rss {
ul {
padding: 0;
list-style: none;
li {
color: $color__text-light;
font-family: $font__heading;
font-size: calc(#{$font__size_base} * #{$font__size-ratio});
font-weight: 700;
line-height: $font__line-height-heading;
margin-top: #{0.5 * $size__spacing-unit};
margin-bottom: #{0.5 * $size__spacing-unit};
}
@include nestedSubMenuPadding();
}
}
.widget_tag_cloud {
.tagcloud {
font-family: $font__heading;
font-weight: 700;
}
}
.widget_search {
.search-field {
width: 100%;
@include media(mobile) {
width: auto;
}
}
.search-submit {
display: block;
margin-top: $size__spacing-unit;
}
}
.widget_calendar .calendar_wrap {
text-align: center;
table td,
table th {
border: none;
}
a {
text-decoration: underline;
}
}