work on sthome and archive pages, template cleanup

This commit is contained in:
2019-06-10 23:34:56 +02:00
parent 027ad5511c
commit 1f4a97ca1a
22 changed files with 537 additions and 664 deletions

View File

@@ -3,6 +3,7 @@
/* ========================================================================== */
@mixin menutext {
//text in menu
font: 900 4rem "Westeinde Caption";
color: #000;
-webkit-text-stroke: #fff 1px;
@@ -15,6 +16,7 @@
}
@mixin home-title {
//article titles on home
font: bold 3rem "Westeinde Caption";
color: #000;
@media #{$mobile-landscape} {
@@ -26,6 +28,7 @@
}
@mixin home-more {
//loadmore text on home and archives
font: bold 3rem "Westeinde Caption";
color: #fff;
-webkit-text-stroke: #000 1px;
@@ -38,17 +41,34 @@
}
@mixin home-title-small {
//small titles on desktop on home and archives
@media #{$smalldesktop} {
font-size: 1.2rem;
-webkit-text-stroke: #000 1px;
color: #fff;
}
}
@mixin archive-tag-description{
font: bold 1rem "Butler";
color: #000;
@media #{$smalldesktop} {
font-size: 1.2rem;
}
}
@mixin home-metadata {
font: bold 1rem "Westeinde Caption";
color: #000;
@media #{$smalldesktop} {
font-size: 1.2rem;
}
}
@mixin home-metadata-big {
@media #{$smalldesktop} {
font-size: 2rem;
}
}
@mixin bedocircle {
@@ -83,8 +103,8 @@
}
}
//képaláírás
@mixin captiontext {
//képaláírás
font: 900 1rem "Westeinde Caption";
color: #fff;
-webkit-text-stroke-width: 1px;