Skip to content

Instantly share code, notes, and snippets.

@gaybro8777
Last active August 29, 2015 14:23
Show Gist options
  • Save gaybro8777/b2edd79043957f1cc6e4 to your computer and use it in GitHub Desktop.
Save gaybro8777/b2edd79043957f1cc6e4 to your computer and use it in GitHub Desktop.
designer
<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="../chart-js/chart-js.html">
<link rel="import" href="../topeka-elements/category-images.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;
top: 0px;
left: 0px;
}
#google_map_directions {
left: 570px;
top: 530px;
}
#google_map {
width: 400px;
height: 400px;
display: block;
left: 640px;
top: 370px;
}
#core_field {
left: 590px;
top: 510px;
}
#core_header_panel {
width: 300px;
height: 400px;
left: 560px;
top: 550px;
}
#paper_button {
left: 640px;
top: 470px;
}
#paper_checkbox {
left: 580px;
top: 530px;
}
#section {
box-sizing: border-box;
width: 420px;
height: 582px;
left: 320px;
top: 270px;
position: absolute;
}
#toolbar {
box-sizing: border-box;
height: 15%;
position: relative;
color: rgb(255, 255, 255);
font-size: 48px;
left: 520px;
top: 580px;
background-color: rgb(0, 187, 211);
}
#tiles-container {
padding-left: 3px;
height: 85%;
}
#tile-profile {
box-sizing: border-box;
float: left;
height: 30%;
width: 48%;
margin: 3px;
background-color: rgb(204, 204, 204);
}
#core_icon {
height: 128px;
width: 128px;
}
#div {
padding: 8px;
color: rgb(255, 255, 255);
background-color: rgb(170, 170, 170);
}
#tile-general {
box-sizing: border-box;
float: left;
height: 30%;
width: 48%;
margin: 3px;
}
#section2 {
background-color: rgb(255, 255, 141);
}
#core_icon1 {
height: 128px;
width: 128px;
}
#div1 {
padding: 8px;
color: rgb(255, 255, 255);
background-color: rgb(255, 235, 59);
}
#div2 {
box-sizing: border-box;
float: left;
height: 30%;
width: 48%;
margin: 3px;
background-color: rgb(185, 246, 202);
}
#core_icon2 {
height: 128px;
width: 128px;
}
#div3 {
padding: 8px;
color: rgb(255, 255, 255);
background-color: rgb(15, 157, 88);
}
#div4 {
box-sizing: border-box;
float: left;
height: 30%;
width: 48%;
margin: 3px;
background-color: rgb(255, 138, 128);
}
#core_icon3 {
height: 128px;
width: 128px;
}
#div5 {
padding: 8px;
color: rgb(255, 255, 255);
background-color: rgb(219, 68, 55);
}
#div6 {
box-sizing: border-box;
float: left;
height: 30%;
width: 48%;
margin: 3px;
background-color: rgb(130, 177, 255);
}
#core_icon4 {
height: 128px;
width: 128px;
}
#div7 {
padding: 8px;
color: rgb(255, 255, 255);
background-color: rgb(66, 133, 244);
}
#div8 {
box-sizing: border-box;
float: left;
height: 30%;
width: 48%;
margin: 3px;
background-color: rgb(179, 136, 255);
}
#core_icon5 {
height: 128px;
width: 128px;
}
#div9 {
padding: 8px;
color: rgb(255, 255, 255);
background-color: rgb(126, 87, 194);
}
#paper_fab {
left: 330px;
top: 690px;
position: absolute;
}
#paper_fab1 {
left: 610px;
top: 600px;
}
#core_selector {
left: 590px;
top: 640px;
}
#chart_js {
width: 300px;
height: 200px;
left: -60px;
top: 710px;
position: absolute;
}
#section7 {
box-sizing: border-box;
width: 420px;
height: 582px;
left: 50px;
top: 640px;
position: absolute;
}
#section8 {
left: -20px;
top: 650px;
position: absolute;
background-color: rgb(255, 255, 141);
}
#core_icon8 {
height: 256px;
width: 256px;
z-index: 100;
}
#div10 {
box-sizing: border-box;
position: relative;
height: 80px;
padding: 24px;
color: rgb(255, 255, 255);
font-size: 32px;
background-color: rgb(255, 235, 59);
}
#div12 {
position: absolute;
color: rgb(255, 255, 255);
bottom: 50px;
right: 24px;
}
#core_drawer_panel {
position: absolute;
top: 520px;
right: 0px;
bottom: 0px;
left: 620px;
}
#paper_fab2 {
left: 580px;
top: 570px;
}
#topeka_app {
width: 300px;
height: 300px;
min-height: 450px;
}
</style>
<paper-fab icon="av:play-arrow" id="paper_fab"></paper-fab>
<chart-js id="chart_js"></chart-js>
<section id="section7" layout vertical>
<div id="div10" class="bottom" hero hero-id="bottom">
<span id="span2">General Knowledge</span>
</div>
<div id="div11" hero class="dummy"></div>
<div id="div12" class="fab fab-0">
<paper-fab icon="av:play-arrow" id="paper_fab1" cross-fade-delayed></paper-fab>
</div>
</section>
<section id="section8" class="top" flex layout horizontal center center-justified hero hero-id="top">
<core-icon icon="category-images:knowledge" id="core_icon8" cross-fade-delayed designmeta="topeka-image"></core-icon>
</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