Last active
August 29, 2015 14:06
-
-
Save ethancoder151/4742b246b605a56f2cf9 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-icons/core-icons.html"> | |
| <link rel="import" href="../paper-icon-button/paper-icon-button.html"> | |
| <link rel="import" href="../paper-tabs/paper-tabs.html"> | |
| <link rel="import" href="../paper-tabs/paper-tab.html"> | |
| <link rel="import" href="../core-animated-pages/core-animated-pages.html"> | |
| <link rel="import" href="../core-animated-pages/transitions/hero-transition.html"> | |
| <link rel="import" href="../core-animated-pages/transitions/cross-fade.html"> | |
| <link rel="import" href="../core-animated-pages/transitions/slide-down.html"> | |
| <link rel="import" href="../core-animated-pages/transitions/slide-up.html"> | |
| <link rel="import" href="../core-animated-pages/transitions/tile-cascade.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="../topeka-elements/avatars.html"> | |
| <link rel="import" href="../core-icon/core-icon.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| :host { | |
| position: absolute; | |
| width: 100%; | |
| height: 100%; | |
| box-sizing: border-box; | |
| } | |
| body { | |
| font-family: sans-serif; | |
| background-color: rgb(238, 238, 238); | |
| } | |
| core-toolbar { | |
| background-color: rgb(3, 169, 244); | |
| } | |
| #section { | |
| left: -10px; | |
| top: -50px; | |
| position: absolute; | |
| } | |
| #section1 { | |
| left: 40px; | |
| top: 10px; | |
| position: absolute; | |
| } | |
| #section2 { | |
| left: 30px; | |
| top: 140px; | |
| position: absolute; | |
| } | |
| #section3 { | |
| width: 100%; | |
| height: 100%; | |
| left: -10px; | |
| top: 120px; | |
| position: static; | |
| } | |
| #paper_tabs1 { | |
| color: rgb(255, 255, 255); | |
| box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 2px; | |
| background-color: rgb(0, 188, 212); | |
| } | |
| #core_animated_pages { | |
| width: 100%; | |
| height: 500px; | |
| overflow: hidden; | |
| left: 0px; | |
| position: static; | |
| background-color: rgb(238, 238, 238); | |
| } | |
| #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; | |
| padding: 50px; | |
| background-color: rgb(255, 255, 255); | |
| } | |
| #core_card1 { | |
| 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; | |
| padding: 50px; | |
| background-color: rgb(255, 255, 255); | |
| } | |
| #div2 { | |
| left: 100px; | |
| } | |
| #paper_fab1 { | |
| left: 110px; | |
| } | |
| #core_icon { | |
| height: 150px; | |
| width: 160px; | |
| border-top-left-radius: 50%; | |
| border-top-right-radius: 50%; | |
| border-bottom-right-radius: 50%; | |
| border-bottom-left-radius: 50%; | |
| overflow: hidden; | |
| } | |
| #core_icon1 { | |
| height: 150px; | |
| width: 160px; | |
| margin: 0px 8px; | |
| border-top-left-radius: 50%; | |
| border-top-right-radius: 50%; | |
| border-bottom-right-radius: 50%; | |
| border-bottom-left-radius: 50%; | |
| overflow: hidden; | |
| } | |
| #core_icon2 { | |
| height: 150px; | |
| width: 170px; | |
| border-top-left-radius: 50%; | |
| border-top-right-radius: 50%; | |
| border-bottom-right-radius: 50%; | |
| border-bottom-left-radius: 50%; | |
| overflow: hidden; | |
| } | |
| #core_selector { | |
| position: relative; | |
| } | |
| </style> | |
| <core-toolbar id="core_toolbar" class="medium-tall" active> | |
| <paper-icon-button icon="menu" id="navicon"></paper-icon-button> | |
| <span id="span" flex>Lean Tutor</span> | |
| <paper-icon-button icon="more-vert" id="morebutton"></paper-icon-button> | |
| </core-toolbar> | |
| <section id="section2"> | |
| <section id="section1"> | |
| <section id="section" layout horizontal center center-justified> | |
| </section> | |
| </section> | |
| </section> | |
| <section id="section3" layout vertical> | |
| <paper-tabs noink nobar selected="0" selectedindex="0" id="paper_tabs1"> | |
| <paper-tab id="paper_tab2" active> Subjects</paper-tab> | |
| </paper-tabs> | |
| <section id="section4" flex relative> | |
| <core-animated-pages selected="{{ $.paper_tabs1.selected }}" lastselected="0" selectedindex="0" notap id="core_animated_pages"> | |
| <core-card id="core_card" two flex center vertical layout active> | |
| <paper-radio-group selected="Teacher" valueattr="label" id="paper_radio_group"> | |
| </paper-radio-group> | |
| <div id="div" layout horizontal end-justified> | |
| </div> | |
| <div id="div1"> | |
| </div> | |
| <core-selector selected="2" selectedindex="2" id="core_selector" layout horizontal three flex> | |
| <core-icon icon="avatars:avatar-1" id="core_icon" designmeta="topeka-avatar"></core-icon> | |
| <core-icon icon="avatars:avatar-2" id="core_icon1" designmeta="topeka-avatar"></core-icon> | |
| <core-icon icon="avatars:avatar-3" id="core_icon2" designmeta="topeka-avatar" active></core-icon> | |
| </core-selector> | |
| </core-card> | |
| </core-animated-pages> | |
| </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