From: rsiddharth Date: Wed, 2 Oct 2013 13:57:09 +0000 (+0530) Subject: updated/added the custom styling for the nav elements. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1734321288aaf7cbd53c9c1ea87e0161d833e825;p=libreplanet-static.git updated/added the custom styling for the nav elements. --- diff --git a/2014/assets/css/custom.css b/2014/assets/css/custom.css index 966e5aaf..a4aa0382 100644 --- a/2014/assets/css/custom.css +++ b/2014/assets/css/custom.css @@ -70,6 +70,31 @@ border-color: #818181; } +.nav > li { + position: relative; + display: block; + color: #ffffff; + text-align: center; + background-color: #919191; + margin-bottom: 0.4em; + border: 1px solid; + border-radius: 5px; +} + +.nav > li > a { + position: relative; + display: block; + padding: 10px 15px; + transition: background-color 1s; + +} + +.nav > li > a:hover, +.nav > li > a:focus { + text-decoration: none; + background-color: rgb(128, 0, 0); +} + .nav-pills > li > a { border-radius: 5px; color: inherit; @@ -79,7 +104,7 @@ .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #ffffff; - background-color: #919191; + background-color: rgb(128, 0, 0); } .carousel-inner {