Advertisement
Guest User

Untitled

a guest
May 25th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.07 KB | None | 0 0
  1. <link rel="import" href="../core-menu/core-submenu.html">
  2. <link rel="import" href="../core-item/core-item.html">
  3. <link rel="import" href="../core-icon-button/core-icon-button.html">
  4. <link rel="import" href="../core-input/core-input.html">
  5. <link rel="import" href="../core-icons/core-icons.html">
  6. <link rel="import" href="../core-icon/core-icon.html">
  7.  
  8. <polymer-element name="my-element">
  9.  
  10. <template>
  11. <style>
  12. :host {
  13. position: absolute;
  14. width: 100%;
  15. height: 100%;
  16. box-sizing: border-box;
  17. }
  18. #section {
  19. width: 80%;
  20. height: 90%;
  21. margin: 20px auto;
  22. background-color: rgb(243, 243, 245);
  23. }
  24. #core_menu {
  25. font-size: 14px;
  26. width: 100%;
  27. height: 70%;
  28. margin: 0px;
  29. background-color: rgb(128, 255, 255);
  30. }
  31. #logoF {
  32. width: 100%;
  33. height: 30%;
  34. background-color: rgb(49, 47, 48);
  35. }
  36. #section1 {
  37. width: 15%;
  38. height: 100%;
  39. background-color: rgb(255, 255, 255);
  40. }
  41. #section2 {
  42. width: 85%;
  43. height: 100%;
  44. background-color: rgb(241, 246, 250);
  45. }
  46. #logo {
  47. width: 60%;
  48. height: 50%;
  49. background-color: rgb(255, 128, 192);
  50. }
  51. #Row1 {
  52. height: 6%;
  53. width: 100%;
  54. background-color: rgb(255, 255, 255);
  55. }
  56. #paper_button {
  57. left: 1610px;
  58. top: 690px;
  59. }
  60. #core_icon_button1 {
  61. width: 5%;
  62. height: 100%;
  63. padding: 15px;
  64. margin: 0px;
  65. }
  66. #core_scroll_header_panel {
  67. width: 380px;
  68. height: 460px;
  69. left: 571.609375px;
  70. top: 610px;
  71. position: absolute;
  72. }
  73. #core_toolbar {
  74. color: rgb(241, 241, 241);
  75. fill: rgb(241, 241, 241);
  76. background-color: rgb(66, 133, 244);
  77. }
  78. #core_icon_button2 {
  79. width: 10%;
  80. height: 100%;
  81. padding: 15px;
  82. margin: 0px;
  83. }
  84. #input {
  85. padding: 0px;
  86. width: 15%;
  87. height: 70%;
  88. margin: 3px;
  89. border: 1px solid;
  90. background-color: rgb(255, 255, 255);
  91. }
  92. #Row2 {
  93. width: 100%;
  94. height: 15%;
  95. background-color: rgb(255, 255, 128);
  96. }
  97. #Row3 {
  98. height: 79%;
  99. width: 95%;
  100. margin: 0px 0px 0px 5%;
  101. background-color: rgb(255, 128, 192);
  102. }
  103. #core_icon {
  104. height: 70%;
  105. width: 10%;
  106. margin: 2% auto auto 5%;
  107. }
  108. #content-row1 {
  109. width: 100%;
  110. height: 25%;
  111. background-color: rgb(255, 255, 255);
  112. }
  113. #Graph {
  114. width: 10%;
  115. height: 100%;
  116. background-color: rgb(0, 128, 255);
  117. }
  118. #core_icon1 {
  119. width: 100%;
  120. height: 100%;
  121. }
  122. #section3 {
  123. width: 90%;
  124. height: 100%;
  125. background-color: rgb(255, 0, 0);
  126. }
  127. #Manager {
  128. color: blue;
  129. background-color: rgb(0, 128, 192);
  130. }
  131. </style>
  132. <section id="section" horizontal layout>
  133. <section id="section1">
  134. <section id="logoF" active horizontal layout center center-justified>
  135. <section id="logo"></section>
  136. </section>
  137. <core-menu selected="0" selectedindex="0" id="core_menu">
  138. <core-submenu opened active id="Manager" icon="settings" label="Community Manager">
  139. <core-item id="core_item" label="James's Space" horizontal center layout></core-item>
  140. <core-item id="core_item1" label="Fiona's Space" horizontal center layout></core-item>
  141. <core-item id="core_item1" label="Kaitlyn's Space" horizontal center layout></core-item>
  142. <core-item id="core_item1" label="Sara's Space" horizontal center layout></core-item>
  143. </core-submenu>
  144. <core-submenu id="Client" icon="settings" label="Client">
  145. <core-item id="core_item2" label="iku Wholefood" horizontal center layout></core-item>
  146. <core-item id="core_item3" label="Nutriway" horizontal center layout></core-item>
  147. <core-item id="core_item4" label="Hello Social" horizontal center layout></core-item>
  148. </core-submenu>
  149. </core-menu>
  150. </section>
  151. <section id="section2">
  152. <section id="Row1">
  153. <core-icon-button icon="menu" id="core_icon_button1" theme="core-light-theme"></core-icon-button>
  154. <input id="input" placeholder="type something..." is="core-input">
  155. <core-icon-button icon="search" id="core_icon_button2">Search</core-icon-button>
  156. </section>
  157. <section id="Row2" horizontal layout around-justified>
  158. <core-icon icon="search" id="core_icon"></core-icon>
  159. </section>
  160. <section id="Row3">
  161. <section id="content-row1" horizontal layout>
  162. <section id="Graph">
  163. <core-icon icon="search" id="core_icon1"></core-icon>
  164. </section>
  165. <section id="section3"></section>
  166. </section>
  167. </section>
  168. </section>
  169. </section>
  170. </template>
  171.  
  172. <script>
  173.  
  174. Polymer({
  175.  
  176. });
  177.  
  178. </script>
  179.  
  180. </polymer-element>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement