From fc3fddf4d4d3426a61c058d4b13b3fc436ceea88 Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Tue, 15 Jul 2014 09:54:57 -0400 Subject: [PATCH] color of links, alpha channel on main nav, 1px border in dropdown, #toolbox margin, breadcrumbs, logo linked --- styles.css | 22 +++++++++++++++++----- templates/template.html | 2 +- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/styles.css b/styles.css index b083c04..83e5e19 100644 --- a/styles.css +++ b/styles.css @@ -1,3 +1,6 @@ +a { + color: #333; + } .clearfix:before, .clearfix:after { content: " "; @@ -42,8 +45,7 @@ nav { top: 20px; right: 20px; z-index: 10; - background: rgba(0, 0, 0, .2); - background: rgba(255, 255, 255, .1); + background: rgba(255, 255, 255, .3); border-radius: 5px; padding: 10px; } @@ -65,11 +67,11 @@ nav>ul>li>a { font-weight: bold; font-size: 18px; text-decoration: none; - text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); + text-shadow: 1px 1px 1px rgba(0, 0, 0, .4); } nav a:hover { color: #8b0304; - text-shadow: 0; + text-shadow: 1px 1px 1px rgba(255, 255, 255, .0); } nav li ul { padding: 0; @@ -95,7 +97,6 @@ nav li:hover ul { nav li ul li { display: block; color: #fff; - margin-bottom: 1px; } nav li ul li:first-child { margin-bottom: 0; @@ -113,6 +114,7 @@ nav li li a { background: rgba(255, 255, 255, .7); font-weight: bold; text-shadow: 1px 1px 1px rgba(255, 255, 255, .9); + margin-bottom: 1px; } nav li ul li a:hover { background: rgba(255, 255, 255, .8); @@ -121,6 +123,9 @@ nav li ul li a:hover { #toolbox { margin: 50px 90px 50px 70px; } +#toolbox h1 { + margin: 0 0 .5em 0; + } .listing:before, .listing:after { content: " "; @@ -305,4 +310,11 @@ address { margin: 0 auto; text-align: center; padding: 1em 0; + } +#breadcrumbs { + margin: 1em 0; + font-size: 12px; + } +#breadcrumbs a { + color: #333; } \ No newline at end of file diff --git a/templates/template.html b/templates/template.html index 8b007b4..c9a7e2f 100644 --- a/templates/template.html +++ b/templates/template.html @@ -14,7 +14,7 @@ {end:}
- + -- 2.17.1