diff --git a/_includes/current.md b/_includes/current.md index 8dfab12..55bdbce 100644 --- a/_includes/current.md +++ b/_includes/current.md @@ -7,7 +7,7 @@ Download audio -# [Deltron 3030 - Deltron 3030 (FULL ALBUM)](https://www.youtube.com/watch?v=v6YJjkO7F5A) +### [Deltron 3030 - Deltron 3030 (FULL ALBUM)](https://www.youtube.com/watch?v=v6YJjkO7F5A) [![Twitter Follow](https://img.shields.io/badge/Social-@DelHIERO__-blue?style=social&logo=X)](https://twitter.com/@DelHIERO) [![Twitter Follow](https://img.shields.io/badge/Social-@Latto__-blue?style=social&logo=X)](https://twitter.com/@Latto) So, Del, im in losangeles, and i am enjoying your album, y bc Dan Lombardino in all of us... plz look at my [blog](https://thakarashard.github.io/rashardmro) diff --git a/_sass/jekyll-theme-leap-day.scss b/_sass/jekyll-theme-leap-day.scss index 1a1691b..02a6310 100644 --- a/_sass/jekyll-theme-leap-day.scss +++ b/_sass/jekyll-theme-leap-day.scss @@ -157,6 +157,18 @@ h3 { } +::selection { + color: #aaff00; + background: #454b1b; +} + +img[src*="cloudfront"] {width: 100%; + border-bottom:solid 10px #FCE30070;} +img[alt*="USGS"] {width: 100%; + border-bottom:solid 10px #BF785E;} +/* matches selection in URL/src */ +img[src*="nasa.gov"] {width: 100%; + border-bottom:solid 10px #c9ff2340;} .gallery-wrap { @@ -467,6 +479,9 @@ h1:hover { } } + + + #banner { z-index: 100; left: 0; @@ -596,6 +611,45 @@ small { font-size: 12px; } +.floatright img:nth-child(odd) { + float: right; +} +.floatleft img:nth-child(even) { + float: left; + border-bottom: solid 10px #ffffff50; +} + + +.tupperware > * { + border: 1px solid #c9ff23; + border-radius: 5px; + padding: 0px; + flex-basis: 30%; + flex-shrink:2; + flex-grow:1; + overflow: hidden; + transition: all 300ms ease-in-out; + + &:hover { + flex-grow: 9.3; + + } +} + + +.tupperware { + display: flex; + justify-content: space-evenly; + flex-flow: row wrap; + padding: 15px; + gap: 5px; + height: auto; +} + +.tupperware img { + width: 100%; +} + /* nav start */ nav {