update 1810081545

This commit is contained in:
vkservicesllc
2018-10-08 15:45:39 -04:00
parent 531edb0e27
commit 5d0dfb6750

View File

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