From 9d952054d083e2c8323750be7b5ab53d6ed51845 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Fri, 18 Nov 2022 22:59:43 -0500 Subject: [PATCH] styling nits --- hackaday.css | 8 ++++++-- hackaday.html | 41 +++++++++++++++++++---------------------- 2 files changed, 25 insertions(+), 24 deletions(-) diff --git a/hackaday.css b/hackaday.css index a31f0ec..abd02ae 100644 --- a/hackaday.css +++ b/hackaday.css @@ -44,7 +44,7 @@ filter: hue-rotate(180deg); } -.hack.fail > *:first-child::before { +.hack.fail > *:first-child::before, .hack.skipped > *:first-child::before { content: "X"; color: rgba(255, 70, 70, 0.85); text-decoration: none; @@ -55,7 +55,8 @@ line-height: 100%; } -.thumb > img { + +.hack img { border: 1px solid lightgrey; border-radius: 15px; width: 200px; @@ -102,6 +103,9 @@ a.demo { a.blog, a.demo, a.source { /* Display source, blog links only if demos break */ display: none; } +.hack.skipped { /* This is for me, not viewers */ + display: none; +} a.demo::before { content: "demo"; diff --git a/hackaday.html b/hackaday.html index 1759603..1ffebd4 100644 --- a/hackaday.html +++ b/hackaday.html @@ -9,7 +9,7 @@
- + Hack-A-Blog 03 @@ -20,7 +20,7 @@ a blog for anyone
- + Hack-A-Chat 04 @@ -31,7 +31,7 @@ an online chatroom
- + Hack-A-Paste 05 @@ -42,7 +42,7 @@ a pastebin
- + Hack-A-Link 05 @@ -53,7 +53,7 @@ a link shortener
- + Hack-A-Homepage 05 @@ -64,7 +64,7 @@ make your own homepage
- + Hack-An-Icecube 06 @@ -75,7 +75,7 @@ icecubes fall
- + Hack-An-Asteroid 07 @@ -86,7 +86,7 @@ asteroids clone
- + Hack-A-Dictionary 08 @@ -97,7 +97,7 @@ look up words
- + Hack-A-Mandelbrot 09 @@ -108,7 +108,7 @@ explore fractals
- + Hack-A-Machine 10 @@ -119,7 +119,7 @@ goofy machine with assembly
- + Hack-A-Tile 11 @@ -129,16 +129,13 @@ arrange matching tiles
-
- +
+ Day 12 12 - - -
- + Hack-A-Line 13 @@ -149,7 +146,7 @@ play 5-in-a-row with a friend
- + Hack-A-Stats 14 @@ -160,7 +157,7 @@ see how hack-a-day is doing
- + Hack-A-Sound 15 @@ -171,7 +168,7 @@ play sounds and make tracks
- + Hack-A-Song 16 @@ -182,7 +179,7 @@ listen to 'greensleeves'
- + Hack-A-Tank 17 @@ -193,7 +190,7 @@ relax and play with fish
- + Hack-A-Crop 18 -- 2.47.3