© Pilepoil
{ Membre }
Messages : 80
| Bonjour à tous ! 1. Là, je me sens vraiment idiote, mais ça fait quinze bonnes minutes que je cherche sans trouver. Avant sur mes anciens forums j'avais la (le ?) template Overall Header new. Aujourd'hui, impossible de mettre la main dessus. J'ai bien Overall Header. Malheureusement je cherche Overall header NEW. J'en ai besoin pour modifier un QEEL. Mon forum est en phpBB2. Est ce qu'il a changé de nom ? Non parce que je me sens vraiment sotte, vous pouvez pas savoir o_o Merci d'avance de me libérer de cet étrange problème =)2. J'ai voulu fixer ma barre en haut du forum, mais étrangement, elle passe en dessous, derrière le reste donc elle est inutile si on descend. Voir ici : http://london-calling.forumotion.com/forum.htm J'ai aussi modifié le (la ?) template Overall Header. Je vous laisse mon CSS en entier, quelque fois que deux codes s'annulent : - Spoiler:
- Code:
-
/*NAVIG EN HAT DLA PAGE*/ .navtop { top : 0px; position : fixed; background-color : #211E1D ; border-bottom : 3px double #F95108 width : 100%; }
.forumline{ border: 1px #694242 dashed; }
/*BORD CADRE PRESENTATION*/ .bord{ border: 2px #694242 solid; -moz-border-radius:10px; }
/*NAVIG PA*/ a.navig{ font-family: georgia; font-weight: lighter; letter-spacing: 2px; display:block; text-align: center; }
a.navig:hover{ background-color: #701414; /*Le fond*/ -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px;}
I{border-bottom:none; color:#FF8000;text-decoration: none }
/*SOUS CATEGORIE LIENS */ a.forumlink{ font-family: georgia; font-size: 14px; font-weight: lighter; letter-spacing: 2px; display:block; text-align: center; }
a.forumlink:hover{ border-bottom: 4px #F7490A dotted; text-align: center; font-style: italic;}
.postbody { display: block; padding-left: 15px; padding-right: 15px; text-align:justify; }
/*CONTOUR PROFIL*/ .profil_contour { border-top: 6px solid #F65B17; /*La bordure*/ border-bottom: 6px solid #F65B17; /*La bordure*/ background-color: #302B23; /*Le fond*/ -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px; }
/*Barre de navigation*/ a.mainmenu{ text-align: center; text-color: #B13939; text-transform : uppercase ; text-shadow: 2px 2px 2px #251111; font-family: georgia; font-size: 14px; }
a.mainmenu:hover{ text-align: center; text-color: #621010; font-family: georgia; font-size: 16px; text-transform: lowercase ; letter-spacing: 1px; text-shadow: 2px 2px 2px #D9CAB8; font-style: italic; }
.mainmenu img {display: none;}
/*SOULIGNEMENT DES LIENS RETIRE*/ a { text-decoration: none !important; } a:hover { text-decoration: none !important; }
/*CADRE FORUM*/ .bodyline { background-color: 28px solid #9F2C2C; border-left: 14px solid #636363; border-right: 14px solid #636363; border-bottom: 14px solid #636363; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px; }
/*POUR SUPPRIMER LA MARGE EN HAUT DU FORUM*/ table.bodylinewidth { position: relative; top: -9px; }
/*TEXTE JUSTIFIE */ .postbody { display: block; text-align:justify; }
/* SUPPRIMER ÉDITION */ tr.post span.gensmall { display: none; }
/*ONGLETS*/ .text { color:#FF7108; /*Couleur du texte de vos onglets*/ text-align: center; font-family: georgia; font-size: 10px; cursor:pointer; }
#cat_LE BOOK,#cat_KENSINGTON,#cat_SOHO,#cat_CAMDEN TOWN,#cat_LES DOCKS,#cat_COM,#cat_FLOOD /*nomonglet... à remplacer par le nom des onglets*/ { padding-top:4px; }
.spoiler_content { display: block; } .hidden .spoiler_content { display: none; }
.cat_forum { background-color: #000000; margin: auto; margin-bottom:30px; width:800px; }
.onglet { display:inline-block; margin-top:30px; font-family: georgia; font-size: 11px; padding-top:8px; margin-bottom: 10px; cursor:pointer; }
.onglet li { float:left; list-style-type:none; margin-bottom:-22px; font-family: georgia; font-size: 11px; padding-top:8px; cursor:pointer; margin-right: 10px; margin-bottom: 5px; }
.onglet li:hover { font-family: georgia; font-size: 11px; padding-top:8px; margin-right: 10px; margin-bottom: 5px; cursor:pointer; }
.onglet li a { display:block; list-style-type: none; font-family: georgia; font-size: 11px; padding-top:8px; margin-bottom: 5px; cursor:pointer; margin-right: 10px; }
.onglet li a: hover { list-style-type:none; font-family: georgia; font-size: 11px; padding-top:8px; margin-bottom: 5px; cursor:pointer; margin-right: 10px; }
.onglet_actif { background:url('http://i26.servimg.com/u/f26/15/06/72/43/onglet11.jpg') no-repeat; /*URL de l'onglet étant actif*/ width:100px; /*Largeur de l'onglet étant actif*/ height:20px; /*Hauteur de l'onglet étant actif*/ -moz-border-radius-bottomleft:15px; -moz-border-radius-bottomright:15px; -moz-border-radius-topleft:15px; -moz-border-radius-topright:15px; padding-top:8px; font-family: georgia; font-size: 10px; cursor:pointer; }
.onglet_nactif { background:url('http://i26.servimg.com/u/f26/15/06/72/43/onglet12.jpg') no-repeat; /*URL de l'onglet étant inactif*/ width:100px; /*Largeur de l'onglet étant inactif*/ height:20px; /*Hauteur de l'onglet étant inactif*/ -moz-border-radius-bottomleft:15px; -moz-border-radius-bottomright:15px; -moz-border-radius-topleft:15px; -moz-border-radius-topright:15px; padding-top:8px; font-family: georgia; font-size: 10px; cursor:pointer; }
|
Dernière édition par © Pilepoil le Dim 05 Sep 2010, 10:23, édité 2 fois | |
|
Kimi Sâto
{ Membre actif }
Messages : 335
| Ce template est juste en dessous du template overall_footer normalement, mais il est vrai que des fois un template disparaît sans raison, ça m'ai déjà arrivée. Il suffit d'attendre.
Et ensuite, pour le queel, ça se passe dans le template index_body ;3
Bisous~ | | |
|
© Pilepoil
{ Membre }
Messages : 80
| |
Kimi Sâto
{ Membre actif }
Messages : 335
| J'ai vu que tu as rajoutée un problème, en fait, il te suffit d'ajouter dans le css sur ta barre: - Code:
-
position:fixed; Je n'en suis pas sûre, surtout que je n'ai pas regardée ton css, mais tu peux toujours essayer, bisous~ | | |
|