Problèmes relatif aux liens actifs sur le forum

2 participants

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

Résolu Problèmes relatif aux liens actifs sur le forum

Message par Faylinn Dim 17 Avr 2016 - 17:52

Détails techniques


Version du forum : phpBB3
Poste occupé : Fondateur
Navigateur(s) concerné(s) : Internet Explorer
Capture d'écran du problème :
Voir l'image:

Personnes concernées par le problème : Moi uniquement
Problème apparu depuis : 17/04/2016
Lien du forum : http://valkyries-laguilde.forumactif.org/

Description du problème

Bonjour comme sur l'image ci-jointe. Tout les liens actifs du forum sont soulignés et avec des contours. Ce qui rend les liens à peine lisible...

J'aimerais juste avoir la couleur mais pas les modifications apportés au texte...

Comment faire ?

Dans l'attente d'une réponse de votre part


Dernière édition par Faylinn le Lun 18 Avr 2016 - 18:59, édité 1 fois
Faylinn

Faylinn
Nouveau membre

Messages : 10
Inscrit(e) le : 17/04/2016

http://valkyries-laguilde.forumactif.org/
Faylinn a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problèmes relatif aux liens actifs sur le forum

Message par MlleAlys Dim 17 Avr 2016 - 20:28

Bonjour,
Dans affichage > couleurs > onglet "feuille de style css", localisez et supprimez le code suivant :
Code:
a {
    text-shadow: -1px 0 #D1D1D1, 0 1px #D1D1D1, 1px 0 #D1D1D1, 0 -1px #D1D1D1;
}
Localisez et supprimez également les codes
Code:
a:visited {
    color: #63ffd3;
    text-decoration: underline;
}
Code:
a:link {
    color: #61fff2;
    text-decoration: underline;
}
MlleAlys

MlleAlys
Membre actif

Messages : 5800
Inscrit(e) le : 12/09/2012

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

Résolu Re: Problèmes relatif aux liens actifs sur le forum

Message par Faylinn Dim 17 Avr 2016 - 23:52

J'ai réussi merci beaucoup, mais j'ai un dernier problème et il est assez pénible :

[img]Problèmes relatif aux liens actifs sur le forum Proble10[/img]

La zone de texte noir et le texte noir, on ne voit vraiment rien. Par contre le problème c'est que je n'arrive pas à voir la ligne qui est à modifier car c'est un thème présélectionné...

Si vous pouvez m'aider ce serait le top du top
Faylinn

Faylinn
Nouveau membre

Messages : 10
Inscrit(e) le : 17/04/2016

http://valkyries-laguilde.forumactif.org/
Faylinn a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problèmes relatif aux liens actifs sur le forum

Message par Faylinn Dim 17 Avr 2016 - 23:52

J'aimerais juste avoir le texte en blanc !

Cordialement,
Faylinn

Faylinn
Nouveau membre

Messages : 10
Inscrit(e) le : 17/04/2016

http://valkyries-laguilde.forumactif.org/
Faylinn a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problèmes relatif aux liens actifs sur le forum

Message par MlleAlys Lun 18 Avr 2016 - 0:21

- Dans affichage > couleurs > onglet feuille de style css, ajoutez le code suivant :
Code:
/*couleur du texte dans éditeur*/
.sceditor-container textarea{
  color:#fff !important;
}
- Enregistrez

- Rendez-vous dans modules > gestion des codes javascript :
- vérifiez que l'option Activer la gestion des codes Javascript est cochée sur OUI
- créez un nouveau code Ajout
- titre : par exemple "couleur du texte dans éditeur"
- placement : sur toutes les pages
- dans la zone de saisie, copiez collez le code suivant :
Code:
$(window).load(function () {
              $(".sceditor-container iframe").contents().find("head").append("<style>body,html,code:before,p,table{color:#fff!important;}</style>")
});
- Enregistrez.
MlleAlys

MlleAlys
Membre actif

Messages : 5800
Inscrit(e) le : 12/09/2012

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

Résolu Re: Problèmes relatif aux liens actifs sur le forum

Message par Faylinn Lun 18 Avr 2016 - 0:48

Sa ne marche pas, j'ai pourtant suivi toutes les indications.

J'ai mis le premier code css en première ligne et j'ai ensuite fait le reste avec javascript
Faylinn

Faylinn
Nouveau membre

Messages : 10
Inscrit(e) le : 17/04/2016

http://valkyries-laguilde.forumactif.org/
Faylinn a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problèmes relatif aux liens actifs sur le forum

Message par Faylinn Lun 18 Avr 2016 - 0:51

Je pense savoir pourquoi j'ai activé le css de base et quand je l'enlève mon forum devient une catastrophe donc en gros si je comprend bien je peux pas apporté de modification sans enlever le css de base ?
Faylinn

Faylinn
Nouveau membre

Messages : 10
Inscrit(e) le : 17/04/2016

http://valkyries-laguilde.forumactif.org/
Faylinn a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problèmes relatif aux liens actifs sur le forum

Message par MlleAlys Lun 18 Avr 2016 - 1:11

Le css de base est celui qui code une grande partie de l'apparence du forum, à moins que vous ne souhaitez recoder toute l'apparence du forum, gardez le actif !
Il doit y avoir une erreur dans votre feuille de style, pouvez-vous copier tout le contenu et le coder entre balises code dans votre prochain message, pour qu'on puisse vérifier ?
(pour mettre entre balises code :
Code:
[code] VOTRE CODE ICI [/code]
MlleAlys

MlleAlys
Membre actif

Messages : 5800
Inscrit(e) le : 12/09/2012

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

Résolu Re: Problèmes relatif aux liens actifs sur le forum

Message par Faylinn Lun 18 Avr 2016 - 11:56

Je vous remercie mille fois de votre réponse, je suis très très content du travail qui est fait envers le forum d'entraide !

Code:
/*couleur du texte dans éditeur*/
2..sceditor-container textarea{
3.  color:#fff !important;
4.}
.postprofile-details {
  text-align: center;
  float: center;
  background-image: url('http://nihioweb.free.fr/upload/20121116_155120.png');
  background-repeat: no-repeat;
  background-position: center;
}
.post {
  background-color: #000000;
  border-bottom: 3px solid #000000;
}
.popmenubutton-new-out a {
  background-image: url('http://nihioweb.free.fr/upload/20121115_191638.png');
  background-repeat: repeat;
}
.topic-footer {
  background-image: url('http://nihioweb.free.fr/upload/20121115_191638.png');
  background-repeat: repeat;
}
.post-footer {
  background-color: #E6E6E6;
  border-top: 1px solid #FFFFFF;
   }
.post .post-header {
  background-color: #E6E6E6;
  border-bottom: 1px solid #FFFFFF;
   }
.postbody {
  background-color: #D1D1D1;
  border-left: 1px solid #FFFFFF;
}
blockquote cite {
  border-color:-moz-use-text-color #000000;
  border-right:1px dotted #000000;
  border-style:none dotted dotted solid;
  border-width:0 1px 1px 4px;
  margin: -8px -8px 8px -8px;
  border-top: 1px solid #000000;
  border-right: 0px solid #000;
  border-bottom: 1px solid #000000;
  border-left: 0px solid #000;
  background-image: url('http://nihioweb.free.fr/upload/20121115_185926.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #B8B9B9;
  font-weight:bold;
  font-size:10px;
  clear:both;
  border-radius: 15px 0px 0px 0px; /* pour Opera et autres standards */
  -webkit-border-radius: 15px 0px 0px 0px; /* notamment pour Safari et Google Chrome */
  -moz-border-radius: 15px 0px 0px 0px;
  border-top: 0px solid #000000;
  border-left: 0px solid #000000;
  padding-left: 10px;
}
blockquote {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 5px solid #000000;
  background-color: #F4F4F4;
  border-radius: 15px 0px 15px 0px; /* pour Opera et autres standards */
  -webkit-border-radius: 15px 0px 15px 0px; /* notamment pour Safari et Google Chrome */
  -moz-border-radius: 15px 0px 15px 0px;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}
.blog_cal-border {
   display: outline;
   float: center;
   border: 1px solid #;
   background: #FFFFFF;
   padding: 1px;
   font-size: 1.2em;
   margin-right: 1em;
   }
.blog_cal-content {
   width: 2.9em;
   background: #;
   padding: 1px;
   line-height: 1.4em;
   text-align: center;
   font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Sans-Serif;
   color: #000000;
   }
/* Social bookmarking */
#bookmarks {
   float: left;
   }
#bookmarks a img {
   width: 20px;
   height: 20px;
   background: url(http://2img.net/i/empty.gif) no-repeat scroll;
   vertical-align: middle;
   }
#bookmarks a img.twitter {
   width: 16px;
   height: 16px;
   margin: 2px;
   background: url(http://2img.net/i/empty.gif) no-repeat scroll;
   }
#bookmarks img.delicious {
   background-position: 0px 0px;
   }
#bookmarks img.digg {
   background-position: 0px 0px;
   }
#bookmarks img.excite {
   background-position: 0px 0px;
   }
#bookmarks img.facebook {
   background-position: 0px 0px;
   }
#bookmarks img.furl {
   background-position: 0px 0px;
   }
#bookmarks img.google {
   background-position: 0px 0px;
   }
#bookmarks img.live {
   background-position: 0px 0px;
   }
#bookmarks img.netscape {
   background-position: 0px 0px;
   }
#bookmarks img.newsvine {
   background-position: 0px 0px;
   }
#bookmarks img.reddit {
   background-position: 0px 0px;
   }
#bookmarks img.slashdot {
   background-position: 0px 0px;
   }
#bookmarks img.smarking {
   background-position: 0px 0px;
   }
#bookmarks img.stumbleupon {
   background-position: 0px 0px;
   }
#bookmarks img.technorati {
   background-position: 0px 0px;
   }
#bookmarks img.yahoo {
   background-position: 0px 0px;
   }
