Rhôôôô j’ai la désagreable impression d’etre dans la peau de Mickael Vendetta (TM) victime de ma boulettitude .... MAis je vais me battre.
Alors meme si j’ai pas tout compris j’ai fait les demarches que tu m’as suggere Manu ... avec un resultat pas terrible terrible mais peut etre ais je mal executé les divers etapes:
Cf le png:
1- linker le css en ’dur’
2- cree le plugin PHx (en esperant que ce soient les bons parametres)
3- creation du chunk avec le likage du lien sans information dynamique - je suis en localhost et sous rep localhost/modxfinal/
4- placage de l’apl
et un css qui ressemble a ca
/*************************************************
SECTION CSS POUR LE CALENDRIER
*************************************************/
#CALxContentFr{
margin: 0;
padding: 0;
font-size: 1em;
margin-bottom: 1em;
margin-right: 1em;
margin-left: 1em;
text-align: center;
color: White;
border-color:white;
background-color: Black;
}
/***********
CSS POUR LES LIENS ET LE MOIS ANNEE
DE NAVIGATION
************/
#CALxContentFr .navPeriod{
text-align: center;
margin:0;
padding:0;
margin-bottom:1em;
text-decoration: none;
color:white;
}
#CALxContentFr .navPeriod a{
text-decoration: none;
color:white;
}
#CALxContentFr .previousYear img,a,span{
margin-right: 2%;
text-decoration: none;
border: none;
}
#CALxContentFr .previousMonth img,a,span{
margin-right: 2%;
text-decoration: none;
border: none;
}
#CALxContentFr .nextMonth img,a,span{
margin-right: 2%;
text-decoration: none;
border: none;
}
#CALxContentFr .nextYear img,a,span{
margin-right: 2%;
text-decoration: none;
border: none;
}
#CALxContentFr .month{
margin-right: 0%;
}
#CALxContentFr .year{
margin-right: 0%;
}
#CALxContentFr .CALxTabOfYearContent{
border-style: solid solid solid solid;
color: White;
width: 100%;
border: thin solid White;
}
#CALxContentFr .CALxTable{
border-style: solid solid solid solid;
color: White;
width: 100%;
border: thin solid White;
text-align:center;
font-size: 1em;
}
#CALxContentFr .CALxTable td, #CALxContentFr .CALxTable th{
border-style: solid solid solid solid;
color: White;
border: thin solid White;
width:14%;
}
#CALxContentFr td.emptyDay{
background-color: black;
font-weight: bold;
color:black;
border: thin solid Black;
}
#CALxContentFr td.today{
background-color: rgb(212,227,186);
font-weight: bold;
color:black;
}
#CALxContentFr td.inactDay{
background-color:#D6E7F4;
color: Black;
}
#CALxContentFr td.event{
background-color:rgb(149,169,100);
}
#CALxContentFr td.multiple{
background-color:rgb(111,147,72);
}
#CALxContentFr .titleMulti{
color:rgb(111,147,72);
}
#CALxContentFr td.event a{
text-decoration:none;
color:black;
}
#CALxContentFr td.event a:hover{
background-color:rgb(212,227,186);
}
#CALxContentFr td.multiple a{
text-decoration:none;
color:black;
}
#CALxContentFr td.multiple a:hover{
background-color:#D6E7F4;
}
#CALxContentFr td.dayPreviousMonth{
background-color: Gray;
}
#CALxContentFr td.dayNextMonth{
background-color: Gray;
}
/*************************************************
SECTION CSS POUR LES INFOBULLES
*************************************************/
.popperlink{
z-index: 2;
visibility: hidden;
width: 200px;
position: absolute;
}
.linkDetailPopup[<-chunkID->]{
color:white;
}
.textfontClass[<-chunkID->] {
font-family: Verdana, Helvetica, sans-serif;
font-size: 1em;
text-align: left;
color: Black;
}
.textfontClass[<-chunkID->] a{
color:rgb(111,147,72);
font-size: 1em;
}
.textfontClass[<-chunkID->] a:hover{
font-weight: bold;
}
.capfontClass[<-chunkID->] {
font-family: Verdana, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
color: #ffffff;
text-align:left;
}
.closefontClass[<-chunkID->]{
font-family: Verdana, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
color: #ffffff;
text-align:right;
}
.capfontClass[<-chunkID->],.closefontClass[<-chunkID->] a {
color: #ffffff;
font-size: 1em;
}
.fgClass[<-chunkID->] {
background-color:rgb(212,227,186);
}
.bgClass[<-chunkID->] {
background-color:rgb(111,147,72);
}
Comment le Calendar sait que la variable css est CALxContentFr?
C’est peut etre ca le bp?
Merci encore
Mika V