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