From 73464a7f4722af6e22968381e79815c4bc0a5fa8 Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Wed, 17 Feb 2016 14:33:05 -0200 Subject: [PATCH] Style of Tracks Section --- _tracks.sass | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ images/home/05.png | Bin 0 -> 517 bytes images/home/06.png | Bin 0 -> 425 bytes images/home/13.png | Bin 0 -> 4365 bytes images/home/14.png | Bin 0 -> 5842 bytes images/home/15.png | Bin 0 -> 6035 bytes 6 files changed, 103 insertions(+), 0 deletions(-) create mode 100644 _tracks.sass create mode 100644 images/home/05.png create mode 100644 images/home/06.png create mode 100644 images/home/13.png create mode 100644 images/home/14.png create mode 100644 images/home/15.png diff --git a/_tracks.sass b/_tracks.sass new file mode 100644 index 0000000..9072664 --- /dev/null +++ b/_tracks.sass @@ -0,0 +1,103 @@ +.track_list + .item_card + border: 2px solid #ccc + border-radius: 5px + font-family: 'Ubuntu' + height: 295px + margin: 0 15px 0 0 + padding: 0 + width: 305px + &:last-child + margin: 0 + .title + border-radius: 5px 5px 0 0 + height: 100px + font-family: 'Ubuntu Mediun' + font-size: 22px + font-weight: normal + line-height: 100px + margin: 0 + text-indent: 95px + .name + color: #404040 !important + font-family: 'Ubuntu Mediun' + font-size: 16px + font-weight: normal + margin: 20px 10px 15px + padding: 0 + .lead + margin: 0 10px + color: #868686 + font-size: 14px + .track_stats + background: #DDD + border: none + border-radius: 0 0 3px 3px + display: block + height: 41px + margin: 2px + .comments, .hits + background: transparent url('images/home/05.png') no-repeat left center + float: left + height: 18px + margin: 12px 0px 10px 25px + width: auto + .label + display: none + .counter + color: #FFF + font-size: 14px + padding: 0 0 0 25px + .hits + background: transparent url('images/home/06.png') no-repeat left center + margin: 10px 0px 10px 20px + .label, .counter + color: #FFF + display: inline-block + font-size: 14px + &.category_cultura + background: #FAF9EE + border-color: #F4DFBE + .track_content + .title + background: #FFF url('images/home/13.png') no-repeat 15px center !important + border-color: #F4DFBE + color: #AF6EAF + .track_stats + background: #FA9E00 + &.category_energia + background: #F7FAE7 + border-color: #DDE5BF + .track_content + .title + background: #FFF url('images/home/14.png') no-repeat 15px center !important + border-color: #DDE5BF + color: #64BCCA + .track_stats + background: #9DB329 + &.category_ciencia + background: #F4FBFB + border-color: #0D3E6A + .track_content + .title + background: #FFF url('images/home/15.png') no-repeat 15px center !important + border-color: #0D3E6A + color: #E4CAA7 + .track_stats + background: #123D6E + +.community-track-plugin_track-card-list-block + .block-footer-content + float: right + margin: 30px 0 0 auto + .more_button + background: #258FC2 + border-radius: 45px + padding: 10px 45px + width: auto + a + color: #FFF + font-family: 'Ubuntu Mediun' + font-size: 14px + font-weight: normal + text-decoration: none diff --git a/images/home/05.png b/images/home/05.png new file mode 100644 index 0000000..e7e3021 Binary files /dev/null and b/images/home/05.png differ diff --git a/images/home/06.png b/images/home/06.png new file mode 100644 index 0000000..089c81a Binary files /dev/null and b/images/home/06.png differ diff --git a/images/home/13.png b/images/home/13.png new file mode 100644 index 0000000..6360dfd Binary files /dev/null and b/images/home/13.png differ diff --git a/images/home/14.png b/images/home/14.png new file mode 100644 index 0000000..8a025e2 Binary files /dev/null and b/images/home/14.png differ diff --git a/images/home/15.png b/images/home/15.png new file mode 100644 index 0000000..979a3bb Binary files /dev/null and b/images/home/15.png differ -- libgit2 0.21.2