aboutsummaryrefslogtreecommitdiffstats
path: root/src/site/custom.less
diff options
context:
space:
mode:
Diffstat (limited to 'src/site/custom.less')
-rw-r--r--src/site/custom.less29
1 files changed, 22 insertions, 7 deletions
diff --git a/src/site/custom.less b/src/site/custom.less
index f7130d4..b9c21a8 100644
--- a/src/site/custom.less
+++ b/src/site/custom.less
@@ -2,18 +2,18 @@
// GLOBAL VALUES
// --------------------------------------------------
@standardGray: #ccc;
-@cornflower: #99cbff;
+@iciql: #95C7F9;
@white: #fff;
// Dropdown
// -------------------------
-@dropdownLinkBackgroundHover: @cornflower;
+@dropdownLinkBackgroundHover: @iciql;
// Navbar
// -------------------------
-@navbarHeight: 55px;
-@navbarBackground: @cornflower;
-@navbarBackgroundHighlight: @cornflower;
+@navbarHeight: 50px;
+@navbarBackground: @iciql;
+@navbarBackgroundHighlight: @iciql;
@navbarText: @white;
@navbarLinkColor: @white;
@navbarLinkColorHover: @white;
@@ -24,15 +24,30 @@
.navbar {
.brand {
@elementHeight: 48px;
- padding: 7px;
+ padding: 5px;
}
}
.navbar .nav > li > a {
- font-size: @baseFontSize + 2;
+ font-size: @baseFontSize + 1;
text-shadow: 0 1px 0 #6b94df;
}
+
+.navbar .nav > li > a:hover {
+ text-shadow: 0 0 1em white;
+}
+.navbar .nav > .active > a,
+ .navbar .nav > .active > a:hover,
+ .navbar .nav > .active > a:focus {
+ box-shadow: none;
+ text-decoration: underline;
+}
+
+.dropdown-submenu > a:after {
+ margin-right: -5px;
+}
+
body { padding-top: @navbarHeight + 15 } /* 60px to make the container go all the way to the bottom of the topbar */
footer { margin-top: 25px; padding: 15px 0 16px; border-top: 1px solid #E5E5E5; }