Added compact sidebar. Added tag sections and posters.

This commit is contained in:
2020-03-25 02:48:54 +01:00
parent d724f96728
commit 15a386ad05
48 changed files with 466 additions and 119 deletions

View File

@@ -29,7 +29,7 @@ $logo-highlight: drop-shadow(0 0 1px var(--highlight));
$profile: #222;
$tile: #2a2a2a;
$link: #cc4466;
$link: #dd6688;
$empty: #333;
$male: #0af;
@@ -42,10 +42,16 @@ $female: #f0a;
--text-light: #fff;
--darken: rgba(0, 0, 0, .5);
--darken-strong: rgba(0, 0, 0, .7);
--darken-extreme: rgba(0, 0, 0, .9);
--darken-weak: rgba(0, 0, 0, .2);
--darken-hint: rgba(0, 0, 0, .1);
--lighten: rgba(255, 255, 255, .5);
--lighten-strong: rgba(255, 255, 255, .7);
--lighten-extreme: rgba(255, 255, 255, .9);
--lighten-weak: rgba(255, 255, 255, .2);
--lighten-hint: rgba(255, 255, 255, .1);
--logo-shadow: drop-shadow(1px 0 0 $shadow-weak) drop-shadow(-1px 0 0 $shadow-weak) drop-shadow(0 1px 0 $shadow-weak) drop-shadow(0 -1px 0 $shadow-weak);
--logo-highlight: drop-shadow(0 0 1px $highlight);
@@ -61,7 +67,7 @@ $female: #f0a;
--profile: #222;
--tile: #2a2a2a;
--link: #cc4466;
--link: #dd6688;
--empty: #333;
--male: #0af;
@@ -90,7 +96,7 @@ $female: #f0a;
--profile: #222;
--tile: #2a2a2a;
--link: #cc4466;
--link: #dd6688;
--empty: #333;
--male: #0af;