× Extensions Plugins

Question [Réglé] CK FORMS - Couleur police champs de saisie

Plus d'informations
05 Déc 2010 09:06 - 10 Déc 2010 12:24 #1 par beheliod
Bonjour.
Je ne trouve pas comment modifier la couleur des caractères des champs de saisie dans CKFORMS.
J'ai une couleur noire par défaut qui ne colle pas du tout avec mon template.
D'avance merci pour votre aide.
Bien cordialement.
Pièces jointes :
Dernière édition: 10 Déc 2010 12:24 par tramber91.

Connectez-vous ou Créer un compte pour participer à la conversation.

Plus d'informations
05 Déc 2010 11:51 #2 par tramber91
Réponse de tramber91 sur le sujet Re: CK FORMS - Couleur police champs de saisie
Bonjour

tu vas dans CK form éditer le style


et tu rajoutes ta couleur (color: ..;) ici le rouge par ex dans .ckform input
.ckform input {
border: 1px solid #999;
padding: 2px;
color: #FF0000;
 
}

@+

Pas de support en MP sans y être invité. Merci
Merci de vous conformer aux règles du forum. Un merci, Cela fait toujours plaisir ;)
www.en-toutes-lettres.fr - Digital

Connectez-vous ou Créer un compte pour participer à la conversation.

Plus d'informations
08 Déc 2010 06:49 - 08 Déc 2010 06:55 #3 par beheliod
Réponse de beheliod sur le sujet Re: CK FORMS - Couleur police champs de saisie
Bonjour et merci pour ta réponse.
Je pense avoir fait ce que tu m'indique mais rien ne fonctionne...
Ci-joint mon code, sans doute verras-tu l'erreur...
#ckformcontainer {
width: 100%;
}
 
.ck_mandatory {
color:#6C83A7;
padding: 0px;
font-size:0.83em;
font-weight: bold;
}
 
.ckform_tooltip, .ckform_tooltipcss {
margin-top: 13px;
margin-left: 5px;
}
 
.ckform {
margin-top: 10px;
}
 
.ckform div.error {
display: none;
}
 
.ckform div.fc-error {
margin-left: 20%;
border: none;
background:none;
padding: 0px;
}
 
.ckform div.fc-error p {
margin: 0px;
padding: 0px;
color:#FB6BCD8 !important;
}
 
.ckform input {
border: 1px solid #B6BCD8;
padding: 2px;
color:#FB6BCD8
}
 
.ckform input:focus {
border: 1px dotted #B6BCD8;
}
 
.ckform input.error {
border: 1px dotted #6C83A7 !important;
}
.ckform textarea.error { border: 1px dotted red; }
 
#ckpoweredby {
text-align:center !important;
margin-top: 10px;
margin-bottom: 10px;
}
 
#ckpoweredby a {color:#B6BCD8;}
 
.captchaCont {
margin-top: 10px;
}
 
.ckBtnCon {
text-align: center !important;
margin-bottom: 10px;
margin-top: 10px;
}
 
/* CSS layout */
 
.ckCSSlabel {
display: block;
float: left;
margin-top: 10px;
width: 20%;
font-size:1em;
}
 
.ckCSSinput {
width: 76%;
margin-top: 10px;
background:none;
}
 
.ckCSSinput input {
background:none;
}
 
.ckCSSinputnowidth {
display: block;
float: left;
margin-top: 10px;
}
 
.ckCSSTip {
background-image: url(../img/info-bck.png);
background-repeat:no-repeat;
background-position:right;
}
 
.ckCSSclear {
margin: 0px;
padding: Opx;
clear: both;
}
 
.ckCSSFloatLeft {
float: left;
}
 
.ckCSSbot10 {margin-bottom: 10px;}
.ckCSSbot5 {margin-bottom: 5px;}
.ckCSStop10 {margin-top: 10px;}
 
.ckCSScenter {
text-align:center !important;
margin-top: 10px !important;
}
 
.ckCustomText {
margin-top: 10px;
}
 
.ckNoBorder {
visibility:hidden;
}
 
.ckpagination {
text-align:center !important;
margin-bottom: 15px;
}
 
.ckdatatable {
margin-top: 20px;
margin-bottom: 10px;
width: 100%;
border-collapse:collapse;
}
 
.ckdatatableborder td {
border : 1px solid #B6BCD8;
}
 
.ckfrontlabel {
height: 30px;
padding-right: 20px;
font-weight: bold;
color:#B6BCD8;
}

Bien cordialement.
Dernière édition: 08 Déc 2010 06:55 par beheliod.

Connectez-vous ou Créer un compte pour participer à la conversation.

