diff --git a/assets/css/nihilanth-3.css b/assets/css/nihilanth-3.css index 1d30487..610ff89 100644 --- a/assets/css/nihilanth-3.css +++ b/assets/css/nihilanth-3.css @@ -505,10 +505,14 @@ margin on the iframe, cause it breaks stuff. */ position: relative; display: table; width: 100%; - height: 100vh; margin-top:30px; margin-bottom: 30px; overflow: hidden; + background-image:none!important; +} + +.scroll-down{ + display:none; } .main-header .inner { @@ -693,7 +697,7 @@ body.nav-opened .nav { */ /* Create a bouncing scroll-down arrow on homepage with cover image */ .scroll-down { - display: block; + display: none; position: absolute; z-index: 100; bottom: 45px; @@ -721,7 +725,7 @@ body.nav-opened .nav { /* Put a semi-opaque radial gradient behind the icon to make it more visible on photos which happen to have a light background. */ -.home-template .main-header:after { +/*.home-template .main-header:after { display: block; content: " "; width: 150px; @@ -734,11 +738,14 @@ body.nav-opened .nav { background: radial-gradient(ellipse at center, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); } +wtf this is horrible +*/ + /* Hide when there's no cover image or on page2+ */ .no-cover .scroll-down, .no-cover.main-header:after, -.archive-template .scroll-down, -.archive-template .main-header:after { +.paged .scroll-down, +.paged .main-header:after { display: none } @@ -863,7 +870,7 @@ When the navigation is opened font-weight: 400; font-family: 'Open Sans',sans-serif; letter-spacing: 0.01rem; - color: rgba(255,255,255,0.8); + color: rgba(0,0,0,0.5)!important; } .header-text{ @@ -1361,7 +1368,7 @@ body:not(.post-template) .post-title { /* Turn off meta for page2+ to make room for extra pagination prev/next links */ -.archive-template .author-profile .author-meta { +.paged .author-profile .author-meta { display: none; } @@ -1512,7 +1519,7 @@ span.author-stats{ /* Turn off meta for page2+ to make room for extra pagination prev/next links */ -.archive-template .author-profile .author-meta { +.paged .author-profile .author-meta { display: none; } @@ -1739,12 +1746,12 @@ span.author-stats{ } /* On page2+ make all the headers smaller */ -.archive-template .main-header { +.paged .main-header { max-height: 30vh; } /* On page2+ show extra pagination controls at the top of post list */ -.archive-template .extra-pagination { +.paged .extra-pagination { display: block; } @@ -1802,7 +1809,7 @@ span.author-stats{ .scroll-down, .home-template .main-header:after { display: none; } - .archive-template .main-header { + .paged .main-header { min-height: 180px; padding: 10% 0; } @@ -1948,7 +1955,7 @@ span.author-stats{ max-height: 10px; } - .archive-template .main-header { + .paged .main-header { max-height: 20vh; min-height: 160px; padding: 10% 0; @@ -2214,7 +2221,7 @@ span.author-stats{ font-size: 1.4rem; } - .archive-template .main-header .page-description { + .paged .main-header .page-description { display: none; } diff --git a/default.hbs b/default.hbs index 3956f35..192922b 100644 --- a/default.hbs +++ b/default.hbs @@ -7,7 +7,7 @@ {{! Page Meta }} {{meta_title}} - + diff --git a/package.json b/package.json index 879105f..b161fcf 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { - "name": "Nihilanth", - "version": "0.9.7" + "name": "nihilanth", + "version": "1.1.0", + "author": {"email":"danielserezane@outlook.com"} }