summaryrefslogtreecommitdiffstats
path: root/src/site/custom.less
diff options
context:
space:
mode:
authorJames Moger <james.moger@gmail.com>2013-03-08 21:14:50 -0500
committerJames Moger <james.moger@gmail.com>2013-03-08 21:14:50 -0500
commitd8915c7da130b8a6de6f2c911effe0e10dbe4d12 (patch)
treedec81ecb015b1e1102f019fd0d3d3ac5bb5492d0 /src/site/custom.less
parent926634baaccf8f19f30fa179298ca7edebfeb58d (diff)
downloadiciql-d8915c7da130b8a6de6f2c911effe0e10dbe4d12.tar.gz
iciql-d8915c7da130b8a6de6f2c911effe0e10dbe4d12.zip
Conform to Apache standard directory layout
Diffstat (limited to 'src/site/custom.less')
-rw-r--r--src/site/custom.less40
1 files changed, 40 insertions, 0 deletions
diff --git a/src/site/custom.less b/src/site/custom.less
new file mode 100644
index 0000000..31098f5
--- /dev/null
+++ b/src/site/custom.less
@@ -0,0 +1,40 @@
+
+// GLOBAL VALUES
+// --------------------------------------------------
+@standardGray: #ccc;
+@cornflower: #abd4ff;
+@white: #fff;
+
+// Dropdown
+// -------------------------
+@dropdownLinkBackgroundHover: @cornflower;
+
+// Navbar
+// -------------------------
+@navbarHeight: 55px;
+@navbarBackground: @cornflower;
+@navbarBackgroundHighlight: @cornflower;
+@navbarText: @white;
+@navbarLinkColor: @white;
+@navbarLinkColorHover: @white;
+@navbarLinkColorActive: @white;
+@navbarLinkBackgroundHover: transparent;
+@navbarLinkBackgroundActive: transparent;
+
+.navbar {
+ .brand {
+ @elementHeight: 48px;
+ padding: 7px;
+ }
+}
+
+.navbar .nav > li > a {
+ font-size: @baseFontSize + 2;
+ text-shadow: 0 1px 0 #6b94df;
+}
+
+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; }
+
+a:hover { text-decoration: underline !important; }
+em { color: #50a000; }