<?xml version="1.0" encoding="iso-8859-1" ?>
<stylesheet>
  <image width="468" height="60" />
  <!-- ================= Frame ================= -->
  <frame width="468" height="60" 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_468x60.png" stretch="1" />
    <background texture="tex_bluegrad.png" stretch="1" />
    <border cornerradius="5" color="FF909090" thick="1" /> 
  </frame>

  
  <textbox width="320" height="35" shadow="0" position-x="65" position-y="-6" margin="10">
    <text alignement="4">
      <line text="Lagny le $CurrentDate[%A %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="80" position-y="15" 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="80" position-y="30" 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="230" position-y="15" 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="230" position-y="30" 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>
 

</stylesheet>