Correction des scripts & CSS suite au rangement des images.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
left: 0;␍
|
||||
width: 40px;␍
|
||||
height: 480px;␍
|
||||
background: transparent url('../images/fancy_loading.png') no-repeat;␍
|
||||
background: transparent url('../images/fancy/fancy_loading.png') no-repeat;␍
|
||||
}␍
|
||||
␍
|
||||
#fancybox-overlay {␍
|
||||
@@ -110,7 +110,7 @@
|
||||
right: -15px;␍
|
||||
width: 32px;␍
|
||||
height: 32px;␍
|
||||
background: url('../images/fancy_close.png') top left no-repeat;␍
|
||||
background: url('../images/fancy/fancy_close.png') top left no-repeat;␍
|
||||
cursor: pointer;␍
|
||||
z-index: 1103;␍
|
||||
display: none;␍
|
||||
@@ -177,7 +177,7 @@
|
||||
␍
|
||||
#fancybox-title-over {␍
|
||||
padding: 10px;␍
|
||||
background: url('../images/fancy_title_over.png');␍
|
||||
background: url('../images/fancy/fancy_title_over.png');␍
|
||||
display: block;␍
|
||||
}␍
|
||||
␍
|
||||
@@ -192,19 +192,19 @@
|
||||
␍
|
||||
#fancybox-title-left {␍
|
||||
padding-left: 15px;␍
|
||||
background: transparent url('../images/fancy_title_left.png') repeat-x;␍
|
||||
background: transparent url('../images/fancy/fancy_title_left.png') repeat-x;␍
|
||||
}␍
|
||||
␍
|
||||
#fancybox-title-main {␍
|
||||
font-weight: bold;␍
|
||||
line-height: 29px;␍
|
||||
background: transparent url('../images/fancy_title_main.png') repeat-x;␍
|
||||
background: transparent url('../images/fancy/fancy_title_main.png') repeat-x;␍
|
||||
color: #FFF;␍
|
||||
}␍
|
||||
␍
|
||||
#fancybox-title-right {␍
|
||||
padding-left: 15px;␍
|
||||
background: transparent url('../images/fancy_title_right.png') repeat-x;␍
|
||||
background: transparent url('../images/fancy/fancy_title_right.png') repeat-x;␍
|
||||
}␍
|
||||
␍
|
||||
#fancybox-left, #fancybox-right {␍
|
||||
@@ -214,7 +214,7 @@
|
||||
width: 35%;␍
|
||||
cursor: pointer;␍
|
||||
outline: none;␍
|
||||
background-image: url('../images/blank.gif');␍
|
||||
background-image: url('../images/fancy/blank.gif');␍
|
||||
z-index: 1102;␍
|
||||
display: none;␍
|
||||
}␍
|
||||
@@ -240,11 +240,11 @@
|
||||
}␍
|
||||
␍
|
||||
#fancybox-left-ico {␍
|
||||
background: transparent url('../images/fancy_nav_left.png') no-repeat;␍
|
||||
background: transparent url('../images/fancy/fancy_nav_left.png') no-repeat;␍
|
||||
}␍
|
||||
␍
|
||||
#fancybox-right-ico {␍
|
||||
background: transparent url('../images/fancy_nav_right.png') no-repeat;␍
|
||||
background: transparent url('../images/fancy/fancy_nav_right.png') no-repeat;␍
|
||||
}␍
|
||||
␍
|
||||
#fancybox-left:hover, #fancybox-right:hover {␍
|
||||
@@ -273,7 +273,7 @@ div#fancy-bg-n {
|
||||
left: 0;␍
|
||||
width: 100%;␍
|
||||
height: 20px;␍
|
||||
background: transparent url('../images/fancy_shadow_n.png') repeat-x;␍
|
||||
background: transparent url('../images/fancy/fancy_shadow_n.png') repeat-x;␍
|
||||
}␍
|
||||
␍
|
||||
div#fancy-bg-ne {␍
|
||||
@@ -281,7 +281,7 @@ div#fancy-bg-ne {
|
||||
right: -20px;␍
|
||||
width: 20px;␍
|
||||
height: 20px;␍
|
||||
background: transparent url('../images/fancy_shadow_ne.png') no-repeat;␍
|
||||
background: transparent url('../images/fancy/fancy_shadow_ne.png') no-repeat;␍
|
||||
}␍
|
||||
␍
|
||||
div#fancy-bg-e {␍
|
||||
@@ -289,7 +289,7 @@ div#fancy-bg-e {
|
||||
right: -20px;␍
|
||||
height: 100%;␍
|
||||
width: 20px;␍
|
||||
background: transparent url('../images/fancy_shadow_e.png') repeat-y;␍
|
||||
background: transparent url('../images/fancy/fancy_shadow_e.png') repeat-y;␍
|
||||
}␍
|
||||
␍
|
||||
div#fancy-bg-se {␍
|
||||
@@ -297,7 +297,7 @@ div#fancy-bg-se {
|
||||
right: -20px;␍
|
||||
width: 20px;␍
|
||||
height: 20px;␍
|
||||
background: transparent url('../images/fancy_shadow_se.png') no-repeat;␍
|
||||
background: transparent url('../images/fancy/fancy_shadow_se.png') no-repeat;␍
|
||||
}␍
|
||||
␍
|
||||
div#fancy-bg-s {␍
|
||||
@@ -313,7 +313,7 @@ div#fancy-bg-sw {
|
||||
left: -20px;␍
|
||||
width: 20px;␍
|
||||
height: 20px;␍
|
||||
background: transparent url('../images/fancy_shadow_sw.png') no-repeat;␍
|
||||
background: transparent url('../images/fancy/fancy_shadow_sw.png') no-repeat;␍
|
||||
}␍
|
||||
␍
|
||||
div#fancy-bg-w {␍
|
||||
@@ -321,7 +321,7 @@ div#fancy-bg-w {
|
||||
left: -20px;␍
|
||||
height: 100%;␍
|
||||
width: 20px;␍
|
||||
background: transparent url('../images/fancy_shadow_w.png') repeat-y;␍
|
||||
background: transparent url('../images/fancy/fancy_shadow_w.png') repeat-y;␍
|
||||
}␍
|
||||
␍
|
||||
div#fancy-bg-nw {␍
|
||||
@@ -329,5 +329,5 @@ div#fancy-bg-nw {
|
||||
left: -20px;␍
|
||||
width: 20px;␍
|
||||
height: 20px;␍
|
||||
background: transparent url('../images/fancy_shadow_nw.png') no-repeat;␍
|
||||
background: transparent url('../images/fancy/fancy_shadow_nw.png') no-repeat;␍
|
||||
}
|
||||
|
||||
+2
-2
@@ -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;
|
||||
|
||||
+1
-1
@@ -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;}
|
||||
|
||||
+2
-2
@@ -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;}
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -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;}
|
||||
|
||||
+1
-1
@@ -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;}
|
||||
|
||||
+1
-1
@@ -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;}
|
||||
|
||||
+1
-1
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user