<?xml version="1.0" encoding="iso-8859-1" ?>
<stylesheet>
  <image width="728" height="90" />
  <!-- ================= Frame ================= -->
  <frame width="728" height="90" position-x="0" position-y="0" shadow="0">
    <title text="" alignement="left|top" angle="0">
      <font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
    </title>
    <background color="ff0000ff" texture="banner_728x90.png" stretch="0" />
    <background texture="tex_bluegrad.png" stretch="1" />
    <border cornerradius="8" color="FF909090" thick="1" /> 
  </frame>
  
    
  <textbox width="300" height="35" shadow="0" position-x="315" position-y="-8" margin="10">
    <text alignement="4">
      <line text="Graphique dernières 24 heures" />
      <font color="FFFFFFFF" facename="arial" size="12" weight="400" italic="0" />
    </text>
  </textbox>
  
  <textbox width="260" height="35" shadow="0" position-x="60" position-y="-6" margin="10">
    <text alignement="4">
      <line text="Lagny le $CurrentDate[%d %B %Y  %Hh%M]" />
      <font color="FFFFFFFF" facename="arial" size="15" weight="400" italic="0" />
    </text>
  </textbox>
  
<textbox width="150" height="40" shadow="0" position-x="120" position-y="11" margin="10">
    <text alignement="left">
      <line text="Température : $Current[outdoor_temperature] $Unit[Temperature]" />
      <font color="FFFFFFFF" facename="arial" size="15" weight="400" italic="0" />
    </text>
    <background color="00000000" />
  </textbox>
  
  <textbox width="150" height="40" shadow="0" position-x="120" position-y="26" margin="10">
    <text alignement="left">
      <line text="Humidité :$Current[outdoor_humidity] %" />
      <font color="FFFFFFFF" facename="arial" size="15" weight="400" italic="0" />
    </text>
    <background color="00000000" />
  </textbox>
  
    <textbox width="150" height="40" shadow="0" position-x="120" position-y="41" margin="10">
    <text alignement="left">
      <line text="Pression :$Current[relative_pressure] $Unit[Pressure]" />
      <font color="FFFFFFFF" facename="Arial" size="15" weight="400" italic="0" />
    </text>
    <background color="00000000" />
  </textbox>
  
      <textbox width="150" height="40" shadow="0" position-x="120" position-y="56" margin="10">
    <text alignement="left">
      <line text="Total pluie : $Cumul[relative_rainfall,2.1] $Unit[Rainfall]" />
      <font color="FFFFFFFF" facename="Arial" size="15" weight="400" italic="0" />
    </text>
    <background color="00000000" />
  </textbox>
 
 <!-- ================= First Lineplot ================= -->
	<lineplot width="330" height="84" shadow="0" position-x="300" position-y="0" margin-top="13" margin-right="45" margin-bottom="1" margin-left="40">
		<title text="" alignement="vcenter|hcenter" angle="0">
			<font color="FF000000" facename="Arial" size="16" weight="400" italic="1" />
		</title>
		<border cornerradius="10" color="00000000" thick="0" />
		<xaxis color="00000000" grid="1" autoscale="0" min="0" max="0" titleside="bottom">
			<title text="" alignement="vcenter|hcenter" angle="0">
				<font color="00000000" facename="Arial" size="14" weight="400" italic="0" />
			</title>
			<labels labelinterval="1" angle="0" format="%H:%M" side="left" hide="0">
				<font color="00000000" facename="Arial" size="14" weight="400" italic="0" />
			</labels>
			<ticks majorticks="3" minorticks="4" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
		</xaxis>
		<y1axis color="FFFF0000" grid="1" autoscale="1" min="0" max="0" titleside="left" titlemargin="25">
			<title text="Temp. ($Unit[Temperature])" alignement="vcenter|hcenter" angle="0">
				<font color="FFFF0000" facename="Arial" size="14" weight="400" italic="1" />
			</title>
			<labels labelinterval="1" angle="0" format=".0" side="left" hide="0">
				<font color="FFFF0000" facename="Arial" size="14" weight="400" italic="0" />
			</labels>
			<ticks majorticks="3" minorticks="2" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
		</y1axis>
		<y2axis side="right" color="FF00F0F0" grid="0" autoscale="1" titleside="right" titlemargin="28">
			<title text="Press. ($Unit[Pressure])" alignement="vcenter|hcenter" angle="0">
				<font color="FF00F0F0" facename="Arial" size="14" weight="400" italic="1" />
			</title>
			<labels labelinterval="1" angle="0" format=".0" side="right" hide="0">
				<font color="FF00F0F0" facename="Arial" size="14" weight="400" italic="0" />
			</labels>
			<ticks majorticks="3" minorticks="2" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
		</y2axis>

		<data>
			<outdoor_temperature axisbind="y1axis" legend="" hidelegend="1" color1="FFFF0000" color2="FF0000FF" antialiasing="1" filled="0" hide="1" thick="1.2"/>
			<relative_pressure axisbind="y2axis" legend="" hidelegend="1" color1="FF00F0F0" color2="FF00FF00" antialiasing="1" filled="0" thick="1"/>
		</data>
	</lineplot>
  
</stylesheet>


