From fcc05a28412ab2f753e404c5c0194aa06a6cdec5 Mon Sep 17 00:00:00 2001 From: "cam.lafit@azerttyu.net" <> Date: Sun, 13 Nov 2011 16:53:03 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20en=20conformit=C3=A9=20zpip2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Appel des bonnes inclusions * Renommage des fichiers et de l'arborescence de base --- .gitattributes | 36 +++++++++--------- body.html | 15 ++++---- {images => css/img}/blockquote.png | Bin {images => css/img}/out.gif | Bin {images => css/img}/puce.png | Bin {images => css/img}/templatemo_button.png | Bin .../img}/templatemo_button_hover.png | Bin {images => css/img}/templatemo_content.jpg | Bin .../img}/templatemo_content_bottom.jpg | Bin {images => css/img}/templatemo_header.jpg | Bin {images => css/img}/templatemo_header_bg.png | Bin {images => css/img}/templatemo_search.png | Bin habillage.css => css/theme.css | 24 ++++++------ {images => img}/image_02.jpg | Bin {images => img}/image_03.jpg | Bin {images => img}/image_04.jpg | Bin {images => img}/image_05.jpg | Bin {images => img}/templatemo_list.png | Bin {images => img}/templatemo_logo.png | Bin {images => img}/templatemo_menu_hover.png | Bin plugin.xml | 2 +- 21 files changed, 39 insertions(+), 38 deletions(-) rename {images => css/img}/blockquote.png (100%) rename {images => css/img}/out.gif (100%) rename {images => css/img}/puce.png (100%) rename {images => css/img}/templatemo_button.png (100%) rename {images => css/img}/templatemo_button_hover.png (100%) rename {images => css/img}/templatemo_content.jpg (100%) rename {images => css/img}/templatemo_content_bottom.jpg (100%) rename {images => css/img}/templatemo_header.jpg (100%) rename {images => css/img}/templatemo_header_bg.png (100%) rename {images => css/img}/templatemo_search.png (100%) rename habillage.css => css/theme.css (89%) rename {images => img}/image_02.jpg (100%) rename {images => img}/image_03.jpg (100%) rename {images => img}/image_04.jpg (100%) rename {images => img}/image_05.jpg (100%) rename {images => img}/templatemo_list.png (100%) rename {images => img}/templatemo_logo.png (100%) rename {images => img}/templatemo_menu_hover.png (100%) diff --git a/.gitattributes b/.gitattributes index bc480c3..a71f1db 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,23 +1,23 @@ * text=auto !eol /body.html -text -/habillage.css -text -images/blockquote.png -text svneol=unset#unset -images/image_02.jpg -text svneol=unset#unset -images/image_03.jpg -text svneol=unset#unset -images/image_04.jpg -text svneol=unset#unset -images/image_05.jpg -text svneol=unset#unset -images/out.gif -text svneol=unset#unset -images/puce.png -text svneol=unset#unset -images/templatemo_button.png -text svneol=unset#unset -images/templatemo_button_hover.png -text svneol=unset#unset -images/templatemo_content.jpg -text svneol=unset#unset -images/templatemo_content_bottom.jpg -text svneol=unset#unset -images/templatemo_header.jpg -text svneol=unset#unset -images/templatemo_header_bg.png -text svneol=unset#unset -images/templatemo_list.png -text svneol=unset#unset -images/templatemo_logo.png -text svneol=unset#unset -images/templatemo_menu_hover.png -text svneol=unset#unset -images/templatemo_search.png -text svneol=unset#unset +css/img/blockquote.png -text svneol=unset#unset +css/img/out.gif -text svneol=unset#unset +css/img/puce.png -text svneol=unset#unset +css/img/templatemo_button.png -text svneol=unset#unset +css/img/templatemo_button_hover.png -text svneol=unset#unset +css/img/templatemo_content.jpg -text svneol=unset#unset +css/img/templatemo_content_bottom.jpg -text svneol=unset#unset +css/img/templatemo_header.jpg -text svneol=unset#unset +css/img/templatemo_header_bg.png -text svneol=unset#unset +css/img/templatemo_search.png -text svneol=unset#unset +css/theme.css -text +img/image_02.jpg -text svneol=unset#unset +img/image_03.jpg -text svneol=unset#unset +img/image_04.jpg -text svneol=unset#unset +img/image_05.jpg -text svneol=unset#unset +img/templatemo_list.png -text svneol=unset#unset +img/templatemo_logo.png -text svneol=unset#unset +img/templatemo_menu_hover.png -text svneol=unset#unset /inc-theme-copyleft.html -text origine/index.html -text origine/templatemo_style.css -text diff --git a/body.html b/body.html index f0da0aa..307921f 100644 --- a/body.html +++ b/body.html @@ -2,10 +2,10 @@
- +
- +
@@ -17,7 +17,7 @@
- +
@@ -25,21 +25,22 @@
-
+
+
diff --git a/images/blockquote.png b/css/img/blockquote.png similarity index 100% rename from images/blockquote.png rename to css/img/blockquote.png diff --git a/images/out.gif b/css/img/out.gif similarity index 100% rename from images/out.gif rename to css/img/out.gif diff --git a/images/puce.png b/css/img/puce.png similarity index 100% rename from images/puce.png rename to css/img/puce.png diff --git a/images/templatemo_button.png b/css/img/templatemo_button.png similarity index 100% rename from images/templatemo_button.png rename to css/img/templatemo_button.png diff --git a/images/templatemo_button_hover.png b/css/img/templatemo_button_hover.png similarity index 100% rename from images/templatemo_button_hover.png rename to css/img/templatemo_button_hover.png diff --git a/images/templatemo_content.jpg b/css/img/templatemo_content.jpg similarity index 100% rename from images/templatemo_content.jpg rename to css/img/templatemo_content.jpg diff --git a/images/templatemo_content_bottom.jpg b/css/img/templatemo_content_bottom.jpg similarity index 100% rename from images/templatemo_content_bottom.jpg rename to css/img/templatemo_content_bottom.jpg diff --git a/images/templatemo_header.jpg b/css/img/templatemo_header.jpg similarity index 100% rename from images/templatemo_header.jpg rename to css/img/templatemo_header.jpg diff --git a/images/templatemo_header_bg.png b/css/img/templatemo_header_bg.png similarity index 100% rename from images/templatemo_header_bg.png rename to css/img/templatemo_header_bg.png diff --git a/images/templatemo_search.png b/css/img/templatemo_search.png similarity index 100% rename from images/templatemo_search.png rename to css/img/templatemo_search.png diff --git a/habillage.css b/css/theme.css similarity index 89% rename from habillage.css rename to css/theme.css index 4207810..7be614c 100644 --- a/habillage.css +++ b/css/theme.css @@ -20,7 +20,7 @@ a:active, a:hover { color: #0683ab; text-decoration: underline; } width: 102px; height: 23px; padding: 7px 0 0 0; - background: url(images/templatemo_button.png) no-repeat; + background: url(img/templatemo_button.png) no-repeat; color: #333; font-size: 12px; font-weight: bold; @@ -30,7 +30,7 @@ a:active, a:hover { color: #0683ab; text-decoration: underline; } .button_01 a:hover { color: #fff; - background:url(images/templatemo_button_hover.png) no-repeat; + background:url(img/templatemo_button_hover.png) no-repeat; } p { margin: 0px; padding: 0px; } @@ -50,7 +50,7 @@ img { margin: 0px; padding: 0px; border: none; } #templatemo_header_wrapper { width: 100%; height: 265px; - background: url(images/templatemo_header.jpg) no-repeat top center; + background: url(img/templatemo_header.jpg) no-repeat top center; } #templatemo_header { @@ -59,7 +59,7 @@ img { margin: 0px; padding: 0px; border: none; } height: 265px; padding: 0 10px; margin: 0 auto; - background: url(images/templatemo_header.jpg) no-repeat top center; + background: url(img/templatemo_header.jpg) no-repeat top center; } /* site title */ @@ -160,7 +160,7 @@ img { margin: 0px; padding: 0px; border: none; } #formulaire_recherche { position:absolute; top:160px; - background: url(images/templatemo_search.png) no-repeat; + background: url(img/templatemo_search.png) no-repeat; border:none; margin:0; padding:0; } @@ -192,14 +192,14 @@ img { margin: 0px; padding: 0px; border: none; } width: 920px; margin: 0 auto; padding: 30px 40px; - background: url(images/templatemo_content.jpg) repeat-y; + background: url(img/templatemo_content.jpg) repeat-y; } #templatemo_content_wrapper_bottom { width: 1000px; height: 15px; margin: 0 auto; - background: url(images/templatemo_content_bottom.jpg) no-repeat; + background: url(img/templatemo_content_bottom.jpg) no-repeat; } #templatemo_content { @@ -226,7 +226,7 @@ img { margin: 0px; padding: 0px; border: none; } font-size: 24px; line-height: 1.15em; padding: 20px 0 60px 20px; - background: url(images/templatemo_header_bg.png) no-repeat bottom left; + background: url(img/templatemo_header_bg.png) no-repeat bottom left; } @@ -249,7 +249,7 @@ img { margin: 0px; padding: 0px; border: none; } padding: 0; margin: 0; padding: 5px 0 5px 20px; - background: url(images/puce.png) left 10px no-repeat; + background: url(img/puce.png) left 10px no-repeat; list-style-type:none; } #templatemo_content #comments, @@ -306,7 +306,7 @@ img { margin: 0px; padding: 0px; border: none; } font-size: 24px; line-height: 1.15em; padding: 20px 0 60px 20px; - background: url(images/templatemo_header_bg.png) no-repeat bottom left; + background: url(img/templatemo_header_bg.png) no-repeat bottom left; } #templatmeo_sidebar .h2 a { color: #3a5909; @@ -500,7 +500,7 @@ blockquote, blockquote.spip{ padding: .2em .2em .2em 6em; font-style: italic; border:none; - background: #fff url(images/blockquote.png) no-repeat 4px top; + background: #fff url(img/blockquote.png) no-repeat 4px top; } blockquote p, blockquote.spip p{ padding: 8px 0; @@ -601,7 +601,7 @@ span.spip_documents img {background:#E6E0CE; padding:5px;} /* modele img */ a:link, a:hover,a.spip_in, a.spip_out, a.spip_ancre, a.spip_glossaire {color:#0683AB;} a:focus {color:white !important; background:#0683AB !important;} -a.spip_out, a.spip_glossaire {padding-right:14px; background:url(images/out.gif) right no-repeat;} +a.spip_out, a.spip_glossaire {padding-right:14px; background:url(img/out.gif) right no-repeat;} /* Pagination diff --git a/images/image_02.jpg b/img/image_02.jpg similarity index 100% rename from images/image_02.jpg rename to img/image_02.jpg diff --git a/images/image_03.jpg b/img/image_03.jpg similarity index 100% rename from images/image_03.jpg rename to img/image_03.jpg diff --git a/images/image_04.jpg b/img/image_04.jpg similarity index 100% rename from images/image_04.jpg rename to img/image_04.jpg diff --git a/images/image_05.jpg b/img/image_05.jpg similarity index 100% rename from images/image_05.jpg rename to img/image_05.jpg diff --git a/images/templatemo_list.png b/img/templatemo_list.png similarity index 100% rename from images/templatemo_list.png rename to img/templatemo_list.png diff --git a/images/templatemo_logo.png b/img/templatemo_logo.png similarity index 100% rename from images/templatemo_logo.png rename to img/templatemo_logo.png diff --git a/images/templatemo_menu_hover.png b/img/templatemo_menu_hover.png similarity index 100% rename from images/templatemo_menu_hover.png rename to img/templatemo_menu_hover.png diff --git a/plugin.xml b/plugin.xml index 5303499..f172478 100644 --- a/plugin.xml +++ b/plugin.xml @@ -10,6 +10,6 @@ theme_greeny stable - + theme