Commit d62abf98973ff89713656a90bfc7aedace593da0

Authored by Melissa Wen
1 parent 73464a7f

Adding tags cloud section and tracks section

Showing 2 changed files with 29 additions and 1 deletions   Show diff stats
_tagscloud.sass 0 → 100644
... ... @@ -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 7 src: url('fonts/Ubuntu-R.ttf')
8 8  
9 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 16 font-family: 'Open Sans'
11 17 font-style: normal
12 18 font-weight: 400
... ... @@ -41,7 +47,7 @@ body
41 47 display: none
42 48  
43 49 #content-inner
44   - margin-bottom: -14px
  50 + margin-bottom: -15px
45 51  
46 52 #wrap-2
47 53 margin-top: 0
... ... @@ -60,9 +66,14 @@ body
60 66  
61 67 @import container
62 68  
  69 +#content
  70 + @import tracks
  71 +
63 72 @import news
64 73  
65 74 @import statistics
66 75  
  76 +@import tagscloud
  77 +
67 78 @import globalfooter
68 79  
... ...