Fork me on GitHub


 Bas   Précédent   Suivant

(1) 2 »


Re: Manip simple sur le menu principal
Newbie
Inscrit: 17/08/2005 12:43
Messages: 16
Ahhh !!!!!!

Enfin un truc qui parle au noob comme moi !
Merci merci ;)



et hop ! Flag resolu :)

Posté le : 12/01/2006 14:49
Transférer la contribution vers d'autres applications Transférer


Re: Manip simple sur le menu principal
Newbie
Inscrit: 17/08/2005 12:43
Messages: 16
En fait je suppose que c'est DANS la cible de mon lien qu'il doit manquer un header ou qque chose qui lui indique dans quel frame il doit s'afficher :

j'ai ca :

<a href="<{$xoops_url}>/www/TESTLIENS.php?op=logout">Test de LIENS</a>

que dois je mettre dans le fichier TESLIENS.php pour qu'il affiche "Toto" dans le bloc central ?


( ....je retourne a la doc en attendant, promis )

Posté le : 12/01/2006 12:44
Transférer la contribution vers d'autres applications Transférer


Re: Manip simple sur le menu principal
Newbie
Inscrit: 17/08/2005 12:43
Messages: 16
en fait mon seul soucis est d'arriver et afficher mon lien dans le Bloc central .

....sinon le lien fonctionne avec un tout bete HREF rajouter dans le temlate .


Encore toutes mes excuses pour toutes ces questions nulles .
Mais je part vraiment de tout en bas .

Posté le : 12/01/2006 12:28
Transférer la contribution vers d'autres applications Transférer


Manip simple sur le menu principal
Newbie
Inscrit: 17/08/2005 12:43
Messages: 16
voila .
Dans la precedente version de mon site, j'avais trouvé une solution assez simple a mes problemes .

...solution que je n'arrive pas a reproduire .
Je crois que j'ai juste oublier comment je faisais ca .


j'avais modifié un fichier qui afficher le menu principal
j'y rajoutais des entrées qui pointaient vers des fichier tres simples en HTML ( s'affichant dans le bloc central ).

Ce qui me permettait de pouvoir rajouter simplement du contenu .

Je crois me souvenir que je modifiais le template du MenuPrincipal et que j'y faisais des liens simples vers mes pages .

je n'y parviens plus :'(
Probablement un soucis de syntaxe.



...qqun pourrait me rafraichir la memoire ?


J'ai tenté une recherche dans le forum, mais j'ai tellement de mal a formuler ma question que les reponses données ne sont ( evidement ) pas pertinentes .


Merci d'avance

Posté le : 12/01/2006 12:16

Edité par Christian sur 12/01/2006 16:59:45
Transférer la contribution vers d'autres applications Transférer


Re: creation de Theme par un manchot .
Newbie
Inscrit: 17/08/2005 12:43
Messages: 16
hmmm .

j'ai trouvé ! Grace a un vieux post ici ...
"fieldset" de malheur !


merci du coup de main .

heu, comment on flag ce post en "resolu" ? :)

Posté le : 04/01/2006 14:58
Transférer la contribution vers d'autres applications Transférer


Re: creation de Theme par un manchot .
Newbie
Inscrit: 17/08/2005 12:43
Messages: 16
...rahhh j'ai vraiment l'impression que cet "encadré blanc" est du a l'affichage du bloc .
Et que le parametre ne se trouve pas dans le fichier CSS .

:'(

Posté le : 04/01/2006 14:48
Transférer la contribution vers d'autres applications Transférer


Re: creation de Theme par un manchot .
Newbie
Inscrit: 17/08/2005 12:43
Messages: 16
...ca avance !

j'ai encore 2 petites questions :


j'ai une ligne blanche qui delimite mon bloc central, et je ne trouve pas ou la supprimer .
A ce demander si elle n'est pas du a autre chose qu'au CSS .

voila le CSS ( modifié a partir d'un modele downloadé ici )
--------------------------------------------------------
html {
scrollbar-face-color: #e6a682;
scrollbar-highlight-color: #CCCCCC;
scrollbar-shadow-color: #f4340d;
scrollbar-3dlight-color: #f4340d;
scrollbar-arrow-color: #CCCCCC;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #333355;
}

body {
color: #079edd;
background-color: #000000;
margin: 5;
padding: 0;
border-bottom: 5px solid #079edd;
border-right: 5px solid #079edd;
border-top: 5px solid #079edd;
border-left: 5px solid #079edd;
}

table {
width: 100%;
margin: 1;
font-family: Arial, Helvetica, sans-serif;
font-size: 7pt;
color: #079edd;
text-align:left;
align:left;}

table#table {
width: 90%;
align: left;
background-image: url('images/fond.jpg');
background-repeat: no-repeat;
background-position: left top;
}

table td {
padding: 5;
vertical-align: top;
font-family: Arial, Helvetica, sans-serif;
font-size: 7pt;
line-height: normal;
color: #079edd;
}

div#content {
padding: 9px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 7pt;
line-height: normal;
color: #079edd;
background-color: transparent; }

a {
color: #DD2222;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #333355;
}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
ul {}
li {}

input.formButton {}

.outer {}
.head {background-color: #f4340d; padding: 5px; font-weight: bold;}
.even {background-color: #e6a682; padding: 5px; }
.odd {background-color: #f4340d; padding: 5px; }
.foot {background-color: #f4340d; padding: 5px; font-weight: bold;}
tr.even td {background-color: #e6a682; padding: 5px;}
tr.odd td {background-color: #f4340d; padding: 5px;}

.head a {color: #AA2222;}
.even a {color: #AA2222;}
.odd a {color: #AA2222;}
.foot a {color: #AA2222;}

.item {}
.itemHead {padding: 9px; background-color: #f4340d; color: #079edd; font-weight: bold; text-align: left; }
.itemInfo {text-align: right; padding: 3px; background-color: #f4340d; color: #079edd;}
.itemTitle a {font-size: 130%; font-weight: bold; font-variant: small-caps; color: #079edd; background-color: transparent;}
.itemPoster {font-size: 90%; font-style:italic;}
.itemPostDate {font-size: 90%; font-style:italic;}
.itemStats {font-size: 90%; font-style:italic;}
.itemBody {padding-left: 5px;}
.itemText {text-align:left; margin-top: 5px; margin-bottom: 5px; color: #079edd;}
.itemText:first-letter {font-size: 133%; font-weight: bold; color: #079edd;}
.itemFoot {text-align: right; padding: 3px; background-color: #000000}
.itemAdminLink {font-size: 90%;}
.itemPermaLink {font-size: 90%;}

.comTitle {font-weight: bold; margin-bottom: 2px;}
.comText {padding: 2px;}
.comUserStat {font-size: 10px; color: #f4340d; font-weight:bold; background-color: #000000; margin: 2px; padding: 2px;}
.comUserStatCaption {font-weight: normal;}
.comUserStatus {margin-left: 2px; margin-top: 10px; color: #FF0000; font-weight:bold; font-size: 10px;}
.comUserRank {margin: 2px;}
.comUserRankText {font-size: 10px;font-weight:bold;}
.comUserRankImg {border: 0px none;}
.comUserName {}
.comUserImg {margin: 2px;}
.comDate {font-weight: normal; font-style: italic; font-size: smaller}
.comDateCaption {font-weight: bold; font-style: normal;}

th {background-color: #f4340d; padding : 2px; vertical-align : middle; font-family: Verdana, Arial, Helvetica, sans-serif;}

td#headerbanner {vertical-align: middle;}
td#headerbar {align: right; text-align: center; vertical-align: middle; font-size:80%; }
td#headerbar_login {text-align: center; vertical-align: bottom; align:right; font-size:80%; }
td#headerbarleft {text-align: center; vertical-align: middle; font-size:80%; }

td#leftcolumn {width: 170px; font-family: Arial, Helvetica, sans-serif;
font-size: 7pt;
line-height: normal;
color: #079edd; text-align: left;}
td#leftcolumn th {color: #079edd; vertical-align: middle; align: center;}
td#leftcolumn div.blockTitle {padding: 9px; background-color: transparent; color: #f4340d; font-weight: bold; text-align: center;}

}




td#centercolumn th {padding: 6px; color: #079edd; font-weight: bold; text-align: left; }
td#centercolumn {align:center;}
td#centercolumn div.blockContent {text-align: left; padding: 60px; margin-left: 40px ;background-color: transparent;}

td#centerCcolumn {}
td#centerCcolumn legend.blockTitle {
color: #f4340d;
font-weight: bold;
text-align: center;

}

td#centerCcolumn div.blockContent {background-color: transparent;}

td#centerLcolumn {width: 50%;text-align: left;}
td#centerLcolumn legend.blockTitle {padding: 3px;
color: #f4340d;
font-weight: bold;
text-align: center;}

td#centerLcolumn div.blockContent {background-color: transparent;}

td#centerRcolumn {width: 50%;text-align: left;}
td#centerRcolumn legend.blockTitle {
padding: 3px;
color: #f4340d;
font-weight: bold;
text-align: center; }

td#centerRcolumn div.blockContent { background-color: transparent;}

td#rightcolumn {
width: 170px;
font-size:12px;
text-align: left;
background-image: url('images/?.gif');
background-repeat: no-repeat;
background-position: right 85%;
}

td#rightcolumn th {color: #079edd; vertical-align: middle;}
td#rightcolumn div.blockTitle {padding: 9px; background-color: transparent; color: #f4340d; font-weight: bold; text-align: center;}
td#rightcolumn div.blockContent {padding: 3px; line-height: 120%; background-color: transparent;}

td#usermenu a {background-color: transparent; text-align:left; display: block;}
td#usermenu a:hover {color: #333355;}
td#usermenu a.highlight {background-color: #079edd; color: #DD2222;}
td#usermenu a.highlight:hover {background-color: #f4340d; color: #079edd;}


td#mainmenu a {background-color: transparent; text-align:left; display: block; }
td#mainmenu a:hover {color: #333355;}
td#mainmenu a.menuSub {padding-left: 9px; color: #AA2222;}

div.xoopsQuote { background: #e6a682; color: #f4340d; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px;}
div.xoopsQuote a {color: #004477; font-weight:bold;}
div.xoopsQuote a:hover {color: #333355; font-weight:bold; }

div.xoopsCode { background: #e6a682; color: #f4340d; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px;}

div.errorMsg { background-color: #e6a682; text-align: center; font-weight: bold; padding: 10px;}

div.confirmMsg {color: #f4340d; text-align: center; font-weight: bold; padding: 10px; background-color: #e6a682;}

div.resultMsg {color: #f4340d; text-align: center; font-weight: bold; padding: 10px; background-color: #e6a682;}

td#footer {
color: #079edd;
text-align: center;
vertical-align: middle;
}

Posté le : 04/01/2006 13:35
Transférer la contribution vers d'autres applications Transférer


Re: creation de Theme par un manchot .
Newbie
Inscrit: 17/08/2005 12:43
Messages: 16
vivivivivi .

c'est humiliant de simplicité :D

...mais je ne parviens toujours a pas mettre
mes menus sur une image JPG :'(

Posté le : 03/01/2006 13:30
Transférer la contribution vers d'autres applications Transférer


Re: creation de Theme par un manchot .
Newbie
Inscrit: 17/08/2005 12:43
Messages: 16
J'ai trouvé un lien sur les images de fond ....

http://www.openweb.eu.org/articles/background_css/

c'est ca la solution ?
mais dans ce cas comment gerer la transparence des menu ?

Posté le : 03/01/2006 12:54
Transférer la contribution vers d'autres applications Transférer


Re: creation de Theme par un manchot .
Newbie
Inscrit: 17/08/2005 12:43
Messages: 16
je suis dedans !
Le forum est une mine d'or ....

je continue a fouiller ;)
En fait je cherche a mettre une image DERRIERE le menu de gauche .....

comme le "menu utilisateur" de Xoops FRANCE !
Ce template est il dispo quelque part ?

je ne trouve pas de theme en DL avec une image dans les menus.
La plupart du temp ce sont simplement des couleurs .



merci de ta reponse rapide

Posté le : 03/01/2006 12:30
Transférer la contribution vers d'autres applications Transférer



 Haut
(1) 2 »




Propulsé avec XOOPS | Graphisme adapté par Tatane, Grosdunord, Montuy337513

59 Personne(s) en ligne (46 Personne(s) connectée(s) sur Forum) | Utilisateur(s): 0 | Invité(s): 59 | Plus ...