update multiple things
This commit is contained in:
204
css/base.css
204
css/base.css
@@ -253,41 +253,17 @@ html *::selection {
|
||||
justify-content: space-between !important;
|
||||
align-content: space-between;
|
||||
z-index: 3100;
|
||||
background: #fff; }
|
||||
.wrapper .header .header-1 .logo,
|
||||
.wrapper .header .header-1 .social-link,
|
||||
.wrapper .header .header-1 .menubutton,
|
||||
.wrapper .header .header-1 .events-link,
|
||||
.wrapper .header .header-2 .logo,
|
||||
.wrapper .header .header-2 .social-link,
|
||||
.wrapper .header .header-2 .menubutton,
|
||||
.wrapper .header .header-2 .events-link {
|
||||
filter: invert(100); }
|
||||
.wrapper .header .header-1 .logo::selection,
|
||||
.wrapper .header .header-1 .logo::selection *,
|
||||
.wrapper .header .header-1 .social-link::selection,
|
||||
.wrapper .header .header-1 .social-link::selection *,
|
||||
.wrapper .header .header-1 .menubutton::selection,
|
||||
.wrapper .header .header-1 .menubutton::selection *,
|
||||
.wrapper .header .header-1 .events-link::selection,
|
||||
.wrapper .header .header-1 .events-link::selection *,
|
||||
.wrapper .header .header-2 .logo::selection,
|
||||
.wrapper .header .header-2 .logo::selection *,
|
||||
.wrapper .header .header-2 .social-link::selection,
|
||||
.wrapper .header .header-2 .social-link::selection *,
|
||||
.wrapper .header .header-2 .menubutton::selection,
|
||||
.wrapper .header .header-2 .menubutton::selection *,
|
||||
.wrapper .header .header-2 .events-link::selection,
|
||||
.wrapper .header .header-2 .events-link::selection * {
|
||||
filter: invert(0); } }
|
||||
background: #fff; } }
|
||||
@media (min-width: 1024px) {
|
||||
.wrapper .header .header-1,
|
||||
.wrapper .header .header-2 {
|
||||
width: 10rem; } }
|
||||
.wrapper .header .header-1 div,
|
||||
.wrapper .header .header-2 div {
|
||||
z-index: 3500;
|
||||
-webkit-transform: translate3d(0, 0, 0); }
|
||||
z-index: 3500; }
|
||||
.wrapper .header .header-1 div object,
|
||||
.wrapper .header .header-2 div object {
|
||||
-webkit-transform: translate3d(0, 0, 0); }
|
||||
.wrapper .header .header-1 a,
|
||||
.wrapper .header .header-2 a {
|
||||
display: inline-block; }
|
||||
@@ -315,6 +291,27 @@ html *::selection {
|
||||
@media (min-width: 1024px) {
|
||||
.wrapper .header object {
|
||||
height: 3rem; } }
|
||||
.wrapper .header .logo .white,
|
||||
.wrapper .header .social-link .white,
|
||||
.wrapper .header .menubutton .white,
|
||||
.wrapper .header .events-link .white {
|
||||
display: block; }
|
||||
.wrapper .header .logo .black,
|
||||
.wrapper .header .social-link .black,
|
||||
.wrapper .header .menubutton .black,
|
||||
.wrapper .header .events-link .black {
|
||||
display: none; }
|
||||
@media (min-width: 769px) {
|
||||
.wrapper .header .logo .white,
|
||||
.wrapper .header .social-link .white,
|
||||
.wrapper .header .menubutton .white,
|
||||
.wrapper .header .events-link .white {
|
||||
display: none; }
|
||||
.wrapper .header .logo .black,
|
||||
.wrapper .header .social-link .black,
|
||||
.wrapper .header .menubutton .black,
|
||||
.wrapper .header .events-link .black {
|
||||
display: block; } }
|
||||
@media (min-width: 769px) {
|
||||
.wrapper .header .header-1 > div,
|
||||
.wrapper .header .header-2 > div {
|
||||
@@ -342,9 +339,11 @@ html *::selection {
|
||||
-ms-transform: rotate(225deg);
|
||||
-webkit-transform: rotate(225deg);
|
||||
transform: rotate(225deg); }
|
||||
@media (min-width: 769px) {
|
||||
.wrapper .header .menubutton button.rotated {
|
||||
filter: invert(100); } }
|
||||
@media (min-width: 769px) {
|
||||
.wrapper .header .menubutton button.inverted .white {
|
||||
display: block; }
|
||||
.wrapper .header .menubutton button.inverted .black {
|
||||
display: none; } }
|
||||
@media (min-width: 769px) {
|
||||
.wrapper .header .menubutton {
|
||||
order: unset; } }
|
||||
@@ -381,13 +380,18 @@ html *::selection {
|
||||
color: #000 !important; } }
|
||||
.wrapper .header .search-bar form.search button {
|
||||
flex: 0 0 auto; }
|
||||
@media (max-width: 768px) {
|
||||
.wrapper .header .search-bar form.search button {
|
||||
filter: invert(100); } }
|
||||
.wrapper .header .search-bar form.search button .white {
|
||||
display: block; }
|
||||
.wrapper .header .search-bar form.search button .black {
|
||||
display: none; }
|
||||
@media (min-width: 769px) {
|
||||
.wrapper .header .search-box {
|
||||
display: block;
|
||||
flex: 1 1 0 !important; }
|
||||
.wrapper .header .search-box > button .white {
|
||||
display: none; }
|
||||
.wrapper .header .search-box > button .black {
|
||||
display: block; }
|
||||
.wrapper .header .search-bar {
|
||||
display: none;
|
||||
position: fixed;
|
||||
@@ -1061,7 +1065,7 @@ html *::selection {
|
||||
.search-results .wrapper .header .header-scroll.header-scroll-left button,
|
||||
.search-no-results .wrapper .header .header-scroll.header-scroll-left button,
|
||||
.error404 .wrapper .header .header-scroll.header-scroll-left button {
|
||||
cursor: url("../img/arrow-black-left.png"), w-resize; }
|
||||
cursor: url("../img/cursor-arrow-black-left.png"), w-resize; }
|
||||
.archive .wrapper .header .header-scroll.header-scroll-right,
|
||||
.home .wrapper .header .header-scroll.header-scroll-right,
|
||||
.search-results .wrapper .header .header-scroll.header-scroll-right,
|
||||
@@ -1080,7 +1084,7 @@ html *::selection {
|
||||
.search-results .wrapper .header .header-scroll.header-scroll-right button,
|
||||
.search-no-results .wrapper .header .header-scroll.header-scroll-right button,
|
||||
.error404 .wrapper .header .header-scroll.header-scroll-right button {
|
||||
cursor: url("../img/arrow-black-right.png"), e-resize; }
|
||||
cursor: url("../img/cursor-arrow-black-right.png"), e-resize; }
|
||||
.archive .wrapper .header .header-scroll button,
|
||||
.home .wrapper .header .header-scroll button,
|
||||
.search-results .wrapper .header .header-scroll button,
|
||||
@@ -1332,6 +1336,16 @@ html *::selection {
|
||||
.error404 main section article.post_nr_1 .thumbnailwrapper img,
|
||||
.error404 main section article.post_nr_2 .thumbnailwrapper img {
|
||||
height: 50vh; }
|
||||
.archive main section article.post_nr_1 .metadata, .archive main section article.post_nr_2 .metadata,
|
||||
.home main section article.post_nr_1 .metadata,
|
||||
.home main section article.post_nr_2 .metadata,
|
||||
.search-results main section article.post_nr_1 .metadata,
|
||||
.search-results main section article.post_nr_2 .metadata,
|
||||
.search-no-results main section article.post_nr_1 .metadata,
|
||||
.search-no-results main section article.post_nr_2 .metadata,
|
||||
.error404 main section article.post_nr_1 .metadata,
|
||||
.error404 main section article.post_nr_2 .metadata {
|
||||
top: calc(50vh - 5rem); }
|
||||
.archive main section article.post_nr_1 h2, .archive main section article.post_nr_2 h2,
|
||||
.home main section article.post_nr_1 h2,
|
||||
.home main section article.post_nr_2 h2,
|
||||
@@ -1420,16 +1434,71 @@ html *::selection {
|
||||
.error404 main section article.post_nr_1 h2 a,
|
||||
.error404 main section article.post_nr_2 h2 a {
|
||||
line-height: 1.5; } }
|
||||
.archive main section article.post_nr_1 .metadata, .archive main section article.post_nr_2 .metadata,
|
||||
.home main section article.post_nr_1 .metadata,
|
||||
.home main section article.post_nr_2 .metadata,
|
||||
.search-results main section article.post_nr_1 .metadata,
|
||||
.search-results main section article.post_nr_2 .metadata,
|
||||
.search-no-results main section article.post_nr_1 .metadata,
|
||||
.search-no-results main section article.post_nr_2 .metadata,
|
||||
.error404 main section article.post_nr_1 .metadata,
|
||||
.error404 main section article.post_nr_2 .metadata {
|
||||
bottom: 50%; }
|
||||
.archive main section article.post_nr_1 .metadata,
|
||||
.home main section article.post_nr_1 .metadata,
|
||||
.search-results main section article.post_nr_1 .metadata,
|
||||
.search-no-results main section article.post_nr_1 .metadata,
|
||||
.error404 main section article.post_nr_1 .metadata {
|
||||
z-index: 15; }
|
||||
.archive main section article.post_nr_1 .metadata::after,
|
||||
.home main section article.post_nr_1 .metadata::after,
|
||||
.search-results main section article.post_nr_1 .metadata::after,
|
||||
.search-no-results main section article.post_nr_1 .metadata::after,
|
||||
.error404 main section article.post_nr_1 .metadata::after {
|
||||
display: none; }
|
||||
.archive main section article.post_nr_1 .metadata::after,
|
||||
.home main section article.post_nr_1 .metadata::after,
|
||||
.search-results main section article.post_nr_1 .metadata::after,
|
||||
.search-no-results main section article.post_nr_1 .metadata::after,
|
||||
.error404 main section article.post_nr_1 .metadata::after {
|
||||
position: absolute;
|
||||
content: "";
|
||||
display: block;
|
||||
top: 0;
|
||||
border: none;
|
||||
width: calc(100% - 5rem + (5rem + 1px));
|
||||
border-top: #000 1px solid;
|
||||
background-color: white;
|
||||
left: calc(5rem);
|
||||
margin-left: calc((5rem + 1px) * -1); }
|
||||
.archive main section article.post_nr_1 .metadata::before,
|
||||
.home main section article.post_nr_1 .metadata::before,
|
||||
.search-results main section article.post_nr_1 .metadata::before,
|
||||
.search-no-results main section article.post_nr_1 .metadata::before,
|
||||
.error404 main section article.post_nr_1 .metadata::before {
|
||||
display: block;
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: calc(5rem);
|
||||
height: calc(5rem);
|
||||
top: 0;
|
||||
background-color: white;
|
||||
z-index: 9;
|
||||
left: calc((5rem + 1px) * -1);
|
||||
border-left: #000 solid 1px;
|
||||
-moz-transform: skewX(-45deg);
|
||||
-o-transform: skewX(-45deg);
|
||||
-ms-transform: skewX(-45deg);
|
||||
-webkit-transform: skewX(-45deg);
|
||||
transform: skewX(-45deg);
|
||||
transform-origin: left bottom;
|
||||
border-top: #000 solid 1px; }
|
||||
.archive main section article.post_nr_1 .metadata > *,
|
||||
.home main section article.post_nr_1 .metadata > *,
|
||||
.search-results main section article.post_nr_1 .metadata > *,
|
||||
.search-no-results main section article.post_nr_1 .metadata > *,
|
||||
.error404 main section article.post_nr_1 .metadata > * {
|
||||
z-index: 15; }
|
||||
.archive main section article.post_nr_1 h2,
|
||||
.home main section article.post_nr_1 h2,
|
||||
.search-results main section article.post_nr_1 h2,
|
||||
.search-no-results main section article.post_nr_1 h2,
|
||||
.error404 main section article.post_nr_1 h2 {
|
||||
height: calc(50vh + 1px);
|
||||
top: -1px;
|
||||
position: relative;
|
||||
border-top: #000 1px solid;
|
||||
z-index: 8; }
|
||||
@media (min-width: 769px) {
|
||||
.archive main section .home_wrapper-big,
|
||||
.home main section .home_wrapper-big,
|
||||
@@ -1531,7 +1600,7 @@ html *::selection {
|
||||
.search-results main section .home_wrapper-big article .metadata,
|
||||
.search-no-results main section .home_wrapper-big article .metadata,
|
||||
.error404 main section .home_wrapper-big article .metadata {
|
||||
height: calc(10rem / 2); } }
|
||||
height: 9rem; } }
|
||||
@media (min-width: 769px) and (min-width: 1024px) {
|
||||
.archive main section .home_wrapper-big article .metadata,
|
||||
.home main section .home_wrapper-big article .metadata,
|
||||
@@ -5469,6 +5538,21 @@ body.category.category-esemeny {
|
||||
|
||||
/* -------------------------------- page only------------------------------- */
|
||||
@media (max-width: 768px) {
|
||||
body.page.rolunk .wrapper .header {
|
||||
background-color: #000; }
|
||||
body.page.rolunk .thumbnailwrapper {
|
||||
display: none; }
|
||||
body.page.rolunk .titlewrapper {
|
||||
padding-top: 10rem;
|
||||
position: relative;
|
||||
height: unset;
|
||||
min-height: unset; }
|
||||
body.page.rolunk .titlewrapper .metadata {
|
||||
display: none; }
|
||||
body.page.rolunk .titlewrapper h1.single-title {
|
||||
min-height: unset; }
|
||||
body.page.rolunk .single-content {
|
||||
padding-top: 2rem; }
|
||||
body.page .single-content {
|
||||
padding-top: 8rem; } }
|
||||
|
||||
@@ -5488,6 +5572,12 @@ body.category.category-esemeny {
|
||||
.tag-be .metadata a {
|
||||
color: #fdff00 !important; }
|
||||
|
||||
.tag-be.post_nr_1:not(.home-big) .metadata::before, .tag-be.post_nr_1:not(.home-big) .metadata::after {
|
||||
border-color: #fdff00 !important; }
|
||||
|
||||
.tag-be.post_nr_1:not(.home-big) h2 {
|
||||
border-top-color: #fdff00 !important; }
|
||||
|
||||
.tag-be > .bevezetoWrapper::before {
|
||||
background-color: #fdff00 !important; }
|
||||
|
||||
@@ -5545,6 +5635,12 @@ body.category.category-esemeny {
|
||||
.tag-do .metadata a {
|
||||
color: #3c00ff !important; }
|
||||
|
||||
.tag-do.post_nr_1:not(.home-big) .metadata::before, .tag-do.post_nr_1:not(.home-big) .metadata::after {
|
||||
border-color: #3c00ff !important; }
|
||||
|
||||
.tag-do.post_nr_1:not(.home-big) h2 {
|
||||
border-top-color: #3c00ff !important; }
|
||||
|
||||
.tag-do > .bevezetoWrapper::before {
|
||||
background-color: #3c00ff !important; }
|
||||
|
||||
@@ -5602,6 +5698,12 @@ body.category.category-esemeny {
|
||||
.tag-think .metadata a {
|
||||
color: #00ffb8 !important; }
|
||||
|
||||
.tag-think.post_nr_1:not(.home-big) .metadata::before, .tag-think.post_nr_1:not(.home-big) .metadata::after {
|
||||
border-color: #00ffb8 !important; }
|
||||
|
||||
.tag-think.post_nr_1:not(.home-big) h2 {
|
||||
border-top-color: #00ffb8 !important; }
|
||||
|
||||
.tag-think > .bevezetoWrapper::before {
|
||||
background-color: #00ffb8 !important; }
|
||||
|
||||
@@ -5659,6 +5761,12 @@ body.category.category-esemeny {
|
||||
.tag-love .metadata a {
|
||||
color: #ff5f5f !important; }
|
||||
|
||||
.tag-love.post_nr_1:not(.home-big) .metadata::before, .tag-love.post_nr_1:not(.home-big) .metadata::after {
|
||||
border-color: #ff5f5f !important; }
|
||||
|
||||
.tag-love.post_nr_1:not(.home-big) h2 {
|
||||
border-top-color: #ff5f5f !important; }
|
||||
|
||||
.tag-love > .bevezetoWrapper::before {
|
||||
background-color: #ff5f5f !important; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user