From 412f49bc8742b1995c16601173acb62414b509ee Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 28 Sep 2017 15:01:11 +0200 Subject: add gum theme --- pelican-themes/gum/static/gumby.css | 15 ++------------- pelican-themes/gum/static/style.css | 7 +++++++ pelican-themes/gum/templates/base.html | 4 ++-- pelican-themes/gum/templates/piwik.html | 0 4 files changed, 11 insertions(+), 15 deletions(-) mode change 100644 => 100755 pelican-themes/gum/templates/piwik.html diff --git a/pelican-themes/gum/static/gumby.css b/pelican-themes/gum/static/gumby.css index 65e74ec..55b7b76 100644 --- a/pelican-themes/gum/static/gumby.css +++ b/pelican-themes/gum/static/gumby.css @@ -254,7 +254,8 @@ ul, ol { } ul { - list-style: none outside; + list-style: disc inside; + margin-left: 30px; } ol { @@ -262,18 +263,6 @@ ol { margin-left: 30px; } -ul.square, ul.circle, ul.disc { - margin-left: 25px; -} -ul.square { - list-style: square outside; -} -ul.circle { - list-style: circle outside; -} -ul.disc { - list-style: disc outside; -} ul ul { margin: 4px 0 5px 25px; } diff --git a/pelican-themes/gum/static/style.css b/pelican-themes/gum/static/style.css index 32d2fec..57442a9 100644 --- a/pelican-themes/gum/static/style.css +++ b/pelican-themes/gum/static/style.css @@ -199,3 +199,10 @@ a:focus { color: #34495E; } @media only screen and (max-width: 600px) { #banner h1 a {font-size:22px!important; line-height:24px;} } + +/* fix centered images */ +.align-center { + display: block; + margin-left: auto; + margin-right: auto; +} diff --git a/pelican-themes/gum/templates/base.html b/pelican-themes/gum/templates/base.html index bc0fa93..af0f3d8 100644 --- a/pelican-themes/gum/templates/base.html +++ b/pelican-themes/gum/templates/base.html @@ -68,14 +68,14 @@