Last active
August 29, 2015 14:08
-
-
Save teolemon/1c38daa46417cf441a97 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-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="../paper-tabs/paper-tabs.html"> | |
| <link rel="import" href="../paper-tabs/paper-tab.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="../core-ajax/core-ajax.html"> | |
| <link rel="import" href="../core-icon/core-icon.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-menu/core-submenu.html"> | |
| <link rel="import" href="../paper-icon-button/paper-icon-button.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| :host { | |
| position: absolute; | |
| width: 100%; | |
| height: 100%; | |
| box-sizing: border-box; | |
| } | |
| #paper_tabs1 { | |
| color: rgb(255, 255, 255); | |
| box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 2px; | |
| left: 240px; | |
| top: 60px; | |
| position: absolute; | |
| background-color: rgb(0, 188, 212); | |
| } | |
| #paper_input { | |
| left: 1120px; | |
| top: 510px; | |
| } | |
| #paper_icon_button { | |
| left: 18px; | |
| top: 10px; | |
| position: absolute; | |
| } | |
| #div1 { | |
| left: 1210px; | |
| top: 480px; | |
| } | |
| #paper_fab { | |
| left: 1240px; | |
| top: 760px; | |
| position: absolute; | |
| } | |
| #paper_item { | |
| left: 1170px; | |
| top: 540px; | |
| } | |
| #core_menu1 { | |
| font-size: 16px; | |
| left: 1170px; | |
| top: 470px; | |
| } | |
| #core_item5 { | |
| left: 1240px; | |
| top: 510px; | |
| } | |
| #core_scaffold { | |
| position: absolute; | |
| top: 0px; | |
| right: 0px; | |
| bottom: 0px; | |
| left: 0px; | |
| } | |
| #core_header_panel { | |
| left: 10px; | |
| top: -50px; | |
| position: absolute; | |
| background-color: rgb(255, 255, 255); | |
| } | |
| #core_toolbar { | |
| color: rgb(255, 255, 255); | |
| left: -10px; | |
| top: 50px; | |
| position: absolute; | |
| background-color: rgb(79, 125, 201); | |
| } | |
| #core_item6 { | |
| left: 10px; | |
| top: 519.999984741211px; | |
| position: absolute; | |
| } | |
| #core_menu { | |
| font-size: 16px; | |
| left: 0.00347137451171875px; | |
| top: -3.98958587646484px; | |
| position: absolute; | |
| } | |
| #core_card { | |
| 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_ajax { | |
| left: 0px; | |
| top: 0px; | |
| position: absolute; | |
| } | |
| #core_icon { | |
| left: 1160px; | |
| top: 710px; | |
| position: absolute; | |
| } | |
| #core_card1 { | |
| position: absolute; | |
| width: 300px; | |
| height: 300px; | |
| 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; | |
| left: 420.000015258789px; | |
| top: 129.999984741211px; | |
| background-color: rgb(255, 255, 255); | |
| } | |
| </style> | |
| <core-scaffold id="core_scaffold"> | |
| <div id="div1" tool>Financial Analyst at Megacorp</div> | |
| <paper-tabs noink nobar selected="0" selectedindex="0" id="paper_tabs1"> | |
| <paper-tab id="paper_tab5" active>Today</paper-tab> | |
| <paper-tab id="paper_tab6">Get Ready</paper-tab> | |
| </paper-tabs> | |
| <paper-fab icon="work" id="paper_fab"></paper-fab> | |
| <core-card id="core_card" layout vertical></core-card> | |
| <core-ajax handleas="json" method="GET" id="core_ajax" hidden></core-ajax> | |
| <core-icon icon="search" id="core_icon"></core-icon> | |
| <core-card id="core_card1" layout vertical></core-card> | |
| <core-header-panel mode="seamed" id="core_header_panel" navigation flex> | |
| <core-menu selected="1" valueattr="label" selectedindex="1" id="core_menu1" theme="core-light-theme"> | |
| <core-item id="core_item5" icon="settings" label="Item1" horizontal center layout></core-item> | |
| <core-menu selected="1" selectedindex="1" id="core_menu" active> | |
| <core-submenu id="core_submenu" icon="settings" label="Topics"> | |
| <core-item id="core_item" label="Topic 1" horizontal center layout></core-item> | |
| <core-item id="core_item1" label="Topic 2" horizontal center layout></core-item> | |
| </core-submenu> | |
| <core-submenu opened active id="core_submenu1" icon="settings" label="Favorites"> | |
| <core-item id="core_item2" label="Favorite 1" horizontal center layout active></core-item> | |
| <core-item id="core_item3" label="Favorite 2" horizontal center layout></core-item> | |
| <core-item id="core_item4" label="Favorite 3" horizontal center layout></core-item> | |
| </core-submenu> | |
| </core-menu> | |
| </core-menu> | |
| <core-item id="core_item6" icon="settings" label="Item2" horizontal center layout>Settings</core-item> | |
| <core-toolbar id="core_toolbar"> | |
| <paper-icon-button icon="menu" id="paper_icon_button"></paper-icon-button> | |
| </core-toolbar> | |
| </core-header-panel> | |
| </core-scaffold> | |
| </template> | |
| <script> | |
| Polymer({ | |
| }); | |
| </script> | |
| </polymer-element> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment