Fork me on GitHub




(1) 2 »


Titre en majuscules dans le module MultiMenu
Régulier
Inscrit: 16/03/2006 11:28
De Au milieu de nulle part
Messages: 107
Bonjour,

J 'utilise sur le site que j' administre le module multimenu pour afficher simplement un sous menu simple en supplément.

Open in new window

Je souhaiterais que les titres comportent une majuscule (par ex: Nomenclature): si j' écris ce titre avec une majuscule dans l' édition du lien et bien le résultat affiche toujours une minuscule ...

Open in new window

Merci de vos idées

Meilleurs vœux à tous

Jacques

Posté le : 13/01/2009 11:01
Partager Twitter Partagez cette article sur GG+
Re: Titre en majuscules dans le module MultiMenu
Xoops accro
Inscrit: 15/07/2004 11:16
Messages: 4763
Salut, il doit y avoir quelque part dans les feuilles de style de ton site, quelque chose qui indique de basculer les écritures en minuscules, car à ma connaissance, il n'y a pas de souci pour ce que tu veux faire.
On a pas moyen d'avoir accès à ton site ?

Posté le : 13/01/2009 14:41
Partager Twitter Partagez cette article sur GG+
Re: Titre en majuscules dans le module MultiMenu
Régulier
Inscrit: 16/03/2006 11:28
De Au milieu de nulle part
Messages: 107
Dans les feuilles de style du thème ? Ce qui m' étonne c'est que toute saisie de texte majuscule dans d' autres modules (News, Pages) ne pose pas ce problème ...

Seul multimenu semble concerné ...

Posté le : 13/01/2009 15:06
Partager Twitter Partagez cette article sur GG+
Re: Titre en majuscules dans le module MultiMenu
Xoops accro
Inscrit: 15/07/2004 11:16
Messages: 4763
Un bout de code de la feuille de style peut très bien ne s'appliquer qu'à des liens à l'intérieur des blocs de multimenu, et pas autres blocs/menus.

Dans tes feuilles de style, il y a peut-être un 'text-transform : lowercase;' qui traîne quelque part.

Si on avait accès à ton site, ce serait vite vu !

C'est une piste parmi d'autres (je ne vois qu'elle pour le moment).

Tu as testé ton site avec un autre thème ?

Ce qui m'étonne moi, c'est que je n'ai jamais rencontré ce souci avant, c'est pour cela que je cherche une spécificité du côté de ton code à toi.

Posté le : 13/01/2009 15:15
Partager Twitter Partagez cette article sur GG+
Re: Titre en majuscules dans le module MultiMenu
Régulier
Inscrit: 16/03/2006 11:28
De Au milieu de nulle part
Messages: 107
En effet avec un autre théme la majuscule apparait !

J' utilise le theme obscene V3 dont voici le fichier style.css:


/* CSS Document */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
font-size: 11px;
background-color: #EAEAEA;
}
form {
margin: 0px;
padding: 0px;
font-size: 11px;
}
table {
width: 100%;
margin: 0px;
padding: 0px;
border: 0px;
}
td {
margin: 0px;
padding: 0px;
vertical-align: top;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
img {
border: 0px;
}
a {
color: #005C80;
text-decoration: none;
}
a:hover {
color: #FF1EFE;

}
/* layout */
#obCenter {
text-align: center;
padding-bottom: 20px;
}

#obLayout {
width: 760px;
margin: 0px auto;
padding: 0px;
text-align: left;
background-color: #FFFFFF;
}
#obNav {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #666666;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #999999;
background-image: url(images/obNav.png);
}
#obNav a {
color: #005C80;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
letter-spacing: 2px;
text-align: center;
line-height: 19px;
height: 20px;
}
#obNav a:hover {
color: #FF1EFE;
}

#obHead {
height: 98px;
background-color: #00234A;
}

#obR1 {
color: #000000;
text-align: right;
vertical-align: middle;
height: 5px;
background-image: url(images/r1.png);
}
.obBlock {
}
.obBlockC {
padding: 2px;
}
ul { margin: 2px; padding: 2px; list-style: decimal inside; text-align: left; }
li {
margin-left: 2px;
list-style: square inside;
color: #2F5376;
}

input.formButton {}
.item {
}
.itemHead {
color: #FFFFFF;
font-weight: bold;
text-transform: capitalize;
background-color: #093F7D;
padding-left: 5px;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
background-image: url(images/mma.gif);
background-repeat: no-repeat;
background-position: right center;
line-height: 19px;
vertical-align: middle;
}
.itemInfo {
text-align: right;
padding: 3px;
background-color: #F4F4F4;
}
.itemTitle a {
font-weight: bold;
color: #FFFFFF;
}
.itemPoster {font-size: 90%; font-style:italic;}
.itemPostDate {font-size: 90%; font-style:italic;}
.itemStats {font-size: 90%; font-style:italic;}
.itemBody {
background-color: #FFFFFF;
margin-top: 5px;
}
.itemText {
line-height: 1.5em;
text-align: justify;
padding-right: 5px;
padding-left: 5px;
margin-top: 5px;
margin-bottom: 5px;
}
.itemText:first-letter { font-size: 133%; font-weight: bold; }
.itemFoot {
text-align: right;
padding: 3px;
background-color: #F4F4F4;
}
.itemAdminLink { font-size: 90%; }
.itemPermaLink { font-size: 90%; }

th {
background-color: #093F7D;
color: #FFFFFF;
vertical-align : middle;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
padding-right: 5px;
padding-left: 5px;
padding-top: 2px;
padding-bottom: 2px;
}

#headerbanner { width: 100%; background-color: #2F5376; vertical-align: middle; text-align:center; }
#headerbar { border-bottom: 1px solid #dddddd; background-image: url(hbar.gif); }
#leftcolumn {
padding: 12px 5px 5px;
background-color: #F9F9F9;
width: 170px;
background-image: url(images/ccsl.png);
background-repeat: repeat-x;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #CCCCCC;
}
#rightcolumn {
padding: 5px;
}
#leftcolumn th { vertical-align: middle; }
#leftcolumn .blockTitle, #rightcolumn .blockTitle {
padding: 2px 2px 2px 5px;
font-weight: bold;
color: #FFFFFF;
background-color: #6096D4;
vertical-align: middle;
background-image: url(images/mml.gif);
background-repeat: no-repeat;
background-position: right center;
}
#leftcolumn .blockContent {
line-height: 120%;
line-height: 120%;
padding-bottom: 5px;
padding-top: 2px;
}


#rightcolumn th { vertical-align: middle; }
#rightcolumn .blockContent {
line-height: 120%;
line-height: 120%;
padding: 5px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #6096D4;
margin-bottom: 5px;
}

#centercolumn {
padding: 12px 5px 5px;
background-image: url(images/ccs.png);
background-repeat: repeat-x;
}


#centercolumn th { vertical-align: middle; }
#centerCcolumn { padding: 0px; }
#centerCcolumn .blockTitle {
padding: 0px 3px;
color: #FFFFFF;
font-weight: bold;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
background-image: url(images/mma.gif);
background-repeat: no-repeat;
background-position: right center;
background-color: #093F7D;
vertical-align: middle;
}
#centerCcolumn .blockContent {
padding: 3px;
line-height: 120%;
background-color: #FFFFFF;
margin: 0px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #093F7D;
}

#centerLcolumn, #centerRcolumn { width: 50%; padding: 0px 5px 0px 0px; }
#centerLcolumn .blockTitle, #centerRcolumn .blockTitle {
padding: 0px 3px;
font-weight: bold;
margin-top: 0px;
background-image: url(images/mma.gif);
background-repeat: no-repeat;
background-position: right center;
color: #FFFFFF;
background-color: #093F7D;
vertical-align: middle;
}
#centerLcolumn .blockContent, #centerRcolumn .blockContent {
padding: 3px;
line-height: 120%;
background-color: #FFFFFF;
margin: 0px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #093F7D;
}
#content { text-align: left; padding: 0px; }

#cmsFooter {
text-align:center;
padding: 5px;
font-size: 10px;
color: #464646;
}
#mainmenu a {
display: block;
margin: 0;
color: #000000;
font-weight: normal;
text-transform: lowercase;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
padding-top: 3px;
padding-right: 3px;
padding-bottom: 3px;
}
#mainmenu a:hover {
text-decoration: none;
background-color: #FFFFFF;
}
#mainmenu a.menuTop {
padding-left: 10px;
}
#mainmenu a.menuMain {
padding-left: 10px;
}
#mainmenu a.menuSub {
padding-left: 19px;
background-color: #F1F8F8;
}

#usermenu a {
display: block;
margin: 0;
padding: 4px;
font-size: 12px;
color: #000000;
}
#usermenu a:hover {}
#usermenu a.menuTop {}
#usermenu a.highlight {background-color: #fcc;}



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

div.errorMsg { background-color: #FFCCCC; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.confirmMsg { background-color: #DDFFDF; color: #136C99; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.resultMsg { background-color : #CCCCCC; color: #333333; text-align: center; border-top: 1px solid silver; border-left: 1px solid silver; font-weight: bold; border-right: 1px solid #666666; border-bottom: 1px solid #666666; padding: 10px;}

div.xoopsCode { background: #FFFFFF; border: 1px inset #000080; font-family: Courier New,Courier,monospace; padding: 0px 6px 6px 6px;}
div.xoopsQuote { background: #FFFFFF; border: 1px inset #000080; font-family: Courier New,Courier,monospace; padding: 0px 6px 6px 6px;}


.comTitle {font-weight: bold; margin-bottom: 2px;}
.comText {padding: 2px;}
.comUserStat {font-size: 10px; color: #2F5376; font-weight:bold; border: 1px solid silver; background-color: #ffffff; margin: 2px; padding: 2px;}
.comUserStatCaption {font-weight: normal;}
.comUserStatus {margin-left: 2px; margin-top: 10px; color: #2F5376; font-weight:bold; font-size: 10px;}
.comUserRank {margin: 2px;}
.comUserRankText {font-size: 10px;font-weight:bold;}
.comUserRankImg {border: 0;}
.comUserName {}
.comUserImg {margin: 2px;}
.comDate {font-weight: normal; font-style: italic; font-size: smaller}
.comDateCaption {font-weight: bold; font-style: normal;}
#obFooter {
font-size: 10px;
height: 30px;
text-align: center;
color: #FFFFFF;
background-image: url(images/footer.png);
}
#obBanner {
text-align: center;
padding: 5px;
}
/* shadows */
#obSHT {
background-image: url(images/sht.jpg);
height: 23px;
}
#obSHL {
background-image: url(images/shl.jpg);
width: 17px;
}
#obSHR {
background-image: url(images/shr.jpg);
width: 17px;
}
#obSHB {
background-image: url(images/shb.jpg);
height: 23px;
}
#obSHLTC {
height: 23px;
width: 37px;
background-image: url(images/shltc.jpg);
}
#obSHRTC {
background-image: url(images/shrtc.jpg);
height: 23px;
width: 37px;
}
#obSHLT {
background-image: url(images/shlt.jpg);
height: 19px;
width: 17px;
}
#obSHRT {
background-image: url(images/shrt.jpg);
height: 19px;
width: 17px;
}
#obLBC {
background-image: url(images/shlbc.jpg);
height: 23px;
width: 17px;
}
#obRBC {
background-image: url(images/shrbc.jpg);
height: 23px;
width: 17px;
}
/* end shadows */
select {
font-size: 11px;
}
input {
font-size: 11px;
}
button {
font-size: 11px;
}
.obSpacer {
width: 160px;
height: 1px;
}
/* download item */
.obItemHeadL {
background-image: url(images/item_head_l.gif);
background-repeat: no-repeat;
height: 20px;
width: 4px;
}
.obItemHeadR {
background-image: url(images/item_head_r.gif);
background-repeat: no-repeat;
height: 20px;
width: 4px;
}
.greenLarge {
color: #000066;
font-weight: bold;
}
.obNavWidth {
padding-right: 10px;
padding-left: 10px;
text-align: right;
}
.obUtility {
line-height: 130%;
text-align: center;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
}
#obLog {
text-align: right;
padding: 10px;
font-size: 10px;
color: #FFFFFF;
}
#obLog a {
color: #FFFFFF;
font-weight: bold;
}
.obUname {
font-size: 18px;
color: #F7F71E;
font-weight: bold;

}
.vrijeme
{
padding-top: 3px; padding-left: 5px;
font-size: 10px;
color: #01326C;
font-weight: bold;
}

