From d62abf98973ff89713656a90bfc7aedace593da0 Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Wed, 17 Feb 2016 14:34:04 -0200 Subject: [PATCH] Adding tags cloud section and tracks section --- _tagscloud.sass | 17 +++++++++++++++++ style.sass | 13 ++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 _tagscloud.sass diff --git a/_tagscloud.sass b/_tagscloud.sass new file mode 100644 index 0000000..0907e4d --- /dev/null +++ b/_tagscloud.sass @@ -0,0 +1,17 @@ +// Tags Cloud +#content .tags-block + background-color: #F8C300 + margin: 0 + padding: 1em + .block-title + display: none + .tag_cloud + width: 960px + margin: auto + a + color: #497B16 + font-family: 'Ubuntu Mediun' + font-weight: normal + white-space: normal + .block-footer-content + display: none diff --git a/style.sass b/style.sass index 92372f8..25734fa 100644 --- a/style.sass +++ b/style.sass @@ -7,6 +7,12 @@ src: url('fonts/Ubuntu-R.ttf') @font-face + font-family: 'Ubuntu Mediun' + font-weight: 300 + font-style: normal + src: url('fonts/Ubuntu-M.ttf') + +@font-face font-family: 'Open Sans' font-style: normal font-weight: 400 @@ -41,7 +47,7 @@ body display: none #content-inner - margin-bottom: -14px + margin-bottom: -15px #wrap-2 margin-top: 0 @@ -60,9 +66,14 @@ body @import container +#content + @import tracks + @import news @import statistics +@import tagscloud + @import globalfooter -- libgit2 0.21.2