diff --git a/app/stylesheet.css b/app/stylesheet.css index c9f9b13..1ff5ef5 100644 --- a/app/stylesheet.css +++ b/app/stylesheet.css @@ -44,12 +44,14 @@ header h2 { font-size: 120%; font-weight: bold; color: darkgreen; + text-shadow: 0.5px 0.5px 1px gray; letter-spacing: 1.2px; } header h2 span { font-size: 67%; color: darkred; + text-shadow: none; letter-spacing: 0.24px; } @@ -149,6 +151,7 @@ nav#top .sub1 li:hover .sub2 li:hover .sub6 { nav#top a.h:hover { background: green; color: yellow; + text-shadow: 0.4px 0.4px 0.2px lightgray; } /* Navigation: Favs */ @@ -158,7 +161,9 @@ fieldset.favs { top: 64px; padding: 24px 24px 36px 24px; background: azure; - border: 1px solid darkblue; + /* border: 1px solid lightblue; */ + box-shadow: 1.2px 1.2px 8px #888888, + -0.2px -0.2px 7px #888888; border-radius: 12px; font-weight: bold; letter-spacing: 0.4px; @@ -172,6 +177,8 @@ fieldset.favs legend { font-size: 78%; letter-spacing: 0.62px; border-radius: 17px 9px 17px 9px; + box-shadow: 1.8px 2.4px 7px #888888, + -0.4px -0.4px 8px #888888; } fieldset.favs table {