Plus d'informations
08 Déc 2010 08:45 #4 par tramber91
Réponse de tramber91 sur le sujet Re: CK FORMS - Couleur police champs de saisie
Ben
.ckform input { border: 1px solid #B6BCD8;padding: 2px;color:#FB6BCD8}

manque le ";"
.ckform input { border: 1px solid #B6BCD8;padding: 2px;color:#FB6BCD8;}


@+

Pas de support en MP sans y être invité. Merci
Merci de vous conformer aux règles du forum. Un merci, Cela fait toujours plaisir ;)
www.en-toutes-lettres.fr - Digital

Connectez-vous ou Créer un compte pour participer à la conversation.

Plus d'informations
09 Déc 2010 06:41 #5 par beheliod
Réponse de beheliod sur le sujet Re: CK FORMS - Couleur police champs de saisie
Bonjour.
Effectivement il y avait bien une faute de syntaxe mais pourtant ça ne fonctionne toujours pas.
J'ai donc repris l'ensemble du code depuis celui d'origine et j'ai tout, en tout cas me semble-t-il, modifié ligne à ligne.
Mais le résultat final est toujours aussi peu concluant !
La saisie se fait toujours dans une police de couleur noire :sick:
Y a-t-il une autre solution ou dois-je continuer à regarder mon code ???
Bien cordialement.
#ckformcontainer {
width: 100%;
}
 
.ck_mandatory {
color:#FB6BCD8;
padding: 0px;
font-size:0.83em;
font-weight: bold;
}
 
.ckform_tooltip, .ckform_tooltipcss {
margin-top: 13px;
margin-left: 5px;
}
 
.ckform {
margin-top: 10px;
}
 
.ckform div.error {
display: none;
}
 
.ckform div.fc-error {
margin-left: 20%;
border: none;
background:none;
padding: 0px;
}
 
.ckform div.fc-error p {
margin: 0px;
padding: 0px;
color:#FB6BCD8 !important;
}
 
.ckform input {
border: 1px solid #FB6BCD8;
padding: 2px;
color:#FB6BCD8;
}
 
.ckform input:focus {
border: 1px dotted #FB6BCD8;
}
 
.ckform input.error {
border: 1px dotted #FB6BCD8 !important;
}
.ckform textarea.error { border: 1px dotted #FB6BCD8; }
 
#ckpoweredby {
text-align:center !important;
margin-top: 10px;
margin-bottom: 10px;
}
 
#ckpoweredby a {color:#FB6BCD8;}
 
.captchaCont {
margin-top: 10px;
}
 
.ckBtnCon {
text-align: center !important;
margin-bottom: 10px;
margin-top: 10px;
}
 
/* CSS layout */
 
.ckCSSlabel {
display: block;
float: left;
margin-top: 10px;
width: 20%;
font-size:1em;
}
 
.ckCSSinput {
width: 76%;
margin-top: 10px;
background:none;
}
 
.ckCSSinput input {
background:none;
}
 
.ckCSSinputnowidth {
display: block;
float: left;
margin-top: 10px;
}
 
.ckCSSTip {
background-image: url(../img/info-bck.png);
background-repeat:no-repeat;
background-position:right;
}
 
.ckCSSclear {
margin: 0px;
padding: Opx;
clear: both;
}
 
.ckCSSFloatLeft {
float: left;
}
 
.ckCSSbot10 {margin-bottom: 10px;}
.ckCSSbot5 {margin-bottom: 5px;}
.ckCSStop10 {margin-top: 10px;}
 
.ckCSScenter {
text-align:center !important;
margin-top: 10px !important;
}
 
.ckCustomText {
margin-top: 10px;
}
 
.ckNoBorder {
visibility:hidden;
}
 
.ckpagination {
text-align:center !important;
margin-bottom: 15px;
}
 
.ckdatatable {
margin-top: 20px;
margin-bottom: 10px;
width: 100%;
border-collapse:collapse;
}
 
.ckdatatableborder td {
border : 1px solid #FB6BCD8;
}
 
.ckfrontlabel {
height: 30px;
padding-right: 20px;
font-weight: bold;
color:#FB6BCD8;
}

Connectez-vous ou Créer un compte pour participer à la conversation.

Plus d'informations
09 Déc 2010 13:41 #6 par tramber91
Réponse de tramber91 sur le sujet Re: CK FORMS - Couleur police champs de saisie
Ben regardes coté couleur

#FB6BCD8

à mon avis ya un caractère de trop ;)

@+

Pas de support en MP sans y être invité. Merci
Merci de vous conformer aux règles du forum. Un merci, Cela fait toujours plaisir ;)
www.en-toutes-lettres.fr - Digital
Les utilisateur(s) suivant ont remercié: beheliod

Connectez-vous ou Créer un compte pour participer à la conversation.

  • Vous ne pouvez pas: Créer un nouveau sujet.
  • Vous ne pouvez pas: Répondre au sujet.
  • Vous ne pouvez pas: Éditer votre message.
Modérateurs: lavstephtramber91Scottuxserge
Temps de génération de la page : 0.266 secondes