CSSActif, le forum, n'est plus maintenu. Il est néanmoins disponible pour consultation. Pour des outils pratiques, rendez-vous sur: Découvrez CSSActif, une collection d'outils et de tutoriels interactifs pour les développeurs Web — HTML, CSS, JavaScript et bien plus! |
| Deux questions en un message | |
| Phoenix
{ Membre }
Messages : 12
| Boumdidoum les gens !
Je vous explique pourquoi je poste ici :
Grâce à un code CSS, j'ai pu décorer les titres des catégories. Seulement voilà, bizarrement ça me met une ligne en haut au passage de la souris.
- Spoiler:
Je sais pas comment l'enlever =/
Aussi, y'a un autre "bug". Vous voyez la description ? & bin j'arrive pas à changer la couleur. J'ai tout essayé, rien à faire. Alors je me suis dit que vous pourrez m'aider
Voilà mon CSS :
- Code:
-
a { text-decoration: none; } a:hover { text-decoration: none !important; } a:hover { text-transform: uppercase ; } .profilmasque { background-color: #DFDFE8; border: 1px dashed grey; font-size: 12px; letter-spacing: 1px; }
.profil1/ { width: 200px; background-color: #couleur; border: none; font-size: 12px; letter-spacing: 1px; font-weight: bold; }
.code { background-color: #fffff; border:1px dashed grey; -border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; color: #000000; font-variant: small-caps font-family: Verdana,sans-serif; } .quote { background-color: #fffff; border:1px outset black; -border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; color: #000000; } .spoiler_closed{ background-color: #fffff; border:1px dotted darkblue; -border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; color: #000000; } .spoiler_content{ background-color: #fffff; border:1px dotted darkblue; -border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; color: #000000; } .titre { font-family: Georgia, serif; font-size: 150%; border-bottom: 2px ridge black; color: white; text-align: center; border-left: 4px double black; border-right: 4px double black; background-color: #9999FF; text-shadow: 2px 2px 2px #EEEEEE; box-shadow: 2px 2px 2px #EEEEEE; } .boite { height: 300px ; overflow: auto ; } .postdetails.poster-profile a img { -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; border: 5px solid #666699; }
.opacity img { filter:alpha(opacity=50); -moz-opacity:0.5;opacity: 0.5; }
.opacity img:hover { filter:alpha(opacity=50); -moz-opacity:1;opacity: 1; }
a img{ opacity: 0.8; }
a img:hover { opacity: 1; } a.forumlink:link, a.forumlink:visited { font-family: georgia; text-transform : uppercase; text-align: center; font-size: 100%; color: #EEEEEE; letter-spacing: 1px; display: block; -moz-border-radius:10px; background-color: white; border-bottom: 1px solid #EDEEF1; border-left: 2px solid black; border-right: 2px solid black; borde-bottom: 1px solid black; -moz-border-radius: 1px; } a.forumlink:hover, a.forumlink:hover:visited { background-color: white; color: #EEEEEE; text-align: center; display: block; border-bottom: 1px dotted black; -moz-border-radius:10px; } Merci d'avance ! (; |
Dernière édition par Phoenix le Sam 04 Sep 2010, 19:13, édité 1 fois | |
| | | Sui
{ Membre actif }
Messages : 346
| - Code:
-
a { text-decoration: none; } a:hover { text-decoration: none !important; } a:hover { text-transform: uppercase ; } .profilmasque { background-color: #DFDFE8; border: 1px dashed grey; font-size: 12px; letter-spacing: 1px; }
.profil1/ { width: 200px; background-color: #couleur; border: none; font-size: 12px; letter-spacing: 1px; font-weight: bold; }
.code { background-color: #fffff; border:1px dashed grey; -border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; color: #000000; font-variant: small-caps font-family: Verdana,sans-serif; } .quote { background-color: #fffff; border:1px outset black; -border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; color: #000000; } .spoiler_closed{ background-color: #fffff; border:1px dotted darkblue; -border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; color: #000000; } .spoiler_content{ background-color: #fffff; border:1px dotted darkblue; -border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; color: #000000; } .titre { font-family: Georgia, serif; font-size: 150%; border-bottom: 2px ridge black; color: white; text-align: center; border-left: 4px double black; border-right: 4px double black; background-color: #9999FF; text-shadow: 2px 2px 2px #EEEEEE; box-shadow: 2px 2px 2px #EEEEEE; } .boite { height: 300px ; overflow: auto ; } .postdetails.poster-profile a img { -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; border: 5px solid #666699; }
.opacity img { filter:alpha(opacity=50); -moz-opacity:0.5;opacity: 0.5; }
.opacity img:hover { filter:alpha(opacity=50); -moz-opacity:1;opacity: 1; }
a img{ opacity: 0.8; }
a img:hover { opacity: 1; } a.forumlink:link, a.forumlink:visited { font-family: georgia; text-transform : uppercase; text-align: center; font-size: 100%; color: #EEEEEE; letter-spacing: 1px; display: block; -moz-border-radius:10px; background-color: white; border-bottom: 1px solid #EDEEF1; border-left: 2px solid black; border-right: 2px solid black; border-bottom: 1px solid black; -moz-border-radius: 1px; } a.forumlink:hover, a.forumlink:hover:visited { background-color: white; color: #EEEEEE; text-align: center; display: block; border-bottom: 1px dotted black; -moz-border-radius:10px; }
Essaye, mais je ne suis pas sûre si ça marchera. (: | | |
| | | Phoenix
{ Membre }
Messages : 12
| J'ai essayé, mais ça ne marche pas =/
Ça me mets des traits noirs oô'
*a bidouillé un peu* maintenant, les traits sont toujours là mais en moins voyants D:
Enfin, merci d'avoir essayé ^^ | | |
| | | Kaiji
Blanche-Neige
Messages : 5578
| Bonjour, Votre problème est-il résolu ? Si oui, merci de cocher dans "icône du sujet" l'icône en éditant votre 1er post.
| | |
| | | Phoenix
{ Membre }
Messages : 12
| Aah, désolée de la réponse tardive mais j'avais pas vu D:
Donc pour l'histoire des couleurs des descriptions de forums, c'est bon. Mais le truc avec la barre qui se met & tout, nan ^^" | | |
| | | Phoenix
{ Membre }
Messages : 12
| Finalement, c'est bon ! C'est résolu x)
Merci quand même (; | | |
| | | Haribot' ♪
{ Membre hyper-actif }
Messages : 5163
| | | | Contenu sponsorisé
| | | | | Deux questions en un message | |
|
Sujets similaires | |
|
| Permission de ce forum: | Vous ne pouvez pas répondre aux sujets dans ce forum
| |
| |
| |
|
| Partenaires Or
|
|