<!DOCTYPE html>
<html>

  <head>
    <script data-require="polymer@*" data-semver="1.0.0" src="http://polygit.org/components/webcomponentsjs/webcomponents-lite.js"></script>
    <link rel="import" src="//polygit.org/components/polymer/polymer.html">
    
    <!-- 2. Use an HTML Import to bring in some elements. -->
    <link rel="import" href="elements.html">
    <link rel="stylesheet" href="style.css" />
    
    <link rel="import" href="Header.html">
    
    <script src="script.js"></script>
    
    <style is="custom-style">
      :root {
        --dark-primary-color: #455A64;
        --default-primary-color: #607D8B;
        --light-primary-color: #CFD8DC;
        --text-primary-color: #FFFFFF;
        --accent-color: #FF9800;
        --primary-text-color: #212121;
        --secondary-text-color: #727272;
        --divider-color: #B6B6B6;
        
        
        --paper-tabs-selection-bar-color: #FF9800
      }
    </style>
  </head>

  <body>
    <Header></Header>
  </body>

</html>
// Code goes here

/* Styles go here */

@import url(
  'https://fonts.googleapis.com/css?family=RobotoDraft:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900,900italic'
);

body {
  color: #333;
  font-family: "RobotoDraft", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
<base href="//polygit.org/components">

<link rel="import" href="//rawgit.com/KageKirin/polymer-cdn/master/core/client/bower_components/iron-flex-layout/classes/iron-flex-layout.html">
<link rel="import" href="//rawgit.com/KageKirin/polymer-cdn/master/core/client/bower_components/iron-icons/iron-icons.html">
<link rel="import" href="//rawgit.com/KageKirin/polymer-cdn/master/core/client/bower_components/iron-pages/iron-pages.html">
<link rel="import" href="//rawgit.com/KageKirin/polymer-cdn/master/core/client/bower_components/iron-selector/iron-selector.html">
<link rel="import" href="//rawgit.com/KageKirin/polymer-cdn/master/core/client/bower_components/paper-drawer-panel/paper-drawer-panel.html">
<link rel="import" href="//rawgit.com/KageKirin/polymer-cdn/master/core/client/bower_components/paper-icon-button/paper-icon-button.html">
<link rel="import" href="//rawgit.com/KageKirin/polymer-cdn/master/core/client/bower_components/paper-item/paper-item.html">
<link rel="import" href="//rawgit.com/KageKirin/polymer-cdn/master/core/client/bower_components/paper-material/paper-material.html">
<link rel="import" href="//rawgit.com/KageKirin/polymer-cdn/master/core/client/bower_components/paper-menu/paper-menu.html">
<link rel="import" href="//rawgit.com/KageKirin/polymer-cdn/master/core/client/bower_components/paper-scroll-header-panel/paper-scroll-header-panel.html">
<link rel="import" href="//rawgit.com/KageKirin/polymer-cdn/master/core/client/bower_components/paper-styles/paper-styles-classes.html">
<link rel="import" href="//rawgit.com/KageKirin/polymer-cdn/master/core/client/bower_components/paper-toast/paper-toast.html">
<link rel="import" href="//rawgit.com/KageKirin/polymer-cdn/master/core/client/bower_components/paper-toolbar/paper-toolbar.html">
<link rel="import" href="//rawgit.com/KageKirin/polymer-cdn/master/core/client/bower_components/paper-button/paper-button.html">
<link rel="import" href="//rawgit.com/KageKirin/polymer-cdn/master/core/client/bower_components/paper-tabs/paper-tabs.html">
<link rel="import" href="//rawgit.com/KageKirin/polymer-cdn/master/core/client/bower_components/paper-input/paper-input.html">
<link rel="import" href="//rawgit.com/KageKirin/polymer-cdn/master/core/client/bower_components/paper-toolbar/paper-toolbar.html">
<link rel="import" href="//rawgit.com/KageKirin/polymer-cdn/master/core/client/bower_components/paper-header-panel/paper-header-panel.html">
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->

<link rel="import" src="//polygit.org/components/PolymerElements/paper-styles/master/color.html">
<link rel="import" src="//polygit.org/components/polymer/polymer.html">

<!-- shared-styles.html -->
<style is="custom-style">
  :root {
    /*
     * You can use these generic variables in your elements for easy theming.
     * For example, if all your elements use `--primary-text-color` as its main
     * color, then switching from a light to a dark theme is just a matter of
     * changing the value of `--primary-text-color` in your application.
     */
    --primary-text-color: var(--light-theme-text-color);
    --primary-background-color: var(--light-theme-background-color);
    --secondary-text-color: var(--light-theme-secondary-color);
    --disabled-text-color: var(--light-theme-disabled-color);
    --divider-color: var(--light-theme-divider-color);
    --error-color: var(--paper-deep-orange-a700);
    /*
     * Primary and accent colors. Also see color.html for more colors.
     */
    --primary-color: var(--paper-indigo-500);
    --light-primary-color: var(--paper-indigo-100);
    --dark-primary-color: var(--paper-indigo-700);
    --accent-color: var(--paper-pink-a200);
    --light-accent-color: var(--paper-pink-a100);
    --dark-accent-color: var(--paper-pink-a400);

    /*
     * Material Design Dark background theme
     */
    --dark-theme-background-color: var(--paper-grey-900);
    --dark-theme-base-color: #ffffff;
    --dark-theme-text-color: #ffffff;
    --dark-theme-secondary-color: #bcbcbc;  /* for secondary text and icons */
    --dark-theme-disabled-color: #646464;  /* disabled/hint text */
    --dark-theme-divider-color: #3c3c3c;

  }
</style>
<base href="//rawgit.com/KageKirin/polymer-cdn/master/core/client/bower_components/">
<link rel="import" href="paper-tabs/paper-tabs.html">
<link rel="import" href="paper-toolbar/paper-toolbar.html">

<dom-module id='my-tabs'>
  <template>
    <paper-toolbar class="medium-tall">
        <h1>iAnalyse</h1>
        <iron-icon id="sync" icon="notification:sync" hidden$="[[_hideSyncIcon(status)]]" title="Syncing…"></iron-icon>
        <span class="flex"></span>
        <paper-button on-tap="_openInfoWindow" class="about-button">Info</paper-button>
        <paper-button on-tap="_logout" class="logout-button">Quit</paper-button>

        <paper-tabs selected ="0" class="bottom self-end" style="width: 300px;">
          <paper-tab> TEST </paper-tab>
          <paper-tab> TEST2 </paper-tab>
        </paper-tabs>
  </paper-toolbar>
  </template>
</dom-module>
<script>
  Polymer({
    is:'app-header'
  })
</script>