summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarKrytarik Raido <krytarik@tuxgarage.com>2015-05-23 05:48:04 +0200
committerLibravatarKrytarik Raido <krytarik@tuxgarage.com>2015-05-23 05:48:04 +0200
commit618bf416448183b78be93c44a0d9faafb6c200c5 (patch)
treeaf8bf61688c8a055fe7672ff52a3fdfb0b48a8f7
parent9b94dbf50d93b07127e62e3c70f9936e2a0ebec2 (diff)
downloadicebox-website-618bf416448183b78be93c44a0d9faafb6c200c5.tar.bz2
icebox-website-618bf416448183b78be93c44a0d9faafb6c200c5.tar.xz
icebox-website-618bf416448183b78be93c44a0d9faafb6c200c5.tar.zst
Add 'custom.css' to improve theming.
-rw-r--r--conf.py2
-rw-r--r--themes/custom/assets/css/custom.css24
2 files changed, 25 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 80d97d3..f2e7e5e 100644
--- a/conf.py
+++ b/conf.py
@@ -456,7 +456,7 @@ LICENSE = ""
# A small copyright notice for the page footer (in HTML).
# (translatable)
-CONTENT_FOOTER = '<br/>Contents &copy; {date} <a href="mailto:{email}">{author}</a> &#8211; Powered by <a href="http://getnikola.com" rel="nofollow">Nikola</a> {license}'
+CONTENT_FOOTER = 'Contents &copy; {date} <a href="mailto:{email}">{author}</a> &#8211; Powered by <a href="http://getnikola.com" rel="nofollow">Nikola</a> {license}'
# Things that will be passed to CONTENT_FOOTER.format(). This is done
# for translatability, as dicts are not formattable. Nikola will
diff --git a/themes/custom/assets/css/custom.css b/themes/custom/assets/css/custom.css
new file mode 100644
index 0000000..05a37ba
--- /dev/null
+++ b/themes/custom/assets/css/custom.css
@@ -0,0 +1,24 @@
+/*!
+ * Custom CSS for Icebox
+ */
+
+.breadcrumbs + h1 {
+ font-size: 31.5px;
+}
+
+.breadcrumbs + h1 {
+ padding-top: 40px;
+}
+
+.breadcrumb {
+ margin: 20px 0;
+}
+
+img {
+ width: auto;
+ max-width: none;
+}
+
+.footerbox {
+ margin: 15px 0;
+}