From 5bb018d230a34409f1f62d4d27a23ef80b8c9578 Mon Sep 17 00:00:00 2001 From: Matt Mascarenhas Date: Mon, 12 Feb 2018 22:38:38 +0000 Subject: [PATCH] Visited indicator colours --- cmuratori/hero/cinera__hero.css | 14 ++++++++++++++ miotatsu/riscy/cinera__riscy.css | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/cmuratori/hero/cinera__hero.css b/cmuratori/hero/cinera__hero.css index 1b229d2..ece7481 100644 --- a/cmuratori/hero/cinera__hero.css +++ b/cmuratori/hero/cinera__hero.css @@ -73,6 +73,20 @@ color: #8A877D; } +/* Visited Indicator */ +#cineraIndex.hero #cineraIndexEntries div a::before { + color: #161616; +} + +#cineraIndex.hero #cineraIndexEntries div:nth-child(2n) a::before { + color: #303030; +} + +#cineraIndex.hero #cineraIndexEntries div a:visited::before { + color: #33FF33; +} +/**/ + /* NOTE(matt): Somehow use this to colour the "Default Medium" when .off */ .cineraMenus.hero > .menu > .filter_container .filter_content.off .cineraText { color: #3A3936; diff --git a/miotatsu/riscy/cinera__riscy.css b/miotatsu/riscy/cinera__riscy.css index 07d5413..03adc13 100644 --- a/miotatsu/riscy/cinera__riscy.css +++ b/miotatsu/riscy/cinera__riscy.css @@ -58,6 +58,20 @@ color: #000; } +/* Visited Indicator */ +#cineraIndex.riscy #cineraIndexEntries div a::before { + color: #EEE; +} + +#cineraIndex.riscy #cineraIndexEntries div:nth-child(2n) a::before { + color: #FFF; +} + +#cineraIndex.riscy #cineraIndexEntries div a:visited::before { + color: #33BB33; +} +/**/ + .cineraMenus.riscy > .menu { transition: box-shadow 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275); box-shadow: inset 0 0 0 #2A3172;