From f70d199f911f6de991be8a176a276d58f8012983 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Sat, 19 Mar 2016 00:15:18 +0000 Subject: [PATCH] Styling hub --- _communityhub.sass | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ style.sass | 4 ++++ 2 files changed, 70 insertions(+), 0 deletions(-) create mode 100644 _communityhub.sass diff --git a/_communityhub.sass b/_communityhub.sass new file mode 100644 index 0000000..db534fb --- /dev/null +++ b/_communityhub.sass @@ -0,0 +1,66 @@ +.content-tab + font-family: 'Ubuntu Mediun' + width: 665px + h1.live, h1.mediation + .title, .on-air + font-family: 'Ubuntu Mediun' + font-weight: bold + border-bottom: 0px + padding: 10px 16px + text-transform: uppercase + width: auto + margin: 0px 5px 0px 0px + border-color: #565D67 + top: 1px + background: #FFF + line-height: normal + &.live.show h1.live, &.mediation.hide h1.mediation + border-bottom: 1px solid #FFF + .on-air + background: none + color: #565D67 + font-size: 14px + width: auto + margin-right: 0px + padding: 0px + &.live.show h1.mediation, &.mediation.hide h1.live + background-color: #CDCDCD + border-bottom: 1px solid #565D67 + .title + color: #FFF + width: auto + margin-bottom: 0px + .envelope + border: 0px + border-top: 1px solid #565D67 + ul#live-posts + margin: 0px + padding: 0px + border: 0px + li + border-top: 0px + padding-top: 0px + ul + li.time + width: 95px + color: #69677A + font-size: 13px + font-weight: bold + padding: 20px 0px + background-color: #D8D8D8 + li.avatar + margin: 10px 15px 0px 5px + img + height: 45px + width: 43px + border: 1px solid #BDBDBD + li.message + width: 480px + margin-top: 10px + .author + margin-right: 0px + li.mediation-bar + display: block + margin: 10px 0px + padding-right: 30px + width: 100% diff --git a/style.sass b/style.sass index 327154e..df5217d 100644 --- a/style.sass +++ b/style.sass @@ -83,5 +83,9 @@ body span height: 30px +/* #content @import article + .main-block .hub + @import communityhub +*/ -- libgit2 0.21.2