/*IMAGE INDEX*/
#i_icon_mini_index{
  background-image:url('http://nihioweb.free.fr/upload/20120922_123242.png'); /*image si la souris ne survole pas*/
  width:150px; /*Largeur de l'image*/
  height:40px; /*Hauteur de l'image*/
}
#i_icon_mini_index:hover{
  background-image:url('http://nihioweb.free.fr/upload/20120922_123248.png'); /*image si la souris survole*/
  width:150px; /*Largeur de l'image*/
  height:40px; /*Hauteur de l'image*/
}
/*IMAGE FAQ*/
#i_icon_mini_faq{
  background-image:url('http://nihioweb.free.fr/upload/20120922_123758.png'); /*image si la souris ne survole pas*/
  width:150px; /*Largeur de l'image*/
  height:40px; /*Hauteur de l'image*/
}
#i_icon_mini_faq:hover{
  background-image:url('http://nihioweb.free.fr/upload/20120922_123803.png'); /*image si la souris survole*/
  width:150px; /*Largeur de l'image*/
  height:40px; /*Hauteur de l'image*/
}
/*IMAGE RECHERCHE*/
#i_icon_mini_search{
  background-image:url('http://nihioweb.free.fr/upload/20120922_123831.png'); /*image si la souris ne survole pas*/
  width:150px; /*Largeur de l'image*/
  height:40px; /*Hauteur de l'image*/
}
#i_icon_mini_search:hover{
  background-image:url('http://nihioweb.free.fr/upload/20120922_123836.png'); /*image si la souris survole*/
  width:150px; /*Largeur de l'image*/
  height:40px; /*Hauteur de l'image*/
}
/*IMAGE LISTE MEMBRES*/
#i_icon_mini_members{
  background-image:url('http://nihioweb.free.fr/upload/20120922_123852.png'); /*image si la souris ne survole pas*/
  width:150px; /*Largeur de l'image*/
  height:40px; /*Hauteur de l'image*/
}
#i_icon_mini_members:hover{
  background-image:url('http://nihioweb.free.fr/upload/20120922_123857.png'); /*image si la souris survole*/
  width:150px; /*Largeur de l'image*/
  height:40px; /*Hauteur de l'image*/
}
/*IMAGE GROUPES*/
#i_icon_mini_groups{
  background-image:url('http://nihioweb.free.fr/upload/20120922_123925.png'); /*image si la souris ne survole pas*/
  width:150px; /*Largeur de l'image*/
  height:40px; /*Hauteur de l'image*/
}
#i_icon_mini_groups:hover{
  background-image:url('http://nihioweb.free.fr/upload/20120922_123928.png'); /*image si la souris survole*/
  width:150px; /*Largeur de l'image*/
  height:40px; /*Hauteur de l'image*/
}
/*IMAGE PROFIL*/
#i_icon_mini_profile{
  background-image:url('http://nihioweb.free.fr/upload/20120922_123954.png'); /*image si la souris ne survole pas*/
  width:150px; /*Largeur de l'image*/
  height:40px; /*Hauteur de l'image*/
}
#i_icon_mini_profile:hover{
  background-image:url('http://nihioweb.free.fr/upload/20120922_123950.png'); /*image si la souris survole*/
  width:150px; /*Largeur de l'image*/
  height:40px; /*Hauteur de l'image*/
}
/*IMAGE MP (pas de nouveaux messages)*/
#i_icon_mini_message{
  background-image:url('http://nihioweb.free.fr/upload/20120922_124015.png'); /*image si la souris ne survole pas*/
  width:150px; /*Largeur de l'image*/
  height:40px; /*Hauteur de l'image*/
}
#i_icon_mini_message:hover{
  background-image:url('http://nihioweb.free.fr/upload/20120922_124019.png'); /*image si la souris survole*/
  width:150px; /*Largeur de l'image*/
  height:40px; /*Hauteur de l'image*/
}
/*IMAGE MP (nouveaux messages)*/
#i_icon_mini_new_message{
  background-image:url('http://nihioweb.free.fr/upload/20120922_124026.png'); /*image si la souris ne survole pas*/
  width:150px; /*Largeur de l'image*/
  height:40px; /*Hauteur de l'image*/
}
#i_icon_mini_new_message:hover{
  background-image:url('http://nihioweb.free.fr/upload/20120922_124030.png'); /*image si la souris survole*/
  width:150px; /*Largeur de l'image*/
  height:40px; /*Hauteur de l'image*/
}
/*IMAGE DECONEXION*/
#i_icon_mini_logout{
  background-image:url('http://nihioweb.free.fr/upload/20120922_124110.png'); /*image si la souris ne survole pas*/
  width:150px; /*Largeur de l'image*/
  height:40px; /*Hauteur de l'image*/
}
#i_icon_mini_logout:hover{
  background-image:url('http://nihioweb.free.fr/upload/20120922_124129.png'); /*image si la souris survole*/
  width:150px; /*Largeur de l'image*/
  height:40px; /*Hauteur de l'image*/
}
/*IMAGE S'ENREGISTRER*/
#i_icon_mini_register{
  background-image:url('http://nihioweb.free.fr/upload/20120922_124152.png'); /*image si la souris ne survole pas*/
  width:160px; /*Largeur de l'image*/
  height:40px; /*Hauteur de l'image*/
}
#i_icon_mini_register:hover{
  background-image:url('http://nihioweb.free.fr/upload/20120922_124159.png'); /*image si la souris survole*/
  width:160px; /*Largeur de l'image*/
  height:40px; /*Hauteur de l'image*/
}
/*IMAGE CONNEXION*/
#i_icon_mini_login{
  background-image:url('http://nihioweb.free.fr/upload/20120922_124110.png'); /*image si la souris ne survole pas*/
  width:150px; /*Largeur de l'image*/
  height:40px; /*Hauteur de l'image*/
}
#i_icon_mini_login:hover{
  background-image:url('http://nihioweb.free.fr/upload/20120922_124136.png'); /*image si la souris survole*/
  width:150px; /*Largeur de l'image*/
  height:40px; /*Hauteur de l'image*/
}
   body {
      filter:alpha(opacity=90);
      -moz-opacity:0.90;
      -khtml-opacity: 0.90;
      opacity: 0.90;
   }
   .body{
             background-position: top center;
             background-repeat: no-repeat;
             background-attachment: fixed;
   }
@CHARSET "UTF-8";

/* --- bb_code.css --- */



