Advertisement
Guest User

Untitled

a guest
May 4th, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.07 KB | None | 0 0
  1. <link rel="import" href="../core-icon-button/core-icon-button.html">
  2. <link rel="import" href="../core-toolbar/core-toolbar.html">
  3. <link rel="import" href="../core-header-panel/core-header-panel.html">
  4. <link rel="import" href="../paper-ripple/paper-ripple.html">
  5. <link rel="import" href="../core-field/core-field.html">
  6. <link rel="import" href="../core-icon/core-icon.html">
  7. <link rel="import" href="../core-input/core-input.html">
  8. <link rel="import" href="../paper-button/paper-button.html">
  9.  
  10. <polymer-element name="my-element">
  11.  
  12. <template>
  13. <style>
  14. :host {
  15. width: 100%;
  16. height: 100%;
  17. box-sizing: border-box;
  18. }
  19. h1 {
  20. text-decoration: underline;
  21. text-align: center;
  22. color: white;
  23. }
  24. h2 {
  25. text-decoration: none;
  26. color: white;
  27. }
  28. p {
  29. color: white;
  30. text-indent: 50px;
  31. }
  32. #core_header_panel {
  33. width: 1370px;
  34. height: 580px;
  35. left: 0px;
  36. top: 0px;
  37. position: absolute;
  38. background-color: rgb(229, 229, 229);
  39. }
  40. #section {
  41. height: 100%;
  42. width: 100%;
  43. left: 0px;
  44. top: 0px;
  45. background: linear-gradient(rgb(214, 227, 231), rgb(173, 216, 230));
  46. }
  47. #core_toolbar {
  48. right: 0px;
  49. left: 0px;
  50. color: rgb(255, 255, 255);
  51. fill: rgb(255, 255, 255);
  52. top: 0px;
  53. position: absolute;
  54. background-color: rgb(79, 125, 201);
  55. }
  56. #div {
  57. height: 30px;
  58. left: 68px;
  59. top: 20px;
  60. width: 70px;
  61. position: absolute;
  62. }
  63. #core_card {
  64. position: absolute;
  65. width: 480px;
  66. height: 380px;
  67. border-radius: 2px;
  68. box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px, rgba(0, 0, 0, 0.0980392) 0px 0px 3px;
  69. left: 40px;
  70. top: 30px;
  71. background-color: rgb(136, 138, 162);
  72. }
  73. #paper_ripple {
  74. width: 50px;
  75. height: 50px;
  76. left: 550px;
  77. top: 260px;
  78. position: absolute;
  79. }
  80. #input {
  81. padding: 15px;
  82. left: 690px;
  83. position: absolute;
  84. width: 400px;
  85. color: black;
  86. top: 100px;
  87. background-color: rgb(138, 140, 164);
  88. }
  89. #input1 {
  90. padding: 15px;
  91. left: 690px;
  92. position: absolute;
  93. width: 400px;
  94. top: 200px;
  95. background-color: rgb(138, 140, 164);
  96. }
  97. #core_field {
  98. left: 780px;
  99. top: 400px;
  100. position: absolute;
  101. }
  102. #input2 {
  103. padding: 15px;
  104. left: 690px;
  105. top: 300px;
  106. position: absolute;
  107. width: 400px;
  108. height: 50px;
  109. background-color: rgb(138, 140, 164);
  110. }
  111. #div1 {
  112. left: 620px;
  113. top: 550px;
  114. position: absolute;
  115. }
  116. #paper_button {
  117. left: 1153px;
  118. top: 400px;
  119. position: absolute;
  120. width: 80px;
  121. height: 40px;
  122. background-color: rgb(0, 128, 192);
  123. }
  124. #p {
  125. margin: 5px;
  126. padding: 5px;
  127. top: 20px;
  128. }
  129. #h2 {
  130. top: 20px;
  131. left: 50px;
  132. position: absolute;
  133. }
  134. #paper_button1 {
  135. width: 340px;
  136. height: 60px;
  137. left: 60px;
  138. top: 20px;
  139. background-color: rgb(128, 128, 128);
  140. }
  141. #paper_button2 {
  142. left: 60px;
  143. top: 30px;
  144. width: 340px;
  145. height: 60px;
  146. background-color: rgb(128, 128, 128);
  147. }
  148. #h22 {
  149. left: 26.53125px;
  150. top: 0px;
  151. position: absolute;
  152. }
  153. #core_toolbar1 {
  154. right: 0px;
  155. left: 0px;
  156. color: rgb(255, 255, 255);
  157. fill: rgb(255, 255, 255);
  158. top: 540px;
  159. background-color: rgb(64, 128, 128);
  160. }
  161. </style>
  162. <core-header-panel mode="standard" id="core_header_panel">
  163. <section id="section">
  164. <paper-ripple id="paper_ripple"></paper-ripple>
  165. <core-field id="core_field" icon="search" theme="core-light-theme" center horizontal layout>
  166. <core-input id="core_input" flex></core-input>
  167. </core-field>
  168. <gangnam-style>xyz</gangnam-style>
  169. <div id="div1" layout horizontal>
  170. </div>
  171. </section>
  172. <core-toolbar id="core_toolbar">
  173. <core-icon-button icon="menu" id="core_icon_button"></core-icon-button>
  174. <div id="div" flex start>
  175. </div>
  176. <h2 id="h2">Greycel</h2>
  177. </core-toolbar>
  178. <core-card id="core_card" layout vertical>
  179. <h1 id="h1">
  180. Who are We?
  181. </h1>
  182. <p id="p" start>
  183. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed a eros lectus. Proin vitae lobortis eros, eu egestas lacus. Aliquam erat volutpat. Duis lacinia ante velit, vitae convallis nibh hendrerit ac. Nulla cursus, eros in porta fermentum, quam nisi malesuada purus, nec hendrerit turpis neque molestie purus. Nulla facilisi. Suspendisse vitae tellus enim. Suspendisse lobortis hendrerit auctor. Praesent pretium ligula arcu. Morbi at eros mattis, porttitor magna ac, accumsan neque. Morbi blandit nec purus in congue. Morbi ipsum nibh, vehicula eu faucibus in, interdum elementum quam. Etiam quis eros massa. Quisque luctus ligula vel lacus luctus laoreet. Morbi lacus est, ultricies non elementum non, mollis eget massa. Curabitur rutrum vulputate iaculis.</p>
  184. <paper-button recenteringtouch id="paper_button1">
  185. <h2 id="h21">Our References in the Media</h2>
  186. </paper-button>
  187. <paper-button id="paper_button2">
  188. <h2 id="h22">OUR SOCIAL MEDIA PRESCENCE</h2>
  189. </paper-button>
  190. </core-card>
  191. <input id="input" placeholder="please enter your name">
  192. <input id="input1" placeholder="please enter your email" is="core-input">
  193. <input id="input2" placeholder="message" is="core-input">
  194. <paper-button raised recenteringtouch id="paper_button">Send</paper-button>
  195. <core-toolbar id="core_toolbar1">
  196. <div id="div2" flex>Secondary Menu</div>
  197. </core-toolbar>
  198. </core-header-panel>
  199. </template>
  200.  
  201. <script>
  202.  
  203. Polymer({
  204.  
  205. });
  206.  
  207. </script>
  208.  
  209. </polymer-element>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement