From 87c83de6237d3c8b9cb8b3160010e8950ce8870c Mon Sep 17 00:00:00 2001 From: Samantha Doherty Date: Thu, 9 Jun 2011 20:22:18 -0400 Subject: [PATCH] Style for SNOD company logo plugin temporarily goes here. --- theme/neo/css/display.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/theme/neo/css/display.css b/theme/neo/css/display.css index 7970155278..ed7c22b1e6 100644 --- a/theme/neo/css/display.css +++ b/theme/neo/css/display.css @@ -1903,4 +1903,35 @@ li.notice-answer + li.notice { padding-left: 20px; } +/* SNOD CompanyLogo styling */ + +#site_nav_local_views a.company_logo { + width: 138px; + padding: 0px; + font-weight: bold; + text-transform: none; + line-height: 1em; + margin-bottom: 30px; +} + +#site_nav_local_views a.company_logo:hover { + background: none; + color: blue; + text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5); +} + +.company_logo img { + max-width: 96px; + margin-bottom: 10px; +} + +.company_logo span { + display: block; +} + +a.company_logo:hover span { + text-decoration: underline; +} + + }/*end of @media screen, projection, tv*/