Skip to content

Instantly share code, notes, and snippets.

@jsphkhan
Created June 16, 2014 03:31
Show Gist options
  • Save jsphkhan/d2000288ead94a3fa7f9 to your computer and use it in GitHub Desktop.
Save jsphkhan/d2000288ead94a3fa7f9 to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<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-field/core-field.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-input/core-input.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../speech-mic/speech-mic.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../core-layout/core-layout.html">
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html">
<link rel="import" href="../core-pages/core-pages.html">
<link rel="import" href="../core-tooltip/core-tooltip.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
box-sizing: border-box;
}
#core_scaffold {
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
width: 100%;
height: 100%;
}
#core_header_panel {
background-color: rgb(255, 255, 255);
}
#core_toolbar {
color: rgb(255, 255, 255);
background-color: rgb(79, 125, 201);
}
#core_menu {
font-size: 16px;
}
#core_layout {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
}
#core_toolbar1 {
right: 0px;
color: rgb(255, 255, 255);
fill: rgb(255, 255, 255);
background-color: rgb(79, 125, 201);
}
#core_card {
display: block;
width: 300px;
height: 300px;
padding: 4px;
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;
background-color: rgb(255, 255, 255);
}
#core_drawer_panel {
right: 0px;
bottom: 0px;
}
#section {
box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px, rgba(0, 0, 0, 0.0980392) 0px 0px 3px;
background-color: rgb(250, 250, 250);
}
#section1 {
height: 100%;
box-sizing: border-box;
background-color: rgb(221, 221, 221);
}
#core_icon {
height: 24px;
width: 24px;
}
#svg {
pointer-events: none;
width: 24px;
height: 24px;
display: block;
}
#core_header_panel1 {
width: 300px;
height: 400px;
}
#core_toolbar2 {
color: rgb(255, 255, 255);
background-color: rgb(79, 125, 201);
}
#section2 {
height: 1000px;
background: linear-gradient(rgb(214, 227, 231), rgb(173, 216, 230));
}
#core_icon1 {
height: 24px;
width: 24px;
}
#svg1 {
pointer-events: none;
width: 24px;
height: 24px;
display: block;
}
#core_menu1 {
font-size: 16px;
}
#core_pages {
width: 400px;
height: 400px;
border: 1px solid silver;
}
#core_toolbar3 {
right: 0px;
color: rgb(255, 255, 255);
fill: rgb(255, 255, 255);
background-color: rgb(79, 125, 201);
}
</style>
<core-scaffold id="core_scaffold">
<core-header-panel mode="seamed" id="core_header_panel" navigation flex>
<core-toolbar id="core_toolbar">
<core-field id="core_field" icon="search" theme="core-light-theme" center horizontal layout>
<core-icon icon="search" id="core_icon"></core-icon>
<core-input placeholder="text input" id="core_input" flex></core-input>
<speech-mic id="speech_mic"></speech-mic>
</core-field>
</core-toolbar>
<core-menu selected="Item2" valueattr="label" selectedindex="1" id="core_menu" theme="core-light-theme">
<core-item label="Item1" icon="settings" id="core_item" horizontal center layout></core-item>
<core-item label="Item2" icon="settings" id="core_item1" horizontal center layout active></core-item>
</core-menu>
<core-menu selected="0" selectedindex="0" id="core_menu1">
<core-submenu active label="Topics" icon="settings" id="core_submenu">
<core-item label="Topic 1" id="core_item2" horizontal center layout></core-item>
<core-item label="Topic 2" id="core_item3" horizontal center layout></core-item>
</core-submenu>
<core-submenu label="Favorites" icon="settings" id="core_submenu1">
<core-item label="Favorite 1" id="core_item4" horizontal center layout></core-item>
<core-item label="Favorite 2" id="core_item5" horizontal center layout></core-item>
<core-item label="Favorite 3" id="core_item6" horizontal center layout></core-item>
</core-submenu>
</core-menu>
</core-header-panel>
<div id="div" tool>Title</div>
<core-layout iscontainer vertical id="core_layout" class="core-v">
<core-toolbar id="core_toolbar1">
<core-icon-button icon="menu" id="core_icon_button"></core-icon-button>
<div id="div1" flex>Toolbar</div>
</core-toolbar>
<core-card id="core_card"></core-card>
<core-drawer-panel id="core_drawer_panel">
<section id="section" drawer>
<core-toolbar id="core_toolbar3">
<core-icon-button icon="menu" id="core_icon_button3"></core-icon-button>
<div id="div3" flex>Toolbar</div>
</core-toolbar>
</section>
<section id="section1" main>
<core-header-panel mode="standard" id="core_header_panel1">
<core-toolbar id="core_toolbar2">
<core-icon-button icon="menu" id="core_icon_button1"></core-icon-button>
<div id="div2">Header</div>
</core-toolbar>
<section id="section2">
<core-icon-button icon="menu" id="core_icon_button2" theme="core-light-theme"></core-icon-button>
<core-pages selected="0" selectedindex="0" notap id="core_pages">
<section id="section3" active>
<core-tooltip id="core_tooltip"></core-tooltip>
</section>
<section id="section4">Page Two</section>
</core-pages>
</section>
</core-header-panel>
</section>
</core-drawer-panel>
</core-layout>
<core-icon icon="search" id="core_icon1"></core-icon>
</core-scaffold>
</template>
<script>
Polymer('my-element', {
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment