From: Samantha Doherty Date: Fri, 10 Jun 2011 00:22:18 +0000 (-0400) Subject: Style for SNOD company logo plugin temporarily goes here. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=87c83de6237d3c8b9cb8b3160010e8950ce8870c;p=quix0rs-gnu-social.git Style for SNOD company logo plugin temporarily goes here. --- 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*/