Problème de bord arrondi dans le portail et dans les messages
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1 • Partagez
Problème de bord arrondi dans le portail et dans les messages
Bonjour,
voila j'avais un problème avec les bord arrondit et vous m'avez déjà aidé: https://forum.forumactif.com/t312996-probleme-de-bord-arrondi
Mais maintenant je viens de voir qu'il y a d'autre problème non résolu.
Sur le portail :
Les bord sont arrondi mais il y a truc qui n'a pas arrondi correctement dans le dessu ou il y a les titres.
Pour poster une réponse:
L'emplacement ou on tape le message n'est plus arrondis et a droite le cadre ne se ferme pas.
Voila mon css:
Merci d'avance
voila j'avais un problème avec les bord arrondit et vous m'avez déjà aidé: https://forum.forumactif.com/t312996-probleme-de-bord-arrondi
Mais maintenant je viens de voir qu'il y a d'autre problème non résolu.
Sur le portail :
Les bord sont arrondi mais il y a truc qui n'a pas arrondi correctement dans le dessu ou il y a les titres.
Pour poster une réponse:
L'emplacement ou on tape le message n'est plus arrondis et a droite le cadre ne se ferme pas.
Voila mon css:
- Code:
textarea, .textarea.post, input.post {
-moz-border-radius:10px;
}
.bodyline {
-moz-border-radius:10px;
}
.forumline{
background-color: #COULEUR;
-moz-border-radius: 10px ;
border: 3px #COULEUR solid;
}
.accueil-ul{
overflow: hidden;
width: auto;
margin: 0;
padding: 0;
list-style-type: none;
}
.accueil-li{
float: left;
margin-left:6px;
padding-left:8px;
padding-right:8px;
padding-bottom:5px;
}
.accueil-li:hover{
margin-left:6px;
padding-left:8px;
padding-right:8px;
padding-bottom:5px;
}
.accueil-contenu{
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
}
.postdetails.poster-profile a img
{
border: 6px SOLID #FFAE5C; /*La bordure*/
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;}
.ombre
{text-shadow: #000000 1px 1px 1px;}
a:hover {
text-decoration: none !important;
}
a { text-decoration: none; }
a:hover {
text-shadow: 1px 1px 1px #000000;
}
a:hover {
font-variant: small-caps;
}
div.infobulle_avatar em {
display:none;
}
div.infobulle_avatar:hover {
background: none;
z-index: 999;
cursor: hand;
position: relative;
text-decoration:none;
border: 0;
}
.postdetails.poster-profile textarea { background-color:#000000; }
input,textarea, select {
color : CODE COULEUR;
font: normal 11px Verdana,Arial,Helvetica,sans-serif;
border-color : CODE COULEUR;
border-radius: 9px 9px;
-moz-border-radius: 9px;
}
/*DEBUT NOUVELLE PAGE D'ACCUEIL*/
/* effet de transparance image */
.transparence {
background-color: transparent;
border: none;
opacity: 0.5;
}
.transparence:hover{
background-color: transparent;
border: none;
opacity: 2;
}
/*-----------------inffobulles----------------- */
div.infobulle
{
position: relative;
float: left;
color:#a37050;
}
div.infobulle span
{
display: none; /* ceci masque l'infobulle */
}
div.infobulle:hover
{
background: none; /* correction d'un bug IE */
z-index: 999; /* on définit une valeur pour l'ordre d'affichage */
color: black;
}
/* style de l infobulle */
div.infobulle:hover span
{
display: inline; /* on affiche l'infobulle */
position: absolute;
top: 10px; /* on positionne notre infobulle */
background-color: #563e25; /* couleur du fond de l'infobulle */
color: #a37050; /* couleur du texte */
padding: 3px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
text-align: center;
font-size: 14px;
border-color:#DAB291; /* couleur des bordures */
border-style:solid;
border-width:1px 1px 1px 1px;
}
/*-----------------Titres----------------- */
.titre{
color:#DAB291; /* couleur de la police */
font-weight: bold; /* épaisseur de la police en gras */
font-size: 14px; /* taille de la police */
text-align : center; /* alignement du texte */
padding: 9px; /* marge intérieur */
margin: 9px; /* marge extérieur */
margin-bottom: 10px; /* marge extérieure pour moi 5px en bas */
border-bottom: 2px dotted #DAB291; /* soulignement en pointillé */
}
/*-----------------Boites----------------- */
.boite{
color:#DAB291; /* couleur de la police */
text-align : center; /* alignement du texte */
font-size: 12px; /* taille de la police */
}
.boite1{
color:#DAB291; /* couleur de la police */
font-size: 12px; /* taille de la police */
}
/*-----------------Navigation----------------- */
.chatling{
padding: 5px; /* marge intérieur */
margin: 4px; /* marge extérieur */
border: 2px dotted #DAB291; /* soulignement en pointillé */
border-left: none;
border-right: none;
width: 190px;/* taille à ne pas toucher */
display : block;
}
.titre {border-bottom: 2px dotted #DAB291;
}
/*-----------------staff----------------- */
.staff{
text-align: right; /* alignement du texte */
border-bottom: 2px solid #000000; /* bordure */
display : block;
}
/*FIN NOUVELLE PAGE D'ACCUEIL*/
a.mainmenu:link, a.mainmenu:visited{
background-color: #654A39;
border-left: 1px solid #654A39;
border-right: 1px solid #654A39;
-moz-border-radius:6px;
border: 1px #654A39
double;
}
a {
outline: none;
}
body {
background-repeat: no-repeat;
}
body{
background-position: top center;
}
barre1{
background-color:#D9E5F5;border: 5px #2D81EA solid;
-moz-border-radius : 5px 5px 5px 5px;
height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px;
font-size:15px;font-weight: bold;text-align:left;
text-decoration: none !important;
height:auto}
.statistiques{
border:0px;
background-repeat: no-repeat;
background-position: center;
height:200px;}
.groupes{
background-color:#D9E5F5;border: 1px #2D81EA dotted;
-moz-border-radius : 5px 5px 5px 5px;
height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px;
font-size:15px;font-weight: bold;text-align:center;
text-decoration: none !important;
height:auto}
.code {
background-color: #17120E; /* couleur du fond */
border:1px #7B573D dashed; /* bordure */
-border-radius: 10px; /* tous les côtés sont arrondis */
-moz-border-radius: 10px; /* tous les côtés sont arrondis */
-webkit-border-radius: 10px; /* tous les côtés sont arrondis */
color: #7B573D; /* couleur du texte */
}
.quote {
background-color: #17120E; /* couleur du fond */
border:1px #7B573D dashed; /* bordure */
-border-radius: 10px; /* tous les côtés sont arrondis */
-moz-border-radius: 10px; /* tous les côtés sont arrondis */
-webkit-border-radius: 10px; /* tous les côtés sont arrondis */
color: #7B573D; /* couleur du texte */
}
.spoiler_closed{
background-color: #17120E; /* couleur du fond */
border:1px #7B573D dashed; /* bordure */
-border-radius: 10px; /* tous les côtés sont arrondis */
-moz-border-radius: 10px; /* tous les côtés sont arrondis */
-webkit-border-radius: 10px; /* tous les côtés sont arrondis */
color: #7B573D; /* couleur du texte */
}
.spoiler_content{
background-color: #17120E; /* couleur du fond */
border:1px #7B573D dashed; /* bordure */
-border-radius: 10px; /* tous les côtés sont arrondis */
-moz-border-radius: 10px; /* tous les côtés sont arrondis */
-webkit-border-radius: 10px; /* tous les côtés sont arrondis */
color: #7B573D; /* couleur du texte */
}
.atelierprof {
text-align:center;
padding:9px;
background-color:#17120E;
-moz-border-radius:10px;
border:1px #7B573D dashed; /* bordure */
}
/*contour des catégories*/
.forumline{
border:5px solid #17120E;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;}
/*titres des forums*/
.titresfora{
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
border: 5px solid #17120E;
font-size: 11px;
height: 20px;
padding: 5px;
position: relative;
text-align: center;
width: 200px;}
/*description dans les forums*/
.forum-description {
margin: auto;
padding: 10px;
color: #17120E;
border: 5px solid #17120E;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
font-size: 12px;
}
/*derniers messages*/
.forum-stats {
-moz-border-radius: 20px;
webkit-border-radius: 20px;
border-radius: 20px;
border: 5px solid #17120E;
font-size: 11px;
padding: 5px;
text-align: center;
}
th, .catHead, .secondarytitle{
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;}
.catBottom{
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;}
td.row1, td.row2, td.row3, td.row3Right{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;}
.button2{ -moz-border-radius: 5px;}
Merci d'avance
Dernière édition par titevivi le Lun 5 Sep 2011 - 20:34, édité 1 fois
Re: Problème de bord arrondi dans le portail et dans les messages
Bonjour,
Essayez avec cette feuille CSS:
Cordialement.
Essayez avec cette feuille CSS:
- Code:
textarea, .textarea.post, input.post {
-moz-border-radius:10px;
border-radius:10px;
-webkit-border-radius: 10px;}
.bodyline {
-moz-border-radius:10px;
}
.forumline{
background-color: #COULEUR;
-moz-border-radius: 10px ;
border: 3px #COULEUR solid;
}
.accueil-ul{
overflow: hidden;
width: auto;
margin: 0;
padding: 0;
list-style-type: none;
}
.accueil-li{
float: left;
margin-left:6px;
padding-left:8px;
padding-right:8px;
padding-bottom:5px;
}
.accueil-li:hover{
margin-left:6px;
padding-left:8px;
padding-right:8px;
padding-bottom:5px;
}
.accueil-contenu{
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
}
.postdetails.poster-profile a img
{
border: 6px SOLID #FFAE5C; /*La bordure*/
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;}
.ombre
{text-shadow: #000000 1px 1px 1px;}
a:hover {
text-decoration: none !important;
}
a { text-decoration: none; }
a:hover {
text-shadow: 1px 1px 1px #000000;
}
a:hover {
font-variant: small-caps;
}
div.infobulle_avatar em {
display:none;
}
div.infobulle_avatar:hover {
background: none;
z-index: 999;
cursor: hand;
position: relative;
text-decoration:none;
border: 0;
}
.postdetails.poster-profile textarea { background-color:#000000; }
input,textarea, select {
color : CODE COULEUR;
font: normal 11px Verdana,Arial,Helvetica,sans-serif;
border-color : CODE COULEUR;
border-radius: 9px;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
}
/*DEBUT NOUVELLE PAGE D'ACCUEIL*/
/* effet de transparance image */
.transparence {
background-color: transparent;
border: none;
opacity: 0.5;
}
.transparence:hover{
background-color: transparent;
border: none;
opacity: 2;
}
/*-----------------inffobulles----------------- */
div.infobulle
{
position: relative;
float: left;
color:#a37050;
}
div.infobulle span
{
display: none; /* ceci masque l'infobulle */
}
div.infobulle:hover
{
background: none; /* correction d'un bug IE */
z-index: 999; /* on définit une valeur pour l'ordre d'affichage */
color: black;
}
/* style de l infobulle */
div.infobulle:hover span
{
display: inline; /* on affiche l'infobulle */
position: absolute;
top: 10px; /* on positionne notre infobulle */
background-color: #563e25; /* couleur du fond de l'infobulle */
color: #a37050; /* couleur du texte */
padding: 3px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
text-align: center;
font-size: 14px;
border-color:#DAB291; /* couleur des bordures */
border-style:solid;
border-width:1px 1px 1px 1px;
}
/*-----------------Titres----------------- */
.titre{
color:#DAB291; /* couleur de la police */
font-weight: bold; /* épaisseur de la police en gras */
font-size: 14px; /* taille de la police */
text-align : center; /* alignement du texte */
padding: 9px; /* marge intérieur */
margin: 9px; /* marge extérieur */
margin-bottom: 10px; /* marge extérieure pour moi 5px en bas */
border-bottom: 2px dotted #DAB291; /* soulignement en pointillé */
}
/*-----------------Boites----------------- */
.boite{
color:#DAB291; /* couleur de la police */
text-align : center; /* alignement du texte */
font-size: 12px; /* taille de la police */
}
.boite1{
color:#DAB291; /* couleur de la police */
font-size: 12px; /* taille de la police */
}
/*-----------------Navigation----------------- */
.chatling{
padding: 5px; /* marge intérieur */
margin: 4px; /* marge extérieur */
border: 2px dotted #DAB291; /* soulignement en pointillé */
border-left: none;
border-right: none;
width: 190px;/* taille à ne pas toucher */
display : block;
}
.titre {border-bottom: 2px dotted #DAB291;
}
/*-----------------staff----------------- */
.staff{
text-align: right; /* alignement du texte */
border-bottom: 2px solid #000000; /* bordure */
display : block;
}
/*FIN NOUVELLE PAGE D'ACCUEIL*/
a.mainmenu:link, a.mainmenu:visited{
background-color: #654A39;
border-left: 1px solid #654A39;
border-right: 1px solid #654A39;
-moz-border-radius:6px;
border: 1px #654A39
double;
}
a {
outline: none;
}
body {
background-repeat: no-repeat;
}
body{
background-position: top center;
}
barre1{
background-color:#D9E5F5;border: 5px #2D81EA solid;
-moz-border-radius : 5px 5px 5px 5px;
height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px;
font-size:15px;font-weight: bold;text-align:left;
text-decoration: none !important;
height:auto}
.statistiques{
border:0px;
background-repeat: no-repeat;
background-position: center;
height:200px;}
.groupes{
background-color:#D9E5F5;border: 1px #2D81EA dotted;
-moz-border-radius : 5px 5px 5px 5px;
height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px;
font-size:15px;font-weight: bold;text-align:center;
text-decoration: none !important;
height:auto}
.code {
background-color: #17120E; /* couleur du fond */
border:1px #7B573D dashed; /* bordure */
-border-radius: 10px; /* tous les côtés sont arrondis */
-moz-border-radius: 10px; /* tous les côtés sont arrondis */
-webkit-border-radius: 10px; /* tous les côtés sont arrondis */
color: #7B573D; /* couleur du texte */
}
.quote {
background-color: #17120E; /* couleur du fond */
border:1px #7B573D dashed; /* bordure */
-border-radius: 10px; /* tous les côtés sont arrondis */
-moz-border-radius: 10px; /* tous les côtés sont arrondis */
-webkit-border-radius: 10px; /* tous les côtés sont arrondis */
color: #7B573D; /* couleur du texte */
}
.spoiler_closed{
background-color: #17120E; /* couleur du fond */
border:1px #7B573D dashed; /* bordure */
-border-radius: 10px; /* tous les côtés sont arrondis */
-moz-border-radius: 10px; /* tous les côtés sont arrondis */
-webkit-border-radius: 10px; /* tous les côtés sont arrondis */
color: #7B573D; /* couleur du texte */
}
.spoiler_content{
background-color: #17120E; /* couleur du fond */
border:1px #7B573D dashed; /* bordure */
-border-radius: 10px; /* tous les côtés sont arrondis */
-moz-border-radius: 10px; /* tous les côtés sont arrondis */
-webkit-border-radius: 10px; /* tous les côtés sont arrondis */
color: #7B573D; /* couleur du texte */
}
.atelierprof {
text-align:center;
padding:9px;
background-color:#17120E;
-moz-border-radius:10px;
border:1px #7B573D dashed; /* bordure */
}
/*contour des catégories*/
.forumline{
border:5px solid #17120E;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;}
/*titres des forums*/
.titresfora{
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
border: 5px solid #17120E;
font-size: 11px;
height: 20px;
padding: 5px;
position: relative;
text-align: center;
width: 200px;}
/*description dans les forums*/
.forum-description {
margin: auto;
padding: 10px;
color: #17120E;
border: 5px solid #17120E;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
font-size: 12px;
}
/*derniers messages*/
.forum-stats {
-moz-border-radius: 20px;
webkit-border-radius: 20px;
border-radius: 20px;
border: 5px solid #17120E;
font-size: 11px;
padding: 5px;
text-align: center;
}
.catLeft, th, .catHead, .secondarytitle{
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;}
.catBottom{
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;}
td.row1, td.row2, td.row3, td.row3Right{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;}
.button2{ -moz-border-radius: 5px;
-webkit-border-radius: 10px;}
Cordialement.
Invité- Invité
Re: Problème de bord arrondi dans le portail et dans les messages
Merci pour le portail c'est bon, maintenant c'est l'espace pour les réponses rapide et les réponses normale
Re: Problème de bord arrondi dans le portail et dans les messages
Bonjour,
Essayez de remplacer:
Cordialement.
Essayez de remplacer:
- Code:
textarea, .textarea.post, input.post
- Code:
#text_editor_textarea, textarea, .textarea.post, input.post
Cordialement.
Invité- Invité
Re: Problème de bord arrondi dans le portail et dans les messages
ça ne marche pas.
Re: Problème de bord arrondi dans le portail et dans les messages
Bonsoir,
C'est vraiment bizarre les réponses rapides sont bien arrondies sur mon forum test. J'ai utilisé cette feuille CSS:
Cordialement.
C'est vraiment bizarre les réponses rapides sont bien arrondies sur mon forum test. J'ai utilisé cette feuille CSS:
- Code:
textarea, .textarea.post, input.post{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;}
.bodyline{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;}
.forumline{
background-color: #COULEUR;
border: 3px #COULEUR solid;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;}
.accueil-ul{
list-style-type: none;
margin: 0;
overflow: hidden;
padding: 0;
width: auto;}
.accueil-li{
float: left;
margin-left: 6px;
padding-bottom: 5px;
padding-left: 8px;
padding-right: 8px;}
.accueil-li:hover{
margin-left: 6px;
padding-bottom: 5px;
padding-left: 8px;
padding-right: 8px;}
.accueil-contenu{
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;}
.postdetails.poster-profile a img{
border: 6px solidD #FFAE5C;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;}
.ombre{
text-shadow: 1px 1px 1px #000000;
font-variant: small-caps;}
a:hover{
text-decoration: none !important;}
a{
text-decoration: none;
outline: none;}
div.infobulle_avatar em{
display: none;}
div.infobulle_avatar:hover{
background: none;
border: 0;
cursor: hand;
position: relative;
text-decoration: none;
z-index: 999;}
.postdetails.poster-profile textarea{
background-color: #000000;}
input, select{
border-color: CODE COULEUR;
color: CODE COULEUR;
font: normal 11px Verdana,Arial,Helvetica,sans-serif;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
border-radius: 9px;}
.transparence{
background-color: transparent;
border: none;
opacity: 0.5;}
.transparence:hover{
background-color: transparent;
border: none;
opacity: 2;}
div.infobulle{
color: #a37050;
float: left;
position: relative;}
div.infobulle span{
display: none;}
div.infobulle:hover{
background: none;
color: black;
z-index: 999;}
div.infobulle:hover span{
background-color: #563e25;
border: 1px solid #DAB291;
border-radius: 10px;
-khtml-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
color: #a37050;
display: inline;
font-size: 14px;
padding: 3px;
position: absolute;
text-align: center;
top: 10px;
white-space: nowrap;}
.titre{
border-bottom: 2px dotted #DAB291;
color: #DAB291;
font-size: 14px;
font-weight: bold;
margin: 9px;
margin-bottom: 10px;
padding: 9px;
text-align: center;}
.boite{
color: #DAB291;
font-size: 12px;
text-align: center;}
.boite1{
color: #DAB291;
font-size: 12px;}
.chatling{
border: 2px dotted #DAB291;
border-left: none;
border-right: none;
display: block;
margin: 4px;
padding: 5px;
width: 190px;}
.titre{
border-bottom: 2px dotted #DAB291;}
.staff{
border-bottom: 2px solid #000000;
display: block;
text-align: right;}
a.mainmenu:link, a.mainmenu:visited{
background-color: #654A39;
border: 1px double #654A39;
border-left: 1px solid #654A39;
border-right: 1px solid #654A39;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;}
body{
background-repeat: no-repeat;
background-position: top center;}
barre1{
background-color: #D9E5F5;
border: 5px #2D81EA solid;
font-size: 15px;
font-weight: bold;
height: auto;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding-bottom: 3px;
padding-left: 14px;
padding-right: 12px;
text-align: left;
text-decoration: none !important;}
.statistiques{
background-position: center;
background-repeat: no-repeat;
border: 0px;
height: 200px;}
.groupes{
background-color: #D9E5F5;
border: 1px #2D81EA dotted;
font-size: 15px;
font-weight: bold;
height: 40px;
height: auto;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding-bottom: 3px;
padding-left: 14px;
padding-right: 12px;
text-align: center;
text-decoration: none !important;}
.code{
background-color: #17120E;
border: 1px #7B573D dashed;
color: #7B573D;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;}
.quote{
background-color: #17120E;
border: 1px #7B573D dashed;
color: #7B573D;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;}
.spoiler_closed{
background-color: #17120E;
border: 1px #7B573D dashed;
color: #7B573D;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;}
.spoiler_content{
background-color: #17120E;
border: 1px #7B573D dashed;
color: #7B573D;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;}
.atelierprof{
background-color: #17120E;
border: 1px #7B573D dashed;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
padding: 9px;
text-align: center;}
.forumline{
border: 5px solid #17120E;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;}
.titresfora{
border: 5px solid #17120E;
font-size: 11px;
height: 20px;
padding: 5px;
position: relative;
text-align: center;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
width: 200px;}
.forum-description{
border: 5px solid #17120E;
color: #17120E;
font-size: 12px;
margin: auto;
padding: 10px;
-moz-border-radius: 14px;
border-radius: 14px;
-webkit-border-radius: 14px;}
.forum-stats{
border: 5px solid #17120E;
padding: 5px;
text-align: center;
font-size: 11px;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;}
.catLeft, th, .catHead, .secondarytitle{
border-top-left-radius: 10px;
border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;}
.catBottom{
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;}
td.row1, td.row2, td.row3, td.row3Right{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;}
.button2{
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;}
Cordialement.
Invité- Invité
Re: Problème de bord arrondi dans le portail et dans les messages
Oui c'est bizarre car moi je viens de mettre le nouveaux code que tu as poster et ça ne va toujours pas
Re: Problème de bord arrondi dans le portail et dans les messages
A mon avis ça bugais car maintenant ça va
Sujets similaires
» Problème de bord arrondi
» INVISION-Bord arrondi
» messages sujets et arrondi dans le css
» Comment Faire le bord du forum arrondi?
» [Spoiler] Aide !
» INVISION-Bord arrondi
» messages sujets et arrondi dans le css
» Comment Faire le bord du forum arrondi?
» [Spoiler] Aide !
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum