Last active
August 29, 2015 14:16
-
-
Save icewhite/1741247e1c6bab625f63 to your computer and use it in GitHub Desktop.
designer
This file contains hidden or 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="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../paper-calculator/paper-calculator.html"> | |
<link rel="import" href="../paper-radio-group/paper-radio-group.html"> | |
<link rel="import" href="../paper-radio-button/paper-radio-button.html"> | |
<link rel="import" href="../paper-tabs/paper-tabs.html"> | |
<link rel="import" href="../paper-tabs/paper-tab.html"> | |
<link rel="import" href="../paper-slider/paper-slider.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/av-icons.html"> | |
<link rel="import" href="../paper-fab/paper-fab.html"> | |
<link rel="import" href="../paper-checkbox/paper-checkbox.html"> | |
<link rel="import" href="../google-map/google-map.html"> | |
<link rel="import" href="../smoothie-chart/smoothie-chart.html"> | |
<link rel="import" href="../cool-clock/cool-clock.html"> | |
<link rel="import" href="../notification-elements/notification-alert.html"> | |
<link rel="import" href="../ace-element/ace-element.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; | |
height: 100%; | |
box-sizing: border-box; | |
} | |
#core_header_panel { | |
width: 100%; | |
height: 1000px; | |
left: 0px; | |
top: -10px; | |
position: absolute; | |
} | |
#core_toolbar { | |
color: rgb(255, 255, 255); | |
width: 100%; | |
background-color: rgb(79, 125, 201); | |
} | |
#section { | |
height: 1500px; | |
background: linear-gradient(rgb(214, 227, 231), rgb(173, 216, 230)); | |
} | |
#paper_calculator { | |
width: 400px; | |
height: 560px; | |
left: 690px; | |
top: 248px; | |
position: absolute; | |
} | |
#paper_radio_group { | |
left: 20px; | |
top: 278px; | |
position: absolute; | |
} | |
#paper_tabs { | |
width: 480px; | |
color: rgb(255, 255, 255); | |
box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 2px; | |
left: 90px; | |
top: 518px; | |
position: absolute; | |
background-color: rgb(0, 188, 212); | |
} | |
#paper_slider { | |
left: 0px; | |
top: 168px; | |
position: absolute; | |
} | |
#paper_slider1 { | |
left: 150px; | |
top: 678px; | |
position: absolute; | |
} | |
#core_icon { | |
height: 64px; | |
width: 64px; | |
left: 430px; | |
top: 768px; | |
position: absolute; | |
} | |
#core_selector { | |
left: 110px; | |
top: 798px; | |
position: absolute; | |
} | |
#core_icon1 { | |
height: 64px; | |
width: 64px; | |
border-radius: 50%; | |
overflow: hidden; | |
} | |
#core_icon2 { | |
height: 64px; | |
width: 64px; | |
margin: 0px 8px; | |
border-radius: 50%; | |
overflow: hidden; | |
} | |
#core_icon3 { | |
height: 64px; | |
width: 64px; | |
border-radius: 50%; | |
overflow: hidden; | |
} | |
#paper_fab { | |
left: 620px; | |
top: 888px; | |
position: absolute; | |
} | |
#paper_checkbox { | |
left: 370px; | |
top: 388px; | |
position: absolute; | |
} | |
#google_map { | |
width: 400px; | |
height: 400px; | |
display: block; | |
left: 270px; | |
top: 26px; | |
position: absolute; | |
} | |
#smoothie_chart { | |
left: 750px; | |
top: 16px; | |
position: absolute; | |
width: 300px; | |
height: 190px; | |
} | |
#cool_clock { | |
width: 170px; | |
height: 120px; | |
left: 20px; | |
top: 26px; | |
position: absolute; | |
} | |
#notification_alert { | |
left: 410px; | |
top: 626px; | |
position: absolute; | |
} | |
#notification_alert1 { | |
left: 570px; | |
top: 616px; | |
position: absolute; | |
} | |
#notification_alert2 { | |
left: 930px; | |
top: 386px; | |
position: absolute; | |
} | |
#ace_element { | |
width: 400px; | |
height: 300px; | |
left: 290px; | |
top: 256px; | |
position: absolute; | |
} | |
</style> | |
<core-header-panel mode="waterfall" id="core_header_panel"> | |
<core-toolbar id="core_toolbar"> | |
<core-icon-button icon="menu" id="core_icon_button"></core-icon-button> | |
<div id="div">Iain's App</div> | |
</core-toolbar> | |
<section id="section"> | |
<paper-calculator responsivewidth="2000px" expression="+" id="paper_calculator"></paper-calculator> | |
<paper-radio-group selected="Small" valueattr="label" selectedindex="0" id="paper_radio_group"> | |
<paper-radio-button checked label="Small" id="paper_radio_button"></paper-radio-button> | |
<paper-radio-button label="Medium" id="paper_radio_button1"></paper-radio-button> | |
<paper-radio-button label="Large" id="paper_radio_button2"></paper-radio-button> | |
</paper-radio-group> | |
<paper-tabs selected="0" selectedindex="0" id="paper_tabs" horizontal center layout> | |
<paper-tab id="paper_tab" inline flex center-center horizontal layout active>ITEM ONE</paper-tab> | |
<paper-tab id="paper_tab1" inline flex center-center horizontal layout>ITEM TWO</paper-tab> | |
<paper-tab id="paper_tab2" inline flex center-center horizontal layout>ITEM THREE</paper-tab> | |
<paper-tab id="paper_tab3" inline flex center-center horizontal layout>ITEM FOUR</paper-tab> | |
<paper-tab id="paper_tab4" inline flex center-center horizontal layout>ITEM FIVE</paper-tab> | |
</paper-tabs> | |
<paper-slider id="paper_slider"></paper-slider> | |
<paper-slider id="paper_slider1"></paper-slider> | |
<core-icon icon="avatars:avatar-1" id="core_icon" designmeta="topeka-avatar"></core-icon> | |
<core-selector selected="0" selectedindex="0" id="core_selector" flex layout horizontal> | |
<core-icon icon="avatars:avatar-1" id="core_icon1" designmeta="topeka-avatar" active></core-icon> | |
<core-icon icon="avatars:avatar-2" id="core_icon2" designmeta="topeka-avatar"></core-icon> | |
<core-icon icon="avatars:avatar-3" id="core_icon3" designmeta="topeka-avatar"></core-icon> | |
</core-selector> | |
<paper-fab icon="av:play-arrow" id="paper_fab"></paper-fab> | |
<paper-checkbox label="click me" id="paper_checkbox"></paper-checkbox> | |
<google-map id="google_map"></google-map> | |
<smoothie-chart id="smoothie_chart"></smoothie-chart> | |
<cool-clock id="cool_clock"></cool-clock> | |
<notification-alert message="Hi there!" icon="icon.png" name="notification" id="notification_alert"></notification-alert> | |
<notification-alert message="Hi there!" icon="icon.png" name="notification" id="notification_alert1"></notification-alert> | |
<notification-alert message="Hi there!" icon="icon.png" name="notification" id="notification_alert2"></notification-alert> | |
<ace-element id="ace_element">function test() { | |
var x = true; | |
}</ace-element> | |
</section> | |
</core-header-panel> | |
</template> | |
<script> | |
Polymer({ | |
}); | |
</script> | |
</polymer-element> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment