From 32c0ebb6a055a658bd0d455ba702a0e3a2a81dc7 Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Wed, 10 Feb 2016 13:48:29 -0200 Subject: [PATCH] Add style on Conexions section --- _conexions.sass | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ images/home/10.png | Bin 0 -> 2178 bytes images/home/11.png | Bin 0 -> 2111 bytes images/home/12.png | Bin 0 -> 1607 bytes 4 files changed, 111 insertions(+), 0 deletions(-) create mode 100644 _conexions.sass create mode 100644 images/home/10.png create mode 100644 images/home/11.png create mode 100644 images/home/12.png diff --git a/_conexions.sass b/_conexions.sass new file mode 100644 index 0000000..d602677 --- /dev/null +++ b/_conexions.sass @@ -0,0 +1,111 @@ +.action-home-index #content .box .block-outer &, #content #box-organizer .box .block-outer & + .people-block, .communities-block, .raw-html-block + background: #DEDEDE + border: 1px solid #E0E0E0 + height: 440px + margin-right: 20px + width: 305px !important + .block-title + background: none + height: 22px + line-height: 22px + margin: 0 + padding: 25px 0 + span + background: none + color: #404040 + font-size: 22px + padding: 0 0 0 20px + width: auto + .block-footer-content + margin: 50px 20px 0 0 + text-align: right + a.view-all + background: #8EB500 none + border-radius: 20px + color: #FFF + font-family: 'Ubuntu' + font-size: 14px + padding: 10px 20px + position: relative + text-decoration: none + text-transform: capitalize + li.vcard + .menu-submenu-trigger + top: 0 + left: 0 + .people-block + ul + display: block + margin: 0 18px + padding: 0 + width: 270px + .common-profile-list-block + li + border: none + a.profile_link + height: 50px + margin: 2px + padding: 0 + span.profile-image + height: 50px + span.fn + display: none + .communities-block + ul + display: block + margin: 0 8px + padding: 0 + width: 288px + .common-profile-list-block + li.vcard + border: none + height: 100px + width: 72px + &:hover + background: none + border: none + a.profile_link + height: 100px + margin: 0 5px + padding: 0 + span + width: 60px + &.profile-image + background: #EEE + border: 1px solid #E0E0E0 + height: 61px + width: 61px + overflow: hidden + img + min-width: 60px + min-height: 60px + &.org + font-family: 'Ubuntu' + font-size: 10px + text-transform: uppercase + .block-footer-content + margin: 20px 20px 0 0 + .raw-html-block + margin: 0 + .social_widget_facebook + margin: 0 10px + .others_social_net + ul + list-style: none + margin-top: 20px + padding: 0 + li + cursor: pointer + display: inline-block + height: 58px + width: 58px + margin: 0 15px 0 25px + &.instagram + background: url('images/home/10.png') no-repeat left center + &.twitter + background: url('images/home/11.png') no-repeat left center + &.facebook + background: url('images/home/12.png') no-repeat left center + span + display: none diff --git a/images/home/10.png b/images/home/10.png new file mode 100644 index 0000000..84e6af4 Binary files /dev/null and b/images/home/10.png differ diff --git a/images/home/11.png b/images/home/11.png new file mode 100644 index 0000000..0efb892 Binary files /dev/null and b/images/home/11.png differ diff --git a/images/home/12.png b/images/home/12.png new file mode 100644 index 0000000..8232a67 Binary files /dev/null and b/images/home/12.png differ -- libgit2 0.21.2