Commit d62abf98973ff89713656a90bfc7aedace593da0
1 parent
73464a7f
Exists in
master
and in
5 other branches
Adding tags cloud section and tracks section
Showing
2 changed files
with
29 additions
and
1 deletions
Show diff stats
@@ -0,0 +1,17 @@ | @@ -0,0 +1,17 @@ | ||
1 | +// Tags Cloud | ||
2 | +#content .tags-block | ||
3 | + background-color: #F8C300 | ||
4 | + margin: 0 | ||
5 | + padding: 1em | ||
6 | + .block-title | ||
7 | + display: none | ||
8 | + .tag_cloud | ||
9 | + width: 960px | ||
10 | + margin: auto | ||
11 | + a | ||
12 | + color: #497B16 | ||
13 | + font-family: 'Ubuntu Mediun' | ||
14 | + font-weight: normal | ||
15 | + white-space: normal | ||
16 | + .block-footer-content | ||
17 | + display: none |
style.sass
@@ -7,6 +7,12 @@ | @@ -7,6 +7,12 @@ | ||
7 | src: url('fonts/Ubuntu-R.ttf') | 7 | src: url('fonts/Ubuntu-R.ttf') |
8 | 8 | ||
9 | @font-face | 9 | @font-face |
10 | + font-family: 'Ubuntu Mediun' | ||
11 | + font-weight: 300 | ||
12 | + font-style: normal | ||
13 | + src: url('fonts/Ubuntu-M.ttf') | ||
14 | + | ||
15 | +@font-face | ||
10 | font-family: 'Open Sans' | 16 | font-family: 'Open Sans' |
11 | font-style: normal | 17 | font-style: normal |
12 | font-weight: 400 | 18 | font-weight: 400 |
@@ -41,7 +47,7 @@ body | @@ -41,7 +47,7 @@ body | ||
41 | display: none | 47 | display: none |
42 | 48 | ||
43 | #content-inner | 49 | #content-inner |
44 | - margin-bottom: -14px | 50 | + margin-bottom: -15px |
45 | 51 | ||
46 | #wrap-2 | 52 | #wrap-2 |
47 | margin-top: 0 | 53 | margin-top: 0 |
@@ -60,9 +66,14 @@ body | @@ -60,9 +66,14 @@ body | ||
60 | 66 | ||
61 | @import container | 67 | @import container |
62 | 68 | ||
69 | +#content | ||
70 | + @import tracks | ||
71 | + | ||
63 | @import news | 72 | @import news |
64 | 73 | ||
65 | @import statistics | 74 | @import statistics |
66 | 75 | ||
76 | +@import tagscloud | ||
77 | + | ||
67 | @import globalfooter | 78 | @import globalfooter |
68 | 79 |