Updated 5 files via CloudCannon

This commit is contained in:
CloudCannon 2020-08-05 09:35:51 +00:00
parent 442f4f9960
commit c31e9e34b5
5 changed files with 15 additions and 15 deletions

View file

@ -191,7 +191,7 @@ a:hover { color: #38ff59; text-decoration-style: wavy; text-decoration-color: un
.links > div { min-height: unset; } .links > div { min-height: unset; }
.linksbg { background-size: 100%; background: #1f1729; background: linear-gradient(180deg, #1f1729 26%, rgba(56, 255, 89, 0.25) 100%); } .linksbg { background-size: 100%; background: #3c2a52; background: linear-gradient(180deg, #3c2a52 26%, rgba(141, 62, 216, 0.75) 100%); }
/* NAVIGATION */ /* NAVIGATION */
#navbar { z-index: 10000; display: block; } #navbar { z-index: 10000; display: block; }
@ -220,7 +220,7 @@ nav li a { display: block; font-size: 14px; }
.modalDialog:target { opacity: 1; pointer-events: auto; } .modalDialog:target { opacity: 1; pointer-events: auto; }
.modalDialog > div { display: flex; align-items: center; position: relative; margin: 100px auto; padding: 20px; border-radius: 3px; background: #001f24; background: -moz-linear-gradient(#000, #001f24); background: -webkit-linear-gradient(#000, #001f24); background: -o-linear-gradient(#000, #001f24); } .modalDialog > div { display: flex; align-items: center; position: relative; margin: 100px auto; padding: 20px; border-radius: 3px; background: #001f24; background: -moz-linear-gradient(#000000, #3c2a52); background: -webkit-linear-gradient(#000000, #3c2a52); background: -o-linear-gradient(#000000, #3c2a52); }
.close-button { background-color: #8d3ed8; color: #38ff59; margin: 0 auto; line-height: 48px; position: absolute; right: -12px; text-align: center; top: -10px; width: 48px; height: 48px; text-decoration: none; font-weight: bold; border-radius: 48px; transition: all 400ms ease-in; } .close-button { background-color: #8d3ed8; color: #38ff59; margin: 0 auto; line-height: 48px; position: absolute; right: -12px; text-align: center; top: -10px; width: 48px; height: 48px; text-decoration: none; font-weight: bold; border-radius: 48px; transition: all 400ms ease-in; }
@ -341,7 +341,7 @@ a[id^="btn"]::-moz-focus-inner { border: 0; padding: 0; }
@media only screen and (max-width: 559px) { .track-picker { background-size: 100%; } .track-picker .full-image { min-height: 100vw; } #nowPlay { align-items: baseline; padding-bottom: 20px; } #tracks { flex: 1 0 100px; width: 100px; position: relative; text-align: center; text-decoration: none; } a[id^="btn"] { font-size: 1em; color: #ebdbf8; cursor: pointer; margin: 0; padding: 0 0 0 20px; text-decoration: none; } #npTitle { font-size: 0.8em; text-decoration: none; margin: 0; padding: 0 0 0 20px; } } @media only screen and (max-width: 559px) { .track-picker { background-size: 100%; } .track-picker .full-image { min-height: 100vw; } #nowPlay { align-items: baseline; padding-bottom: 20px; } #tracks { flex: 1 0 100px; width: 100px; position: relative; text-align: center; text-decoration: none; } a[id^="btn"] { font-size: 1em; color: #ebdbf8; cursor: pointer; margin: 0; padding: 0 0 0 20px; text-decoration: none; } #npTitle { font-size: 0.8em; text-decoration: none; margin: 0; padding: 0 0 0 20px; } }
#trackArt { overflow-x: hidden; flex: 1 1 50%; min-width: 512px; height: 100vh; padding: 0; margin: 0; background-size: 100%; background: #1f1729; background: linear-gradient(180deg, #1f1729 26%, rgba(56, 255, 89, 0.25) 100%); } #trackArt { overflow-x: hidden; flex: 1 1 50%; min-width: 512px; height: 100vh; padding: 0; margin: 0; background-size: 100%; background: rgba(60, 42, 82, 0.75); background: linear-gradient(180deg, rgba(60, 42, 82, 0.75) 0%, rgba(56, 255, 89, 0.75) 180%); }
#trackArt > section { position: absolute; height: 100vh; width: 50%; background: transparent; padding: 0; margin: 0; text-align: center; } #trackArt > section { position: absolute; height: 100vh; width: 50%; background: transparent; padding: 0; margin: 0; text-align: center; }

File diff suppressed because one or more lines are too long

View file

@ -191,7 +191,7 @@ a:hover { color: #38ff59; text-decoration-style: wavy; text-decoration-color: un
.links > div { min-height: unset; } .links > div { min-height: unset; }
.linksbg { background-size: 100%; background: #1f1729; background: linear-gradient(180deg, #1f1729 26%, rgba(56, 255, 89, 0.25) 100%); } .linksbg { background-size: 100%; background: #3c2a52; background: linear-gradient(180deg, #3c2a52 26%, rgba(141, 62, 216, 0.75) 100%); }
/* NAVIGATION */ /* NAVIGATION */
#navbar { z-index: 10000; display: block; } #navbar { z-index: 10000; display: block; }
@ -220,7 +220,7 @@ nav li a { display: block; font-size: 14px; }
.modalDialog:target { opacity: 1; pointer-events: auto; } .modalDialog:target { opacity: 1; pointer-events: auto; }
.modalDialog > div { display: flex; align-items: center; position: relative; margin: 100px auto; padding: 20px; border-radius: 3px; background: #001f24; background: -moz-linear-gradient(#000, #001f24); background: -webkit-linear-gradient(#000, #001f24); background: -o-linear-gradient(#000, #001f24); } .modalDialog > div { display: flex; align-items: center; position: relative; margin: 100px auto; padding: 20px; border-radius: 3px; background: #001f24; background: -moz-linear-gradient(#000000, #3c2a52); background: -webkit-linear-gradient(#000000, #3c2a52); background: -o-linear-gradient(#000000, #3c2a52); }
.close-button { background-color: #8d3ed8; color: #38ff59; margin: 0 auto; line-height: 48px; position: absolute; right: -12px; text-align: center; top: -10px; width: 48px; height: 48px; text-decoration: none; font-weight: bold; border-radius: 48px; transition: all 400ms ease-in; } .close-button { background-color: #8d3ed8; color: #38ff59; margin: 0 auto; line-height: 48px; position: absolute; right: -12px; text-align: center; top: -10px; width: 48px; height: 48px; text-decoration: none; font-weight: bold; border-radius: 48px; transition: all 400ms ease-in; }
@ -341,7 +341,7 @@ a[id^="btn"]::-moz-focus-inner { border: 0; padding: 0; }
@media only screen and (max-width: 559px) { .track-picker { background-size: 100%; } .track-picker .full-image { min-height: 100vw; } #nowPlay { align-items: baseline; padding-bottom: 20px; } #tracks { flex: 1 0 100px; width: 100px; position: relative; text-align: center; text-decoration: none; } a[id^="btn"] { font-size: 1em; color: #ebdbf8; cursor: pointer; margin: 0; padding: 0 0 0 20px; text-decoration: none; } #npTitle { font-size: 0.8em; text-decoration: none; margin: 0; padding: 0 0 0 20px; } } @media only screen and (max-width: 559px) { .track-picker { background-size: 100%; } .track-picker .full-image { min-height: 100vw; } #nowPlay { align-items: baseline; padding-bottom: 20px; } #tracks { flex: 1 0 100px; width: 100px; position: relative; text-align: center; text-decoration: none; } a[id^="btn"] { font-size: 1em; color: #ebdbf8; cursor: pointer; margin: 0; padding: 0 0 0 20px; text-decoration: none; } #npTitle { font-size: 0.8em; text-decoration: none; margin: 0; padding: 0 0 0 20px; } }
#trackArt { overflow-x: hidden; flex: 1 1 50%; min-width: 512px; height: 100vh; padding: 0; margin: 0; background-size: 100%; background: #1f1729; background: linear-gradient(180deg, #1f1729 26%, rgba(56, 255, 89, 0.25) 100%); } #trackArt { overflow-x: hidden; flex: 1 1 50%; min-width: 512px; height: 100vh; padding: 0; margin: 0; background-size: 100%; background: rgba(60, 42, 82, 0.75); background: linear-gradient(180deg, rgba(60, 42, 82, 0.75) 0%, rgba(56, 255, 89, 0.75) 180%); }
#trackArt > section { position: absolute; height: 100vh; width: 50%; background: transparent; padding: 0; margin: 0; text-align: center; } #trackArt > section { position: absolute; height: 100vh; width: 50%; background: transparent; padding: 0; margin: 0; text-align: center; }

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,7 @@
<atom:link href="https://setto.basspistol.com/rss.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://setto.basspistol.com/rss.xml" rel="self" type="application/rss+xml" />
<link>https://setto.basspistol.com</link> <link>https://setto.basspistol.com</link>
<description>Set, Party, Gang! &amp;#35;Cybersoul.</description> <description>Set, Party, Gang! &amp;#35;Cybersoul.</description>
<lastBuildDate>Wed, 05 Aug 2020 09:18:50 +0000</lastBuildDate> <lastBuildDate>Wed, 05 Aug 2020 09:35:48 +0000</lastBuildDate>
<language>en-US</language> <language>en-US</language>
<sy:updatePeriod>hourly</sy:updatePeriod> <sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency> <sy:updateFrequency>1</sy:updateFrequency>