Correction des scripts & CSS suite au rangement des images.

This commit is contained in:
Chouchen
2010-09-15 15:55:18 +00:00
parent 2867db4179
commit f52b55ed1e
17 changed files with 90 additions and 90 deletions

View File

@@ -15,7 +15,7 @@ float:left;
.clock{
/* The .clock div. Created dynamically by jQuery */
background:url(../images/clock.png) top left no-repeat;
background:url(../images/interface/clock.png) top left no-repeat;
background-color:#FFF;
height:100px;

View File

@@ -39,7 +39,7 @@
height: 40px;
width: 40px;
margin-top: -20px;
margin-left: -20px;
@@ -110,7 +110,7 @@
* html #fancybox-overlay { /* IE6 */
position: absolute;
position: absolute;
width: 100%;
@@ -177,7 +177,7 @@
left: 0;
width: 1px;
height: 1px;
padding: 0;
@@ -192,19 +192,19 @@
#fancybox-hide-sel-frame {
#fancybox-hide-sel-frame {
position: absolute;
top: 0;
left: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
background: transparent;
}
@@ -214,7 +214,7 @@
position: absolute;
top: -15px;
top: -15px;
right: -15px;
@@ -240,11 +240,11 @@
font: normal 12px/20px Arial;
}
}
#fancybox-content {
#fancybox-content {
height: auto;
@@ -273,7 +273,7 @@ div#fancy-bg-n {
outline: none;
line-height: 0;
vertical-align: top;
-ms-interpolation-mode: bicubic;
@@ -281,7 +281,7 @@ div#fancy-bg-ne {
}
#fancybox-frame {
position: relative;
@@ -289,7 +289,7 @@ div#fancy-bg-e {
width: 100%;
height: 100%;
border: none;
display: block;
@@ -297,7 +297,7 @@ div#fancy-bg-se {
}
#fancybox-title {
position: absolute;
@@ -313,7 +313,7 @@ div#fancy-bg-sw {
z-index: 1102;
}
.fancybox-title-inside {
@@ -321,7 +321,7 @@ div#fancy-bg-w {
padding: 10px 0;
text-align: center;
color: #333;
}
@@ -329,5 +329,5 @@ div#fancy-bg-nw {
.fancybox-title-outside {
padding-top: 5px;

View File

@@ -292,7 +292,7 @@ a.green-button,a.green-button:visited{
text-decoration:none;
text-shadow:1px 1px 1px #DDDDDD;
background:url(../images/button_green.png) no-repeat left top;
background:url(../images/interface/button_green.png) no-repeat left top;
}
a.green-button:hover{
@@ -300,7 +300,7 @@ a.green-button:hover{
background-position:left bottom;
}
.jclock {position:absolute; top:10px; right:10px;z-index:500; width:200px;background:#fff url(../images/clock.png) top left no-repeat; padding:5px 0 0 5px; width:59px; height:21px;}
.jclock {position:absolute; top:10px; right:10px;z-index:500; width:200px;background:#fff url(../images/interface/clock.png) top left no-repeat; padding:5px 0 0 5px; width:59px; height:21px;}
#blogs {/*position:absolute; bottom:10px; left: 100px;*/padding:5px;width:350px;-webkit-border-radius: 5px;

View File

@@ -1 +1 @@
#weather .weatherpic{float:left; background:url(../images/pluie.png) top left no-repeat; width:53px; height:53px; margin-right:10px;}
#weather .weatherpic{float:left; background:url(../images/weather/pluie.png) top left no-repeat; width:53px; height:53px; margin-right:10px;}

View File

@@ -62,7 +62,7 @@ span.data{ display:none; }
width:980px;
height:500px;
z-index:10;
background:url(../images/add_a_note_help.gif) no-repeat left top;
/*background:url(../images/add_a_note_help.gif) no-repeat left top;*/
}
h3.popupTitle{
@@ -112,7 +112,7 @@ h3.popupTitle{
}
#note-submit{ margin:20px auto; }
.delete {display:none; height:16px; width:16px; background:url(../images/delete.png) top left no-repeat; position:absolute; top:5px; right:5px; z-index:9999;}
.delete {display:none; height:16px; width:16px; background:url(../images/interface/delete.png) top left no-repeat; position:absolute; top:5px; right:5px; z-index:9999;}
.delete:hover{cursor:pointer !important;}

View File

@@ -1 +1 @@
#weather .weatherpic{float:left; background:url(../images/nuage.png) top left no-repeat; width:53px; height:53px; margin-right:10px;}
#weather .weatherpic{float:left; background:url(../images/weather/nuage.png) top left no-repeat; width:53px; height:53px; margin-right:10px;}

View File

@@ -1 +1 @@
#weather .weatherpic{float:left; background:url(../images/peu-nuageux.png) top left no-repeat; width:53px; height:53px; margin-right:10px;}
#weather .weatherpic{float:left; background:url(../images/weather/peu-nuageux.png) top left no-repeat; width:53px; height:53px; margin-right:10px;}

View File

@@ -1 +1 @@
#weather .weatherpic{float:left; background:url(../images/pluie.png) top left no-repeat; width:53px; height:53px; margin-right:10px;}
#weather .weatherpic{float:left; background:url(../images/weather/pluie.png) top left no-repeat; width:53px; height:53px; margin-right:10px;}

View File

@@ -1 +1 @@
#weather .weatherpic{float:left; background:url(../images/soleil.png) top left no-repeat; width:53px; height:53px; margin-right:10px;}
#weather .weatherpic{float:left; background:url(../images/weather/soleil.png) top left no-repeat; width:53px; height:53px; margin-right:10px;}