Last active
August 29, 2015 14:15
-
-
Save aharonamir/693aac261657aa4abe43 to your computer and use it in GitHub Desktop.
designer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../paper-tabs/paper-tabs.html"> | |
<link rel="import" href="../paper-tabs/paper-tab.html"> | |
<link rel="import" href="../topeka-elements/avatars.html"> | |
<link rel="import" href="../core-icon/core-icon.html"> | |
<link rel="import" href="../core-icons/core-icons.html"> | |
<link rel="import" href="../core-icons/social-icons.html"> | |
<link rel="import" href="../core-icons/av-icons.html"> | |
<link rel="import" href="../paper-fab/paper-fab.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; | |
height: 100%; | |
box-sizing: border-box; | |
top: 0px; | |
left: 0px; | |
} | |
#core_toolbar { | |
right: 0px; | |
left: 0px; | |
color: rgb(255, 255, 255); | |
fill: rgb(255, 255, 255); | |
top: 0px; | |
position: absolute; | |
width: 400px; | |
background-color: rgb(3, 169, 244); | |
} | |
#paper_tabs { | |
width: 400px; | |
color: rgb(255, 255, 255); | |
box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 2px; | |
left: 0px; | |
top: 62px; | |
position: absolute; | |
background-color: rgb(64, 196, 255); | |
} | |
#core_card { | |
position: static; | |
width: 398px; | |
height: 75px; | |
border-top-left-radius: 2px; | |
border-top-right-radius: 2px; | |
border-bottom-right-radius: 2px; | |
border-bottom-left-radius: 2px; | |
box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px, rgba(0, 0, 0, 0.0980392) 0px 0px 3px; | |
top: -3px; | |
left: -5px; | |
margin: 1px; | |
background-color: rgb(255, 255, 255); | |
} | |
#section2 { | |
width: 398px; | |
height: 630px; | |
border: 2px solid rgb(204, 204, 204); | |
left: 0px; | |
top: 110px; | |
position: absolute; | |
} | |
#paper_tabs1 { | |
color: black; | |
box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 2px; | |
position: relative; | |
height: 6%; | |
background-color: rgb(238, 238, 238); | |
} | |
#core_icon { | |
height: 48px; | |
width: 48px; | |
border-top-left-radius: 50%; | |
border-top-right-radius: 50%; | |
border-bottom-right-radius: 50%; | |
border-bottom-left-radius: 50%; | |
overflow: hidden; | |
position: relative; | |
top: 15px; | |
left: 5px; | |
} | |
#core_label { | |
position: relative; | |
left: 70px; | |
top: -10px; | |
font-size: large; | |
opacity: 0.87; | |
} | |
#core_labelContent { | |
opacity: 0.54; | |
position: relative; | |
left: 70px; | |
top: -10px; | |
} | |
#core_labelTime { | |
position: relative; | |
left: 300px; | |
top: -30px; | |
opacity: 0.26; | |
font-size: small; | |
} | |
#div_labelContent { | |
position: relative; | |
font-size: medium; | |
left: 20px; | |
top: -15px; | |
} | |
#card_icon { | |
position: relative; | |
width: 16px; | |
height: 16px; | |
} | |
#paper_fab_menu { | |
position: absolute; | |
} | |
#paper_fab { | |
left: 338px; | |
top: 500.203125px; | |
position: absolute; | |
} | |
#paper_fab1 { | |
left: 340px; | |
top: 428px; | |
position: absolute; | |
} | |
#paper_tabs2 { | |
width: 400px; | |
color: rgb(255, 255, 255); | |
box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 2px; | |
left: 440px; | |
top: 0px; | |
position: absolute; | |
background-color: rgb(3, 169, 244); | |
} | |
#section21 { | |
position: absolute; | |
left: 440px; | |
top: 48px; | |
} | |
#paper_tabs11 { | |
background-color: rgb(238, 238, 238); | |
} | |
</style> | |
<core-toolbar id="core_toolbar"> | |
<core-icon-button icon="arrow-back" id="core_icon_button"></core-icon-button> | |
<div id="div" flex>Communicate</div> | |
</core-toolbar> | |
<paper-tabs nobar selected="4" selectedindex="4" id="paper_tabs" horizontal center layout> | |
<paper-tab id="paper_tab" inline flex center-center horizontal layout> | |
<core-icon-button icon="query-builder" id="core_icon_button" bold></core-icon-button> | |
</paper-tab> | |
<paper-tab id="paper_tab1" inline flex center-center horizontal layout> | |
<core-icon-button icon="social:person" id="core_icon_button" bold></core-icon-button> | |
</paper-tab> | |
<paper-tab id="paper_tab2" inline flex center-center horizontal layout> | |
<core-icon-button icon="social:people" id="core_icon_button"></core-icon-button> | |
</paper-tab> | |
<paper-tab id="paper_tab3" inline flex center-center horizontal layout> | |
<core-icon-button icon="apps" id="core_icon_button"></core-icon-button> | |
</paper-tab> | |
<paper-tab id="paper_tab4" inline flex center-center horizontal layout active> | |
<core-icon-button icon="more-vert" id="core_icon_button"></core-icon-button> | |
</paper-tab> | |
</paper-tabs> | |
<section id="section2" layout vertical> | |
<paper-tabs noink selected="1" selectedindex="1" id="paper_tabs1" horizontal center layout> | |
<paper-tab id="paper_tab5" inline flex center-center horizontal layout>CHAT</paper-tab> | |
<paper-tab id="paper_tab6" inline flex center-center horizontal layout active>CALLS</paper-tab> | |
</paper-tabs> | |
<section id="section3" flex relative> | |
<core-card id="core_card" layout vertical> | |
<core-icon icon="avatars:avatar-1" id="core_icon" designmeta="topeka-avatar" border-radius:></core-icon> | |
<core-label id="core_label" bold>Moshe Algazi</core-label> | |
<core-label id="core_labelTime">10:00 AM</core-label> | |
<core-label id="core_labelContent"> | |
<core-icon icon="visibility" id="card_icon"></core-icon> | |
<div id="div_labelContent">Where are you?</div> | |
</core-label> | |
</core-card> | |
<core-card id="core_card" layout vertical> | |
<core-icon icon="avatars:avatar-2" id="core_icon" designmeta="topeka-avatar" border-radius:></core-icon> | |
<core-label id="core_label">Mitzi</core-label> | |
<core-label id="core_labelTime">Yesterday</core-label> | |
<core-label id="core_labelContent"> | |
<core-icon icon="arrow-back" id="card_icon"></core-icon> | |
<div id="div_labelContent">Where are you?</div> | |
</core-label> | |
</core-card> | |
<core-card id="core_card" layout vertical> | |
<core-icon icon="avatars:avatar-3" id="core_icon" designmeta="topeka-avatar" border-radius:></core-icon> | |
<core-label id="core_label">The Team</core-label> | |
<core-label id="core_labelTime">Midnight</core-label> | |
<core-label id="core_labelContent"> | |
<core-icon icon="arrow-forward" id="card_icon"></core-icon> | |
<div id="div_labelContent">Avi: Where is everybody?</div> | |
</core-label> | |
</core-card> | |
<core-card id="core_card" layout vertical> | |
<core-icon icon="avatars:avatar-4" id="core_icon" designmeta="topeka-avatar" border-radius:></core-icon> | |
<core-label id="core_label">Shimi</core-label> | |
<core-label id="core_labelTime">Last Week</core-label> | |
<core-label id="core_labelContent"> | |
<core-icon icon="mail" id="card_icon"></core-icon> | |
<div id="div_labelContent">Yes I am...</div> | |
</core-label> | |
</core-card> | |
<core-card id="core_card" layout vertical> | |
<core-icon icon="avatars:avatar-5" id="core_icon" designmeta="topeka-avatar" border-radius:></core-icon> | |
</core-card> | |
<core-card id="core_card" layout vertical> | |
<core-icon icon="avatars:avatar-6" id="core_icon" designmeta="topeka-avatar" border-radius:></core-icon> | |
</core-card> | |
<core-card id="core_card" layout vertical> | |
<core-icon icon="avatars:avatar-7" id="core_icon" designmeta="topeka-avatar" border-radius:></core-icon> | |
</core-card> | |
<paper-fab icon="add" id="paper_fab"></paper-fab> | |
</section> | |
</section> | |
<paper-tabs selected="2" selectedindex="2" id="paper_tabs2" horizontal center layout> | |
<paper-tab id="paper_tab" inline flex center-center horizontal layout> | |
<core-icon-button icon="query-builder" id="core_icon_button" bold></core-icon-button> | |
</paper-tab> | |
<paper-tab id="paper_tab1" inline flex center-center horizontal layout> | |
<core-icon-button icon="social:person" id="core_icon_button" bold></core-icon-button> | |
</paper-tab> | |
<paper-tab id="paper_tab2" inline flex center-center horizontal layout active> | |
<core-icon-button icon="social:people" id="core_icon_button"></core-icon-button> | |
</paper-tab> | |
<paper-tab id="paper_tab3" inline flex center-center horizontal layout> | |
<core-icon-button icon="apps" id="core_icon_button"></core-icon-button> | |
</paper-tab> | |
<paper-tab id="paper_tab4" inline flex center-center horizontal layout> | |
<core-icon-button icon="more-vert" id="core_icon_button"></core-icon-button> | |
</paper-tab> | |
</paper-tabs> | |
<section id="section21" layout vertical> | |
<paper-tabs noink selected="1" selectedindex="1" id="paper_tabs11" horizontal center layout> | |
<paper-tab id="paper_tab5" inline flex center-center horizontal layout>CHAT</paper-tab> | |
<paper-tab id="paper_tab6" inline flex center-center horizontal layout active>CALLS</paper-tab> | |
</paper-tabs> | |
<section id="section3" flex relative> | |
<core-card id="core_card" layout vertical> | |
<core-icon icon="avatars:avatar-1" id="core_icon" designmeta="topeka-avatar" border-radius:></core-icon> | |
<core-label id="core_label" bold>Moshe Algazi</core-label> | |
<core-label id="core_labelTime">10:00 AM</core-label> | |
<core-label id="core_labelContent"> | |
<core-icon icon="visibility" id="card_icon"></core-icon> | |
<div id="div_labelContent">Where are you?</div> | |
</core-label> | |
</core-card> | |
<core-card id="core_card" layout vertical> | |
<core-icon icon="avatars:avatar-2" id="core_icon" designmeta="topeka-avatar" border-radius:></core-icon> | |
<core-label id="core_label">Mitzi</core-label> | |
<core-label id="core_labelTime">Yesterday</core-label> | |
<core-label id="core_labelContent"> | |
<core-icon icon="arrow-back" id="card_icon"></core-icon> | |
<div id="div_labelContent">Where are you?</div> | |
</core-label> | |
</core-card> | |
<core-card id="core_card" layout vertical> | |
<core-icon icon="avatars:avatar-3" id="core_icon" designmeta="topeka-avatar" border-radius:></core-icon> | |
<core-label id="core_label">The Team</core-label> | |
<core-label id="core_labelTime">Midnight</core-label> | |
<core-label id="core_labelContent"> | |
<core-icon icon="arrow-forward" id="card_icon"></core-icon> | |
<div id="div_labelContent">Avi: Where is everybody?</div> | |
</core-label> | |
</core-card> | |
<core-card id="core_card" layout vertical> | |
<core-icon icon="avatars:avatar-4" id="core_icon" designmeta="topeka-avatar" border-radius:></core-icon> | |
<core-label id="core_label">Shimi</core-label> | |
<core-label id="core_labelTime">Last Week</core-label> | |
<core-label id="core_labelContent"> | |
<core-icon icon="mail" id="card_icon"></core-icon> | |
<div id="div_labelContent">Yes I am...</div> | |
</core-label> | |
</core-card> | |
<core-card id="core_card" layout vertical> | |
<core-icon icon="avatars:avatar-5" id="core_icon" designmeta="topeka-avatar" border-radius:></core-icon> | |
</core-card> | |
<core-card id="core_card" layout vertical> | |
<core-icon icon="avatars:avatar-6" id="core_icon" designmeta="topeka-avatar" border-radius:></core-icon> | |
</core-card> | |
<core-card id="core_card" layout vertical> | |
<core-icon icon="avatars:avatar-7" id="core_icon" designmeta="topeka-avatar" border-radius:></core-icon> | |
</core-card> | |
<paper-fab icon="add" id="paper_fab1"></paper-fab> | |
</section> | |
</section> | |
</template> | |
<script> | |
Polymer({ | |
}); | |
</script> | |
</polymer-element> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment