Version avec modules séparés !
This commit is contained in:
1
modules/weather/css/neige.css
Normal file
1
modules/weather/css/neige.css
Normal file
@@ -0,0 +1 @@
|
||||
#weather .weatherpic{float:left; background:url(../images/weather/pluie.png) top left no-repeat; width:53px; height:53px; margin-right:10px;}
|
1
modules/weather/css/nuage.css
Normal file
1
modules/weather/css/nuage.css
Normal file
@@ -0,0 +1 @@
|
||||
#weather .weatherpic{float:left; background:url(../images/weather/nuage.png) top left no-repeat; width:53px; height:53px; margin-right:10px;}
|
1
modules/weather/css/peunuage.css
Normal file
1
modules/weather/css/peunuage.css
Normal file
@@ -0,0 +1 @@
|
||||
#weather .weatherpic{float:left; background:url(../images/weather/peu-nuageux.png) top left no-repeat; width:53px; height:53px; margin-right:10px;}
|
1
modules/weather/css/pluie.css
Normal file
1
modules/weather/css/pluie.css
Normal file
@@ -0,0 +1 @@
|
||||
#weather .weatherpic{float:left; background:url(../images/weather/pluie.png) top left no-repeat; width:53px; height:53px; margin-right:10px;}
|
1
modules/weather/css/soleil.css
Normal file
1
modules/weather/css/soleil.css
Normal file
@@ -0,0 +1 @@
|
||||
#weather .weatherpic{float:left; background:url(../images/weather/soleil.png) top left no-repeat; width:53px; height:53px; margin-right:10px;}
|
6
modules/weather/css/weather.css
Normal file
6
modules/weather/css/weather.css
Normal file
@@ -0,0 +1,6 @@
|
||||
#weather {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);}
|
||||
|
||||
#city-submit{cursor:pointer;}
|
Reference in New Issue
Block a user