Comment retirer le "cadre" de mon forum?

2 participants

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu Comment retirer le "cadre" de mon forum?

Message par shiniko Lun 1 Mar 2010 - 21:24

Bonjour,

J'ai installé un thème sur mon forum. je voulais mettre un header de fond, mais il se trouve qu'une ligne qui est du cadre du forum je crois, gêne l'apparence:
Spoiler:

le problème doit venir de mon Css puisque j'ai supprimmé le code couleur du cadre du forum dans la partie "couleurs"...
mon CSS:
Code:

body { cursor: crosshair }
a:hover { cursor:ne-resize; }

u{border-bottom: 1px double;border-color:#7d0213;
-moz-border-radius:6px;}

I{border-bottom:none; color:#7d0213;text-decoration: none
}

a:hover{text-transform:uppercase;}
a {font-variant: small-caps;}

.forumline {-moz-border-radius:10px;}

.forumline{color: #4A4040;
-moz-border-radius: 14px 14px 14px 14px;
border-bottom: 3px solid  ;
border-top: 1px solid;
border-right: 3px solid ;
border-left: 3px solid ;}



a.forumlink:link, a.forumlink:visited {
font-family:  serif;
background-color:#1F1515;
text-transform : uppercase;
text-align: center;
font-size: 100%;
border-top: 3px solid #363642;
border-bottom: 3px double #363642;
color: #646B82;
letter-spacing: 3px;
display: block;
}
a.forumlink:hover, a.forumlink:hover:visited {
background-image: url("http://up4u.free.fr/images/apwnedeqle64ih52wymk.png");
color: #34A6C2;
text-align: center;
display: block;
border-top: 3px solid #646B82;
border-bottom: 3px double #646B82;
-moz-border-radius:10px;
}

a.mainmenu
{
font-family: valeur;
font-size: valeur;
text-align: center;
padding-left: valeur;
color: #valeur;
font-variant: small-caps;
background-image: url('Lien de votre image');
background-repeat: no-repeat;
background-color: #4a3535;
text-decoration: none;
border: 1px dashed #301313;
border-left: 6px solid #301313;
border-right: 6px solid #301313;
-moz-border-radius:10px;
}

a.mainmenu:hover {
text-align: center;}

a:link {text-decoration: none;}
a:hover{text-decoration: none !important;}
a { text-decoration: none; }
a:link { text-decoration: none; }
a:hover { text-decoration: none; }


.quote{
font-family: Tahoma;
font-size: 12px;
color: #363642;
line-height: 125%;
background-color: #1f1515;
border: #b84a72;
border-style: solid;
border: 1px #b84a72;
dotted;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
-moz-border-radius:6px;}

.spoiler{
font-size: 12px;
line-height: 125%;
background-color: #1f1515;
border: #b84a72;
border-style: solid;
border: 1px #b84a72;
dotted;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
-moz-border-radius:6px;}

.code{
font-family: Courier,Courier New,sans-serif;
font-size: 11px;
color: #646B82;
background-color: #1f1515;
border: #b84a72;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border: 1px #b84a72;
dotted;
-moz-border-radius:6px;}

input,textarea, select
{
-moz-border-radius: 5px 5px 5px 5px;
padding-left: 4px;
border: 1px solid #658fa5;
}

a.mainmenu:link, a.mainmenu:visited{
font-family :Georgia;
text-align:left;}


.statistiques{
border:0px;
background-image: url("http://up4u.free.fr/images/c9i4q67phs30yc48j1kx.png");
background-repeat: no-repeat;
background-position: center;
height:300px;}

.groupes{
background-color:#4e3939;border: 1px;
-moz-border-radius : 15px 15px 15px 15px;
border-left: 6px solid #301313;
border-right: 6px solid #301313;
height:40px;padding-right:5px;padding-left:5px;padding-bottom:1px;
font-size:12px;font-weight: bold;text-align:center;
text-decoration: none !important;}



.boxtitle{
font-family:  serif;
text-align: center;
background-image: url("http://up4u.free.fr/images/apwnedeqle64ih52wymk.png");
font-size:15px;
border-bottom: 3px double #363642;
color: #363642;
display: block;}

.box {
background-color:#1F1515;
color:#363642;
font-size:11px;
margin:0;
padding:3px 10px;
}

.main
{font-family:  serif;
text-transform : uppercase;
text-align: center;
font-size: 100%;
background-color: #363642;
border-bottom: 2px solid #A6A4A4;
color: #FCFCFC;
letter-spacing: 1px;
display: block;}

.main:hover
{background-color: #A6A4A4;
text-align: center;
display: block;
border-bottom: 2px solid #363642;
}

a.imginfo {
  position: relative;
  color: #7d7d7d;
  text-decoration: none;
  border-bottom: 0px #7d7d7d solid;
}

a.imginfo span {
  display: none;
}
a.imginfo:hover {
  background: none;
  z-index: 999;
  cursor: help;
}
a.imginfo:hover span {
  display: inline;
  position: absolute;
  white-space: nowrap;
  top: 5px;
  left: 15px;
  background: #363642;
  color: 7d7d7d;
  padding: 3px;
  border: 0px solid grey;
  border-left: 5px solid #b6b6b6;
  border-right: 3px solid #b6b6b6;
  border-top: 3px solid #b6b6b6;
  border-bottom: 5px solid #b6b6b6;
}


.abc {border-bottom: 5px solid #1A100F}
.def {
background-color: #1A100F;
-moz-border-radius:5px;
font-size: 10px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 3px;
}

.bodyline {-moz-border-radius:20px;}

.bodyline{border:7px solid #1F1515;
}


.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 #1F1515;
}

tr.post span.gensmall { display: none; }



th {
-moz-border-radius-topleft: 20%;
-moz-border-radius-topright: 20%;
border-top-left-radius: 20%;
border-top-right-radius: 20%;
}


.onglet {
 background-color: #34A6C2
  font-size:10px;
  font-weight:normal;
  text-align:center;
  text-decoration:none;
  width:5px;
  margin-left:5px;
  margin-right:5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-right-radius: 1px;
  -webkit-border-bottom-right-radius: 1px;
  -webkit-border-bottom-left-radius: 1px;
  -webkit-border-top-left-radius: 1px;
}

Pourriez-vous m'expliquer comment retirer cette ligne? Cela vient du CSS?
merci d'avance!!
Smile


Dernière édition par shiniko le Lun 1 Mar 2010 - 22:32, édité 1 fois
avatar

shiniko
*

Messages : 36
Inscrit(e) le : 07/08/2009

shiniko a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Comment retirer le "cadre" de mon forum?

Message par Anzu Lun 1 Mar 2010 - 21:31

Bonsoir ^^

Supprimez ceci:
Code:
.bodyline {-moz-border-radius:20px;}

.bodyline{border:7px solid #1F1515;
}
Anzu

Anzu
Membre actif

Féminin
Messages : 20685
Inscrit(e) le : 30/08/2007

https://forum.forumactif.com/
Anzu a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Comment retirer le "cadre" de mon forum?

Message par shiniko Lun 1 Mar 2010 - 21:33

merci beaucoup Smile
avatar

shiniko
*

Messages : 36
Inscrit(e) le : 07/08/2009

shiniko a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum