Vous n'êtes pas identifié.
Annonce
Annonce 1 : Le Codex en français a besoin de vous pour avancer !
Annonce 2 : Avant de poster, n'oubliez pas de faire une petite Recherche et de lire les règles de ce forum.
Annonce 3 : Lisez notre blog, il regorge de bonnes informations.
#1 18-07-2008 08:35:14
- pierre2503
- Passionné WP
- Lieu: caen
- Date d'inscription: 15-07-2008
- Messages: 156
- Site web
[Résolu] probleme de header
Bonjour,
Ma configuration WP actuelle
- Version de WordPress : 2.5
- Thème utilisé : freshy
- Plugins en place : AUCUN
- Nom de l'hebergeur : 000webhost
- Adresse du site : http://bloggeek.net46.net
Problème(s) rencontré(s) : enfait il faut aller voir mon site pour m'aider : http://bloggeek.net46.net
voila le probleme, si vous voyer bien, dans le header, au dessus de la barre de navigation horizontale, il y a une image tres colorée. Cette image, je voudrais de la meme couleur que la bande grise au dessus . pour cela j'ai aller dans photoshop et cette image je l'ai repeinte en gris.
mintenant je ne sais pas ou la mettre dans la feuille de style !!
la voila :
Code:
- /*
- Theme Name: Freshy
- Theme URI: http://www.jide.fr
- Description: The jide WordPress theme : <a href="http://www.jide.fr">Jide</a>.
- Version: 1.0
- Author: Julien De Luca
- Author URI: http://www.jide.fr
- */
- /*
- The CSS, XHTML and design is released under GPL:
- http://www.opensource.org/licenses/gpl-license.php
- */
- @import "layout.css";
- @import "pp_album.css";
- body, html {
- margin:0;
- padding:0;
- /*font: normal 100.01%/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;*/
- font-size : 90%;
- font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
- }
- body {
- margin:0;
- padding:0;
- background:#7F7F7F;
- }
- *::-moz-selection {
- background-color:#FF3C00;
- color:white;
- }
- /*-----------GENERAL STYLING--------------*/
- a {
- color:#515151;
- text-decoration:none;
- }
- #content a {
- border-bottom:1px dotted silver;
- }
- #content a:hover {
- border-bottom:1px dotted #FF3C00;
- }
- /*------HEADER------*/
- #title_image {
- margin:0;
- text-align:left;
- display:block;
- height:95px;
- background:url(images/headers/head_2.jpg) center center transparent repeat-y;
- }
- #title {
- background:url(images/head_1.jpg) top #7F7F7F no-repeat;
- height:76px;
- margin:0;
- padding:25px 25px 0 25px;
- clear:both;
- text-align:left;
- }
- html>body #title {
- height:51px;
- }
- #title h1 {
- padding:0;
- margin:0;
- font-weight:normal;
- line-height:.7em;
- font-size:2.1em;
- letter-spacing:-.1em;
- font-family:helvetica;
- }
- #title h1 a {
- color:white;
- display:block;
- }
- .description {<
- color:#c9e45a;
- }
- #content h2 {
- color:#515151;
- padding:0;
- margin:0;
- border:none;
- clear:both;
- }
- #content h2 a {
- text-decoration:none;
- border:none;
- }
- #content h2 a:hover {
- border-bottom:1px dotted silver;
- }
- hr {
- display:none;
- clear:both;
- }
- h3, h4 {
- color:#515151;
- padding:0;
- margin:2em 0 0 0;
- clear:both;
- }
- input,
- textarea,
- select {
- padding:4px;
- border:1px solid #515151;
- font-size:.9em;
- line-height:1em;
- font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
- }
- input,
- label {
- height:auto !important;
- height:2em;
- width:auto;
- padding:4px;
- }
- label {
- font-size:.9em;
- }
- #searchform input#s {
- width:130px !important;
- padding:4px;
- border:1px solid #515151;
- font-size:.9em;
- line-height:1em;
- text-transform:none;
- color:black;
- font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
- background:white;
- }
- #sidebar input.btn,
- #searchform input {
- width:65px !important;
- width:75px;
- }
- #searchform {
- margin-top:10px !important;
- }
- #searchform br {
- display:none;
- }
- input.btn,
- #searchform input,
- input#submit {
- background:#111111;
- color:#FFFFFF;
- padding:4px;
- border:1px outset #000000;
- font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
- text-transform:uppercase;
- }
- input[class=btn],
- input[type=submit]
- input[id=submit] {
- padding:3px;
- }
- textarea {
- overflow:auto;
- display:block;
- width:100%;
- }
- ul,
- ol {
- list-style-type:none;
- list-style-position:outside;
- padding:0;
- margin:.2em 0 .2em 0;
- }
- ul li,
- ol li {
- background:transparent url(images/puce.png) 2px .4em no-repeat;
- padding-left:15px;
- }
- ul ul li,
- ol ol li {
- background:transparent url(images/bullet.gif) 0px .5em no-repeat;
- padding-left:8px;
- }
- #content ol li {
- list-style-type:decimal;
- list-style-position:inside;
- background:transparent;
- padding-left:0;
- }
- #content ol li li {
- padding-left:2em;
- }
- a img {
- border: 0 none;
- }
- form {
- padding:0;
- margin:0;
- }
- pre,
- code {
- display:block;
- font: 1em 'Courier New', Courier, Fixed, monospace;
- font-size : 100%;
- color: #000;
- background : #fff url(images/preback.jpg) no-repeat left top;
- overflow : auto;
- text-align:left;
- border : 1px solid #99cc66; /*highlight color */
- padding : 0px 20px 0 30px;
- margin:1em 0 1em 0;
- line-height:17px;
- }
- .alt {
- background-color:#F5F5F5 !important;
- }
- .icon {
- vertical-align:middle;
- border:0;
- }
- .with_icon {
- padding:2px 0 2px 0
- }
- .navigation {
- clear:both;
- padding:0;
- display:block;
- }
- .alignleft {
- display:block;
- }
- .alignright {
- display:block;
- }
- /*-------SIDEBAR---------*/
- #sidebar {
- font-size:.9em;
- }
- #sidebar ul,
- #sidebar ol {
- padding:0;
- }
- #sidebar form,
- #sidebar p {
- padding:0;
- margin:0 0 1em 0;
- }
- #sidebar h2 {
- background:#6a6765 url(images/stripe_gray-large.gif);
- padding: 8px;
- margin:10px 0 10px 0;
- font-size: 1em;
- font-weight:normal;
- text-transform:uppercase;
- color:darkgray;
- /* border-bottom:3px solid darkgray;*/
- }
- html>body .ellipsis li {
- clear:both;
- }
- html>body .ellipsis li:after {
- content: "...";
- display:inline;
- }
- html>body .ellipsis li span {
- white-space:nowrap;
- overflow:hidden;
- max-width:180px;
- width:auto !important;
- display:inline;
- float:left;
- }
- ol.ellipsis li span {
- white-space:nowrap;
- text-overflow:ellipsis;
- overflow:hidden;
- width:190px;
- display:block;
- }
- #sidebar a{
- text-decoration: none;
- }
- #sidebar a:hover,
- #sidebar .current_page_item li a:hover,
- #sidebar .current-cat li a:hover {
- color:#FF3C00;
- }
- #sidebar .current_page_item a,
- #sidebar .current-cat a {
- font-weight:bold;
- color:#FF3C00;
- }
- #sidebar .current_page_item li a,
- #sidebar .current-cat li a {
- font-weight:normal;
- color:#515151;
- }
- #sidebar li img {
- vertical-align:middle;
- border:0;
- }
- #sidebar input.btn {
- margin-left:4px;
- }
- /*
- menu
- */
- .menu {
- list-style-type:none;
- background:url(images/menu/menu_bg.gif) 50% 0 #515151 repeat-x;
- margin:0;
- padding:0;
- height:80px;
- width:780px;
- border-top:1px solid #FFFFFF;
- overflow:hidden;
- }
- .menu li {
- background:none;
- padding:0;
- display:table-row;
- vertical-align:middle;
- float:left;
- height:80px;
- }
- .menu li.last_menu,
- .menu li.right_menu {
- float:right;
- }
- .menu li a {
- font-size:.8em;
- text-transform:uppercase;
- line-height:normal !important;
- line-height:80px;
- display:table-cell;
- vertical-align:middle;
- height:80px;
- padding:0 10px 0 10px;
- background:url(images/menu/menu_triple.gif) top left transparent repeat-x;
- }
- .menu li a:hover,
- .menu li a:active {
- background-position:center left;
- color:#FFFFFF;
- }
- .menu li.current_page_item a {
- background-position:bottom left !important;
- color:#1F3700 !important;
- }
- .menu li a.first_menu {
- padding-left:35px;
- background-repeat:no-repeat;
- background-image:url(images/menu/menu_start_triple.gif);
- }
- .menu li a.last_menu,
- .menu li a.last_menu_off {
- padding-right:35px;
- background-repeat:no-repeat;
- background-image:url(images/menu/menu_end_triple.gif);
- background-position:top right;
- }
- .menu li a.last_menu:hover,
- .menu li a.last_menu:active {
- background-position:center right;
- }
- .menu li.current_page_item a.last_menu {
- background-position:bottom right !important;
- }
- .menu li a {
- color:white;
- text-decoration:none;
- }
- .menu li.lang_menu {
- float:right;
- }
- .menu li.lang_menu a span {
- width:19px;
- height:80px;
- overflow:hidden;
- text-indent:100px;
- display:block;
- }
- .menu li.lang_menu a {
- display:block;
- width:19px;
- cursor:pointer;
- }
- /*---------LANGS----------*/
- .menu li#fr_FR a span {
- background:url(images/lang_fr.gif) left transparent no-repeat;
- }
- .menu li#en_US a span {
- background:url(images/lang_en.gif) left transparent no-repeat;
- }
- .menu li#fr_FR.current_page_item a span,
- .menu li#fr_FR a:active span {
- background-image:url(images/lang_fr.gif);
- }
- .menu li#en_US.current_page_item a span,
- .menu li#en_US a:active span {
- background-image:url(images/lang_en.gif);
- }
- /*--------FOOTER---------*/
- #footer .footer_content {
- width:760px !important;
- width:780px;
- display:block;
- margin-right:auto;
- margin-left:auto !important; /* stupid ie... */
- margin-left:1px;
- margin-top:0px;
- padding:10px 10px 10px 10px;
- border-top:1px dotted silver;
- text-align:center;
- }
- /*--------POST--------*/
- .post {
- font-size:.9em;
- border-top:20px solid #F5F5F5;
- margin-bottom:10px;
- padding:1em 0 1em 0;
- }
- .post h2,
- .post h3,
- .post h4,
- .post h5 {
- font-size:2em;
- }
- .post hr {
- display:block;
- }
- .highlight_box {
- font-size:.9em;
- border:2px solid #F5F5F5;
- padding:1em;
- margin-bottom:20px;
- }
- .highlight_box .post {
- font-size:1em;
- border:0px none;
- margin-bottom:0px;
- padding:0 0 0 0;
- }
- .highlight_box .post p {
- margin:0;
- }
- .highlight_box .post .date {
- display:none;
- }
- .highlight_box h2,
- .highlight_box h3,
- .highlight_box h4,
- .highlight_box h5 {
- font-size:2em;
- border-bottom:10px solid #F5F5F5;
- }
- .highlight_box .post h2,
- .highlight_box .post h3,
- .highlight_box .post h4,
- .highlight_box .post h5 {
- font-size:1.5em;
- }
- .readmore {
- display:block;
- text-align:left;
- font-weight:bold;
- clear:both;
- margin:1em 0 1em 0;
- color:#FF3C00;
- }
- .date { /* date & author */
- color : silver;
- float:right;
- line-height:2.3em;
- margin:1.5em 0 5px 10px;
- padding-left:5px;
- border-left:1px solid silver;
- font-size:.8em;
- text-align:center;
- position:relative;
- right:0;
- }
- .date_day {
- display:block;
- font-size:3em;
- text-align:right;
- }
- .date_month {
- display:block;
- font-size:3em;
- text-align:right;
- font-weight:bold;
- }
- .date_year {
- display:block;
- font-size:1.4em;
- line-height:.9em;
- }
- .postmetadata {
- margin:0;
- color:#515151;
- list-style-type:none;
- }
- #content .postmetadata a {
- color : #FF3C00;
- border:none;
- text-decoration:none;
- }
- #content .postmetadata a:hover {
- border-bottom:1px dotted silver;
- }
- .gravatar {
- float:left;
- margin:0 5px 0 0;
- border:1px solid lightgray;
- vertical-align:middle;
- }
- #content .commentlist dt{
- /* clear:both;*/
- position:absolute;
- }
- html > body #content .commentlist dt{
- position:static;
- }
- #content .commentlist dd {
- margin:0;
- padding:10px 3em 10px 10px; /* for ie not overlapping the comment with the date */
- font-size:1em;
- line-height:1.5em;
- color:silver;
- margin:0 0 1em 0;
- }
- html > body #content .commentlist dd {
- padding:10px;
- }
- #content .commentlist .comment {
- color:#000000;
- }
- #content .commentlist .date {
- margin-right:5px;
- font-size:.5em;
- }
- #content .commentlist .comment_text {
- margin-top:5px;
- display:block;
- }
- html > body #content .commentlist dd.author_comment {
- background:url(images/transp-80.png) #c9e45a !important;
- width:auto;
- }
- #content .commentlist dd.author_comment {
- background-color:#c9e45a !important;
- filter:alpha(opacity=20);
- width:510px;
- }
- #content .commentlist .author_comment .author,
- #content .commentlist .author_comment .author a {
- color:#c9e45a !important;
- border-color:#c9e45a !important;
- }
- #content .commentlist dd.author_comment * { /* ie */
- filter:alpha(opacity=100);
- position:relative;
- }
- #content .commentlist dt.author_comment .date {
- color:#a5ba52 !important;
- border-color:#a5ba52 !important;
- }
- #content textarea#comment {
- font-size:1em;
- line-height:1.3em;
- }
- #commentform small {
- color:#515151;
- }
- .commentmetadata {
- }
- .entry {
- margin:0;
- text-align:justify;
- }
- .entry p {
- margin:1em 0 1em 0;
- }
voila donc si vous pouvez m'éclairer sur mon probleme, sa seré simpa !!
a bientot.
Hors ligne
#2 18-07-2008 08:46:49
- zebluesman
- Passionné WP

- Lieu: Lille
- Date d'inscription: 27-01-2008
- Messages: 107
- Site web
Re: [Résolu] probleme de header
#title {
background:url(images/head_1.jpg) top #7F7F7F no-repeat;
height:76px;
margin:0;
padding:25px 25px 0 25px;
clear:both;
text-align:left;
tu as l'adresse tu vas donc dans le répertoire "images" et tu transfert le fichier "head_1.jpg"
tu as le complément de ta réponse sur le 2 ieme post identique en requête que tu as faite 
Hors ligne
#3 18-07-2008 08:55:04
- pierre2503
- Passionné WP
- Lieu: caen
- Date d'inscription: 15-07-2008
- Messages: 156
- Site web
Re: [Résolu] probleme de header
merci mais c'est ce que j'ai fait mais sa ne marche toujours pas !!!
j'ai ré installer le theme 2 fois sa marche jamais
je fait exactement sa que vous dites
d'ou vien le probleme ???
Hors ligne
#4 18-07-2008 09:29:01
- Lumière de Lune
- Not a plastic girl

- Lieu: Allemagne - Maroc
- Date d'inscription: 15-08-2007
- Messages: 1608
- Site web
Re: [Résolu] probleme de header
Parce que tu n'as pas chargé dans le dossier
http://bloggeek.net46.net/wp-content/th … _1/images/ le fichier image_1.jpg
Voyage au Maroc
Busby SEO Challenge
... tout ça sous WordPress, bien sûr !
Avez-vous lu les Dix commandements du débuggueur de blog ?
Hors ligne
#5 18-07-2008 09:36:38
- pierre2503
- Passionné WP
- Lieu: caen
- Date d'inscription: 15-07-2008
- Messages: 156
- Site web
Re: [Résolu] probleme de header
si g tou chargé correctement
Hors ligne
#6 18-07-2008 09:50:11
- pierre2503
- Passionné WP
- Lieu: caen
- Date d'inscription: 15-07-2008
- Messages: 156
- Site web
Re: [Résolu] probleme de header
toutes les manipulations que j'ai faites son bonne je viens verifier je ne sais pas pourquoi sa ne marche pas......
sa devrais normalement ....
qqn pourrait pas essayer de me le faire ??
svp sa m'aideré bocoup^^
merci et a bientot
Hors ligne
#7 18-07-2008 11:10:40
- pierre2503
- Passionné WP
- Lieu: caen
- Date d'inscription: 15-07-2008
- Messages: 156
- Site web
Re: [Résolu] probleme de header
voila mô je vous donne ce que vous m'avez demander en MP :
Code:
- /* Theme Name: Shopaholic-Fashionista Girl
- Theme URI: http://www.taintedsong.com
- Description: Shopaholic-Fashionista Girl is a widget-ready 2-column theme with 404.php and archive.php. Theme designed by <a href="http://www.taintedsong.com">Joni</a> <a href="http://www.joniang.com">Ang</a>.
- Version: 1.0
- Author: Joni Ang
- Author URI: http://www.joniang.com
- */
- /* basic elements */
- body {
- margin: 0;
- padding: 0;
- background: #FFFFFF;
- font-family: Tahoma, Arial, sans-serif;
- font-size: 13px;
- color: #212121;
- text-align: center;
- }
- html>body {
- font-size: small;
- }
- p, ol, ul {
- margin: 1.2em 0;
- padding: 0;
- font-size: 1em;
- line-height: 1.5em;
- }
- ol, ul {
- margin: 1.2em 0 1.2em 2em;
- }
- h1, h2, h3, h4, h5, h6 {
- margin: 1.2em 0 0 0;
- padding: 0;
- color: #E44E31;
- font-family: 'Century Gothic', Tahoma, Arial;
- }
- h1 {
- font-size: 16px;
- font-weight: bold;
- }
- h2, h3 {
- font-size: 16px;
- }
- h3 {
- font-size: 14px;
- }
- h4, h5, h6 {
- font-size: 13px;
- }
- a, a:visited, a:active {
- color: #b93529;
- border-bottom:1px dashed #ffac8f;
- text-decoration:none;
- }
- a:hover {
- color: #E44E31;
- text-decoration: none;
- border:none;
- }
- blockquote {
- margin: 10px 30px 10px 30px;
- padding: 0 10px 0 10px;
- background: url(images/quote.gif) no-repeat 0 0.26em;
- border-left: 2px solid #CCCCCC;
- color:#cc3300;
- }
- code {
- font-family: monospace;
- }
- small {
- font-size: 0.92em;
- }
- input, textarea, select {
- border: 1px solid #868686;
- background: #FFFFFF;
- color: #212121;
- font: 12px Tahoma, Arial, sans-serif;
- }
- .submit {
- border: 1px solid #868686;
- background: #fce248;
- color: #FFF;
- }
- form {
- border: 0;
- margin: 0;
- padding: 0;
- }
- a img {
- border: 0;
- }
- img {
- border: 0;
- }
- /* Main */
- #page { width: 989px; margin-left: auto; margin-right: auto;}
- #frame { background:url(images/pagebg.jpg) repeat-y; float:left; width: 989px;}
- /* Header */
- #header01 {
- width: 989px;
- height: 183px;
- overflow: hidden;
- background: url(images/header-image012.jpg) no-repeat;
- }
- #header02 {
- width: 989px;
- height:146px;
- overflow: hidden;
- }
- #header03 {
- width: 989px;
- height: 53px;
- overflow: hidden;
- }
- .header-title {
- font-size:45px;
- font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
- border-bottom:none;
- border:0;
- text-decoration:none;
- padding-top:30px;
- margin:0;
- }
- .header-desc {
- font-size:18px;
- color:#000000;
- }
- .header_menu {
- text-align: left;
- padding-left: 45px;
- padding-top:4px;
- line-height:27px;
- font-weight:bold;
- }
- .header_menu a, .header_menu a:visited, .header_menu a:active {
- text-decoration:none;
- color:#bc1f02;
- border-bottom:none;
- }
- .header_menu a:hover {
- text-decoration:none;
- color:#e89c15;
- position:relative;
- top:1px;
- left:1px;
- }
- /* Content */
- #content {
- float: left;
- padding: 0 0 0 40px;
- width: 590px;
- overflow:hidden;
- text-align:justify;
- margin: 20px 0 20px 0;
- font-family: Arial, Helvetica, sans-serif;
- font-size:12px;
- }
- #content ul li {
- list-style-image: url(images/star.gif);
- margin:0 0 0 25px;
- padding:0 0 3px 5px;
- }
- #content ol li{
- margin:0 0 0 25px;
- padding:0 0 3px 5px;
- }
- * html #content {
- overflow: hidden;
- }
- /* Sidebar */
- #sidebar {
- float: left;
- overflow: hidden;
- width: 290px;
- margin: 0 30px 0 39px;
- text-align:left;
- }
- #sidebar ul li {
- list-style:none;
- }
- #sidebar ul li ul li{
- list-style-image: url(images/star.gif);
- margin:0 0 0 3px;
- padding:0 0 3px 5px;
- }
- /* Footer */
- #footer {
- clear: both;
- background: url(images/footerimage.jpg) no-repeat;
- width: 989px;
- height:226px;
- text-align:left;
- }
- #footer ul li {
- list-style-image: url(images/star.gif);
- margin:0 0 0 3px;
- padding:0 0 3px 5px;
- }
- #footer-meta {
- float: right;
- width: 100%;
- text-align:center;;
- font-size:11px;
- padding-top:50px;
- letter-spacing:2px;
- }
- #footer-meta li {
- list-style:none;
- float: left;
- display: block;
- }
- /* Post */
- .post {
- width:100%;
- }
- .post_title, .post_title a {
- font-size:20px;
- color:#b93529;
- border-bottom:none;
- font-weight:bold;
- }
- .post_datetime {
- padding: 2px 0 0 20px;
- background: url(images/date.gif) no-repeat;
- font-size: 11px;
- font-weight: bold;
- }
- .post_body {
- padding: 20px 0 20px 0;
- }
- .post_category {
- padding: 2px 0 0 20px;
- background: url(images/folder_images.gif) no-repeat;
- font-size: 11px;
- font-weight: bold;
- }
- .post_comments {
- padding: 2px 0 0 20px;
- background: url(images/page_user.gif) no-repeat;
- font-size: 11px;
- font-weight: bold;
- }
- .post_data {
- padding: 2px 0 40px 20px;
- background: url(images/flag_orange.gif) no-repeat;
- font-size: 11px;
- font-weight: bold;
- }
- /* search */
- #sb_search{
- margin: 0 0 0 0;
- padding: 0 0 0 15px;
- }
- #search_form{
- background-image: url(images/searchbg.jpg);
- background-position: top left;
- background-repeat: no-repeat;
- margin: 0;
- padding-top: 18px;
- width: 208px;
- height: 88px;
- }
- .s_text{
- border: 0;
- font-family: Tahoma, Verdana, Arial, sans-serif;
- margin: 0;
- padding: 0;
- font-size: 12px;
- color: #b93529;
- width: 130px;
- }
- .searchsubmit{
- background-image: url(images/search_go.jpg);
- background-position: top left;
- background-repeat: no-repeat;
- margin: 0;
- padding: 0;
- height: 13px;
- width: 15px;
- border: 0;
- }
- .txt{
- margin: 26px 0 0 0;
- padding: 0 0 0 20px;
- float: left;
- line-height: 14px;
- }
- .btn{
- margin: 26px 0 0 0;
- padding: 0;
- float: left;
- line-height: 14px
- }
- /* other styles */
- .divider { width: 100%;
- text-align:center;
- margin: 50px 0 50px 0;
- }
- .alignright
- {
- float: right;
- }
- .alignleft
- {
- float: left;
- }
- /* Comments Page */
- .commentlist {
- clear: both;
- margin-top: 30px;
- padding-top: 0.8em;
- list-style: none;
- font-size:12px;
- text-align:left;
- }
- .commentlist a {
- border-bottom:none;
- }
- .commentmetadata {
- float:right;
- border-bottom:2px solid #b93529;
- margin-right:10px;
- }
- .comment_author {
- padding: 4px 0 0 20px;
- background: url(images/page_user.gif) no-repeat;
- background-position:bottom left;
- font-size: 14px;
- font-weight: bold;
- }
- .comment_text {
- margin:0 30px 30px 30px
- }
- /*Calendar*/
- #wp-calendar {empty-cells: show; color: #E44E31; padding: 5px; width: 90%;}
- #wp-calendar caption{
- width: 95%;
- color: #000000;
- font-size: 14px;
- letter-spacing: 4px;
- padding: 5px;
- list-style: none;
- margin:0;
- text-align:center;}
- #wp-calendar {padding:10px 0 10px 0;}
- #wp-calendar td{color: #000000; padding: 1px 0;text-align: center;}
- #wp-calendar td.pad:hover{color: #000000;text-decoration: none;border: none;}
- #wp-calendar #today{background: #E44E31; color: #000000; border-bottom: 1px solid #000000;}
- #wp-calendar th{font-style: normal;text-transform: capitalize; color:#000000; font-weight:bold; text-align:center;}

http://bloggeek.net46.net/wp-content/th … head_2.jpg
voila je viens de te donner le fichier de style.css de mmon theme actuel
ainsi que l'image que je veux mettre a la place de l'image colorée
VOILA
merci
Dernière modification par pierre2503 (18-07-2008 11:12:59)
Hors ligne
#8 18-07-2008 11:33:20
Re: [Résolu] probleme de header
Remplace cette image : http://bloggeek.net46.net/wp-content/th … image6.jpg par celle que tu veux mettre, ça devrait suffire.
Mais je peux me tromper...
(Grâce à cette signature, je suis couvert de toutes les boulettes possibles)
Hors ligne
#9 18-07-2008 11:44:01
- pierre2503
- Passionné WP
- Lieu: caen
- Date d'inscription: 15-07-2008
- Messages: 156
- Site web
Re: [Résolu] probleme de header
enfait cette image que tu me montre je l'ais prise dans le dossier "freshy" qui est mon theme , je l'ais ouverte avec photoshop, je l'ais repeinte en gris puis je l'ais renommé "head_2"
aprés j'ai rentré "head_2" dans :
/*------HEADER------*/
#title_image {
margin:0;
text-align:left;
display:block;
height:95px;
background:url(images/head_2.jpg) center center transparent repeat-y;
}
#title {
background:url(images/headers/head_1.jpg) top #7F7F7F no-repeat;
height:76px;
margin:0;
padding:25px 25px 0 25px;
clear:both;
text-align:left;
}
est voila aprés je vais voir mon site et rien n'a changer !!!
vous avez une reponse a ma question ?
merci d'avance.
Hors ligne
#10 18-07-2008 11:47:25
Re: [Résolu] probleme de header
(Ah, tu vois que ça va aussi bien en public !)
Bon, Pierre, je ne comprends pas trop ce que tu veux !
Je suis allé tout à l'heure sur ton blog, tu avais bien à l'affichage ta barre grise, uniquement...
Qui d'ailleurs revient à pas d'image du tout, finalement...
Enfin, bref, pour revenir sur les indications qui t'avaient été données par les pros ci-dessous, l'adresse de l'"image" que tu viens d'envoyer est : http://bloggeek.net46.net/wp-content/th … _1/images/head_2.jpg, et pas head-1 (à mon avis, tu n'as pas modifé l'image d'origine, mais tu en as créé une seconde, probable que tu as "enregistré sous" au lieu d'enregistrer à la place).
C'est donc, exclusivement, cette adresse là que tu dois placer dans ta feuille de style.
Maintenant, c'est là que je risque de me tromper, d'autant que tu as changé de thème entre temps, ce qui fait que le code donné par Zebluesman n'est plus le bon...
Je crois (nous sommes à mes limites, c'est dire la nullité crasse du Bavard de servide...) que c'est dans Header, là :
Code:
- background: url(images/header-image/head_2.jpg)
, à la place de image012.
Allez, essaye pour voir et dis-nous...
Y a pas que le Code, y a aussi le code...
Ne vous fiez pas trop à mon nombre de messages, je ne suis pas bavard pour rien ! Mon véritable grade c'est "ignorant", option "demoinsenmoinsmaispartiderien"...
Sinon, attention : testis unus, testis nullus, et de minimis non curat praetor !
Hors ligne
#11 18-07-2008 11:54:44
- pierre2503
- Passionné WP
- Lieu: caen
- Date d'inscription: 15-07-2008
- Messages: 156
- Site web
Re: [Résolu] probleme de header
la je viens de remettre la theme que je veux qui est "freshy 1 "
voila la je vais te donner ma feuille de style actuel : (je ne change plus de theme mintenant)
Code:
- /*
- Theme Name: Freshy
- Theme URI: http://www.jide.fr
- Description: The jide WordPress theme : <a href="http://www.jide.fr">Jide</a>.
- Version: 1.0
- Author: Julien De Luca
- Author URI: http://www.jide.fr
- */
- /*
- The CSS, XHTML and design is released under GPL:
- http://www.opensource.org/licenses/gpl-license.php
- */
- @import "layout.css";
- @import "pp_album.css";
- body, html {
- margin:0;
- padding:0;
- /*font: normal 100.01%/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;*/
- font-size : 90%;
- font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
- }
- body {
- margin:0;
- padding:0;
- background:#7F7F7F;
- }
- *::-moz-selection {
- background-color:#FF3C00;
- color:white;
- }
- /*-----------GENERAL STYLING--------------*/
- a {
- color:#515151;
- text-decoration:none;
- }
- #content a {
- border-bottom:1px dotted silver;
- }
- #content a:hover {
- border-bottom:1px dotted #FF3C00;
- }
- [b]/*------HEADER------*/
- #title_image {
- margin:0;
- text-align:left;
- display:block;
- height:95px;
- background:url(images/head_2.jpg) center center transparent repeat-y;
- }
- #title {
- background:url(images/headers/head_1.jpg) top #7F7F7F no-repeat;
- height:76px;
- margin:0;
- padding:25px 25px 0 25px;
- clear:both;
- text-align:left;
- }
- html>body #title {
- height:51px;
- [/b]}
- #title h1 {
- padding:0;
- margin:0;
- font-weight:normal;
- line-height:.7em;
- font-size:2.1em;
- letter-spacing:-.1em;
- font-family:helvetica;
- }
- #title h1 a {
- color:white;
- display:block;
- }
- .description {<
- color:#c9e45a;
- }
- #content h2 {
- color:#515151;
- padding:0;
- margin:0;
- border:none;
- clear:both;
- }
- #content h2 a {
- text-decoration:none;
- border:none;
- }
- #content h2 a:hover {
- border-bottom:1px dotted silver;
- }
- hr {
- display:none;
- clear:both;
- }
- h3, h4 {
- color:#515151;
- padding:0;
- margin:2em 0 0 0;
- clear:both;
- }
- input,
- textarea,
- select {
- padding:4px;
- border:1px solid #515151;
- font-size:.9em;
- line-height:1em;
- font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
- }
- input,
- label {
- height:auto !important;
- height:2em;
- width:auto;
- padding:4px;
- }
- label {
- font-size:.9em;
- }
- #searchform input#s {
- width:130px !important;
- padding:4px;
- border:1px solid #515151;
- font-size:.9em;
- line-height:1em;
- text-transform:none;
- color:black;
- font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
- background:white;
- }
- #sidebar input.btn,
- #searchform input {
- width:65px !important;
- width:75px;
- }
- #searchform {
- margin-top:10px !important;
- }
- #searchform br {
- display:none;
- }
- input.btn,
- #searchform input,
- input#submit {
- background:#111111;
- color:#FFFFFF;
- padding:4px;
- border:1px outset #000000;
- font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
- text-transform:uppercase;
- }
- input[class=btn],
- input[type=submit]
- input[id=submit] {
- padding:3px;
- }
- textarea {
- overflow:auto;
- display:block;
- width:100%;
- }
- ul,
- ol {
- list-style-type:none;
- list-style-position:outside;
- padding:0;
- margin:.2em 0 .2em 0;
- }
- ul li,
- ol li {
- background:transparent url(images/puce.png) 2px .4em no-repeat;
- padding-left:15px;
- }
- ul ul li,
- ol ol li {
- background:transparent url(images/bullet.gif) 0px .5em no-repeat;
- padding-left:8px;
- }
- #content ol li {
- list-style-type:decimal;
- list-style-position:inside;
- background:transparent;
- padding-left:0;
- }
- #content ol li li {
- padding-left:2em;
- }
- a img {
- border: 0 none;
- }
- form {
- padding:0;
- margin:0;
- }
- pre,
- code {
- display:block;
- font: 1em 'Courier New', Courier, Fixed, monospace;
- font-size : 100%;
- color: #000;
- background : #fff url(images/preback.jpg) no-repeat left top;
- overflow : auto;
- text-align:left;
- border : 1px solid #99cc66; /*highlight color */
- padding : 0px 20px 0 30px;
- margin:1em 0 1em 0;
- line-height:17px;
- }
- .alt {
- background-color:#F5F5F5 !important;
- }
- .icon {
- vertical-align:middle;
- border:0;
- }
- .with_icon {
- padding:2px 0 2px 0
- }
- .navigation {
- clear:both;
- padding:0;
- display:block;
- }
- .alignleft {
- display:block;
- }
- .alignright {
- display:block;
- }
- /*-------SIDEBAR---------*/
- #sidebar {
- font-size:.9em;
- }
- #sidebar ul,
- #sidebar ol {
- padding:0;
- }
- #sidebar form,
- #sidebar p {
- padding:0;
- margin:0 0 1em 0;
- }
- #sidebar h2 {
- background:#6a6765 url(images/stripe_gray-large.gif);
- padding: 8px;
- margin:10px 0 10px 0;
- font-size: 1em;
- font-weight:normal;
- text-transform:uppercase;
- color:darkgray;
- /* border-bottom:3px solid darkgray;*/
- }
- html>body .ellipsis li {
- clear:both;
- }
- html>body .ellipsis li:after {
- content: "...";
- display:inline;
- }
- html>body .ellipsis li span {
- white-space:nowrap;
- overflow:hidden;
- max-width:180px;
- width:auto !important;
- display:inline;
- float:left;
- }
- ol.ellipsis li span {
- white-space:nowrap;
- text-overflow:ellipsis;
- overflow:hidden;
- width:190px;
- display:block;
- }
- #sidebar a{
- text-decoration: none;
- }
- #sidebar a:hover,
- #sidebar .current_page_item li a:hover,
- #sidebar .current-cat li a:hover {
- color:#FF3C00;
- }
- #sidebar .current_page_item a,
- #sidebar .current-cat a {
- font-weight:bold;
- color:#FF3C00;
- }
- #sidebar .current_page_item li a,
- #sidebar .current-cat li a {
- font-weight:normal;
- color:#515151;
- }
- #sidebar li img {
- vertical-align:middle;
- border:0;
- }
- #sidebar input.btn {
- margin-left:4px;
- }
- /*
- menu
- */
- .menu {
- list-style-type:none;
- background:url(images/menu/menu_bg.gif) 50% 0 #515151 repeat-x;
- margin:0;
- padding:0;
- height:80px;
- width:780px;
- border-top:1px solid #FFFFFF;
- overflow:hidden;
- }
- .menu li {
- background:none;
- padding:0;
- display:table-row;
- vertical-align:middle;
- float:left;
- height:80px;
- }
- .menu li.last_menu,
- .menu li.right_menu {
- float:right;
- }
- .menu li a {
- font-size:.8em;
- text-transform:uppercase;
- line-height:normal !important;
- line-height:80px;
- display:table-cell;
- vertical-align:middle;
- height:80px;
- padding:0 10px 0 10px;
- background:url(images/menu/menu_triple.gif) top left transparent repeat-x;
- }
- .menu li a:hover,
- .menu li a:active {
- background-position:center left;
- color:#FFFFFF;
- }
- .menu li.current_page_item a {
- background-position:bottom left !important;
- color:#1F3700 !important;
- }
- .menu li a.first_menu {
- padding-left:35px;
- background-repeat:no-repeat;
- background-image:url(images/menu/menu_start_triple.gif);
- }
- .menu li a.last_menu,
- .menu li a.last_menu_off {
- padding-right:35px;
- background-repeat:no-repeat;
- background-image:url(images/menu/menu_end_triple.gif);
- background-position:top right;
- }
- .menu li a.last_menu:hover,
- .menu li a.last_menu:active {
- background-position:center right;
- }
- .menu li.current_page_item a.last_menu {
- background-position:bottom right !important;
- }
- .menu li a {
- color:white;
- text-decoration:none;
- }
- .menu li.lang_menu {
- float:right;
- }
- .menu li.lang_menu a span {
- width:19px;
- height:80px;
- overflow:hidden;
- text-indent:100px;
- display:block;
- }
- .menu li.lang_menu a {
- display:block;
- width:19px;
- cursor:pointer;
- }
- /*---------LANGS----------*/
- .menu li#fr_FR a span {
- background:url(images/lang_fr.gif) left transparent no-repeat;
- }
- .menu li#en_US a span {
- background:url(images/lang_en.gif) left transparent no-repeat;
- }
- .menu li#fr_FR.current_page_item a span,
- .menu li#fr_FR a:active span {
- background-image:url(images/lang_fr.gif);
- }
- .menu li#en_US.current_page_item a span,
- .menu li#en_US a:active span {
- background-image:url(images/lang_en.gif);
- }
- /*--------FOOTER---------*/
- #footer .footer_content {
- width:760px !important;
- width:780px;
- display:block;
- margin-right:auto;
- margin-left:auto !important; /* stupid ie... */
- margin-left:1px;
- margin-top:0px;
- padding:10px 10px 10px 10px;
- border-top:1px dotted silver;
- text-align:center;
- }
- /*--------POST--------*/
- .post {
- font-size:.9em;
- border-top:20px solid #F5F5F5;
- margin-bottom:10px;
- padding:1em 0 1em 0;
- }
- .post h2,
- .post h3,
- .post h4,
- .post h5 {
- font-size:2em;
- }
- .post hr {
- display:block;
- }
- .highlight_box {
- font-size:.9em;
- border:2px solid #F5F5F5;
- padding:1em;
- margin-bottom:20px;
- }
- .highlight_box .post {
- font-size:1em;
- border:0px none;
- margin-bottom:0px;
- padding:0 0 0 0;
- }
- .highlight_box .post p {
- margin:0;
- }
- .highlight_box .post .date {
- display:none;
- }
- .highlight_box h2,
- .highlight_box h3,
- .highlight_box h4,
- .highlight_box h5 {
- font-size:2em;
- border-bottom:10px solid #F5F5F5;
- }
- .highlight_box .post h2,
- .highlight_box .post h3,
- .highlight_box .post h4,
- .highlight_box .post h5 {
- font-size:1.5em;
- }
- .readmore {
- display:block;
- text-align:left;
- font-weight:bold;
- clear:both;
- margin:1em 0 1em 0;
- color:#FF3C00;
- }
- .date { /* date & author */
- color : silver;
- float:right;
- line-height:2.3em;
- margin:1.5em 0 5px 10px;
- padding-left:5px;
- border-left:1px solid silver;
- font-size:.8em;
- text-align:center;
- position:relative;
- right:0;
- }
- .date_day {
- display:block;
- font-size:3em;
- text-align:right;
- }
- .date_month {
- display:block;
- font-size:3em;
- text-align:right;
- font-weight:bold;
- }
- .date_year {
- display:block;
- font-size:1.4em;
- line-height:.9em;
- }
- .postmetadata {
- margin:0;
- color:#515151;
- list-style-type:none;
- }
- #content .postmetadata a {
- color : #FF3C00;
- border:none;
- text-decoration:none;
- }
- #content .postmetadata a:hover {
- border-bottom:1px dotted silver;
- }
- .gravatar {
- float:left;
- margin:0 5px 0 0;
- border:1px solid lightgray;
- vertical-align:middle;
- }
- #content .commentlist dt{
- /* clear:both;*/
- position:absolute;
- }
- html > body #content .commentlist dt{
- position:static;
- }
- #content .commentlist dd {
- margin:0;
- padding:10px 3em 10px 10px; /* for ie not overlapping the comment with the date */
- font-size:1em;
- line-height:1.5em;
- color:silver;
- margin:0 0 1em 0;
- }
- html > body #content .commentlist dd {
- padding:10px;
- }
- #content .commentlist .comment {
- color:#000000;
- }
- #content .commentlist .date {
- margin-right:5px;
- font-size:.5em;
- }
- #content .commentlist .comment_text {
- margin-top:5px;
- display:block;
- }
- html > body #content .commentlist dd.author_comment {
- background:url(images/transp-80.png) #c9e45a !important;
- width:auto;
- }
- #content .commentlist dd.author_comment {
- background-color:#c9e45a !important;
- filter:alpha(opacity=20);
- width:510px;
- }
- #content .commentlist .author_comment .author,
- #content .commentlist .author_comment .author a {
- color:#c9e45a !important;
- border-color:#c9e45a !important;
- }
- #content .commentlist dd.author_comment * { /* ie */
- filter:alpha(opacity=100);
- position:relative;
- }
- #content .commentlist dt.author_comment .date {
- color:#a5ba52 !important;
- border-color:#a5ba52 !important;
- }
- #content textarea#comment {
- font-size:1em;
- line-height:1.3em;
- }
- #commentform small {
- color:#515151;
- }
- .commentmetadata {
- }
- .entry {
- margin:0;
- text-align:justify;
- }
- .entry p {
- margin:1em 0 1em 0;
- }
dans le header que j'ai mis en gras , c'est quoi que je doit

