Impossible de modifier la Barre de navigation

2 participants

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu Impossible de modifier la Barre de navigation

Message par petitefeuille Jeu 14 Avr 2016 - 17:38

Détails techniques


Version du forum : phpBB2
Poste occupé : Fondateur
Navigateur(s) concerné(s) : Mozilla Firefox, Google Chrome
Capture d'écran du problème :
Voir l'image:

Spoiler:

Personnes concernées par le problème : Tous les utilisateurs
Problème apparu depuis : 14/04/2016
Lien du forum : http://forum-seniors.forumactif.org/

Description du problème

Bonsoir,

Je n’ai pas la possibilité de modifier dans la Barre de navigation les Modifications d'un menu . Voir les captures d’écran.

Merci d’avance, à bientôt de vous lire,

mes amitiés

Lydie


Dernière édition par petitefeuille le Sam 16 Avr 2016 - 14:57, édité 1 fois
petitefeuille

petitefeuille
Membre habitué

Féminin
Messages : 1472
Inscrit(e) le : 01/12/2010

https://www.petitefeuille.net/
petitefeuille a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Impossible de modifier la Barre de navigation

Message par Invité Jeu 14 Avr 2016 - 22:21

bonsoir petitefeuille les liens du menu ne sont pas modifiable si il sont grisé .

que voulez tu faire au juste !
Anonymous

Invité
Invité


Invité a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Impossible de modifier la Barre de navigation

Message par petitefeuille Ven 15 Avr 2016 - 9:39

Bonjour R-max,

En fait, je voudrais remplacer la police d’écriture du menu par une autre police d’écriture. (Je ne sais pas encore laquelle )

Impossible de modifier la Barre de navigation A12

Et si je veux rajouter un menu personnalisé sera t-il de la même police ? je suis bloquée non ?

Merci, à bientôt
petitefeuille

petitefeuille
Membre habitué

Féminin
Messages : 1472
Inscrit(e) le : 01/12/2010

https://www.petitefeuille.net/
petitefeuille a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Impossible de modifier la Barre de navigation

Message par Invité Ven 15 Avr 2016 - 20:21

bonsoir , voici un code css a mettre dans votre feuille de style .

Code:
a.mainmenu
{
  font-family: arial;/**police**/
  font-size:15px;  /**taille**/
  color:black;/**couleur**/
}

voila les 3 choses essentiel que vous pourriez vouloir modifier dans la barre de navigation
>>la police,la taille,la couleur,

normalement si vous ajouter un menu personnalisé par le bié du pa , pas de soucie il suivra la tendance que vous lui donné en css.
bonne soirée ,
Anonymous

Invité
Invité


Invité a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Impossible de modifier la Barre de navigation

Message par petitefeuille Sam 16 Avr 2016 - 7:31

Bonjour R-max, et merci Flowers2 je vais m´installer ce code.

Bon weekend à vous.

Je clos le sujet
petitefeuille

petitefeuille
Membre habitué

Féminin
Messages : 1472
Inscrit(e) le : 01/12/2010

https://www.petitefeuille.net/
petitefeuille a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Impossible de modifier la Barre de navigation

Message par petitefeuille Sam 16 Avr 2016 - 8:50

Je reviens car j’ai un souci :

sur le forumseniors ça ne fonctionne pas.Par contre sur mon forum test oui !

voici mon CSS de mon forum seniors:

Code:

 a.forumlink:link, a.forumlink:visited {
font-family:  Georgia;
font-weight: bold;
Font-style: normal;
text-align: left;
font-size: 21px;
letter-spacing: -2px;
display: block;
margin-left: 30px;
}


span a.forumlink:hover {
text-align: left;
text-transform : lowercase;
letter-spacing: 1px;
display: block;
text-decoration:none;
font-weight: bold;
}

body {
background-attachment: scroll;
background-repeat: no-repeat;
background-position: top center;
}


a.mainmenu{
font-family:  Georgia;
/***text-transform : lowercase;***/
font-weight: bold;
letter-spacing:-2px;
text-align: center;
text-decoration:none;
text-shadow:1px 0px 1px #000000;
font-size: 20px;
color:#9da7aa;
}

a.mainmenu:hover {
text-decoration:none;
color:#080911;
text-shadow: none;
border:dashed 0px #e5a462;
text-shadow:1px 0px 1px #000000;
}


a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none !important;}
a.forumlink:hover {text-transform:uppercase;}
a:hover{text-transform:lowercase;}
a { text-decoration: none; }



/* TITRE CAT INDEX*/
.secondarytitle, .secondarytitle h2{
color: #e8d9b1;
font-size: 40px;
font-variant: small-caps;
text-align: center;
font-family: Georgia;
Font-style: italic;
text-shadow:1px 1px 3px #000000;
}