Posté le : 13/01/2009 16:11
Partager Twitter Partagez cette article sur GG+
Re: Titre en majuscules dans le module MultiMenu
Xoops accro
Inscrit: 15/07/2004 11:16
Messages: 4763
Comme indiqué dans mon post plus haut, on voit bien dans ton fichier, le bout de code suivant :
#mainmenu a {
displayblock;
margin0;
color#000000;
font-weightnormal;
text-transformlowercase;
font-familyVerdanaArialHelveticasans-serif;
font-size12px;
border-bottom-width1px;
border-bottom-stylesolid;
border-bottom-color#FFFFFF;
padding-top3px;
padding-right3px;
padding-bottom3px;
}

Tu peux enlever la partie text-transform: lowercase; si tu veux.

Posté le : 13/01/2009 16:14
Partager Twitter Partagez cette article sur GG+
Re: Titre en majuscules dans le module MultiMenu
Régulier
Inscrit: 16/03/2006 11:28
De Au milieu de nulle part
Messages: 107
J' ai effectué la modification dans le fichier mais la majuscule n' apparaît toujours pas !

Posté le : 13/01/2009 16:28
Partager Twitter Partagez cette article sur GG+
Re: Titre en majuscules dans le module MultiMenu
Xoops accro
Inscrit: 15/07/2004 11:16
Messages: 4763
Il faut vider le cache de ton site (quelle version de xoops ?)
Vider soit /template_c/
soit /xoops_data/caches/smarty_compile/

Posté le : 13/01/2009 16:32
Partager Twitter Partagez cette article sur GG+
Re: Titre en majuscules dans le module MultiMenu
Régulier
Inscrit: 16/03/2006 11:28
De Au milieu de nulle part
Messages: 107
Website URL:
http://www.adops14.org/bis

XOOPS Version:
XOOPS 2.0.18

XOOPS Theme:
obscene_v3

XOOPS Template Set:
clone

PHP Version:
5.2.0-8+etch13

MySQL Version:
5.0.32-Debian_7etch8

Server Software:
Apache

User's Browser:
Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; fr) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.22

Posté le : 13/01/2009 16:39
Partager Twitter Partagez cette article sur GG+
Re: Titre en majuscules dans le module MultiMenu
Xoops accro
Inscrit: 15/07/2004 11:16
Messages: 4763
Tu as testé ctrl+F5 dans ton navigateur ? Car pour moi là, ton fichier est ok.

Posté le : 13/01/2009 16:43
Partager Twitter Partagez cette article sur GG+

 Haut   Précédent   Suivant
(1) 2 »



Vous pouvez voir les sujets.
Vous ne pouvez pas débuter de nouveaux sujets.
Vous ne pouvez pas répondre aux contributions.
Vous ne pouvez pas éditer vos contributions.
Vous ne pouvez pas effacez vos contributions.
Vous ne pouvez pas ajouter de nouveaux sondages.
Vous ne pouvez pas voter en sondage.
Vous ne pouvez pas attacher des fichiers à vos contributions.
Vous ne pouvez pas poster sans approbation.

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

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