IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

HTML Discussion :

couleur radiobutton


Sujet :

HTML

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre averti
    Profil pro
    Inscrit en
    Novembre 2005
    Messages
    42
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Novembre 2005
    Messages : 42
    Par défaut couleur radiobutton
    Bonjour, j'ai modifié le thème pour mon site www.arcencielgym.com

    mais je voudrais savoir quelle variable # je dois modifier pour que les radiobuttons du sondage de droite prennent la meme couleur que le menu

    fichier style.css
    -------------------------------------------------

    body {scrollbar-face-color: #CC3300; scrollbar-track-color: ##66CCFF; scrollbar-arrow-color: #FFFFFF; scrollbar-shadow-color: #000000; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color: Black;buttonface: #000000;}

    BODY {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    MARGIN-TOP: 0;
    MARGIN-LEFT: 0;
    MARGIN-RIGHT: 0;
    MARGIN-BOTTOM: 0;
    }
    TD {
    FONT-FAMILY: arial;
    FONT-SIZE: 12px;
    }
    TEXTAREA {
    FONT-FAMILY: Tahoma, Verdana, sans-serif;
    FONT-SIZE: 10px;
    color : #000000;
    background-color : #FFFFFF;
    font-weight : bold;
    border-color : #CCCCCC;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    text-indent : 2px;
    }
    INPUT {
    background-color : #ffffff;
    color : #000000;
    font-family : Tahoma, Verdana, sans-serif;
    font-size : 10px;
    font-weight : normal;
    border-color : #CCCCCC;
    border-top-width : 1px;
    border-right-width : 1px;
    border-bottom-width : 1px;
    border-left-width : 1px;
    text-indent : 2px;
    }
    INPUT.pn-text {
    background-color : #FFFFFF;
    color : #000000;
    font-family : Tahoma, Verdana, sans-serif;
    font-size : 10px;
    font-weight : normal;
    border-color : #000000;
    border-top-width : 1px;
    border-right-width : 1px;
    border-bottom-width : 1px;
    border-left-width : 1px;
    text-indent : 2px;
    }
    INPUT.pn-button {
    background-color : #FFFFFF;
    color : #000000;
    font-family : Tahoma, Verdana, sans-serif;
    font-size : 10px;
    font-weight : normal;
    border-color : #000000;
    border-top-width : 1px;
    border-right-width : 1px;
    border-bottom-width : 1px;
    border-left-width : 1px;
    text-indent : 2px;
    }
    SELECT {
    FONT-FAMILY: Tahoma, Verdana, sans-serif;
    FONT-SIZE: 10px;
    font-weight : bold;
    background-color : #FFFFFF;
    }
    SELECT.pn-text {
    COLOR: #000000;
    FONT-FAMILY: Tahoma, Verdana, sans-serif;
    FONT-SIZE: 10px;
    font-weight : bold;
    background-color : #ffffff;
    }
    A:link {
    COLOR: #CCCCCC;
    FONT-SIZE: 11px;
    FONT-FAMILY: font-family: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
    background-color : transparent;
    }
    A:visited {
    COLOR: #CCCCCC;
    FONT-SIZE: 11px;
    FONT-FAMILY: font-family: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
    background-color : transparent;
    }
    A:hover {
    COLOR: #FFFFFF;
    FONT-SIZE: 11px;
    FONT-FAMILY: font-family: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline overline;
    background-color : transparent;
    }
    A:active {
    COLOR: #000000;
    FONT-SIZE: 11px;
    FONT-FAMILY: font-family: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
    background-color : transparent;
    }
    .pn-normal {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    }
    .pn-normal A:link {
    COLOR: #000000;
    FONT-SIZE: 11px;
    FONT-FAMILY: Tahoma, Verdana, sans-serif;
    TEXT-DECORATION: none;
    background-color : transparent;
    }
    .pn-normal A:visited {
    COLOR: #000000;
    FONT-SIZE: 11px;
    font-weight: italic;
    FONT-FAMILY: Tahoma, Verdana, sans-serif;
    TEXT-DECORATION: none;
    background-color : transparent;
    }
    .pn-normal A:hover {
    COLOR: #000000;
    FONT-SIZE: 11px;
    FONT-FAMILY: Tahoma, Verdana, sans-serif;
    TEXT-DECORATION: none;
    background-color : transparent;
    }
    .pn-normal A:active {
    COLOR: #000000;
    FONT-SIZE: 11px;
    FONT-FAMILY: Tahoma, Verdana, sans-serif;
    TEXT-DECORATION: underline overline;
    background-color : transparent;
    }
    .pn-title {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold italic;
    color: #000000;
    text-decoration: none;
    }
    .pn-title A:link {
    COLOR: #000000;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Tahoma, Verdana, sans-serif;
    TEXT-DECORATION: underline;
    }
    .pn-title A:visited {
    COLOR: #000000;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Tahoma, Verdana, sans-serif;
    TEXT-DECORATION: underline;
    }
    .pn-title A:hover {
    COLOR: #000000;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Tahoma, Verdana, sans-serif;
    TEXT-DECORATION: none;
    }
    .pn-title A:active {
    COLOR: #000000;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Tahoma, Verdana, sans-serif;
    TEXT-DECORATION: none;
    }
    .pn-sub {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    background-color : transparent;
    }
    .pn-sub A:link {
    COLOR: #000000;
    FONT-SIZE: 10px;
    FONT-FAMILY: Tahoma, Verdana, sans-serif;
    font-style : normal;
    TEXT-DECORATION: underline;
    background-color : transparent;
    }
    .pn-sub A:visited {
    COLOR: #000000;
    FONT-SIZE: 10px;
    FONT-FAMILY: Tahoma, Verdana, sans-serif;
    TEXT-DECORATION: underline;
    font-style : normal;
    background-color : transparent;
    }
    .pn-sub A:hover {
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #000000;
    FONT-SIZE: 10px;
    FONT-FAMILY: Tahoma, Verdana, sans-serif;
    TEXT-DECORATION: none;
    font-style : normal;
    }
    .pn-sub A:active {
    COLOR: #000000;
    FONT-SIZE: 10px;
    FONT-FAMILY: Tahoma, Verdana, sans-serif;
    TEXT-DECORATION: underline;
    font-style : normal;
    background-color : transparent;
    }
    .pn-logo {
    COLOR: #000000;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Tahoma, Verdana, sans-serif;
    LETTER-SPACING: 3px;
    TEXT-DECORATION: none;
    background-color : transparent;
    }
    A.pn-logo:link {
    COLOR: #000000;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Tahoma, Verdana, sans-serif;
    LETTER-SPACING: 3px;
    TEXT-DECORATION: none;
    background-color : transparent;
    }
    A.pn-logo:visited {
    COLOR: #000000;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Tahoma, Verdana, sans-serif;
    LETTER-SPACING: 3px;
    TEXT-DECORATION: none;
    background-color : transparent;
    }
    A.pn-logo:hover {
    COLOR: #000000;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
    background-color: #FFFFFF;
    FONT-FAMILY: Tahoma, Verdana, sans-serif;
    LETTER-SPACING: 3px;
    TEXT-DECORATION: none;
    }
    A.pn-logo:active {
    COLOR: #000000;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Tahoma, Verdana, sans-serif;
    LETTER-SPACING: 3px;
    TEXT-DECORATION: none;
    background-color : transparent;
    }
    .pn-logo-small {
    COLOR: #000000;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Tahoma, Verdana, sans-serif;
    TEXT-DECORATION: none;
    background-color : transparent;
    }
    .pn-pagetitle {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    background-color : transparent;
    }
    .custom
    {
    font-size:15px;
    color:#000000;
    font-family:Arial;
    font-weight:bold;
    text-decoration:none;
    }
    .custom a:link
    {
    font-size:15px;
    color:#000000;
    font-family:Arial;
    font-weight:bold;
    text-decoration:none;
    }
    .custom a:active
    {
    font-size:15px;
    color:#000000;
    font-family:Arial;
    font-weight:bold;
    text-decoration:none;
    }
    .custom a:visited
    {
    font-size:15px;
    color:#000000;
    font-family:Arial;
    font-weight:bold;
    text-decoration:none;
    }
    .custom a:hover
    {
    font-size:15px;
    color:#000000;
    font-family:Arial;
    font-weight:bold;
    text-decoration:none;
    }
    .popperlink
    {
    POSITION: absolute;
    VISIBILITY: hidden
    }
    .del a:link
    {
    color:#000000;
    font-family:Arial;
    font-weight:bold;
    text-decoration:none;
    }
    .del a:visited
    {
    color:#000000;
    font-family:Arial;
    font-weight:bold;
    text-decoration:none;
    }
    .edit a:link
    {
    color:#000000;
    font-family:Arial;
    font-weight:bold;
    text-decoration:none;
    }
    .edit a:visited
    {
    color:131544;
    font-family:Arial;
    font-weight:bold;
    text-decoration:none;
    }

  2. #2
    Membre émérite
    Avatar de Linaa
    Profil pro
    Inscrit en
    Avril 2005
    Messages
    987
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Avril 2005
    Messages : 987
    Par défaut
    Voilà une page qui peut t'aider.
    Le résultat est interessant!

    C'est fait avec du JS.

  3. #3
    Membre averti
    Profil pro
    Inscrit en
    Novembre 2005
    Messages
    42
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Novembre 2005
    Messages : 42
    Par défaut
    Merci

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Réponses: 13
    Dernier message: 08/11/2018, 19h03
  2. RadioButton et couleur du texte?
    Par SoBaKa dans le forum wxPython
    Réponses: 2
    Dernier message: 18/01/2011, 11h51
  3. Problème de couleur RadioGroup & Radiobutton
    Par gobgob dans le forum Delphi
    Réponses: 20
    Dernier message: 06/07/2006, 15h05
  4. Mixage de Couleurs
    Par exxos dans le forum Algorithmes et structures de données
    Réponses: 15
    Dernier message: 29/05/2002, 13h34
  5. String Grid et choix d'une couleur pour une ligne
    Par Gigottine dans le forum C++Builder
    Réponses: 12
    Dernier message: 17/05/2002, 15h23

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo