2019-11-04 13:09:44 +00:00
|
|
|
.taxo {
|
|
|
|
padding: 0.25rem;
|
|
|
|
margin: 1.5rem 0;
|
|
|
|
|
|
|
|
&__title {
|
2019-11-09 19:52:09 +00:00
|
|
|
font-weight: 700;
|
2019-11-08 02:15:12 +00:00
|
|
|
font-family: $taxo_titie_font;
|
2019-11-04 13:09:44 +00:00
|
|
|
@include themify($themes) {
|
|
|
|
color: themed('taxo-title-color');
|
|
|
|
&:hover {
|
|
|
|
color: themed('link-hover');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__link {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
display: block;
|
|
|
|
margin: 0rem;
|
|
|
|
margin-right: 0.5rem;
|
|
|
|
margin-bottom: 0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tag {
|
|
|
|
margin: 0;
|
|
|
|
margin-right: 0.25rem;
|
|
|
|
margin-bottom: 0.25rem;
|
|
|
|
font-size: 0.8rem;
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
@include themify($themes) {
|
|
|
|
color: themed('taxo-title-color');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.is-tags {
|
|
|
|
padding: 0.25rem;
|
|
|
|
border-radius: 0.25rem;
|
|
|
|
@include themify($themes) {
|
|
|
|
color: themed('taxo-tags-color');
|
|
|
|
background-color: themed('taxo-tags-background-color');
|
|
|
|
@include on-event {
|
|
|
|
background-color: themed('taxo-background-color-hover');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.is-categories {
|
|
|
|
padding: 0.25rem;
|
|
|
|
border-radius: 0.25rem;
|
|
|
|
@include themify($themes) {
|
|
|
|
color: themed('taxo-categories-color');
|
|
|
|
background-color: themed('taxo-categories-background-color');
|
|
|
|
@include on-event {
|
|
|
|
background-color: themed('taxo-background-color-hover');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.is-series {
|
|
|
|
padding: 0.25rem;
|
|
|
|
border-radius: 0.25rem;
|
|
|
|
@include themify($themes) {
|
|
|
|
color: themed('taxo-series-color');
|
|
|
|
background-color: themed('taxo-series-background-color');
|
|
|
|
@include on-event {
|
|
|
|
background-color: themed('taxo-background-color-hover');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|