aboutsummaryrefslogtreecommitdiff
path: root/site/src/jekyll/assets/css/kamon.css
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2013-11-24 22:55:50 -0300
committerIvan Topolnjak <ivantopo@gmail.com>2013-11-24 22:55:50 -0300
commitbda7c0b0beef574b738130b3561a9e8ba78f67ba (patch)
tree47497dcd674a4782c74a5601365480328ecef5af /site/src/jekyll/assets/css/kamon.css
parent7298ddee182f08f7232e8daf8e628b089678f77b (diff)
downloadKamon-bda7c0b0beef574b738130b3561a9e8ba78f67ba.tar.gz
Kamon-bda7c0b0beef574b738130b3561a9e8ba78f67ba.tar.bz2
Kamon-bda7c0b0beef574b738130b3561a9e8ba78f67ba.zip
base scheleton for the site
Diffstat (limited to 'site/src/jekyll/assets/css/kamon.css')
-rw-r--r--site/src/jekyll/assets/css/kamon.css47
1 files changed, 47 insertions, 0 deletions
diff --git a/site/src/jekyll/assets/css/kamon.css b/site/src/jekyll/assets/css/kamon.css
new file mode 100644
index 00000000..1cd8c7a9
--- /dev/null
+++ b/site/src/jekyll/assets/css/kamon.css
@@ -0,0 +1,47 @@
+/* Pad a little bit for the navbar */
+body {
+ padding-top: 70px;
+ position: relative;
+}
+
+/* Sticky footer styles
+-------------------------------------------------- */
+
+html,
+body {
+ height: 100%;
+ /* The html and body elements cannot have any padding or margin. */
+}
+
+/* Wrapper for page content to push down footer */
+#wrap {
+ min-height: 100%;
+ height: auto !important;
+ height: 100%;
+ /* Negative indent footer by it's height */
+ margin: 0 auto -60px;
+}
+
+/* Set the fixed height of the footer here */
+#push,
+#footer {
+ height: 60px;
+}
+
+#footer {
+ background-color: #f5f5f5;
+}
+
+/* Lastly, apply responsive CSS fixes as necessary */
+@media (max-width: 767px) {
+ #footer {
+ margin-left: -20px;
+ margin-right: -20px;
+ padding-left: 20px;
+ padding-right: 20px;
+ }
+}
+
+.container .credit {
+ margin: 20px 0;
+}