Ajoute le module météo WorldWeatherOnline

Pour #1
This commit is contained in:
2016-11-21 23:04:33 +01:00
parent 56e63ed73e
commit 8dd16c5f34
4 changed files with 237 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#worldweatheronline {position:absolute; top:10px; left: 100px;padding:5px;-webkit-border-radius: 5px;
-moz-border-radius: 5px;border: 1px solid rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);}
#worldweatheronline .weatherpic img {
float: left; width: 53px; height: 53px; margin-right:10px;
}
#city-submit{cursor:pointer;}