AccueilDernières imagesRechercherS'enregistrerConnexion

Forum de graphisme, codage et game design proposant des tutoriels, astuces, libres services et commandes dans les domaines de l'infographie amateur, de l'intégration web (HTML et CSS essentiellement) ainsi que dans la conception de RPG sur forum.

Le Deal du moment :
Cdiscount : -30€ dès 300€ ...
Voir le deal

    Barre de navigation

    Fluff'
    Fluff'
    FémininAge : 36Messages : 55

    Mar 26 Nov 2013 - 23:23

    Bien le bonjour ^^

    Commande
    Elément à coder : Barre de navigation
    Adresse du forum : http://hesperae.rpgboard.net/
    Description du résultat voulu : Un peu comme celle présente ici même :) C'est simple et c'est ce que je recherche.
    Couleurs ou tons : Fond noir, typographie grise, survole blanc et texte au survole en noir.
    Images : N/A
    Autres précisions : C'est aussi simple que ça. Merci en avance !


    Dernière édition par Fluff' le Dim 1 Déc 2013 - 23:54, édité 1 fois
    Neva
    Neva
    FémininAge : 32Messages : 18565

    Jeu 28 Nov 2013 - 17:45

    Salut,

    Tout me paraît bon. Je valide la demande

    La commande est validée !▬ il est autorisé de la relancer toutes les 48h minimum
    ▬ une commande laissée sans nouvelles sera relancée au bout de 10 jours et archivée au bout de 10 jours supplémentaires sans réponse
    ▬ nous rappelons que l'aide devra être créditée vers Never Utopia



     
    Fluff'
    Fluff'
    FémininAge : 36Messages : 55

    Jeu 28 Nov 2013 - 18:12

    Merci ^^
    Onyx
    Onyx
    FémininAge : 30Messages : 3350

    Sam 30 Nov 2013 - 4:56

    Salut ^^

    Voilà ce que j'ai fait: http://forum-test-onyx.forum-canada.com/
    Je n'ai juste pas compris ce que tu voulais qui soit en noir quand on le survole.

    Et si je me permets de le rajouter, est-ce que tu veux avoir la possibilité de changer les noms des parties comme tu le souhaites (Races à la place de Groupes par exemple) ou est-ce que les noms normaux sont correct pour toi?
    Fluff'
    Fluff'
    FémininAge : 36Messages : 55

    Sam 30 Nov 2013 - 15:40

    Bonjour ^^

    Merci d'avoir fait aussi vite. Pour le survole, c'était quelque chose comme lorsqu'on met le curseur sur la barre de navigation de N-U (juste en haut). Il y a une forme bleue et le texte en blanc. C'était quelque chose de semblable que je recherchais, mais dans les teintes de noir/blanc. J'ai du mal m'exprimer ^^

    Par contre, ce que tu as fait me convient parfaitement :). Pour les nouveaux messages, est-ce possible de mettre cette couleur : #00A8C2 ?
    J'imagine que la police d'écriture sera modifiable aussi ? Pour la modification de texte c'est bon. Je vais garder la formule classique. Merci d'avoir demandé.

    Merci beaucoup ^^
    Onyx
    Onyx
    FémininAge : 30Messages : 3350

    Sam 30 Nov 2013 - 22:08

    Bouh!
    C'est mieux comme cela?
    J'ai ajouté la couleur pour les nouveaux messages et oui, la police est modifiable dans le CSS.
    Fluff'
    Fluff'
    FémininAge : 36Messages : 55

    Sam 30 Nov 2013 - 22:37

    C'est parfait :)
    Onyx
    Onyx
    FémininAge : 30Messages : 3350

    Dim 1 Déc 2013 - 3:13

    Cool ^^

    Donc voilà les codes:

    Voili-voilou ~
    Fluff'
    Fluff'
    FémininAge : 36Messages : 55

    Dim 1 Déc 2013 - 4:46

    Pour être certaine, j'ai remit le template par défaut avant de mettre le code. Peut-être n'aurais-je pas dut le faire... Sauf que je n'ai pas le même résultat que sur le forum-test ^^'.

    Voici donc le CSS :
    Code:
    /* BACKGROUND */
    body { background-attachment: fixed; background-repeat: no-repeat; background-position: top center;  background: url(#)}

    /* FONT */
    font-family: 'Roboto', sans-serif;
    font-family: 'Buenard', serif;

    /* NAVIGATION */

    .navbig {
      position: fixed;
      top: 0px;
      left: 0px;
      width: 100%;
      background-color: #000000;
      z-index: 5;
      border-bottom: 2px solid #FFFFFF;
    }
    .navbig a, .navbig a:link, a.navbig a:visited, .navbig a:active, .navbig a:hover {
      font-size: 11px;
      display: inline-block;
      margin-left: 5px;
      margin-right: 5px;
      padding: 10px;
      padding-top: 3px;
      padding-bottom: 3px;
      color: #C4C4C4;
      font-family: Times New Roman;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-decoration: none!important;
      transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -htm-transition: 0.5s;
      -webkit-transition: 0.5s;
    }
    .navbig a:hover {
      color: #000000;
      background-color: #FFFFFF;
    }

    /* PA ONGLETS LATERAUX ONCLIC EN FOCUS */

    #pafocus_head
    {
      width: 980px;
      height: 151px;
      background: url(http://imageshack.us/a/img191/5890/mcuh.png) no-repeat;
    }
    #pafocus_body
    {
      width: 980px;
      height: 340px;
      background: url(http://imageshack.us/a/img545/9839/bp7x.png) no-repeat;
    }
    #pafocus_foot
    {
      width: 980px;
      height: 109px;
      background: url(http://imageshack.us/a/img708/3791/1kbm.png) no-repeat;
    }

    #pafocus
    {
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: right;
    }
    .pafocus_onglet1
    {
      width: 150px;
      height: 20px;
      padding: 4px;
      margin-left: 0;
      margin-bottom: 10px;
      background: #000000;
      border: 1px solid #ffffff;
      box-shadow: 0px 0px 4px #000000;
      -moz-box-shadow: 0px 0px 4px #000000;
      -o-box-shadow: 0px 0px 4px #000000;
      -htm-box-shadow: 0px 0px 4px #000000;
      -webkit-box-shadow: 0px 0px 4px #000000;
      font-weight: bold;
      color: #ffffff;
      text-shadow: 1px 1px 0px #000000;
      text-align: center;
      transition: 1s;
      -moz-transition: 1s;
      -o-transition: 1s;
      -htm-transition: 1s;
      -webkit-transition: 1s;
    }
    .pafocus_onglet2
    {
      width: 150px;
      height: 20px;
      padding: 4px;
      margin-left: 0;
      margin-bottom: 10px;
      background: #000000;
      border: 1px solid #ffffff;
      box-shadow: 0px 0px 4px #000000;
      -moz-box-shadow: 0px 0px 4px #000000;
      -o-box-shadow: 0px 0px 4px #000000;
      -htm-box-shadow: 0px 0px 4px #000000;
      -webkit-box-shadow: 0px 0px 4px #000000;
      font-weight: bold;
      color: #ffffff;
      text-shadow: 1px 1px 0px #000000;
      text-align: center;
      transition: 1s;
      -moz-transition: 1s;
      -o-transition: 1s;
      -htm-transition: 1s;
      -webkit-transition: 1s;
    }
    .pafocus_onglet3
    {
      width: 150px;
      height: 20px;
      padding: 4px;
      margin-left: 0;
      background: #000000;
      border: 1px solid #ffffff;
      box-shadow: 0px 0px 4px #000000;
      -moz-box-shadow: 0px 0px 4px #000000;
      -o-box-shadow: 0px 0px 4px #000000;
      -htm-box-shadow: 0px 0px 4px #000000;
      -webkit-box-shadow: 0px 0px 4px #000000;
      font-weight: bold;
      color: #ffffff;
      text-shadow: 1px 1px 0px #000000;
      text-align: center;
      transition: 1s;
      -moz-transition: 1s;
      -o-transition: 1s;
      -htm-transition: 1s;
      -webkit-transition: 1s;
    }
    .pafocus_onglet1:hover, .pafocus_onglet2:hover, .pafocus_onglet3:hover
    {
      margin-left: 20px;
      transition: 1s;
      -moz-transition: 1s;
      -o-transition: 1s;
      -htm-transition: 1s;
      -webkit-transition: 1s;
    }
    .pafocus_contenu1
    {
      position: absolute;
      z-index: 1;
      width: 700px;
      height: 340px;
      overflow: auto;
      margin-left: 200px;
      margin-top: -40px;
      background: #e6e6e6;
      border: 1px  solid #f5f4ee;
      box-shadow: 0px 0px 4px #38342d;
      -moz-box-shadow: 0px 0px 4px #38342d;
      -o-box-shadow: 0px 0px 4px #38342d;
      -htm-box-shadow: 0px 0px 4px #38342d;
      -webkit-box-shadow: 0px 0px 4px #38342d;
      transition: 1s;
      -moz-transition: 1s;
      -o-transition: 1s;
      -htm-transition: 1s;
      -webkit-transition: 1s;
      opacity: 0;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      filter: alpha(opacity=0);
    }
    .pafocus_contenu2
    {
      position: absolute;
      z-index: 2;
      width: 700px;
      height: 340px;
      overflow: auto;
      margin-left: 200px;
      margin-top: -80px;
      background: #e6e6e6;
      border: 1px  solid #f5f4ee;
      box-shadow: 0px 0px 4px #38342d;
      -moz-box-shadow: 0px 0px 4px #38342d;
      -o-box-shadow: 0px 0px 4px #38342d;
      -htm-box-shadow: 0px 0px 4px #38342d;
      -webkit-box-shadow: 0px 0px 4px #38342d;
      transition: 1s;
      -moz-transition: 1s;
      -o-transition: 1s;
      -htm-transition: 1s;
      -webkit-transition: 1s;
      opacity: 0;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      filter: alpha(opacity=0);
    }
    .pafocus_contenu3
    {
      position: absolute;
      z-index: 3;
      width: 700px;
      height: 340px;
      overflow: auto;
      margin-left: 200px;
      margin-top: -120px;
      background: #e6e6e6;
      border: 1px  solid #f5f4ee;
      box-shadow: 0px 0px 4px #38342d;
      -moz-box-shadow: 0px 0px 4px #38342d;
      -o-box-shadow: 0px 0px 4px #38342d;
      -htm-box-shadow: 0px 0px 4px #38342d;
      -webkit-box-shadow: 0px 0px 4px #38342d;
      transition: 1s;
      -moz-transition: 1s;
      -o-transition: 1s;
      -htm-transition: 1s;
      -webkit-transition: 1s;
      opacity: 0;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      filter: alpha(opacity=0);
    }
    .pafocus_contenu4
    {
      position: absolute;
      z-index: 4;
      width: 700px;
      height: 340px;
      overflow: auto;
      margin-left: 204px;
      margin-top: -133px;
      background: #e6e6e6;
      border: 1px  solid #f5f4ee;
      box-shadow: 0px 0px 4px #38342d;
      -moz-box-shadow: 0px 0px 4px #38342d;
      -o-box-shadow: 0px 0px 4px #38342d;
      -htm-box-shadow: 0px 0px 4px #38342d;
      -webkit-box-shadow: 0px 0px 4px #38342d;
    }
    .pafocus_contenu
    {
      padding: 4px;
      color: #74685d;
      font-size: 11px;
      text-shadow: 1px 1px 0px #f7f6f0;
      text-align: justify;
      font-weight: normal;
    }
    .pafocus_onglet1:hover .pafocus_contenu1, .pafocus_onglet2:hover .pafocus_contenu2,
    .pafocus_onglet3:hover .pafocus_contenu3
    {
      margin-left: 180px;
      transition: 1s;
      -moz-transition: 1s;
      -o-transition: 1s;
      -htm-transition: 1s;
      -webkit-transition: 1s;
    }
    .pafocus_onglet1:focus .pafocus_contenu1, .pafocus_onglet2:focus .pafocus_contenu2,
    .pafocus_onglet3:focus .pafocus_contenu3
    {
      z-index: 10;
      transition: 1s;
      -moz-transition: 1s;
      -o-transition: 1s;
      -htm-transition: 1s;
      -webkit-transition: 1s;
      opacity: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      filter: alpha(opacity=100);
    }

    /* GENERAL */

    .bodylinewidth
    {
      width: 950px;
      margin-left: auto;
      margin-right: auto;
      margin-top: -8px;
      margin-bottom: -8px;
    }

    .bodyline
    {
      background: url(http://img33.imageshack.us/img33/8349/40xq.png) repeat;
      border: 1px solid #ffffff;
      box-shadow: 0px 0px 20px #000000;
      -moz-box-shadow: 0px 0px 20px #000000;
      -htm-box-shadow: 0px 0px 20px #000000;
      -webkit-box-shadow: 0px 0px 20px #000000;
      -o-box-shadow: 0px 0px 20px #000000;
    }

    a:link, a:hover
    {
      text-decoration: none !important;
      text-shadow: 1px 1px 0px #;
    }

    /* CATEGORIES */

    .forumline
    {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #000000;
    background-repeat: repeat;
    -moz-box-shadow: 1px 1px 2px #000000;
    box-shadow: 1px 1px 2px #000000;
    padding: 5px;
    margin-bottom: 10px;
    }

    a.forumlink
    {
      display: block;
      font-size: 13px;
      font-variant: small-caps;
      background: url(#) top right repeat-y #000000;
      letter-spacing: 2px;
      border-bottom: 1px solid #434343;
      padding-bottom: 3px;
      padding-left: 0;
      margin-bottom: 3px;
      transition: 1s;
      -moz-transition: 1s;
      -o-transition: 1s;
      -htm-transition: 1s;
      -webkit-transition: 1s;
    }
    a.forumlink:hover
    {
      padding-left: 10px;
      border-bottom: 1px solid #e4e4e4;
      transition: 1s;
      -moz-transition: 1s;
      -o-transition: 1s;
      -htm-transition: 1s;
      -webkit-transition: 1s;
    }
    .stats_last
    {
      width: 180px;
      height: 80px;
      background: #3e3e3e;
      border: 1px solid #555555;
      box-shadow: 0px 0px 2px #c1c1c1;
      opacity: 0.6;
      -moz-opacity: 0.6;
      -khtml-opacity: 0.6;
      filter: alpha(opacity=60);
     transition: 1s;
      -moz-transition: 1s;
      -o-transition: 1s;
      -htm-transition: 1s;
      -webkit-transition: 1s;
    }
    .stats_last:hover
    {
      opacity: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      filter: alpha(opacity=100);
     transition: 1s;
      -moz-transition: 1s;
      -o-transition: 1s;
      -htm-transition: 1s;
      -webkit-transition: 1s;
    }
    .stats
    {
      display: block;
      text-align: center;
      font-size: 12px;
      margin-bottom: 10px;
    }
    .last
    {
      display: block;
      text-align: center;
      font-size: 12px;
    }

    /* CORPS DE CATÉGORIE */

    .cathead
    {
      background: url('http://imageshack.us/a/img4/2934/ij6x.png') top center no-repeat;
      width: 950px;
      height: 182px;
      margin: auto; /*Permet de centrer la partie du corps*/
    }

    .catbody
    {
      background: url('http://img200.imageshack.us/img200/5074/mny0.png') center repeat-y;
      width: 950px;
      margin: auto;
    }

    .catfoot
    {
      background: url('http://imageshack.us/a/img11/4852/wfvj.png') bottom center no-repeat;
      width: 950px;
      height: 90px;
      margin: auto;
    }


    /* MESSAGES */

    .cattitle
    {
      display: block;
      font-size: 18px;
      color: #6c6c6c;
    }
    .profil
    {
      width: 200px;
      padding: 4px;
      background: #3b3b3b;
      border: 1px solid #565656;
      box-shadow: 0px 0px 2px #c1c1c1;
      opacity: 0.6;
      -moz-opacity: 0.6;
      -khtml-opacity: 0.6;
      filter: alpha(opacity=60);
     transition: 1s;
      -moz-transition: 1s;
      -o-transition: 1s;
      -htm-transition: 1s;
      -webkit-transition: 1s;
      text-align: center;
    }
    .profil:hover
    {
      opacity: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      filter: alpha(opacity=100);
     transition: 1s;
      -moz-transition: 1s;
      -o-transition: 1s;
      -htm-transition: 1s;
      -webkit-transition: 1s;
    }
    .profil_avatar img
    {
      background: #1d1d1d;
      padding: 2px;
      border: 1px solid #b4b4b4;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .postbody
    {
      display: block;
      font-size: 11px;
      text-align: justify;
      padding: 5px;
    }
    .message_contenu
    {
      background: #323232;
      border: 1px solid #3a3a3a;
      padding: 15px;
      line-height: 14px;
    }

    .spoiler_closed, .spoiler_content, .quote
    {
      display:block;
      background: #747474;
      color: #1f1f1f;
      border: 1px solid #747474;
      padding: 5px;
    }
    .code
    {
      background: #1c1c1c;
      color: #747474;
      padding: 5px;
      border: 2px inset #000000;
    }

    /* BORDURES */

    .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;
    }

    /* FOOTER */

    #page-footer a
    {
      font-size: 13px;
    }

    /* ZONE TEXTE */

    .sceditor-container{
    background-color:#bababa !important;
              
    }
    .sceditor-container iframe, .sceditor-container textarea{
    background-color:#bababa !important;
    }

    .sceditor-toolbar {
    background: black !important;
    }

    /* TCHAT BOX */

    body.chatbox
    {
    background-color: black;
    }

    #chatbox_header .chatbox-options .genmed,
    #chatbox_header .chatbox-options,
    #chatbox_header .chatbox-options a
    {
    Vos Modifications;
    }

    #chatbox_header{
    background: #000000;
    }
    Et le Template Overall_header:
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
    <head>
     <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
     <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
     <meta http-equiv="content-script-type" content="text/javascript" />
     <meta http-equiv="content-style-type" content="text/css" />
     <!-- BEGIN switch_compat_meta -->
     <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
     <!-- END switch_compat_meta -->
     <!-- BEGIN switch_canonical_url -->
     <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
     <!-- END switch_canonical_url -->
     {META_FAVICO}
     {META}
     {META_FB_LIKE}
     <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
     {T_HEAD_STYLESHEET}
     {CSS}
     <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
     <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
     <script src="{JQUERY_PATH}" type="text/javascript"></script>
     <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>

     <!-- BEGIN switch_fb_login -->
     <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
     <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
     <!-- END switch_fb_login -->

     <!-- BEGIN switch_ticker -->
     <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
     <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
     <!-- END switch_ticker -->

     <!-- BEGIN switch_ticker_new -->
     <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
     <script type="text/javascript">//<![CDATA[
     /* Definir le sens de direction en fonction du panneau admin */
     var tickerDirParam = "{switch_ticker.DIRECTION}";
     var slid_vert = false;
     var auto_dir = 'next';
     var h_perso = parseInt({switch_ticker.HEIGHT});

     switch( tickerDirParam )
     {
     case 'top' :
     slid_vert = true;
     break;

     case 'left':
     break;

     case 'bottom':
     slid_vert = true;
     auto_dir = 'prev';
     break;

     case 'right':
     auto_dir = 'prev';
     break;

     default:
     slid_vert = true;
     }

     $(document).ready(function() {
     var w_cont = $('#fa_ticker_container').width();

     if (w_cont > 0)
     {
     $('#fa_ticker_container').width(w_cont);

     /* Affichage de la liste */
     $('#fa_ticker_content').css('display','block');

     /* Calcul des dimensions du conteneur et des elements */
     var width_max = $('ul#fa_ticker_content').width();
     var width_item = Math.floor(width_max / {switch_ticker.SIZE});
     var height_max = h_perso;

     /* Calcul de la hauteur maximale du conteneur en fonction des elements et de la hauteur personnalisee dans l'admin */
     $('ul#fa_ticker_content li').each( function () {
     if ($(this).height() > height_max)
     {
     height_max = $(this).height();
     }
     } );

     /* Redimensionnement des elements et des images trop larges */
     $('ul#fa_ticker_content li').width(width_item).height(height_max).find('img').each(function () {
     if ($(this).width() > width_item)
     {
     var ratio = $(this).width() / width_item;
     var new_height = Math.round($(this).height() / ratio);
     $(this).height(new_height).width(width_item);
     }
     });

     /* Redimensionnement et centrage du conteneur en mode vertical */
     if (slid_vert)
     {
     $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
     }

     /* Initialisation du caroussel */
     $('#fa_ticker_content').jcarousel({
     vertical: slid_vert,
     wrap: 'circular',
     auto: {switch_ticker.STOP_TIME},
     auto_direction: auto_dir,
     scroll: 1,
     size: {switch_ticker.SIZE},
     height_max: height_max,
     animation: {switch_ticker.SPEED}
     });
     }
     else
     {
     $('ul#fa_ticker_content li:not(:first)').css('display','none');
     $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
     }
     });
     //]]>
     </script>
     <!-- END switch_ticker_new -->

     <script type="text/javascript">//<![CDATA[
     $(document).ready(function(){
     <!-- BEGIN switch_enable_pm_popup -->
     pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
     if(pm != null) { pm.focus(); }
     <!-- END switch_enable_pm_popup -->
     <!-- BEGIN switch_report_popup -->
     report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
     if(report != null) { report.focus(); }
     <!-- END switch_report_popup -->
     <!-- BEGIN switch_ticker -->
     ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
     <!-- END switch_ticker -->
     });

     <!-- BEGIN switch_login_popup -->
     var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false;
     <!-- END switch_login_popup -->

     <!-- BEGIN switch_login_popup -->
     $(document).ready( function() {
     $(window).resize(function() {
     var windowWidth = document.documentElement.clientWidth;
     var popupWidth = $("#login_popup").width();
     var mypopup = $("#login_popup");

     $("#login_popup").css({
     "left": windowWidth/2 - popupWidth/2
     });
     });
     });
     <!-- END switch_login_popup -->
     //]]>
     </script>
     {GREETING_POPUP}
     <!-- BEGIN switch_ticker_new -->
     <style>
     .jcarousel-skin-tango .jcarousel-item {
     text-align:center;
     width: 10px;
     }

     .jcarousel-skin-tango .jcarousel-item-horizontal {
     margin-right: {switch_ticker.SPACING}px;
     }

     .jcarousel-skin-tango .jcarousel-item-vertical {
     margin-bottom: {switch_ticker.SPACING}px;
     }
     </style>
     <!-- END switch_ticker_new -->
     {HOSTING_JS}
     <!-- BEGIN google_analytics_code -->
     <script type="text/javascript">
     //<![CDATA[
     var _gaq = _gaq || [];
     _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
     _gaq.push(['_trackPageview']);
     _gaq.push(['_trackPageLoadTime']);

     <!-- BEGIN google_analytics_code_bis -->
     _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
     _gaq.push(['b._trackPageview']);
     <!-- END google_analytics_code_bis -->

     (function() {
     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
     })();
     //]]>
     </script>
     <!-- END google_analytics_code -->
    </head>
      <div style="visibility:hidden">{GENERATED_NAV_BAR}</div>
      <div class="navbig" align="{MENU_POSITION}">
        <a href="/forum" title="Accueil">Accueil</a>
        <a href="/search" title="Recherche">Recherche</a>
        <a href="/memberlist" title="Membres">Membres</a>
        <a href="/groups" title="Groupes">Groupes</a>
          <!-- BEGIN switch_user_logged_in -->
        <a href="/profile?mode=editprofile" title="Profil">Profil</a>
        <a href="/privmsg?folder=inbox" id="mpO" title="Messagerie">Messagerie</a>
        <a href="/login?logout" title="Déconnexion">Déconnexion</a>
          <!-- END switch_user_logged_in -->
          <!-- BEGIN switch_user_logged_out -->
        <a href="/register" title="S'inscrire">S'inscrire</a>
        <a href="/login" title="Connexion">Connexion</a>
          <!-- END switch_user_logged_out -->
          </div>
    <body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
     <!-- BEGIN hitskin_preview -->
     <div id="hitskin_preview" style="display: block;">
     <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
     <div class="content">
     <p>
     {hitskin_preview.L_THEME_SITE_PREVIEW}
     <br />
     <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
     </p>
     </div>
     </div>
     <!-- END hitskin_preview -->

     <!-- BEGIN switch_login_popup -->
     <div id="login_popup">
     <table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">
     <tr height="25">
     <td class="catLeft">
     <span class="genmed module-title">{SITENAME}</span>
     </td>
     </tr>
     <tr height="{LOGIN_POPUP_MSG_HEIGHT}">
     <td class="row1" align="left" valign="top">
     <div id="login_popup_buttons">
     <form action="{S_LOGIN_ACTION}" method="get">
     <input type="submit" class="mainoption" value="{L_LOGIN}" />
     <input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
     <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
     </form>
     </div>
     <span class="genmed">{LOGIN_POPUP_MSG}</span>
     </td>
     </tr>
     </table>
     </div>
     <!-- END switch_login_popup -->

     <a name="top"></a>
     {JAVASCRIPT}

     <table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
     <tr>
     <td class="bodyline">
     <table width="100%" cellspacing="0" cellpadding="0" border="0">
     <tr>
     <!-- BEGIN switch_logo_left -->
     <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
     <!-- END switch_logo_left -->
     <td align="center" width="100%" valign="middle">
     <!-- BEGIN switch_logo_center -->
     <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
     <br />
     <!-- END switch_logo_center -->
     <div class="maintitle">{MAIN_SITENAME}</div>
     <br />
     <span class="gen">{SITE_DESCRIPTION}<br />&nbsp; </span>
     </td>
     <!-- BEGIN switch_logo_right -->
     <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
     <!-- END switch_logo_right -->
     </tr>
     </table>
     <div style="clear: both;"></div>

     <!-- BEGIN switch_ticker_new -->
     <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
     <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
     <tr>
     <td align="left" class="row1">
     <div id="fa_ticker_container">
     <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none;">
     <!-- BEGIN ticker_row -->
     <li>{switch_ticker.ticker_row.ELEMENT}</li>
     <!-- END ticker_row -->
     </ul>
     </div>
     </td>
     </tr>
     </table>
     </div>
     <!-- END switch_ticker_new -->

     <!-- BEGIN switch_ticker -->
     <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
     <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
     <tr>
     <td align="left" class="row1">
     <div id="fa_ticker_container">
     <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
     <div class="fa_ticker_content">
     <!-- BEGIN ticker_row -->
     <div>{switch_ticker.ticker_row.ELEMENT}</div>
     <!-- END ticker_row -->
     </div>
     </div>
     </div>
     </td>
     </tr>
     </table>
     </div>
     <!-- END switch_ticker -->

     <div id="page-body">
     <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
     <table cellpadding="0" cellspacing="0" width="100%" class="three-col">
     <tbody>
     <tr>
     <td valign="top" width="{C1SIZE}">
     <div id="{ID_LEFT}">
     <!-- BEGIN giefmod_index1 -->
     {giefmod_index1.MODVAR}
     <!-- BEGIN saut -->
     <div style="height:{SPACE_ROW}px"></div>
     <!-- END saut -->
     <!-- END giefmod_index1 -->
     </div>
     </td>
     <td valign="top" width="100%">
    <!-- BEGIN html_validation -->
     </td>
     </tr>
     </tbody>
     </table>
     </div>
     </div>
     </td>
     </tr>
     </table>
    </body>
    </html>
    <!-- END html_validation -->
    Onyx
    Onyx
    FémininAge : 30Messages : 3350

    Dim 1 Déc 2013 - 5:33

    Bouh!

    Ton template est correct, c'est le CSS qui vient poser problème, plus précisémment le:
    Code:
    /* FONT */
    font-family: 'Roboto', sans-serif;
    font-family: 'Buenard', serif;
    Il ne faut pas le mettre avant la barre de navigation dans to CSS. Après, c'est correct. Mais avant, c'est un gros fail. Du coup, tu n'as qu'à déplacer ces trois lignes après la partie sur la navigation et ce sera réglé.

    Voilou ~
    Fluff'
    Fluff'
    FémininAge : 36Messages : 55

    Dim 1 Déc 2013 - 15:22

    Je vais me coucher plus intelligente ce soir :)
    Un gros merci à toi pour le travail^^ J'ai ajouté le crédit dans la PA, sur le dernier onglet ^^.
    Neva
    Neva
    FémininAge : 32Messages : 18565

    Mar 3 Déc 2013 - 15:54

    Pense à rajouter un lien et une mention de Never Utopia dans le crédit, s'il te plaît. Enfin, j'archive. On vérifiera ça dans ton autre demande :)



     
    Contenu sponsorisé


      La date/heure actuelle est Jeu 2 Mai 2024 - 8:12