.forumline{
background-image: url(http://i39.servimg.com/u/f39/18/27/00/67/captur19.png);
-webkit-border-radius: 17px;
-moz-border-radius: 17px;
border-radius: 17px;
border-bottom: 6px #07080f solid;
border-top: 2px #07080f solid;
border-right: 2px #07080f solid;
border-left: 2px #07080f solid;
text-align: justify;
background-color: #A87556;
padding-left: 8px; /*espace entre les bloc et le cadre de l\'index*/
padding-right: 8px; /*espace entre les bloc et le cadre de l\'index*/
padding-bottom: 12px; /*espace entre les bloc et le cadre de l\'index*/
padding-top: 8px;
}

.row3Right{
border: none !important;
}
.thHead{
border: none !important;
}
.thCornerL, .thCornerR, .thTop{
border: none !important;
}
.thLeft, .thRight{
border-left: none !important;
border-right: none !important;
}
.catLeft, .catRight{
border: none! important;
}
.catHead{
border: none !important;
}
.catBottom{
border: none !important;
}

/* FICHE */
.fondfiche{
  background-color: #CAE4DD;
  margin: auto;
  width: 487px;
  height: 650px;
  padding: 5px;
  text-align: center;
  color: #F3EBE0;
}

.fondfiche img{
  border: 3px solid #F3EBE0;
}

.titrefiche{
  margin-top: -50px;
  background-image: url(\'http://i.imgur.com/0yntTCR.png\');
  width: 500px;
  height: 102px;
  line-height: 102px;
  margin-left: -6px;
  position: absolute;
  font-family: Amatic SC;
  font-size: 35px;
  color: #615e8f;
}

.titreblocfiche{
  font-family: \'Allura\', cursive;
  font-size: 30px;
  color: #D27D95;
  margin-top: -20px;
  position: absolute;
}

.bloc1fiche{
  background-color: #F3EBE0;
  width: 230px;
  height: 120px;
  overflow: auto;
  font-family: \'Alegreya Sans\', sans-serif;
  font-size: 11px;
  color: #7D7F8F;
  text-align: justify;
  padding: 5px;
}

.bloc2fiche{
  background-color: #F3EBE0;
  width: 363px;
  height: 315px;
  overflow: auto;
  font-family: \'Alegreya Sans\', sans-serif;
  font-size: 11px;
  color: #7D7F8F;
  text-align: justify;
  padding: 5px;
}

.petitephrase{
  background-color: #F3EBE0;
  font-family: \'Alegreya Sans\', sans-serif;
  font-size: 11px;
  color: #7D7F8F;
  padding: 5px;

dd.quote{
                        background: url("http://i18.servimg.com/u/f18/15/86/06/11/backgr10.jpg");
                        border-radius: 10px 10px 10px 10px;
                        border: 1px solid rgb(0, 0, 0);
                      box-shadow: 3px 3px 6px rgb(black);
                        margin: 0px;
                        font-family: Georgia;
                        font-size: 14px;
                        color: rgb(0, 0, 0);
                        padding: 10px 10px 10px 10px;
                        text-indent: 15px;
                        overflow: hidden;
                          }
dd.code{
                        background: url("http://i18.servimg.com/u/f18/15/86/06/11/backgr10.jpg");
                        border-radius: 10px 10px 10px 10px;
                        border: 1px solid rgb(0, 0, 0);
                      box-shadow: 3px 3px 6px rgb(black);
                        margin: 0px;
                        font-family: Georgia;
                        font-size: 14px;
                        color: rgb(0, 0, 0);
                        padding: 10px 10px 10px 10px;
                        text-indent: 15px;
                        overflow: hidden;
                          }
        .selectCode { float:right; text-transform: uppercase; cursor:pointer; font-family: Georgia; }
        div.cont_code { clear: right; }
        dd.spoiler_closed {
        background: url("http://i18.servimg.com/u/f18/15/86/06/11/backgr10.jpg"); /* couleur noire du fond */
        border:2px #b3acac double; /* bordure blanche en traits peu épais */
        border-radius: 15px; /* tous les côtés sont arrondis */
        -moz-border-radius: 15px; /* tous les côtés sont arrondis */
        -webkit-border-radius: 15px; /* tous les côtés sont arrondis */
        color: #b3acac; /* couleur du texte blanche */
        padding-top: 10px !important; /*espace entre la bordure et le texte*/
        padding-bottom: 10px !important; /*espace entre la bordure et le texte*/
        }
        .date-and-time {
          display: none;
        }
        .bouhautbas {
            bottom: 40px;
            right: 10px; /* remplacez left par right pour afficher les boutons à droite */
            position: fixed;
            z-index: 100;
        }
          /*()Bouton avertissement rapide */
       
        .mod_mess, .adm_mess {
        margin: 5px auto;
        width: 90%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        }
       
        .mod_mess a.postlink, .adm_mess a.postlink {
        color: #FFF !important;
        text-decoration: underline !important;
        }
       
        /* administrateur bb-Code - bloc de message d'enregistrement */
       
        .adm_mess {
        background: #e54858;
        background: -moz-linear-gradient(left, #e54858 0%, #f5b57a 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e54858), color-stop(100%, #f5b57a));
        background: -webkit-linear-gradient(left, #e54858 0%, #f5b57a 100%);
        background: -o-linear-gradient(left, #e54858 0%, #f5b57a 100%);
        background: -ms-linear-gradient(left, #e54858 0%, #f5b57a 100%);
        background: linear-gradient(left, #e54858 0%, #f5b57a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e54858", endColorstr="#f5b57a", GradientType=1);
        -webkit-box-shadow: 4px 4px 0px 0px #352727;
        -moz-box-shadow: 4px 4px 0px 0px #352727;
        box-shadow: 4px 4px 0px 0px #352727;
        }
       
        /* Administrateur bb-Code - mise en page */
        .adm_mess .titl {
        font-size: 15px;
        font-weight: bold;
        padding: 5px;
        border-bottom: 1px dashed #B60505; 
        }
           
        /* Administrateur BB-Code - présentation du texte */
        .adm_mess .titl + div {
        display: block;
        margin-left: 10px;
        padding: 25px 5px 25px 80px;
        background: transparent url(http://i33.servimg.com/u/f33/17/37/83/89/gnome-10.png) no-repeat left center;
        }
       
        /* Messages BB-Code - bloc de message d'enregistrement */
       
        .mod_mess {
        background: #5c93f5;
        background: -moz-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5c93f5), color-stop(100%, #afcfda));
        background: -webkit-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
        background: -o-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
        background: -ms-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
        background: linear-gradient(left, #5c93f5 0%, #afcfda 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c93f5", endColorstr="#afcfda", GradientType=1);
        -webkit-box-shadow: 4px 4px 0px 0px #352727;
        -moz-box-shadow: 4px 4px 0px 0px #352727;
        box-shadow: 4px 4px 0px 0px #352727;
        }
       
        /* Messages BB-Code - Un titre */
        .mod_mess .titl {
        font-size: 15px;
        font-weight: bold;
        padding: 5px;
        border-bottom: 1px dashed #0D4DD3;   
        }
           
        /* modernité BB-Code - présentation du texte */
        .mod_mess .titl + div {
        display: block;
        margin-left: 10px;
        padding: 25px 5px 25px 80px;
        background: transparent url(http://i33.servimg.com/u/f33/17/37/83/89/gnome610.png) no-repeat left center; 
        } 
        @charset 'utf-8';
        /*************************************************!
        *
        *  project:    liteAccordion - a horizontal accordion plugin for jQuery
        *  author:    Nicola Hibbert
        *  url:        http://nicolahibbert.com/liteaccordion-v2/
        *  demo:      http://www.nicolahibbert.com/demo/liteAccordion/
        *
        *  Version:    2.0.2
        *  Copyright:  (c) 2010-2011 Nicola Hibbert
        *  Licence:    MIT
        *
        **************************************************/
        /****************************************** Core */
        .accordion { text-align: left; font: 'Helvetica Neue', Verdana, Arial, sans-serif }
        .accordion > ol { position: relative; overflow: hidden; height: 100%; margin: 0; padding: 0; list-style-type: none }
        .accordion .slide > h2 {
          color: black;
            font-size: 16px;
          font-weight: normal;
          margin: 0;
          z-index: 100;
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transform: translateX(-100%) rotate(-90deg);
          -webkit-transform-origin: right top;
          -moz-transform: translateX(-100%) rotate(-90deg);
          -moz-transform-origin: right top;
          -o-transform: translateX(-100%) rotate(-90deg);
          -o-transform-origin: right top;
          transform: translateX(-100%) rotate(-90deg);
          transform-origin: right top;
          -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        }
        .accordion .slide > h2 span {
            display: block;
            padding-right: 8%;
            text-align: right;
            height: 90%;
            margin-top: 5px;
            -moz-user-select: none;
            -khtml-user-select: none;
            user-select: none;
        }
        .accordion .slide > h2 b {
            display: inline-block;
            position: absolute;
            top: 13%;
            left: 10%;
            text-align: center;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
          -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
        }
        .accordion .slide > h2:hover { cursor: pointer }
        .accordion .slide > div { height: 100%; position: absolute; top: 0; z-index: 10; overflow: hidden; background: white }
        .accordion noscript p { padding: 10px; margin: 0; background: white }
       
        /***************************************** Light */
        .accordion {
            border: 9px solid white;
            border-bottom-width: 8px;
            padding: 5px 5px 6px 0;
            background: #a0a0a0;
            -webkit-box-shadow: -1px -1px 0 #c0c0c0, 1px 1px 0 #c0c0c0, 0 5px 15px rgba(0, 0, 0, 0.4);
            -moz-box-shadow: -1px -1px 0 #c0c0c0, 1px 1px 0 #c0c0c0, 0 5px 15px rgba(0, 0, 0, 0.4);
            -ms-box-shadow: -1px -1px 0 #c0c0c0, 1px 1px 0 #c0c0c0, 0 5px 15px rgba(0, 0, 0, 0.4);
            -o-box-shadow: -1px -1px 0 #c0c0c0, 1px 1px 0 #c0c0c0, 0 5px 15px rgba(0, 0, 0, 0.4);
          box-shadow: -1px -1px 0 #c0c0c0, 1px 1px 0 #c0c0c0, 0 5px 15px rgba(0, 0, 0, 0.4);
        }
        .accordion .slide > h2 { background: #a0a0a0; text-shadow: 0 -1px 0 white; line-height: 265% }
        .accordion .slide > h2 span {
            background: #fcfcfc;
            background: -moz-linear-gradient(left,  #fcfcfc 0%, #ededed 100%);
            background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fcfcfc), color-stop(100%,#ededed));
            background: -webkit-linear-gradient(left,  #fcfcfc 0%,#ededed 100%);
            background: -o-linear-gradient(left,  #fcfcfc 0%,#ededed 100%);
            background: -ms-linear-gradient(left,  #fcfcfc 0%,#ededed 100%);
            background: linear-gradient(left,  #fcfcfc 0%,#ededed 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=1 );
            -webkit-box-shadow: -1px -1px 0 #909090 inset, 1px 1px 0 #909090 inset;
            -moz-box-shadow: -1px -1px 0 #909090 inset, 1px 1px 0 #909090 inset;
            -o-box-shadow: -1px -1px 0 #909090 inset, 1px 1px 0 #909090 inset;
          box-shadow: -1px -1px 0 #909090 inset, 1px 1px 0 #909090 inset;
            color: #909090;
        }
        .accordion .slide > h2 b { background: #ffffff; color: #909090; text-shadow: -1px 1px 0 white }
        .accordion .slide > h2.selected span, .accordion .slide h2.selected span:hover, .accordion .slide > h2.selected b { background: #ffffff }
        .accordion .slide > div { background: #a0a0a0; margin-left: 5px }
       
        /*************************************** Rounded */
        .rounded, .rounded > ol { -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; border-radius: 6px }
        .rounded .slide > h2 span { -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px }
       
        /******************************************** IE */
        .ie .slide > h2 b { top: 42%; left: 5% }
        .ie9 .slide > h2 { filter: none; -ms-transform: translateX(-100%) rotate(-90deg); -ms-transform-origin: right top }
        .ie.accordion .slide > h2 b { top: 44% }
        .accordion .slide > h2 span { filter: none }
       
        /******************************************** FA */
        .accordion figure .full { width: 100%; height: 100%; }
        .accordion h2 { border: none; }
       
        /* centrer l'accordéon */
        .accordion { margin: auto; }
       
        #M14_Invite
        {
        color:gainsboro;
        }
                div#left img {
          max-width: 190px;
        }
        div#left img, div#left iframe, div#left embed {
          max-width: 190px !important;
        }
        #description
        {
        color: #C9D9DC;  /*mettre ici la couleur */
        font-size: 18px; /*remplacer X par le nombre de pixel voulu*/
        font-family: Comic Sans MS; /*remplacer POLICE par la police voulue. Si la police est composée de plusieurs mots, la mettre entre "" */
        }
        div#fa_search {display:none!important;}
        a#fa_hide {display: none!important;}
          #newsareal1 div.topictitle {
            display: block !important;
            margin: 2px 1px 0;
            padding: 2px 5px 5px 30px;
            border: 1px solid #B1BFC0;
            border-radius: 5px;
            background: #9EA8AB url('http://i44.servimg.com/u/f44/16/54/26/99/old-ve10.png') no-repeat 5px center;
            }
            #newsareal1 div.topictitle:hover {
            background-color: #D8DEDE;
            }
            #newsareal1 div.topictitle a {
            color: #2A3B39 !important;
            text-decoration: none !important;
            text-shadow: #fff 0px 0px 0px
            }
        .signature_div img {
          max-height:200px;
          max-width:500px;
        }
        body {
          background-image:url(http://img1.imagilive.com/1115/i_back10.png);
          background-size: 100% auto;
        }
              #chatbox_members .cb-avatar > img {
          height:30px;width:30px;
          vertical-align: middle;
        }
        #chatbox.recently-connected:after {
          font-family: "Comic Sans MS", serif;
          font-size: 1.5em; line-height:1.5em; font-weight: bold; color: #8BC34A;
          box-shadow:0 0 5px #AED581; display:block; background: #1B232E; margin:auto;
          width:80%; margin:1.5% auto; padding:1%; white-space: pre;
          content: "Bienvenue sur la chatbox Seniors";
        }
    #fa_thanks_message img { vertical-align:middle }
    #fa_thanks_message {
      color:#280;
      font-size:16px;
      font-weight:bold;
      text-align:center;
      background-color:#DFD;
      border:1px solid #BDB;
      border-radius:6px;
      padding:6px;
      margin:6px;
    }
    .row1.over fieldset {
        border-radius: 10px;
        box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.8);
        border: 1px solid grey;
    }
    {
      font-family: Georgia;/**police**/
      font-size:22px;  /**taille**/
      color:Orange;/**couleur**/
    }


petitefeuille

petitefeuille
Membre habitué

Féminin
Messages : 1472
Inscrit(e) le : 01/12/2010

https://www.petitefeuille.net/
petitefeuille a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: Impossible de modifier la Barre de navigation

Message par MlleAlys Sam 16 Avr 2016 - 9:36

Bonjour,
Vous avez oublié le début du code a.mainmenu (vous avez codé une mise en forme sans précise à quel élément elle doit s'appliquer)
Par contre vous avez déjà en début de css un code qui précise la mise en forme de cs lien :
Code:

a.mainmenu {
  font-family: Georgia;
  /***text-transform : lowercase;***/
  font-weight: bold;
  letter-spacing: -2px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 0px 1px #000000;
  font-size: 20px;
  color: #9da7aa;
}
Vous pouvez donc modifier le code que vous avez déjà plutôt que d'en ajouter un nouveau pour le contredire.

Au passage, voici votre css réindenté :
Code:
a.forumlink:link, a.forumlink:visited {
  display: block;
  margin-left: 30px;
  text-align: left;
  font-family: Georgia;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -2px;
  Font-style: normal;
}

span a.forumlink:hover {
  display: block;
  text-align: left;
  text-decoration: none;
  text-transform: lowercase;
  font-weight: bold;
  letter-spacing: 1px;
}

body {
  background-attachment: scroll;
  background-position: top center;
  background-repeat: no-repeat;
}

a.mainmenu {
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 0 1px #000000;
  font-family: Georgia;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -2px;
  color: #9da7aa;
}

a.mainmenu:hover {
  border: dashed 0 #e5a462;
  text-decoration: none;
  text-shadow: none;
  text-shadow: 1px 0 1px #000000;
  color: #080911;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

a.forumlink:hover {
  text-transform: uppercase;
}

a:hover {
  text-transform: lowercase;
}

a {
  text-decoration: none;
}

/* TITRE CAT INDEX*/

.secondarytitle, .secondarytitle h2 {
  text-align: center;
  text-shadow: 1px 1px 3px #000000;
  font-family: Georgia;
  font-size: 40px;
  font-variant: small-caps;
  color: #e8d9b1;
  Font-style: italic;
}

.forumline {
  padding-top: 8px;
  padding-right: 8px; /*espace entre les bloc et le cadre de l\'index*/
  padding-bottom: 12px; /*espace entre les bloc et le cadre de l\'index*/
  padding-left: 8px; /*espace entre les bloc et le cadre de l\'index*/
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  border-top: 2px #07080f solid;
  border-right: 2px #07080f solid;
  border-bottom: 6px #07080f solid;
  border-left: 2px #07080f solid;
  text-align: justify;
  background-color: #A87556;
  background-image: url(http://i39.servimg.com/u/f39/18/27/00/67/captur19.png);
}

.row3Right {
  border: none !important;
}

.thHead {
  border: none !important;
}

.thCornerL, .thCornerR, .thTop {
  border: none !important;
}

.thLeft, .thRight {
  border-right: none !important;
  border-left: none !important;
}

.catLeft, .catRight {
  border: none! important;
}

.catHead {
  border: none !important;
}

.catBottom {
  border: none !important;
}

/* FICHE */

.fondfiche {
  width: 487px;
  height: 650px;
  margin: auto;
  padding: 5px;
  text-align: center;
  color: #F3EBE0;
  background-color: #CAE4DD;
}

.fondfiche img {
  border: 3px solid #F3EBE0;
}

.titrefiche {
  position: absolute;
  width: 500px;
  height: 102px;
  margin-top: -50px;
  margin-left: -6px;
  font-family: Amatic SC;
  font-size: 35px;
  line-height: 102px;
  color: #615e8f;
  background-image: url(\'http://i.imgur.com/0yntTCR.png\');
}

.titreblocfiche {
  position: absolute;
  margin-top: -20px;
  font-family: \'Allura\',cursive;
  font-size: 30px;
  color: #D27D95;
}

.bloc1fiche {
  width: 230px;
  height: 120px;
  padding: 5px;
  overflow: auto;
  text-align: justify;
  font-family: \'Alegreya Sans\',sans-serif;
  font-size: 11px;
  color: #7D7F8F;
  background-color: #F3EBE0;
}

.bloc2fiche {
  width: 363px;
  height: 315px;
  padding: 5px;
  overflow: auto;
  text-align: justify;
  font-family: \'Alegreya Sans\',sans-serif;
  font-size: 11px;
  color: #7D7F8F;
  background-color: #F3EBE0;
}

.petitephrase {
  padding: 5px;
  font-family: \'Alegreya Sans\',sans-serif;
  font-size: 11px;
  color: #7D7F8F;
  background-color: #F3EBE0;
}

dd.quote {
  margin: 0;
  padding: 10px 10px 10px 10px;
  border: 1px solid rgb(0,0,0);
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  text-indent: 15px;
  font-family: Georgia;
  font-size: 14px;
  color: rgb(0,0,0);
  background: url("http://i18.servimg.com/u/f18/15/86/06/11/backgr10.jpg");
  box-shadow: 3px 3px 6px rgb(black);
}

dd.code {
  margin: 0;
  padding: 10px 10px 10px 10px;
  border: 1px solid rgb(0,0,0);
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  text-indent: 15px;
  font-family: Georgia;
  font-size: 14px;
  color: rgb(0,0,0);
  background: url("http://i18.servimg.com/u/f18/15/86/06/11/backgr10.jpg");
  box-shadow: 3px 3px 6px rgb(black);
}

.selectCode {
  float: right;
  text-transform: uppercase;
  font-family: Georgia;
  cursor: pointer;
}

div.cont_code {
  clear: right;
}

dd.spoiler_closed {
  padding-top: 10px !important; /*espace entre la bordure et le texte*/
  padding-bottom: 10px !important; /*espace entre la bordure et le texte*/
  border: 2px #b3acac double; /* bordure blanche en traits peu épais */
  -webkit-border-radius: 15px; /* tous les côtés sont arrondis */
  -moz-border-radius: 15px; /* tous les côtés sont arrondis */
  border-radius: 15px; /* tous les côtés sont arrondis */
  color: #b3acac; /* couleur du texte blanche */
  background: url("http://i18.servimg.com/u/f18/15/86/06/11/backgr10.jpg") ; /* couleur noire du fond */
}

.date-and-time {
  display: none;
}

.bouhautbas {
  z-index: 100;
  position: fixed;
  right: 10px; /* remplacez left par right pour afficher les boutons à droite */
  bottom: 40px;
}

/*()Bouton avertissement rapide */

.mod_mess, .adm_mess {
  width: 90%;
  margin: 5px auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.mod_mess a.postlink, .adm_mess a.postlink {
  text-decoration: underline !important;
  color: #FFF !important;
}

/* administrateur bb-Code - bloc de message d'enregistrement */

.adm_mess {
  background: #e54858;
  background: -moz-linear-gradient(left,#e54858 0,#f5b57a 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#e54858), color-stop(100%,#f5b57a) );
  background: -webkit-linear-gradient(left,#e54858 0,#f5b57a 100%);
  background: -o-linear-gradient(left,#e54858 0,#f5b57a 100%);
  background: -ms-linear-gradient(left,#e54858 0,#f5b57a 100%);
  background: linear-gradient(left,#e54858 0,#f5b57a 100%);
  -webkit-box-shadow: 4px 4px 0 0 #352727;
  -moz-box-shadow: 4px 4px 0 0 #352727;
  box-shadow: 4px 4px 0 0 #352727;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e54858", endColorstr="#f5b57a", GradientType=1);
}

/* Administrateur bb-Code - mise en page */

.adm_mess .titl {
  padding: 5px;
  border-bottom: 1px dashed #B60505;
  font-size: 15px;
  font-weight: bold;
}

/* Administrateur BB-Code - présentation du texte */

.adm_mess .titl + div {
  display: block;
  margin-left: 10px;
  padding: 25px 5px 25px 80px;
  background: transparent url(http://i33.servimg.com/u/f33/17/37/83/89/gnome-10.png) no-repeat left center;
}

/* Messages BB-Code - bloc de message d'enregistrement */

.mod_mess {
  background: #5c93f5;
  background: -moz-linear-gradient(left,#5c93f5 0,#afcfda 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#5c93f5), color-stop(100%,#afcfda) );
  background: -webkit-linear-gradient(left,#5c93f5 0,#afcfda 100%);
  background: -o-linear-gradient(left,#5c93f5 0,#afcfda 100%);
  background: -ms-linear-gradient(left,#5c93f5 0,#afcfda 100%);
  background: linear-gradient(left,#5c93f5 0,#afcfda 100%);
  -webkit-box-shadow: 4px 4px 0 0 #352727;
  -moz-box-shadow: 4px 4px 0 0 #352727;
  box-shadow: 4px 4px 0 0 #352727;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c93f5", endColorstr="#afcfda", GradientType=1);
}

/* Messages BB-Code - Un titre */

.mod_mess .titl {
  padding: 5px;
  border-bottom: 1px dashed #0D4DD3;
  font-size: 15px;
  font-weight: bold;
}

/* modernité BB-Code - présentation du texte */

.mod_mess .titl + div {
  display: block;
  margin-left: 10px;
  padding: 25px 5px 25px 80px;
  background: transparent url(http://i33.servimg.com/u/f33/17/37/83/89/gnome610.png) no-repeat left center;
}

/*************************************************!
        *
        *  project:    liteAccordion - a horizontal accordion plugin for jQuery
        *  author:    Nicola Hibbert
        *  url:        http://nicolahibbert.com/liteaccordion-v2/
        *  demo:      http://www.nicolahibbert.com/demo/liteAccordion/
        *
        *  Version:    2.0.2
        *  Copyright:  (c) 2010-2011 Nicola Hibbert
        *  Licence:    MIT
        *
        **************************************************/

/****************************************** Core */

.accordion {
  text-align: left;
  font: 'Helvetica Neue',Verdana,Arial,sans-serif;
}

.accordion > ol {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}

.accordion .slide > h2 {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: black;
  -webkit-transform: translateX(-100%) rotate(-90deg);
  -moz-transform: translateX(-100%) rotate(-90deg);
  -o-transform: translateX(-100%) rotate(-90deg);
  transform: translateX(-100%) rotate(-90deg);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  transform-origin: right top;
  -o-transform-origin: right top;
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3) ";
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.accordion .slide > h2 span {
  display: block;
  height: 90%;
  margin-top: 5px;
  padding-right: 8%;
  text-align: right;
  -moz-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}

.accordion .slide > h2 b {
  display: inline-block;
  position: absolute;
  top: 13%;
  left: 10%;
  text-align: center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1) ";
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.accordion .slide > h2:hover {
  cursor: pointer;
}

.accordion .slide > div {
  z-index: 10;
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
  background: white;
}

.accordion noscript p {
  margin: 0;
  padding: 10px;
  background: white;
}

/***************************************** Light */

.accordion {
  padding: 5px 5px 6px 0;
  border: 9px solid white;
  border-bottom-width: 8px;
  background: #a0a0a0;
  -webkit-box-shadow: -1px -1px 0 #c0c0c0,1px 1px 0 #c0c0c0,0 5px 15px rgba(0,0,0,0.4);
  -moz-box-shadow: -1px -1px 0 #c0c0c0,1px 1px 0 #c0c0c0,0 5px 15px rgba(0,0,0,0.4);
  box-shadow: -1px -1px 0 #c0c0c0,1px 1px 0 #c0c0c0,0 5px 15px rgba(0,0,0,0.4);
  -ms-box-shadow: -1px -1px 0 #c0c0c0,1px 1px 0 #c0c0c0,0 5px 15px rgba(0,0,0,0.4);
  -o-box-shadow: -1px -1px 0 #c0c0c0,1px 1px 0 #c0c0c0,0 5px 15px rgba(0,0,0,0.4);
}

.accordion .slide > h2 {
  text-shadow: 0 -1px 0 white;
  line-height: 265%;
  background: #a0a0a0;
}

.accordion .slide > h2 span {
  color: #909090;
  background: #fcfcfc;
  background: -moz-linear-gradient(left,#fcfcfc 0,#ededed 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#fcfcfc), color-stop(100%,#ededed) );
  background: -webkit-linear-gradient(left,#fcfcfc 0,#ededed 100%);
  background: -o-linear-gradient(left,#fcfcfc 0,#ededed 100%);
  background: -ms-linear-gradient(left,#fcfcfc 0,#ededed 100%);
  background: linear-gradient(left,#fcfcfc 0,#ededed 100%);
  -webkit-box-shadow: -1px -1px 0 #909090 inset,1px 1px 0 #909090 inset;
  -moz-box-shadow: -1px -1px 0 #909090 inset,1px 1px 0 #909090 inset;
  box-shadow: -1px -1px 0 #909090 inset,1px 1px 0 #909090 inset;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=1 );
  -o-box-shadow: -1px -1px 0 #909090 inset,1px 1px 0 #909090 inset;
}

.accordion .slide > h2 b {
  text-shadow: -1px 1px 0 white;
  color: #909090;
  background: #ffffff;
}

.accordion .slide > h2.selected span, .accordion .slide h2.selected span:hover, .accordion .slide > h2.selected b {
  background: #ffffff;
}

.accordion .slide > div {
  margin-left: 5px;
  background: #a0a0a0;
}

/*************************************** Rounded */

.rounded, .rounded > ol {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -ms-border-radius: 6px;
}

.rounded .slide > h2 span {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}

/******************************************** IE */

.ie .slide > h2 b {
  top: 42%;
  left: 5%;
}

.ie9 .slide > h2 {
  -ms-transform: translateX(-100%) rotate(-90deg);
  filter: none;
  -ms-transform-origin: right top;
}

.ie.accordion .slide > h2 b {
  top: 44%;
}

.accordion .slide > h2 span {
  filter: none;
}

/******************************************** FA */

.accordion figure .full {
  width: 100%;
  height: 100%;
}

.accordion h2 {
  border: none;
}

/* centrer l'accordéon */
.accordion {
  margin: auto;
}

#M14_Invite {
  color: gainsboro;
}

div#left img {
  max-width: 190px;
}

div#left img, div#left iframe, div#left embed {
  max-width: 190px !important;
}

#description {
  font-family: Comic Sans MS; /*remplacer POLICE par la police voulue. Si la police est composée de plusieurs mots, la mettre entre "" */
  font-size: 18px; /*remplacer X par le nombre de pixel voulu*/
  color: #C9D9DC;
}

div#fa_search {
  display: none!important;
}

a#fa_hide {
  display: none!important;
}

#newsareal1 div.topictitle {
  display: block !important;
  margin: 2px 1px 0;
  padding: 2px 5px 5px 30px;
  border: 1px solid #B1BFC0;
  border-radius: 5px;
  background: #9EA8AB url('http://i44.servimg.com/u/f44/16/54/26/99/old-ve10.png') no-repeat 5px center;
}

#newsareal1 div.topictitle:hover {
  background-color: #D8DEDE;
}

#newsareal1 div.topictitle a {
  text-decoration: none !important;
  text-shadow: #fff 0 0 0;
  color: #2A3B39 !important;
}

.signature_div img {
  max-height: 200px;
  max-width: 500px;
}

body {
  background-image: url(http://img1.imagilive.com/1115/i_back10.png);
  background-size: 100% auto;
}

#chatbox_members .cb-avatar > img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

#chatbox.recently-connected:after {
  content: "Bienvenue sur la chatbox Seniors";
  display: block;
  width: 80%;
  margin: auto;
  margin: 1.5% auto;
  padding: 1%;
  font-family: "Comic Sans MS",serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
  white-space: pre;
  color: #8BC34A;
  background: #1B232E;
  box-shadow: 0 0 5px #AED581;
}

#fa_thanks_message img {
  vertical-align: middle;
}

#fa_thanks_message {
  margin: 6px;
  padding: 6px;
  border: 1px solid #BDB;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #280;
  background-color: #DFD;
}

.row1.over fieldset {
  border: 1px solid grey;
  border-radius: 10px;
  box-shadow: 1px 2px 0 rgba(0,0,0,0.8);
}
MlleAlys

MlleAlys
Membre actif

Messages : 5767
Inscrit(e) le : 12/09/2012

MlleAlys a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Impossible de modifier la Barre de navigation

Message par petitefeuille Sam 16 Avr 2016 - 14:56

un grand merci MlleAlys Flowers2 j´ai tout corrigé et c´est parfait !

Bon weekend

mes amitiés

Je clos le sujet
petitefeuille

petitefeuille
Membre habitué

Féminin
Messages : 1472
Inscrit(e) le : 01/12/2010

https://www.petitefeuille.net/
petitefeuille a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum