home, tag archive improvements
This commit is contained in:
@@ -15,6 +15,21 @@
|
||||
}
|
||||
}
|
||||
|
||||
@mixin searchtext {
|
||||
//search textbox
|
||||
font: 900 4rem "Westeinde Caption";
|
||||
color: #000;
|
||||
-webkit-text-stroke: #fff 1px;
|
||||
|
||||
|
||||
@media #{$smalldesktop} {
|
||||
font-size: 4rem;
|
||||
color: #000 !important;
|
||||
-webkit-text-stroke: unset !important;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@mixin home-title {
|
||||
//article titles on home
|
||||
font: bold 3rem "Westeinde Caption";
|
||||
@@ -30,7 +45,7 @@
|
||||
@mixin home-more {
|
||||
//loadmore text on home and archives
|
||||
font: bold 3rem "Westeinde Caption";
|
||||
color: #fff;
|
||||
color: transparent;
|
||||
-webkit-text-stroke: #000 1px;
|
||||
@media #{$mobile-landscape} {
|
||||
font-size: 2rem !important;
|
||||
@@ -45,11 +60,11 @@
|
||||
@media #{$smalldesktop} {
|
||||
font-size: 1.2rem;
|
||||
-webkit-text-stroke: #000 1px;
|
||||
color: #fff;
|
||||
color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin archive-tag-description{
|
||||
@mixin archive-tag-description {
|
||||
font: bold 1rem "Butler";
|
||||
color: #000;
|
||||
@media #{$smalldesktop} {
|
||||
@@ -83,14 +98,29 @@
|
||||
color: transparent;
|
||||
-webkit-text-stroke: #000 1px;
|
||||
text-transform: uppercase;
|
||||
&.current{
|
||||
&.pause {
|
||||
-webkit-text-stroke: #fff 1px !important;
|
||||
}
|
||||
&.current {
|
||||
-webkit-text-stroke: #000 1px !important;
|
||||
}
|
||||
@media #{$smalldesktop} {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin bedo-hover-title {
|
||||
font: 900 12rem "Westeinde Caption";
|
||||
color: transparent;
|
||||
-webkit-text-stroke: #fff 1px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
@mixin bedo-hover-sub {
|
||||
font: 900 1.4rem "Westeinde Caption";
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@mixin single-title {
|
||||
font: bold 3rem "Butler";
|
||||
color: #000;
|
||||
|
||||
Reference in New Issue
Block a user