/* MESSAGES OFFICIELS DU FORUM */
.officiel_cadre_halouine
{
background: url(http://nihioweb.free.fr/upload/20120929_181207.png) top center no-repeat #F2B47D;
width: 100%;
min-height: 250px;
margin: auto;
  border: 1px solid #C03000;
  box-shadow: 0px 0px 3px #C03000; -webkit-box-shadow: 0px 0px 3px #C03000; -moz-box-shadow: 0px 0px 3px #C03000; -khtml-box-shadow: 0px 0px 3px #C03000;
  -moz-box-shadow: 0px 0px 3px #C03000;
  -o-box-shadow: 0px 0px 3px #C03000;
  -webkit-box-shadow: 0px 0px 3px #C03000;
  -htm-box-shadow: 0px 0px 3px #C03000;
  font-size: 10px;
  color: #F2B47D;
  width: 900px;
}
.officiel_cadre_news2
{
background: url(http://nihioweb.free.fr/upload/20121031_214738.png) top center no-repeat #357AB7;
width: 100%;
min-height: 250px;
margin: auto;
  border: 1px solid #0000FF;
  box-shadow: 0px 0px 3px #048B9A; -webkit-box-shadow: 0px 0px 3px #0000FF; -moz-box-shadow: 0px 0px 3px #0000FF; -khtml-box-shadow: 0px 0px 3px #0000FF;
  -moz-box-shadow: 0px 0px 3px #048B9A;
  -o-box-shadow: 0px 0px 3px #048B9A;
  -webkit-box-shadow: 0px 0px 3px #048B9A;
  -htm-box-shadow: 0px 0px 3px #048B9A;
  font-size: 10px;
  color: #048B9A;
  width: 900px;
}
.officiel_cadre_rules
{
background: url(http://nihioweb.free.fr/upload/20121103_020001.png) top center no-repeat #357AB7;
width: 100%;
min-height: 250px;
margin: auto;
  border: 1px solid #0000FF;
  box-shadow: 0px 0px 3px #048B9A; -webkit-box-shadow: 0px 0px 3px #0000FF; -moz-box-shadow: 0px 0px 3px #0000FF; -khtml-box-shadow: 0px 0px 3px #0000FF;
  -moz-box-shadow: 0px 0px 3px #048B9A;
  -o-box-shadow: 0px 0px 3px #048B9A;
  -webkit-box-shadow: 0px 0px 3px #048B9A;
  -htm-box-shadow: 0px 0px 3px #048B9A;
  font-size: 10px;
  color: #048B9A;
  width: 900px;
}
.officiel_cadre_modo
{
background: url(http://nihioweb.free.fr/upload/20120927_191028.png) top center no-repeat #357AB7;
width: 100%;
min-height: 250px;
margin: auto;
  border: 1px solid #0000FF;
  box-shadow: 0px 0px 3px #048B9A; -webkit-box-shadow: 0px 0px 3px #0000FF; -moz-box-shadow: 0px 0px 3px #0000FF; -khtml-box-shadow: 0px 0px 3px #0000FF;
  -moz-box-shadow: 0px 0px 3px #048B9A;
  -o-box-shadow: 0px 0px 3px #048B9A;
  -webkit-box-shadow: 0px 0px 3px #048B9A;
  -htm-box-shadow: 0px 0px 3px #048B9A;
  font-size: 10px;
  color: #048B9A;
  width: 900px;
}
.officiel_cadre_maintenance
{
background: url(http://nihioweb.free.fr/upload/20120927_191028.png) top center no-repeat #357AB7;
width: 100%;
min-height: 250px;
margin: auto;
  border: 1px solid #0000FF;
  box-shadow: 0px 0px 3px #048B9A; -webkit-box-shadow: 0px 0px 3px #0000FF; -moz-box-shadow: 0px 0px 3px #0000FF; -khtml-box-shadow: 0px 0px 3px #0000FF;
  -moz-box-shadow: 0px 0px 3px #048B9A;
  -o-box-shadow: 0px 0px 3px #048B9A;
  -webkit-box-shadow: 0px 0px 3px #048B9A;
  -htm-box-shadow: 0px 0px 3px #048B9A;
  font-size: 10px;
  color: #048B9A;
  width: 900px;
}
.officiel_cadre_tuto
{
background: url(http://nihioweb.free.fr/upload/20120927_191028.png) top center no-repeat #357AB7;
width: 100%;
min-height: 250px;
margin: auto;
  border: 1px solid #0000FF;
  box-shadow: 0px 0px 3px #048B9A; -webkit-box-shadow: 0px 0px 3px #0000FF; -moz-box-shadow: 0px 0px 3px #0000FF; -khtml-box-shadow: 0px 0px 3px #0000FF;
  -moz-box-shadow: 0px 0px 3px #048B9A;
  -o-box-shadow: 0px 0px 3px #048B9A;
  -webkit-box-shadow: 0px 0px 3px #048B9A;
  -htm-box-shadow: 0px 0px 3px #048B9A;
  font-size: 10px;
  color: #048B9A;
  width: 900px;
}
.officiel_cadre_enclo
{
background: url(http://nihioweb.free.fr/upload/20121029_185028.png) top center no-repeat #357AB7;
width: 100%;
min-height: 250px;
margin: auto;
  border: 1px solid #0000FF;
  box-shadow: 0px 0px 3px #048B9A; -webkit-box-shadow: 0px 0px 3px #0000FF; -moz-box-shadow: 0px 0px 3px #0000FF; -khtml-box-shadow: 0px 0px 3px #0000FF;
  -moz-box-shadow: 0px 0px 3px #048B9A;
  -o-box-shadow: 0px 0px 3px #048B9A;
  -webkit-box-shadow: 0px 0px 3px #048B9A;
  -htm-box-shadow: 0px 0px 3px #048B9A;
  font-size: 10px;
  color: #048B9A;
  width: 900px;
}
.officiel_cadre_ankabox
{
background: url(http://nihioweb.free.fr/upload/20121027_184854.png) top center no-repeat #357AB7;
width: 100%;
min-height: 250px;
margin: auto;
  border: 1px solid #0000FF;
  box-shadow: 0px 0px 3px #048B9A; -webkit-box-shadow: 0px 0px 3px #0000FF; -moz-box-shadow: 0px 0px 3px #0000FF; -khtml-box-shadow: 0px 0px 3px #0000FF;
  -moz-box-shadow: 0px 0px 3px #048B9A;
  -o-box-shadow: 0px 0px 3px #048B9A;
  -webkit-box-shadow: 0px 0px 3px #048B9A;
  -htm-box-shadow: 0px 0px 3px #048B9A;
  font-size: 10px;
  color: #048B9A;
  width: 900px;
}
.officiel_cadre_announce
{
background: url(http://nihioweb.free.fr/upload/20120927_191028.png) top center no-repeat #357AB7;
width: 100%;
min-height: 250px;
margin: auto;
  border: 1px solid #0000FF;
  box-shadow: 0px 0px 3px #048B9A; -webkit-box-shadow: 0px 0px 3px #0000FF; -moz-box-shadow: 0px 0px 3px #0000FF; -khtml-box-shadow: 0px 0px 3px #0000FF;
  -moz-box-shadow: 0px 0px 3px #048B9A;
  -o-box-shadow: 0px 0px 3px #048B9A;
  -webkit-box-shadow: 0px 0px 3px #048B9A;
  -htm-box-shadow: 0px 0px 3px #048B9A;
  font-size: 10px;
  color: #048B9A;
  width: 900px;
}
.officiel_cadre_maj
{
background: url(http://nihioweb.free.fr/upload/20120927_191028.png) top center no-repeat #357AB7;
width: 100%;
min-height: 250px;
margin: auto;
  border: 1px solid #0000FF;
  box-shadow: 0px 0px 3px #048B9A; -webkit-box-shadow: 0px 0px 3px #0000FF; -moz-box-shadow: 0px 0px 3px #0000FF; -khtml-box-shadow: 0px 0px 3px #0000FF;
  -moz-box-shadow: 0px 0px 3px #048B9A;
  -o-box-shadow: 0px 0px 3px #048B9A;
  -webkit-box-shadow: 0px 0px 3px #048B9A;
  -htm-box-shadow: 0px 0px 3px #048B9A;
  font-size: 10px;
  color: #048B9A;
  width: 900px;
}
.officiel_titre
{
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 198px;
  padding-right: 50px;
  text-align: right;
  color: #766F64;
  font-family: arial black;
  font-size: 40px;
  letter-spacing: 4px;
  font-variant: small-caps;
  text-shadow: 0 0 0 transparent, 0px 0px 6px #265153;
  border-bottom: 3px solid #0000FF;
  height: 37px;
}
.officiel_titre_news2
{
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 198px;
  padding-right: 50px;
  text-align: right;
  color: #FFFFFF;
  font-family: arial black;
  font-size: 40px;
  letter-spacing: 4px;
  font-variant: small-caps;
  text-shadow: 0 0 0 transparent, 0px 0px 6px #FFFFFF;
  border-bottom: 3px solid #0000FF;
  height: 37px;
}
.officiel_titre20
{
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 198px;
  padding-right: 50px;
  text-align: right;
  color: #766F64;
  font-family: arial black;
  font-size: 40px;
  letter-spacing: 4px;
  font-variant: small-caps;
  text-shadow: 0 0 0 transparent, 0px 0px 6px #265153;
  border-bottom: 3px solid #C03000;
  height: 37px;
}
.officiel_sous_titre
{
  display: block;
  position: relative;
  z-index: 2;
  float: right;
  margin-right: 20px;
  margin-top: -15px;
  color: #FFFFFF;
  font-family: arial;
  font-size: 20px;
  font-style: italic;
  text-shadow: 0 0 0 transparent, 0px 0px 2px #265153;
}
.officiel_espace
{
display: block;
height: -10px;
}
.officiel_intro
{
  display: block;
  width: 95%;
  margin: auto;
  padding: 10px;
  background: #d2d6d6;
  border: 1px solid #efefef;
  border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -htm-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 0px 2px #425e5c; -webkit-box-shadow: 0px 0px 2px #425e5c; -moz-box-shadow: 0px 0px 2px #425e5c; -khtml-box-shadow: 0px 0px 2px #425e5c;
  -moz-box-shadow: 0px 0px 2px #425e5c;
  -o-box-shadow: 0px 0px 2px #425e5c;
  -htm-box-shadow: 0px 0px 2px #425e5c;
  -webkit-box-shadow: 0px 0px 2px #425e5c;
  color: #000000;
  text-shadow: 0 0 0 transparent, 1px 1px 0px #ededed;
  font-size: 1.2em;
}
.officiel_intro a
{
text-decoration: none !important;
color: #15737d !important;
font-variant: small-caps;
  font-weight: bold;
}
.officiel_intro a:hover
{
text-decoration: none !important;
}
.officiel_titre2
{
  position: relative;
  z-index: 2;
  display: block;
  width: 95%;
  height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 0 0 transparent, 1px 1px 0px #766F64;
  text-align: left;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -37px;
}
.officiel_contenu
{
  position: relative;
  z-index: 1;
  display: block;
  margin: auto;
  width: 95%;
  padding: 4px;
  font-size: 1.2em;
  background: #BBD2E1;
  border: 1px solid #0000FF;
  box-shadow: 0px 0px 3px #FEFEFE; -webkit-box-shadow: 0px 0px 3px #FEFEFE; -moz-box-shadow: 0px 0px 3px #FEFEFE; -khtml-box-shadow: 0px 0px 3px #FEFEFE;
  -moz-box-shadow: 0px 0px 3px #FEFEFE;
  -o-box-shadow: 0px 0px 3px #FEFEFE;
  -webkit-box-shadow: 0px 0px 3px #FEFEFE;
  -htm-box-shadow: 0px 0px 3px #FEFEFE;
  color: #000000;
}
.officiel_contenu2
{
  position: relative;
  z-index: 1;
  display: block;
  margin: auto;
  width: 95%;
  padding: 4px;
  font-size: 1.2em;
  background: #DF985A;
  border: 1px solid #C03000;
  box-shadow: 0px 0px 3px #C03000; -webkit-box-shadow: 0px 0px 3px #C03000; -moz-box-shadow: 0px 0px 3px #C03000; -khtml-box-shadow: 0px 0px 3px #C03000;
  -moz-box-shadow: 0px 0px 3px #C03000;
  -o-box-shadow: 0px 0px 3px #C03000;
  -webkit-box-shadow: 0px 0px 3px #C03000;
  -htm-box-shadow: 0px 0px 3px #C03000;
  color: #000000;
}
.officiel_contenu3
{
  position: relative;
  z-index: 1;
  display: block;
  margin: auto;
  width: 95%;
  padding: 4px;
  font-size: 1.2em;
  background: #A5E2A5;
  border: 1px solid #AEEE00;
  box-shadow: 0px 0px 3px #AEEE00; -webkit-box-shadow: 0px 0px 3px #AEEE00; -moz-box-shadow: 0px 0px 3px #AEEE00; -khtml-box-shadow: 0px 0px 3px #AEEE00;
  -moz-box-shadow: 0px 0px 3px #AEEE00;
  -o-box-shadow: 0px 0px 3px #AEEE00;
  -webkit-box-shadow: 0px 0px 3px #AEEE00;
  -htm-box-shadow: 0px 0px 3px #AEEE00;
  color: #3CB53C;
}
.officiel_invitation
{
width: 100%;
min-height: 250px;
margin: auto;
  position: relative;
  z-index: 1;
  display: block;
  margin: auto;
  width: 95%;
  padding: 4px;
  font-size: 1.2em;
  background-image:url(http://nihioweb.free.fr/upload/20121001_191108.png);
  background-position:top center no-repeat;
  border: 1px solid #BD8D46;
  box-shadow: 0px 0px 3px #BD8D46; -webkit-box-shadow: 0px 0px 3px #BD8D46; -moz-box-shadow: 0px 0px 3px #BD8D46; -khtml-box-shadow: 0px 0px 3px #BD8D46;
  -moz-box-shadow: 0px 0px 3px #BD8D46;
  -o-box-shadow: 0px 0px 3px #BD8D46;
  -webkit-box-shadow: 0px 0px 3px #BD8D46;
  -htm-box-shadow: 0px 0px 3px #BD8D46;
  color: #BD8D46;
  width: 850px;
}
.officiel_rules
{
width: 100%;
min-height: 250px;
margin: auto;
  position: relative;
  z-index: 1;
  display: block;
  margin: auto;
  width: 95%;
  padding: 4px;
  font-size: 1.2em;
  background-image:url(http://nihioweb.free.fr/upload/20121103_021412.png);
  background-position:top center repeat;
  border: 1px solid #BD8D46;
  box-shadow: 0px 0px 3px #BD8D46; -webkit-box-shadow: 0px 0px 3px #BD8D46; -moz-box-shadow: 0px 0px 3px #BD8D46; -khtml-box-shadow: 0px 0px 3px #BD8D46;
  -moz-box-shadow: 0px 0px 3px #BD8D46;
  -o-box-shadow: 0px 0px 3px #BD8D46;
  -webkit-box-shadow: 0px 0px 3px #BD8D46;
  -htm-box-shadow: 0px 0px 3px #BD8D46;
  color: #000000;
  width: 850px;
}
.officiel_chatbox
{
width: 100%;
min-height: 250px;
margin: auto;
  position: relative;
  z-index: 1;
  display: block;
  margin: auto;
  width: 95%;
  padding: 4px;
  font-size: 1.2em;
  background-image:url(http://nihioweb.free.fr/upload/20121101_105918.png);
  background-position:center center no-repeat;
  border: 1px solid #000000;
  box-shadow: 0px 0px 3px #FFFFFF; -webkit-box-shadow: 0px 0px 3px #FFFFFF; -moz-box-shadow: 0px 0px 3px #FFFFFF; -khtml-box-shadow: 0px 0px 3px #FFFFFF;
  -moz-box-shadow: 0px 0px 3px #FFFFFF;
  -o-box-shadow: 0px 0px 3px #FFFFFF;
  -webkit-box-shadow: 0px 0px 3px #FFFFFF;
  -htm-box-shadow: 0px 0px 3px #FFFFFF;
  color: #BD8D46;
  width: 850px;
}
.officiel_contenu a
{
text-decoration: none !important;
font-weight: bold;
border-bottom: 1px dotted #a0a0a0;
}
.officiel_contenu a:hover
{
  border-bottom: 1px dotted #38afa5;
}
.officiel_annonce
{
  position: relative;
  z-index: 1;
  display: block;
  margin: auto;
  width: 95%;
  padding: 4px;
  font-size: 1.2em;
  background: #CA9494;
  border: 1px solid #B9121B;
  box-shadow: 0px 0px 3px #B9121B; -webkit-box-shadow: 0px 0px 3px #B9121B; -moz-box-shadow: 0px 0px 3px #B9121B; -khtml-box-shadow: 0px 0px 3px #B9121B;
  -moz-box-shadow: 0px 0px 3px #B9121B;
  -o-box-shadow: 0px 0px 3px #B9121B;
  -webkit-box-shadow: 0px 0px 3px #B9121B;
  -htm-box-shadow: 0px 0px 3px #B9121B;
  color: #B9121B;
}
.officiel_important
{
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
border-bottom: 1px dotted #38afa5;
}
.officiel_fiche
{
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
border: 3px solid #a5a5a5;
background: url(http://img15.hostingpics.net/pics/927811contenucompte.jpg) top repeat-x #b1b1b1;
box-shadow: 0px 0px 6px #3d3d3d; -webkit-box-shadow: 0px 0px 6px #3d3d3d; -moz-box-shadow: 0px 0px 6px #3d3d3d; -khtml-box-shadow: 0px 0px 6px #3d3d3d;
-moz-box-shadow: 0px 0px 6px #3d3d3d;
-htm-box-shadow: 0px 0px 6px #3d3d3d;
-webkit-box-shadow: 0px 0px 6px #3d3d3d;
-o-box-shadow: 0px 0px 6px #3d3d3d;
  padding: 5px;
  text-shadow: none;
}
.officiel_fiche_titre
{
display: block;
margin-top: 10px;
text-align: center;
font-size: 40px;
font-family: arial black;
color: #ecf5df;
text-shadow: 0 0 0 transparent, 0px 0px 6px #a2885a;
border-bottom: 10px solid #64928e;
padding-bottom: 10px;
}
.halouine {
  position : absolute;
  background-image: url(http://nihioweb.free.fr/upload/20121003_125231.png);
  width:125px;
  height:125px;
  left : 50%;
  margin-left : -375px;
  margin-top : -20px;
  }

/* .bbCodeX classes are designed to exist inside .baseHtml. ie: they have no CSS reset applied */

.bbCodeBlock
{
   margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
border: 1px solid rgb(237,237,237);
border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px;

}

   .messageList.withSidebar .bbCodeBlock
   {
      margin-right: 0;
   }

   /* mini CSS reset */
   .bbCodeBlock pre,
   .bbCodeBlock blockquote
   {
      margin: 0;
   }
   
   .bbCodeBlock img
   {
      border: none;
   }

.bbCodeBlock .type
{
   font-size: 11px;
font-family: Tahoma, 'Trebuchet MS', Helvetica, Arial, sans-serif;
color: rgb(179,179,179);
background: rgb(237,237,237) url('styles/infinite/xenforo/gradients/form-button-white-25px.png') repeat-x top;
padding: 3px 8px;
border-bottom: 1px solid rgb(215,215,215);
border-top-left-radius: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; -khtml-border-top-left-radius: 4px;
border-top-right-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; -khtml-border-top-right-radius: 4px;

}

.bbCodeBlock pre,
.bbCodeBlock .code
{
   font-size: 10pt;
font-family: Consolas, 'Courier New', Courier, monospace;
background: rgb(250,250,250) url('styles/infinite/xenforo/gradients/category-23px-light.png') repeat-x top;
padding: 10px;
border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px;
word-wrap: normal;
overflow: auto;
line-height: 1.24;
min-height: 30px;
max-height: 500px;
_width: 600px;
direction: ltr;

}

.bbCodeBlock .code
{
   white-space: nowrap;
}

.bbCodeQuote
{
   border-color: rgb(231,231,231);

}

.bbCodeQuote .attribution
{
   color: rgb(20,20,20);
background: rgb(231,231,231) url('styles/infinite/xenforo/gradients/form-button-white-25px.png') repeat-x top;
border-bottom: 1px solid rgb(212,212,212);

}

.bbCodeQuote blockquote
{
   font-style: italic;
font-size: 9pt;
background: rgb(248,248,248) url('styles/infinite/xenforo/gradients/category-23px-light.png') repeat-x top;
padding: 10px;
border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px;

}

/* --- likes_summary.css --- */

.likesSummary
{
   overflow: hidden; zoom: 1;
   font-size: 11px;
}

   .LikeText
   {
      float: left;
   }
   
   .likeInfo
   {
      float: right;
   }

/* --- login_bar.css --- */

/** Login bar basics **/

#loginBar
{
   color: rgb(85,85,85);
background-color: rgb(253,253,253);
position: relative;
z-index: 1;

}

   #loginBar .pageContent
   {
      padding-top: 5px;
      position: relative;
      _height: 0px;
   }

   #loginBar a
   {
      color: rgb(179,179,179);

   }

   #loginBar form
   {
      padding: 5px 0;
margin: 0 auto;
display: none;
line-height: 20px;
position: relative;
width: 500px;

   }
   
      #loginBar .xenForm .ctrlUnit,      
      #loginBar .xenForm .ctrlUnit dt label
      {
         margin: 0;
         border: none;
      }
   
      #loginBar .xenForm .ctrlUnit dt
      {
         width: 215px;
      }
      
      #loginBar .xenForm .ctrlUnit dd
      {
         position: relative;
         width: 250px;
      }

   #loginBar .xenForm .ctrlUnit dd .textCtrl,
   #loginBar .passwordOptions
   {
      width: 250px;
      box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;
   }
   
   #loginBar .lostPassword
   {
      margin-top: 38px;
      font-size: 11px;
   }

   #loginBar .lostPasswordLogin
   {
      font-size: 11px;
   }
   
   #loginBar .rememberPassword
   {
      font-size: 11px;
   }

   #loginBar .textCtrl
   {
      
   }
   
   #loginBar .textCtrl[type=text]
   {
      font-weight: bold;
font-size: 18px;

   }

   #loginBar .textCtrl:-webkit-autofill /* http://code.google.com/p/chromium/issues/detail?id=1334#c35 */
   {
      background:  !important;
      color: ;
   }

   #loginBar .textCtrl:focus
   {
      
   }
   
   #loginBar input.textCtrl.disabled
   {
      color: rgb(215,215,215);
border-style: dashed;

   }
   
   #loginBar .button
   {
      min-width: 85px;
      *width: 85px;
   }
   
      #loginBar .button.primary
      {
         font-weight: bold;
      }
      
/** changes when eAuth is present **/

#loginBar form.eAuth
{
   width: 700px; /* normal width + 170px */
}

   #loginBar form.eAuth .ctrlWrapper
   {
      border-right: 1px dotted rgb(85,85,85);
      margin-right: 200px;
      box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;
   }

   #loginBar form.eAuth #eAuthUnit
   {
      position: absolute;
      top: 0px;
      right: 0px;
   }

      #eAuthUnit li
      {
         margin-top: 10px;
      }
   
         #eAuthUnit li a
         {
            width: 180px;
            box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;
         }
   
/** handle **/

#loginBar #loginBarHandle
{
   font-size: 11px;
color: rgb(85,85,85);
background-color: rgb(253,253,253);
padding: 0 10px;
margin-right: 20px;
border-bottom-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-bottomright: 3px; -khtml-border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -khtml-border-bottom-left-radius: 3px;
position: absolute;
right: 0px;
bottom: -25px;
text-align: center;
z-index: 1;
line-height: 25px;

}

/* --- message.css --- */

.messageList
{
   background-color: rgb(237,237,237);
padding: 10px 10px 1px;
border: 1px solid rgb(215,215,215);

}

.messageList .message
{
   background: rgb(250,250,250) url('styles/infinite/xenforo/xenfocus/row_gradient.png') repeat-x 0 100%;
padding: 10px;
margin-bottom: 10px;
border: 1px solid rgb(215,215,215);
box-shadow: rgba(0,0,0,0.08) 0px 1px 3px; -webkit-box-shadow: rgba(0,0,0,0.08) 0px 1px 3px; -moz-box-shadow: rgba(0,0,0,0.08) 0px 1px 3px; -khtml-box-shadow: rgba(0,0,0,0.08) 0px 1px 3px;

}

/* clearfix */ .messageList .message { zoom: 1; } .messageList .message:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }

/*** Message block ***/

.message .messageInfo
{
   padding: 0;
margin-left: 140px;
border-bottom: 1px none black;

   zoom: 1;
}

   .message .newIndicator
   {
      font-weight: bold;
font-size: 10px;
color: rgb(253,253,253);
background: rgb(179,179,179) url('styles/infinite/xenforo/gradients/category-23px-light.png') repeat-x top;
padding: 1px 5px;
margin: -5px -5px 5px 5px;
border: 1px solid rgb(179,179,179);
border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px;
border-top-right-radius: 0px; -webkit-border-top-right-radius: 0px; -moz-border-radius-topright: 0px; -khtml-border-top-right-radius: 0px;
display: block;
float: right;
position: relative;
box-shadow: 1px 1px 3px rgba(0,0,0, 0.25); -webkit-box-shadow: 1px 1px 3px rgba(0,0,0, 0.25); -moz-box-shadow: 1px 1px 3px rgba(0,0,0, 0.25); -khtml-box-shadow: 1px 1px 3px rgba(0,0,0, 0.25);

      
      margin-right: -25px;
   }
   
      .message .newIndicator span
      {
         background-color: rgb(179,179,179);
border-top-right-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; -khtml-border-top-right-radius: 3px;
position: absolute;
top: -4px;
right: -1px;
width: 5px;
height: 4px;

      }

   .message .messageContent
   {
      min-height: 100px;

   }

      .message .messageText,
      .message .signature
      {
         font-size: 10pt;
font-family: Tahoma, 'Trebuchet MS', Helvetica, Arial, sans-serif;
line-height: 1.5;

      }

      .message .signature
      {
         font-size: 9pt;
padding: 5px 0 0;
margin-top: 5px;
border-top: 1px dashed rgb(237,237,237);

      }

   .message .messageMeta
   {
      font-size: 11px;
padding: 15px 5px 5px;
margin: -5px;
overflow: hidden;
zoom: 1;

   }

      .message .privateControls
      {
         float: left;

      }

      .message .publicControls
      {
         float: right;

      }
      
         .message .privateControls .item
         {
            margin-right: 10px;
            float: left;
         }

         .message .publicControls .item
         {
            margin-left: 10px;
            float: left;
         }
   
            .message .messageMeta .publicControls .control
            {
               color: rgb(255,255,255);
text-decoration: none;
background: rgb(36,36,36) url('styles/infinite/xenforo/xenfocus/maintitle.png') repeat-x 50% 50%;
padding: 0 13px;
margin-top: -5px;
border:  1px solid rgb(0, 0, 0); border:  1px solid rgba(0, 0, 0, 0.3); _border:  1px solid rgb(0, 0, 0);
border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px;
line-height: 24px;
box-shadow: inset rgba(0,0,0,0.3) 0px 1px 2px; -webkit-box-shadow: inset rgba(0,0,0,0.3) 0px 1px 2px; -moz-box-shadow: inset rgba(0,0,0,0.3) 0px 1px 2px; -khtml-box-shadow: inset rgba(0,0,0,0.3) 0px 1px 2px;
text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;

            }
            
               .message .messageMeta .control:focus
               {
                  
               }
            
               .message .messageMeta .publicControls .control:hover
               {
                  opacity: 0.85;

               }
            
               .message .messageMeta .control:active
               {
                  
               }
   
      .messageNotices li
   {
      font-size: 11px;
background: rgb(231,231,231) url('styles/infinite/xenforo/gradients/form-button-white-25px.png') repeat-x top;
padding: 5px;
margin: 10px 0;
border: 1px solid rgb(231,231,231);
border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px;
line-height: 16px;

   }
   
      .messageNotices .icon
      {
         float: right;
         width: 16px;
         height: 16px;
         background: url('styles/infinite/xenforo/xenforo-ui-sprite.png') no-repeat 1000px 1000px;
      }
   
         .messageNotices .warningNotice .icon { background-position: -48px -32px; }      
         .messageNotices .deletedNotice .icon { background-position: -64px -32px; }      
         .messageNotices .moderatedNotice .icon {background-position: -32px -16px; }

   
   .message .likesSummary
   {
      padding: 5px;
margin-top: 10px;
border: 1px solid rgb(237,237,237);
border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px;

   }
   
   .message .messageText > *:first-child
   {
      margin-top: 0;
   }

/* inline moderation changes */

.InlineModChecked .messageUserBlock,
.InlineModChecked .messageInfo,
.InlineModChecked .messageNotices,
.InlineModChecked .bbCodeBlock .type,
.InlineModChecked .bbCodeBlock blockquote
{
   background: rgb(255, 140, 0) url('styles/infinite/xenforo/gradients/category-23px-light.png') repeat-x top;

}

.InlineModChecked .messageUserBlock div.avatarHolder
{
   background: transparent;
}

.InlineModChecked .messageUserBlock .arrow span
{
   border-left-color: rgb(255, 140, 0);
}

/* message list */

.messageList .newMessagesNotice
{
   margin: 10px auto;
   padding: 5px 10px;
   border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px;
   border: 1px solid rgb(215,215,215);
   background: rgb(237,237,237) url(styles/infinite/xenforo/gradients/category-23px-light.png) repeat-x top;
   font-size: 11px;
}

/* deleted / ignored message placeholder */

.messageList .message.placeholder
{
}

.messageList .placeholder .placeholderContent
{   
   overflow: hidden; zoom: 1;
   color: rgb(155,155,155);
   font-size: 11px;
}

   .messageList .placeholder a.avatar
   {
      float: left;
      display: block;
   }
   
      .messageList .placeholder a.avatar img
      {
         display: block;
         width: 32px;
         height: 32px;
      }
      
   .messageList .placeholder .privateControls
   {
      margin-top: -5px;
   }

/* messages remaining link */

/*.postsRemaining
{
   margin: 5px 0 10px;
   text-align: right;
}*/

   .postsRemaining a,
   a.postsRemaining
   {
      font-size: 11px;
      color: rgb(150,150,150);
   }

/* --- message_user_info.css --- */

.messageUserInfo
{
   float: left;
width: 124px;

}

   .messageUserBlock
   {
      background-color: rgb(250,250,250);
border: 1px solid rgb(215,215,215);

      
      position: relative;
   }
      
      .messageUserBlock div.avatarHolder
      {
         background-color: rgb(253,253,253);
padding: 10px;
   
      }
      
         .messageUserBlock div.avatarHolder a
         {
            display: block;
         }
         
      /*.messageUserBlock .ipLink
      {
         display: block;
         float: right;
         font-size: 8px;
         width: 12px;
         height: 12px;
         line-height: 12px;
         text-align: center;
         background-color: rgb(215,215,215);
         border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px;
      }
      
         .messageUserBlock .ipLink:hover
         {
            background-color: rgb(250,250,250);
            text-decoration: none;
         }*/
         
      .messageUserBlock h3.userText
      {
         
      }
   
      .messageUserBlock a.username
      {
         font-weight: bold;
background: rgb(237,237,237) url('styles/infinite/xenforo/xenfocus/highlight.png') repeat-x top;
padding-top: 8px;
padding-bottom: 8px;
border-bottom: 1px solid rgb(215,215,215);
display: block;
overflow: hidden;
line-height: 16px;
text-align: center;
text-shadow: rgba(255,255,255,0.8) 0px 1px 0px;

         
      }
      
      .messageUserBlock .userTitle
      {
         font-size: 11px;
padding-top: 6px;
display: block;
text-align: center;

      }
      
      .messageUserBlock .extraUserInfo
      {
         font-size: 11px;
background-color: rgb(250,250,250);
padding: 4px 6px;
border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px;

      }
      
         .messageUserBlock .extraUserInfo dl
         {
            margin: 2px 0;
         }
         
            .messageUserBlock .extraUserInfo dt
            {
               font-size: 9px;
               display: block;
            }
            
         .messageUserBlock .extraUserInfo img
         {
            max-width: 100%;
         }
      
      .messageUserBlock .arrow
      {
         position: absolute;
         top: 10px;
         right: -10px;
         
         display: block;
         width: 0px;
         height: 0px;
         line-height: 0px;
         
         border: 10px solid transparent;
         border-left-color: rgb(215,215,215);
         border-right: none;
         
         /* Hide from IE6 */
         _display: none;
      }
      
         .messageUserBlock .arrow span
         {
            position: absolute;
            top: -10px;
            left: -11px;
            
            display: block;
            width: 0px;
            height: 0px;
            line-height: 0px;
            
            border: 10px solid transparent;
            border-left-color: rgb(253,253,253);
            border-right: none;
         }

/* --- share_page.css --- */

.sharePage
{
}

/* clearfix */ .sharePage { zoom: 1; } .sharePage:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }

   .sharePage .shareControl
   {
      float: left;
   }

   .sharePage .facebookLike .label
   {
      font-size: 11px;
      line-height: 24px;
      float: left;
      margin-right: 7px;
      display: none;
   }

/* --- thread_view.css --- */

.thread_view .threadAlerts
{
   border: 1px solid rgb(237,237,237);
   border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px;
   font-size: 11px;
   margin: 10px 0;
   padding: 5px;
   line-height: 16px;
   background-image: url('styles/infinite/xenforo/gradients/form-button-white-25px.png');
}
   
   .thread_view .threadAlerts dt
   {
      color: rgb(179,179,179);
      display: inline;
   }
   
   .thread_view .threadAlerts dd
   {
      color: rgb(67,67,67);
      font-weight: bold;
      display: inline;
   }
   
      .thread_view .threadAlerts .icon
      {
         float: right;
         width: 16px;
         height: 16px;
         margin-left: 5px;
         background: url('styles/infinite/xenforo/xenforo-ui-sprite.png') no-repeat -1000px -1000px;
      }
      
         .thread_view .threadAlerts .deletedAlert .icon { background-position: -64px -32px; }
         .thread_view .threadAlerts .moderatedAlert .icon { background-position: -32px -16px; }
         .thread_view .threadAlerts .lockedAlert .icon { background-position: -16px -16px; }
   
.thread_view .threadAlerts + * > .messageList
{
   border-top: none;
}

.thread_view .threadNotices
{
   background-color: rgb(250,250,250);
   border: 1px solid rgb(215,215,215);
   border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px;
   padding: 10px;
   margin: 10px auto;
}

.thread_view .InlineMod
{
   overflow: hidden; zoom: 1;
}
        .pseudo strong{
          font-weight:normal;
        }
a.gensmall{text-decoration:none;font-weight:normal;font-style:italic;font-size:9pt;text-shadow:none;}
a.forumtitle{text-decoration:none;font-weight:bold;font-size:10.5pt;text-shadow:none;}
a.nav{color:#D1D1D1;text-shadow:none;}
div.textarea-info{color:#D1D1D1;}
span#helpbox.helpline{color:#D1D1D1;}
p.date{color:#D1D1D1;}
a.mainmenu{color:#D1D1D1;}
a{text-shadow: -1px 0 #D1D1D1, 0 1px #D1D1D1,
      1px 0 #D1D1D1, 0 -1px #D1D1D1}
a.mainmenu{text-shadow:none;text-decoration:none;}
h4{color:#D1D1D1;}
div.right.rtl-inversion-right{color:#D1D1D1;}
p.subtitled{color:#D1D1D1}

        .mini_ava {
          float: left;
        }
        .mini_ava img {
          width: 60px;
          height: 60px;
          margin: 0 5px;
          border-radius: 0px;
          transition: all 2s;
          -moz-transition: all 2s;
          -webkit-transition: all 2s;
          -o-transition: all 2s;
        }
        .mini_ava img:hover
        {
          width: 60px;
          height: 60px;
        }
Faylinn

Faylinn
Nouveau membre

Messages : 10
Inscrit(e) le : 17/04/2016

http://valkyries-laguilde.forumactif.org/
Faylinn a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problèmes relatif aux liens actifs sur le forum

Message par MlleAlys Lun 18 Avr 2016 - 13:53

Effectivement, le css est très chargé !
Pour ce qui est du code qui ne fonctionne pas, c'est parce que vous avez copié la numérotation en même temps que le code Wink

De façon générale également, préférez ajouter un code css à la fin de la feuille de style, car si deux codes se contredisent, c'est le dernier qui est pris en compte.

Ce qui donnerait comme css (rangé pour l'occasion) :
Code:
.postprofile-details {
  float: center;
  text-align: center;
  background-image: url('http://nihioweb.free.fr/upload/20121116_155120.png');
  background-position: center;
  background-repeat: no-repeat;
}

.post {
  border-bottom: 3px solid #000000;
  background-color: #000000;
}

.popmenubutton-new-out a {
  background-image: url('http://nihioweb.free.fr/upload/20121115_191638.png');
  background-repeat: repeat;
}

.topic-footer {
  background-image: url('http://nihioweb.free.fr/upload/20121115_191638.png');
  background-repeat: repeat;
}

.post-footer {
  border-top: 1px solid #FFFFFF;
  background-color: #E6E6E6;
}

.post .post-header {
  border-bottom: 1px solid #FFFFFF;
  background-color: #E6E6E6;
}

.postbody {
  border-left: 1px solid #FFFFFF;
  background-color: #D1D1D1;
}

blockquote cite {
  clear: both;
  margin: -8px -8px 8px;
  padding-left: 10px;
  border: 0 1px 1px 4px none dotted dotted solid -moz-use-text-color #000000;
  -webkit-border-radius: 15px 0 0 0; /* notamment pour Safari et Google Chrome */
  -moz-border-radius: 15px 0 0;
  border-radius: 15px 0 0 0; /* pour Opera et autres standards */
  border-top: 1px solid #000000;
  border-top: 0 solid #000000;
  border-right: 1px dotted #000000;
  border-right: 0 solid #000;
  border-bottom: 1px solid #000000;
  border-left: 0 solid #000;
  border-left: 0 solid #000000;
  font-size: 10px;
  font-weight: bold;
  background-color: #B8B9B9;
  background-image: url('http://nihioweb.free.fr/upload/20121115_185926.png');
  background-position: top right;
  background-repeat: no-repeat;
}

blockquote {
  -webkit-border-radius: 15px 0 15px 0; /* notamment pour Safari et Google Chrome */
  -moz-border-radius: 15px 0;
  border-radius: 15px 0 15px 0; /* pour Opera et autres standards */
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 5px solid #000000;
  border-left: 1px solid #000000;
  background-color: #F4F4F4;
}

.blog_cal-border {
  display: outline;
  float: center;
  margin-right: 1em;
  padding: 1px;
  border: 1px solid #;
  font-size: 1.2em;
  background: #FFFFFF;
}

.blog_cal-content {
  width: 2.9em;
  padding: 1px;
  text-align: center;
  font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Sans-Serif;
  line-height: 1.4em;
  color: #000000;
  background: #;
}

/* Social bookmarking */

#bookmarks {
  float: left;
}

#bookmarks a img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(http://2img.net/i/empty.gif) no-repeat scroll;
}

#bookmarks a img.twitter {
  width: 16px;
  height: 16px;
  margin: 2px;
  background: url(http://2img.net/i/empty.gif) no-repeat scroll;
}

#bookmarks img.delicious {
  background-position: 0 0;
}

#bookmarks img.digg {
  background-position: 0 0;
}

#bookmarks img.excite {
  background-position: 0 0;
}

#bookmarks img.facebook {
  background-position: 0 0;
}

#bookmarks img.furl {
  background-position: 0 0;
}

#bookmarks img.google {
  background-position: 0 0;
}

#bookmarks img.live {
  background-position: 0 0;
}

#bookmarks img.netscape {
  background-position: 0 0;
}

#bookmarks img.newsvine {
  background-position: 0 0;
}

#bookmarks img.reddit {
  background-position: 0 0;
}

#bookmarks img.slashdot {
  background-position: 0 0;
}

#bookmarks img.smarking {
  background-position: 0 0;
}

#bookmarks img.stumbleupon {
  background-position: 0 0;
}

#bookmarks img.technorati {
  background-position: 0 0;
}

#bookmarks img.yahoo {
  background-position: 0 0;
}

/*IMAGE INDEX*/

#i_icon_mini_index {
  width: 150px; /*Largeur de l'image*/
  height: 40px; /*Hauteur de l'image*/
  background-image: url('http://nihioweb.free.fr/upload/20120922_123242.png') ; /*image si la souris ne survole pas*/
}

#i_icon_mini_index:hover {
  width: 150px; /*Largeur de l'image*/
  height: 40px; /*Hauteur de l'image*/
  background-image: url('http://nihioweb.free.fr/upload/20120922_123248.png') ; /*image si la souris survole*/
}

/*IMAGE FAQ*/

#i_icon_mini_faq {
  width: 150px; /*Largeur de l'image*/
  height: 40px; /*Hauteur de l'image*/
  background-image: url('http://nihioweb.free.fr/upload/20120922_123758.png') ; /*image si la souris ne survole pas*/
}

#i_icon_mini_faq:hover {
  width: 150px; /*Largeur de l'image*/
  height: 40px; /*Hauteur de l'image*/
  background-image: url('http://nihioweb.free.fr/upload/20120922_123803.png') ; /*image si la souris survole*/
}

/*IMAGE RECHERCHE*/

#i_icon_mini_search {
  width: 150px; /*Largeur de l'image*/
  height: 40px; /*Hauteur de l'image*/
  background-image: url('http://nihioweb.free.fr/upload/20120922_123831.png') ; /*image si la souris ne survole pas*/
}

#i_icon_mini_search:hover {
  width: 150px; /*Largeur de l'image*/
  height: 40px; /*Hauteur de l'image*/
  background-image: url('http://nihioweb.free.fr/upload/20120922_123836.png') ; /*image si la souris survole*/
}

/*IMAGE LISTE MEMBRES*/

#i_icon_mini_members {
  width: 150px; /*Largeur de l'image*/
  height: 40px; /*Hauteur de l'image*/
  background-image: url('http://nihioweb.free.fr/upload/20120922_123852.png') ; /*image si la souris ne survole pas*/
}

#i_icon_mini_members:hover {
  width: 150px; /*Largeur de l'image*/
  height: 40px; /*Hauteur de l'image*/
  background-image: url('http://nihioweb.free.fr/upload/20120922_123857.png') ; /*image si la souris survole*/
}

/*IMAGE GROUPES*/

#i_icon_mini_groups {
  width: 150px; /*Largeur de l'image*/
  height: 40px; /*Hauteur de l'image*/
  background-image: url('http://nihioweb.free.fr/upload/20120922_123925.png') ; /*image si la souris ne survole pas*/
}

#i_icon_mini_groups:hover {
  width: 150px; /*Largeur de l'image*/
  height: 40px; /*Hauteur de l'image*/
  background-image: url('http://nihioweb.free.fr/upload/20120922_123928.png') ; /*image si la souris survole*/
}

/*IMAGE PROFIL*/

#i_icon_mini_profile {
  width: 150px; /*Largeur de l'image*/
  height: 40px; /*Hauteur de l'image*/
  background-image: url('http://nihioweb.free.fr/upload/20120922_123954.png') ; /*image si la souris ne survole pas*/
}

#i_icon_mini_profile:hover {
  width: 150px; /*Largeur de l'image*/
  height: 40px; /*Hauteur de l'image*/
  background-image: url('http://nihioweb.free.fr/upload/20120922_123950.png') ; /*image si la souris survole*/
}

/*IMAGE MP (pas de nouveaux messages)*/

#i_icon_mini_message {
  width: 150px; /*Largeur de l'image*/
  height: 40px; /*Hauteur de l'image*/
  background-image: url('http://nihioweb.free.fr/upload/20120922_124015.png') ; /*image si la souris ne survole pas*/
}

#i_icon_mini_message:hover {
  width: 150px; /*Largeur de l'image*/
  height: 40px; /*Hauteur de l'image*/
  background-image: url('http://nihioweb.free.fr/upload/20120922_124019.png') ; /*image si la souris survole*/
}

/*IMAGE MP (nouveaux messages)*/

#i_icon_mini_new_message {
  width: 150px; /*Largeur de l'image*/
  height: 40px; /*Hauteur de l'image*/
  background-image: url('http://nihioweb.free.fr/upload/20120922_124026.png') ; /*image si la souris ne survole pas*/
}

#i_icon_mini_new_message:hover {
  width: 150px; /*Largeur de l'image*/
  height: 40px; /*Hauteur de l'image*/
  background-image: url('http://nihioweb.free.fr/upload/20120922_124030.png') ; /*image si la souris survole*/
}

/*IMAGE DECONEXION*/

#i_icon_mini_logout {
  width: 150px; /*Largeur de l'image*/
  height: 40px; /*Hauteur de l'image*/
  background-image: url('http://nihioweb.free.fr/upload/20120922_124110.png') ; /*image si la souris ne survole pas*/
}

#i_icon_mini_logout:hover {
  width: 150px; /*Largeur de l'image*/
  height: 40px; /*Hauteur de l'image*/
  background-image: url('http://nihioweb.free.fr/upload/20120922_124129.png') ; /*image si la souris survole*/
}

/*IMAGE S'ENREGISTRER*/

#i_icon_mini_register {
  width: 160px; /*Largeur de l'image*/
  height: 40px; /*Hauteur de l'image*/
  background-image: url('http://nihioweb.free.fr/upload/20120922_124152.png') ; /*image si la souris ne survole pas*/
}

#i_icon_mini_register:hover {
  width: 160px; /*Largeur de l'image*/
  height: 40px; /*Hauteur de l'image*/
  background-image: url('http://nihioweb.free.fr/upload/20120922_124159.png') ; /*image si la souris survole*/
}

/*IMAGE CONNEXION*/

#i_icon_mini_login {
  width: 150px; /*Largeur de l'image*/
  height: 40px; /*Hauteur de l'image*/
  background-image: url('http://nihioweb.free.fr/upload/20120922_124110.png') ; /*image si la souris ne survole pas*/
}

#i_icon_mini_login:hover {
  width: 150px; /*Largeur de l'image*/
  height: 40px; /*Hauteur de l'image*/
  background-image: url('http://nihioweb.free.fr/upload/20120922_124136.png') ; /*image si la souris survole*/
}

body {
  opacity: 0.90;
  filter: alpha(opacity=90);
  -moz-opacity: 0.90;
  -khtml-opacity: 0.90;
}

.body {
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
}

.officiel_cadre_halouine {
  width: 100%;
  width: 900px;
  margin: auto;
  min-height: 250px;
  border: 1px solid #C03000;
  font-size: 10px;
  color: #F2B47D;
  background: url(http://nihioweb.free.fr/upload/20120929_181207.png) top center no-repeat #F2B47D;
  -webkit-box-shadow: 0 0 3px #C03000;
  -moz-box-shadow: 0 0 3px #C03000;
  box-shadow: 0 0 3px #C03000;
  -khtml-box-shadow: 0 0 3px #C03000;
  -o-box-shadow: 0 0 3px #C03000;
  -htm-box-shadow: 0 0 3px #C03000;
}

.officiel_cadre_news2 {
  width: 100%;
  width: 900px;
  margin: auto;
  min-height: 250px;
  border: 1px solid #0000FF;
  font-size: 10px;
  color: #048B9A;
  background: url(http://nihioweb.free.fr/upload/20121031_214738.png) top center no-repeat #357AB7;
  -webkit-box-shadow: 0 0 3px #0000FF;
  -webkit-box-shadow: 0 0 3px #048B9A;
  -moz-box-shadow: 0 0 3px #0000FF;
  -moz-box-shadow: 0 0 3px #048B9A;
  box-shadow: 0 0 3px #048B9A;
  -khtml-box-shadow: 0 0 3px #0000FF;
  -o-box-shadow: 0 0 3px #048B9A;
  -htm-box-shadow: 0 0 3px #048B9A;
}

.officiel_cadre_rules {
  width: 100%;
  width: 900px;
  margin: auto;
  min-height: 250px;
  border: 1px solid #0000FF;
  font-size: 10px;
  color: #048B9A;
  background: url(http://nihioweb.free.fr/upload/20121103_020001.png) top center no-repeat #357AB7;
  -webkit-box-shadow: 0 0 3px #0000FF;
  -webkit-box-shadow: 0 0 3px #048B9A;
  -moz-box-shadow: 0 0 3px #0000FF;
  -moz-box-shadow: 0 0 3px #048B9A;
  box-shadow: 0 0 3px #048B9A;
  -khtml-box-shadow: 0 0 3px #0000FF;
  -o-box-shadow: 0 0 3px #048B9A;
  -htm-box-shadow: 0 0 3px #048B9A;
}

.officiel_cadre_modo {
  width: 100%;
  width: 900px;
  margin: auto;
  min-height: 250px;
  border: 1px solid #0000FF;
  font-size: 10px;
  color: #048B9A;
  background: url(http://nihioweb.free.fr/upload/20120927_191028.png) top center no-repeat #357AB7;
  -webkit-box-shadow: 0 0 3px #0000FF;
  -webkit-box-shadow: 0 0 3px #048B9A;
  -moz-box-shadow: 0 0 3px #0000FF;
  -moz-box-shadow: 0 0 3px #048B9A;
  box-shadow: 0 0 3px #048B9A;
  -khtml-box-shadow: 0 0 3px #0000FF;
  -o-box-shadow: 0 0 3px #048B9A;
  -htm-box-shadow: 0 0 3px #048B9A;
}

.officiel_cadre_maintenance {
  width: 100%;
  width: 900px;
  margin: auto;
  min-height: 250px;
  border: 1px solid #0000FF;
  font-size: 10px;
  color: #048B9A;
  background: url(http://nihioweb.free.fr/upload/20120927_191028.png) top center no-repeat #357AB7;
  -webkit-box-shadow: 0 0 3px #0000FF;
  -webkit-box-shadow: 0 0 3px #048B9A;
  -moz-box-shadow: 0 0 3px #0000FF;
  -moz-box-shadow: 0 0 3px #048B9A;
  box-shadow: 0 0 3px #048B9A;
  -khtml-box-shadow: 0 0 3px #0000FF;
  -o-box-shadow: 0 0 3px #048B9A;
  -htm-box-shadow: 0 0 3px #048B9A;
}

.officiel_cadre_tuto {
  width: 100%;
  width: 900px;
  margin: auto;
  min-height: 250px;
  border: 1px solid #0000FF;
  font-size: 10px;
  color: #048B9A;
  background: url(http://nihioweb.free.fr/upload/20120927_191028.png) top center no-repeat #357AB7;
  -webkit-box-shadow: 0 0 3px #0000FF;
  -webkit-box-shadow: 0 0 3px #048B9A;
  -moz-box-shadow: 0 0 3px #0000FF;
  -moz-box-shadow: 0 0 3px #048B9A;
  box-shadow: 0 0 3px #048B9A;
  -khtml-box-shadow: 0 0 3px #0000FF;
  -o-box-shadow: 0 0 3px #048B9A;
  -htm-box-shadow: 0 0 3px #048B9A;
}

.officiel_cadre_enclo {
  width: 100%;
  width: 900px;
  margin: auto;
  min-height: 250px;
  border: 1px solid #0000FF;
  font-size: 10px;
  color: #048B9A;
  background: url(http://nihioweb.free.fr/upload/20121029_185028.png) top center no-repeat #357AB7;
  -webkit-box-shadow: 0 0 3px #0000FF;
  -webkit-box-shadow: 0 0 3px #048B9A;
  -moz-box-shadow: 0 0 3px #0000FF;
  -moz-box-shadow: 0 0 3px #048B9A;
  box-shadow: 0 0 3px #048B9A;
  -khtml-box-shadow: 0 0 3px #0000FF;
  -o-box-shadow: 0 0 3px #048B9A;
  -htm-box-shadow: 0 0 3px #048B9A;
}

.officiel_cadre_ankabox {
  width: 100%;
  width: 900px;
  margin: auto;
  min-height: 250px;
  border: 1px solid #0000FF;
  font-size: 10px;
  color: #048B9A;
  background: url(http://nihioweb.free.fr/upload/20121027_184854.png) top center no-repeat #357AB7;
  -webkit-box-shadow: 0 0 3px #0000FF;
  -webkit-box-shadow: 0 0 3px #048B9A;
  -moz-box-shadow: 0 0 3px #0000FF;
  -moz-box-shadow: 0 0 3px #048B9A;
  box-shadow: 0 0 3px #048B9A;
  -khtml-box-shadow: 0 0 3px #0000FF;
  -o-box-shadow: 0 0 3px #048B9A;
  -htm-box-shadow: 0 0 3px #048B9A;
}

.officiel_cadre_announce {
  width: 100%;
  width: 900px;
  margin: auto;
  min-height: 250px;
  border: 1px solid #0000FF;
  font-size: 10px;
  color: #048B9A;
  background: url(http://nihioweb.free.fr/upload/20120927_191028.png) top center no-repeat #357AB7;
  -webkit-box-shadow: 0 0 3px #0000FF;
  -webkit-box-shadow: 0 0 3px #048B9A;
  -moz-box-shadow: 0 0 3px #0000FF;
  -moz-box-shadow: 0 0 3px #048B9A;
  box-shadow: 0 0 3px #048B9A;
  -khtml-box-shadow: 0 0 3px #0000FF;
  -o-box-shadow: 0 0 3px #048B9A;
  -htm-box-shadow: 0 0 3px #048B9A;
}

.officiel_cadre_maj {
  width: 100%;
  width: 900px;
  margin: auto;
  min-height: 250px;
  border: 1px solid #0000FF;
  font-size: 10px;
  color: #048B9A;
  background: url(http://nihioweb.free.fr/upload/20120927_191028.png) top center no-repeat #357AB7;
  -webkit-box-shadow: 0 0 3px #0000FF;
  -webkit-box-shadow: 0 0 3px #048B9A;
  -moz-box-shadow: 0 0 3px #0000FF;
  -moz-box-shadow: 0 0 3px #048B9A;
  box-shadow: 0 0 3px #048B9A;
  -khtml-box-shadow: 0 0 3px #0000FF;
  -o-box-shadow: 0 0 3px #048B9A;
  -htm-box-shadow: 0 0 3px #048B9A;
}

.officiel_titre {
  display: block;
  z-index: 1;
  position: relative;
  height: 37px;
  margin-top: 198px;
  padding-right: 50px;
  border-bottom: 3px solid #0000FF;
  text-align: right;
  text-shadow: 0 0 0 transparent,0 0 6px #265153;
  font-family: arial black;
  font-size: 40px;
  font-variant: small-caps;
  letter-spacing: 4px;
  color: #766F64;
}

.officiel_titre_news2 {
  display: block;
  z-index: 1;
  position: relative;
  height: 37px;
  margin-top: 198px;
  padding-right: 50px;
  border-bottom: 3px solid #0000FF;
  text-align: right;
  text-shadow: 0 0 0 transparent,0 0 6px #FFFFFF;
  font-family: arial black;
  font-size: 40px;
  font-variant: small-caps;
  letter-spacing: 4px;
  color: #FFFFFF;
}

.officiel_titre20 {
  display: block;
  z-index: 1;
  position: relative;
  height: 37px;
  margin-top: 198px;
  padding-right: 50px;
  border-bottom: 3px solid #C03000;
  text-align: right;
  text-shadow: 0 0 0 transparent,0 0 6px #265153;
  font-family: arial black;
  font-size: 40px;
  font-variant: small-caps;
  letter-spacing: 4px;
  color: #766F64;
}

.officiel_sous_titre {
  display: block;
  z-index: 2;
  float: right;
  position: relative;
  margin-top: -15px;
  margin-right: 20px;
  text-shadow: 0 0 0 transparent,0 0 2px #265153;
  font-family: arial;
  font-size: 20px;
  font-style: italic;
  color: #FFFFFF;
}

.officiel_espace {
  display: block;
  height: -10px;
}

.officiel_intro {
  display: block;
  width: 95%;
  margin: auto;
  padding: 10px;
  border: 1px solid #efefef;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  text-shadow: 0 0 0 transparent,1px 1px 0 #ededed;
  font-size: 1.2em;
  color: #000000;
  background: #d2d6d6;
  -webkit-box-shadow: 0 0 2px #425e5c;
  -moz-box-shadow: 0 0 2px #425e5c;
  box-shadow: 0 0 2px #425e5c;
  -o-border-radius: 10px;
  -htm-border-radius: 10px;
  -khtml-box-shadow: 0 0 2px #425e5c;
  -o-box-shadow: 0 0 2px #425e5c;
  -htm-box-shadow: 0 0 2px #425e5c;
}

.officiel_intro a {
  text-decoration: none !important;
  font-variant: small-caps;
  font-weight: bold;
  color: #15737d !important;
}

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

.officiel_titre2 {
  display: block;
  z-index: 2;
  position: relative;
  width: 95%;
  height: 30px;
  margin-right: auto;
  margin-bottom: -37px;
  margin-left: auto;
  padding-left: 20px;
  text-align: left;
  text-shadow: 0 0 0 transparent,1px 1px 0 #766F64;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}

.officiel_contenu {
  display: block;
  z-index: 1;
  position: relative;
  width: 95%;
  margin: auto;
  padding: 4px;
  border: 1px solid #0000FF;
  font-size: 1.2em;
  color: #000000;
  background: #BBD2E1;
  -webkit-box-shadow: 0 0 3px #FEFEFE;
  -moz-box-shadow: 0 0 3px #FEFEFE;
  box-shadow: 0 0 3px #FEFEFE;
  -khtml-box-shadow: 0 0 3px #FEFEFE;
  -o-box-shadow: 0 0 3px #FEFEFE;
  -htm-box-shadow: 0 0 3px #FEFEFE;
}

.officiel_contenu2 {
  display: block;
  z-index: 1;
  position: relative;
  width: 95%;
  margin: auto;
  padding: 4px;
  border: 1px solid #C03000;
  font-size: 1.2em;
  color: #000000;
  background: #DF985A;
  -webkit-box-shadow: 0 0 3px #C03000;
  -moz-box-shadow: 0 0 3px #C03000;
  box-shadow: 0 0 3px #C03000;
  -khtml-box-shadow: 0 0 3px #C03000;
  -o-box-shadow: 0 0 3px #C03000;
  -htm-box-shadow: 0 0 3px #C03000;
}

.officiel_contenu3 {
  display: block;
  z-index: 1;
  position: relative;
  width: 95%;
  margin: auto;
  padding: 4px;
  border: 1px solid #AEEE00;
  font-size: 1.2em;
  color: #3CB53C;
  background: #A5E2A5;
  -webkit-box-shadow: 0 0 3px #AEEE00;
  -moz-box-shadow: 0 0 3px #AEEE00;
  box-shadow: 0 0 3px #AEEE00;
  -khtml-box-shadow: 0 0 3px #AEEE00;
  -o-box-shadow: 0 0 3px #AEEE00;
  -htm-box-shadow: 0 0 3px #AEEE00;
}

.officiel_invitation {
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  width: 95%;
  width: 850px;
  margin: auto;
  padding: 4px;
  min-height: 250px;
  border: 1px solid #BD8D46;
  font-size: 1.2em;
  color: #BD8D46;
  background-image: url(http://nihioweb.free.fr/upload/20121001_191108.png);
  background-position: top center no-repeat;
  -webkit-box-shadow: 0 0 3px #BD8D46;
  -moz-box-shadow: 0 0 3px #BD8D46;
  box-shadow: 0 0 3px #BD8D46;
  -khtml-box-shadow: 0 0 3px #BD8D46;
  -o-box-shadow: 0 0 3px #BD8D46;
  -htm-box-shadow: 0 0 3px #BD8D46;
}

.officiel_rules {
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  width: 95%;
  width: 850px;
  margin: auto;
  padding: 4px;
  min-height: 250px;
  border: 1px solid #BD8D46;
  font-size: 1.2em;
  color: #000000;
  background-image: url(http://nihioweb.free.fr/upload/20121103_021412.png);
  background-position: top center repeat;
  -webkit-box-shadow: 0 0 3px #BD8D46;
  -moz-box-shadow: 0 0 3px #BD8D46;
  box-shadow: 0 0 3px #BD8D46;
  -khtml-box-shadow: 0 0 3px #BD8D46;
  -o-box-shadow: 0 0 3px #BD8D46;
  -htm-box-shadow: 0 0 3px #BD8D46;
}

.officiel_chatbox {
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  width: 95%;
  width: 850px;
  margin: auto;
  padding: 4px;
  min-height: 250px;
  border: 1px solid #000000;
  font-size: 1.2em;
  color: #BD8D46;
  background-image: url(http://nihioweb.free.fr/upload/20121101_105918.png);
  background-position: center center no-repeat;
  -webkit-box-shadow: 0 0 3px #FFFFFF;
  -moz-box-shadow: 0 0 3px #FFFFFF;
  box-shadow: 0 0 3px #FFFFFF;
  -khtml-box-shadow: 0 0 3px #FFFFFF;
  -o-box-shadow: 0 0 3px #FFFFFF;
  -htm-box-shadow: 0 0 3px #FFFFFF;
}

.officiel_contenu a {
  border-bottom: 1px dotted #a0a0a0;
  text-decoration: none !important;
  font-weight: bold;
}

.officiel_contenu a:hover {
  border-bottom: 1px dotted #38afa5;
}

.officiel_annonce {
  display: block;
  z-index: 1;
  position: relative;
  width: 95%;
  margin: auto;
  padding: 4px;
  border: 1px solid #B9121B;
  font-size: 1.2em;
  color: #B9121B;
  background: #CA9494;
  -webkit-box-shadow: 0 0 3px #B9121B;
  -moz-box-shadow: 0 0 3px #B9121B;
  box-shadow: 0 0 3px #B9121B;
  -khtml-box-shadow: 0 0 3px #B9121B;
  -o-box-shadow: 0 0 3px #B9121B;
  -htm-box-shadow: 0 0 3px #B9121B;
}

.officiel_important {
  border-bottom: 1px dotted #38afa5;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
}

.officiel_fiche {
  width: 95%;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 5px;
  border: 3px solid #a5a5a5;
  text-shadow: none;
  background: url(http://img15.hostingpics.net/pics/927811contenucompte.jpg) top repeat-x #b1b1b1;
  -webkit-box-shadow: 0 0 6px #3d3d3d;
  -moz-box-shadow: 0 0 6px #3d3d3d;
  box-shadow: 0 0 6px #3d3d3d;
  -khtml-box-shadow: 0 0 6px #3d3d3d;
  -htm-box-shadow: 0 0 6px #3d3d3d;
  -o-box-shadow: 0 0 6px #3d3d3d;
}

.officiel_fiche_titre {
  display: block;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 10px solid #64928e;
  text-align: center;
  text-shadow: 0 0 0 transparent,0 0 6px #a2885a;
  font-family: arial black;
  font-size: 40px;
  color: #ecf5df;
}

.halouine {
  position: absolute;
  left: 50%;
  width: 125px;
  height: 125px;
  margin-top: -20px;
  margin-left: -375px;
  background-image: url(http://nihioweb.free.fr/upload/20121003_125231.png);
}

/* .bbCodeX classes are designed to exist inside .baseHtml. ie: they have no CSS reset applied */

.bbCodeBlock {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  border: 1px solid rgb(237,237,237);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.messageList.withSidebar .bbCodeBlock {
  margin-right: 0;
}

/* mini CSS reset */

.bbCodeBlock pre, .bbCodeBlock blockquote {
  margin: 0;
}

.bbCodeBlock img {
  border: none;
}

.bbCodeBlock .type {
  padding: 3px 8px;
  border-bottom: 1px solid rgb(215,215,215);
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-family: Tahoma,'Trebuchet MS',Helvetica,Arial,sans-serif;
  font-size: 11px;
  color: rgb(179,179,179);
  background: rgb(237,237,237) url('styles/infinite/xenforo/gradients/form-button-white-25px.png') repeat-x top;
  -khtml-border-top-left-radius: 4px;
  -khtml-border-top-right-radius: 4px;
}

.bbCodeBlock pre, .bbCodeBlock .code {
  padding: 10px;
  max-height: 500px;
  min-height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  overflow: auto;
  direction: ltr;
  font-family: Consolas,'Courier New',Courier,monospace;
  font-size: 10pt;
  line-height: 1.24;
  background: rgb(250,250,250) url('styles/infinite/xenforo/gradients/category-23px-light.png') repeat-x top;
  word-wrap: normal;
  _width: 600px;
}

.bbCodeBlock .code {
  white-space: nowrap;
}

.bbCodeQuote {
  border-color: rgb(231,231,231);
}

.bbCodeQuote .attribution {
  border-bottom: 1px solid rgb(212,212,212);
  color: rgb(20,20,20);
  background: rgb(231,231,231) url('styles/infinite/xenforo/gradients/form-button-white-25px.png') repeat-x top;
}

.bbCodeQuote blockquote {
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  font-size: 9pt;
  font-style: italic;
  background: rgb(248,248,248) url('styles/infinite/xenforo/gradients/category-23px-light.png') repeat-x top;
}

/* --- likes_summary.css --- */

.likesSummary {
  zoom: 1;
  overflow: hidden;
  font-size: 11px;
}

.LikeText {
  float: left;
}

.likeInfo {
  float: right;
}

/* --- login_bar.css --- */

/** Login bar basics **/

#loginBar {
  z-index: 1;
  position: relative;
  color: rgb(85,85,85);
  background-color: rgb(253,253,253);
}

#loginBar .pageContent {
  position: relative;
  padding-top: 5px;
  _height: 0;
}

#loginBar a {
  color: rgb(179,179,179);
}

#loginBar form {
  display: none;
  position: relative;
  width: 500px;
  margin: 0 auto;
  padding: 5px 0;
  line-height: 20px;
}

#loginBar .xenForm .ctrlUnit, #loginBar .xenForm .ctrlUnit dt label {
  margin: 0;
  border: none;
}

#loginBar .xenForm .ctrlUnit dt {
  width: 215px;
}

#loginBar .xenForm .ctrlUnit dd {
  position: relative;
  width: 250px;
}

#loginBar .xenForm .ctrlUnit dd .textCtrl, #loginBar .passwordOptions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  -ms-box-sizing: border-box;
}

#loginBar .lostPassword {
  margin-top: 38px;
  font-size: 11px;
}

#loginBar .lostPasswordLogin {
  font-size: 11px;
}

#loginBar .rememberPassword {
  font-size: 11px;
}

#loginBar .textCtrl[type=text] {
  font-size: 18px;
  font-weight: bold;
}

{
  color: ;
  background: !important;
  #loginBar .textCtrl: -webkit-autofill /* http://code.google.com/p/chromium/issues/detail?id=1334#c35 */

}

#loginBar input.textCtrl.disabled {
  border-style: dashed;
  color: rgb(215,215,215);
}

#loginBar .button {
  min-width: 85px;
  *width: 85px;
}

#loginBar .button.primary {
  font-weight: bold;
}

/** changes when eAuth is present **/

#loginBar form.eAuth {
  width: 700px; /* normal width + 170px */
}

#loginBar form.eAuth .ctrlWrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 200px;
  border-right: 1px dotted rgb(85,85,85);
  -ms-box-sizing: border-box;
}

#loginBar form.eAuth #eAuthUnit {
  position: absolute;
  top: 0;
  right: 0;
}

#eAuthUnit li {
  margin-top: 10px;
}

#eAuthUnit li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 180px;
  -ms-box-sizing: border-box;
}

/** handle **/

#loginBar #loginBarHandle {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: -25px;
  margin-right: 20px;
  padding: 0 10px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
  font-size: 11px;
  line-height: 25px;
  color: rgb(85,85,85);
  background-color: rgb(253,253,253);
  -khtml-border-bottom-right-radius: 3px;
  -khtml-border-bottom-left-radius: 3px;
}

/* --- message.css --- */

.messageList {
  padding: 10px 10px 1px;
  border: 1px solid rgb(215,215,215);
  background-color: rgb(237,237,237);
}

.messageList .message {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid rgb(215,215,215);
  background: rgb(250,250,250) url('styles/infinite/xenforo/xenfocus/row_gradient.png') repeat-x 0 100%;
  -webkit-box-shadow: rgba(0,0,0,0.08) 0 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.08) 0 1px 3px;
  box-shadow: rgba(0,0,0,0.08) 0 1px 3px;
  -khtml-box-shadow: rgba(0,0,0,0.08) 0 1px 3px;
}

/* clearfix */

.messageList .message {
  zoom: 1;
}

.messageList .message:after {
  content: '.';
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

/*** Message block ***/

.message .messageInfo {
  zoom: 1;
  margin-left: 140px;
  padding: 0;
  border-bottom: 1px none black;
}

.message .newIndicator {
  display: block;
  float: right;
  position: relative;
  margin: -5px -5px 5px 5px;
  margin-right: -25px;
  padding: 1px 5px;
  border: 1px solid rgb(179,179,179);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  font-size: 10px;
  font-weight: bold;
  color: rgb(253,253,253);
  background: rgb(179,179,179) url('styles/infinite/xenforo/gradients/category-23px-light.png') repeat-x top;
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
  box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
  -khtml-border-top-right-radius: 0;
  -khtml-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
}

.message .newIndicator span {
  position: absolute;
  top: -4px;
  right: -1px;
  width: 5px;
  height: 4px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  background-color: rgb(179,179,179);
  -khtml-border-top-right-radius: 3px;
}

.message .messageContent {
  min-height: 100px;
}

.message .messageText, .message .signature {
  font-family: Tahoma,'Trebuchet MS',Helvetica,Arial,sans-serif;
  font-size: 10pt;
  line-height: 1.5;
}

.message .signature {
  margin-top: 5px;
  padding: 5px 0 0;
  border-top: 1px dashed rgb(237,237,237);
  font-size: 9pt;
}

.message .messageMeta {
  zoom: 1;
  margin: -5px;
  padding: 15px 5px 5px;
  overflow: hidden;
  font-size: 11px;
}

.message .privateControls {
  float: left;
}

.message .publicControls {
  float: right;
}

.message .privateControls .item {
  float: left;
  margin-right: 10px;
}

.message .publicControls .item {
  float: left;
  margin-left: 10px;
}

.message .messageMeta .publicControls .control {
  margin-top: -5px;
  padding: 0 13px;
  border: 1px solid rgb(0,0,0);
  border: 1px solid rgba(0,0,0,0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
  line-height: 24px;
  color: rgb(255,255,255);
  background: rgb(36,36,36) url('styles/infinite/xenforo/xenfocus/maintitle.png') repeat-x 50% 50%;
  -webkit-box-shadow: inset rgba(0,0,0,0.3) 0 1px 2px;
  -moz-box-shadow: inset rgba(0,0,0,0.3) 0 1px 2px;
  box-shadow: inset rgba(0,0,0,0.3) 0 1px 2px;
  _border: 1px solid rgb(0,0,0);
  -khtml-box-shadow: inset rgba(0,0,0,0.3) 0 1px 2px;
}

.message .messageMeta .publicControls .control:hover {
  opacity: 0.85;
}

.messageNotices li {
  margin: 10px 0;
  padding: 5px;
  border: 1px solid rgb(231,231,231);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-size: 11px;
  line-height: 16px;
  background: rgb(231,231,231) url('styles/infinite/xenforo/gradients/form-button-white-25px.png') repeat-x top;
}

.messageNotices .icon {
  float: right;
  width: 16px;
  height: 16px;
  background: url('styles/infinite/xenforo/xenforo-ui-sprite.png') no-repeat 1000px 1000px;
}

.messageNotices .warningNotice .icon {
  background-position: -48px -32px;
}

.messageNotices .deletedNotice .icon {
  background-position: -64px -32px;
}

.messageNotices .moderatedNotice .icon {
  background-position: -32px -16px;
}

.message .likesSummary {
  margin-top: 10px;
  padding: 5px;
  border: 1px solid rgb(237,237,237);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.message .messageText > *:first-child {
  margin-top: 0;
}

/* inline moderation changes */

.InlineModChecked .messageUserBlock, .InlineModChecked .messageInfo, .InlineModChecked .messageNotices, .InlineModChecked .bbCodeBlock .type, .InlineModChecked .bbCodeBlock blockquote {
  background: rgb(255,140,0) url('styles/infinite/xenforo/gradients/category-23px-light.png') repeat-x top;
}

.InlineModChecked .messageUserBlock div.avatarHolder {
  background: transparent;
}

.InlineModChecked .messageUserBlock .arrow span {
  border-left-color: rgb(255,140,0);
}

/* message list */

.messageList .newMessagesNotice {
  margin: 10px auto;
  padding: 5px 10px;
  border: 1px solid rgb(215,215,215);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-size: 11px;
  background: rgb(237,237,237) url(styles/infinite/xenforo/gradients/category-23px-light.png) repeat-x top;
}

.messageList .placeholder .placeholderContent {
  zoom: 1;
  overflow: hidden;
  font-size: 11px;
  color: rgb(155,155,155);
}

.messageList .placeholder a.avatar {
  display: block;
  float: left;
}

.messageList .placeholder a.avatar img {
  display: block;
  width: 32px;
  height: 32px;
}

.messageList .placeholder .privateControls {
  margin-top: -5px;
}

/* messages remaining link */

.postsRemaining a, a.postsRemaining {
  font-size: 11px;
  color: rgb(150,150,150);
}

/* --- message_user_info.css --- */

.messageUserInfo {
  float: left;
  width: 124px;
}

.messageUserBlock {
  position: relative;
  border: 1px solid rgb(215,215,215);
  background-color: rgb(250,250,250);
}

.messageUserBlock div.avatarHolder {
  padding: 10px;
  background-color: rgb(253,253,253);
}

.messageUserBlock div.avatarHolder a {
  display: block;
}

.messageUserBlock a.username {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(215,215,215);
  overflow: hidden;
  text-align: center;
  text-shadow: rgba(255,255,255,0.8) 0 1px 0;
  font-weight: bold;
  line-height: 16px;
  background: rgb(237,237,237) url('styles/infinite/xenforo/xenfocus/highlight.png') repeat-x top;
}

.messageUserBlock .userTitle {
  display: block;
  padding-top: 6px;
  text-align: center;
  font-size: 11px;
}

.messageUserBlock .extraUserInfo {
  padding: 4px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  font-size: 11px;
  background-color: rgb(250,250,250);
}

.messageUserBlock .extraUserInfo dl {
  margin: 2px 0;
}

.messageUserBlock .extraUserInfo dt {
  display: block;
  font-size: 9px;
}

.messageUserBlock .extraUserInfo img {
  max-width: 100%;
}

.messageUserBlock .arrow {
  display: block;
  position: absolute;
  top: 10px;
  right: -10px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right: none;
  border-left-color: rgb(215,215,215);
  line-height: 0;
  _display: none;
}

.messageUserBlock .arrow span {
  display: block;
  position: absolute;
  top: -10px;
  left: -11px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right: none;
  border-left-color: rgb(253,253,253);
  line-height: 0;
}

/* clearfix */

.sharePage {
  zoom: 1;
}

.sharePage:after {
  content: '.';
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.sharePage .shareControl {
  float: left;
}

.sharePage .facebookLike .label {
  display: none;
  float: left;
  margin-right: 7px;
  font-size: 11px;
  line-height: 24px;
}

/* --- thread_view.css --- */

.thread_view .threadAlerts {
  margin: 10px 0;
  padding: 5px;
  border: 1px solid rgb(237,237,237);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-size: 11px;
  line-height: 16px;
  background-image: url('styles/infinite/xenforo/gradients/form-button-white-25px.png');
}

.thread_view .threadAlerts dt {
  display: inline;
  color: rgb(179,179,179);
}

.thread_view .threadAlerts dd {
  display: inline;
  font-weight: bold;
  color: rgb(67,67,67);
}

.thread_view .threadAlerts .icon {
  float: right;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background: url('styles/infinite/xenforo/xenforo-ui-sprite.png') no-repeat -1000px -1000px;
}

.thread_view .threadAlerts .deletedAlert .icon {
  background-position: -64px -32px;
}

.thread_view .threadAlerts .moderatedAlert .icon {
  background-position: -32px -16px;
}

.thread_view .threadAlerts .lockedAlert .icon {
  background-position: -16px -16px;
}

.thread_view .threadAlerts + * > .messageList {
  border-top: none;
}

.thread_view .threadNotices {
  margin: 10px auto;
  padding: 10px;
  border: 1px solid rgb(215,215,215);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background-color: rgb(250,250,250);
}

.thread_view .InlineMod {
  zoom: 1;
  overflow: hidden;
}

.pseudo strong {
  font-weight: normal;
}

a.gensmall {
  text-decoration: none;
  text-shadow: none;
  font-size: 9pt;
  font-style: italic;
  font-weight: normal;
}

a.forumtitle {
  text-decoration: none;
  text-shadow: none;
  font-size: 10.5pt;
  font-weight: bold;
}

a.nav {
  text-shadow: none;
  color: #D1D1D1;
}

div.textarea-info {
  color: #D1D1D1;
}

span#helpbox.helpline {
  color: #D1D1D1;
}

p.date {
  color: #D1D1D1;
}

a.mainmenu {
  color: #D1D1D1;
}

a {
  text-shadow: -1px 0 #D1D1D1,0 1px #D1D1D1,1px 0 #D1D1D1,0 -1px #D1D1D1;
}

a.mainmenu {
  text-decoration: none;
  text-shadow: none;
}

h4 {
  color: #D1D1D1;
}

div.right.rtl-inversion-right {
  color: #D1D1D1;
}

p.subtitled {
  color: #D1D1D1;
}

.mini_ava {
  float: left;
}

.mini_ava img {
  width: 60px;
  height: 60px;
  margin: 0 5px;
  border-radius: 0;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}

.mini_ava img:hover {
  width: 60px;
  height: 60px;
}


/*couleur du texte dans éditeur*/
.sceditor-container textarea {
  color: #fff !important;
}


Sinon, je vous propose d'essayer ceci :
Supprimez tout le contenu de votre feuille de style pour ne garder que le dernier code donné, ce qui donne en tout et pour tout comme feuille de style personnalisé :
Code:
/*couleur du texte dans éditeur*/
sceditor-container textarea {
  color: #fff !important;
}
Enregistrez.

Visitez votre forum :
Y a-t-il beaucoup de changements ?
Ces changements vous dérangent-ils ?
Car s'il n'y a pas beaucoup de changement visibles, il est parfois plus facile d'ajouter vous même les codes qui vous intéressent vraiment (avec l'aide de ce forum si besoin) : ainsi, au lieu d'avoir une très longue feuille de style dont vous ne comprenez pas le contenu, vous aurez moins de codes et vous saurez exactement à quoi ils servent !
Sinon, vous pouvez remettre la feuille de style rangée donnée plus haut ^^
MlleAlys

MlleAlys
Membre actif

Messages : 5800
Inscrit(e) le : 12/09/2012

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

Résolu Re: Problèmes relatif aux liens actifs sur le forum

Message par Faylinn Lun 18 Avr 2016 - 14:00

Alors j'ai supprimé le css de base et j'ai remplacé par celui que vous m'avez donné.
C'est super je voulais le texte en blanc mais par contre le 1er problème resurgit j'ai les liens en soulignés et contour !

Concernant la modification de mon css je n'y connais absolument rien donc c'est dur pour moi de faire du trie ou carrément de retrouver une ligne.
Faylinn

Faylinn
Nouveau membre

Messages : 10
Inscrit(e) le : 17/04/2016

http://valkyries-laguilde.forumactif.org/
Faylinn a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problèmes relatif aux liens actifs sur le forum

Message par Faylinn Lun 18 Avr 2016 - 14:06

Faylinn a écrit:Alors j'ai supprimé le css de base et j'ai remplacé par celui que vous m'avez donné.
C'est super je voulais le texte en blanc mais par contre le 1er problème resurgit j'ai les liens en soulignés et contour !

Concernant la modification de mon css je n'y connais absolument rien donc c'est dur pour moi de faire du trie ou carrément de retrouver une ligne.

J'ai utilisé le code css en dernière ligne mais j'ai quand même les liens en soulignés etc..

Code:
.officiel_intro a:hover {
  text-decoration: none !important;
}

Faylinn

Faylinn
Nouveau membre

Messages : 10
Inscrit(e) le : 17/04/2016

http://valkyries-laguilde.forumactif.org/
Faylinn a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problèmes relatif aux liens actifs sur le forum

Message par MlleAlys Lun 18 Avr 2016 - 14:22

Supprimez tout votre css, tout tout ce qu'il y a dans la zone de saisie, tout complètement, que la zone soit vide ^^
Enregistrez.
Laissez juste dans les options en dessous : Desactiver le css de base du forum : NON

(et merci d'éviter de poster deux fois de suite, préférez éditer votre message précédent)
MlleAlys

MlleAlys
Membre actif

Messages : 5800
Inscrit(e) le : 12/09/2012

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

Résolu Re: Problèmes relatif aux liens actifs sur le forum

Message par Faylinn Lun 18 Avr 2016 - 17:37

J'ai tout supprimé, les liens sont normaux mais le texte toujours noir sur noir.

Cependant tout mon CSS est vide, j'ai donc essayé de mettre la ligne suivante après avoir vu que le texte était noir :

Code:
/*couleur du texte dans éditeur*/
2.sceditor-container textarea {
3.  color: #fff !important;
4.}

Mais sa ne marche toujours pas.. J'ai l'impression de tourner en rond lol !!
soit c'est les liens soit la zone de texte qui va pas :/
Faylinn

Faylinn
Nouveau membre

Messages : 10
Inscrit(e) le : 17/04/2016

http://valkyries-laguilde.forumactif.org/
Faylinn a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problèmes relatif aux liens actifs sur le forum

Message par MlleAlys Lun 18 Avr 2016 - 17:50

Ce code que vous avez mis :
Code:
/*couleur du texte dans éditeur*/
2.sceditor-container textarea {
3.  color: #fff !important;
4.}
n'est pas bon, les chiffres en début de ligne n'ont pas à être là, il faut les enlever pour qu'il ne reste que :
Code:
/*couleur du texte dans éditeur*/
.sceditor-container textarea {
  color: #fff !important;
}
Les chiffres proviennent de la numérotation des lignes, ils ne font pas partie du code...
Pour récupérer un code dans un bloc de code sans avoir les numéros de ligne, cliquez sur l'image en haut à droite du bloc, puis clic droit et "copier" (ou bien ctrl+C).
MlleAlys

MlleAlys
Membre actif

Messages : 5800
Inscrit(e) le : 12/09/2012

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

Résolu Re: Problèmes relatif aux liens actifs sur le forum

Message par Faylinn Lun 18 Avr 2016 - 18:58

Parfait merci beaucoup problème résolu !
Faylinn

Faylinn
Nouveau membre

Messages : 10
Inscrit(e) le : 17/04/2016

http://valkyries-laguilde.forumactif.org/
Faylinn a été remercié(e) par l'auteur de ce sujet.

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


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