Le Deal du moment : -29%
PC portable – MEDION 15,6″ FHD Intel i7 ...
Voir le deal
499.99 €

Autre petit soucis :)

Autre petit soucis :) Empty Sam 2 Juil - 16:32
Coucou !

Alors, je sais que j'ai déjà demandé votre aide précedemment pour un problème avec le changement de couleur d'une partie de la PA, mais j'aurais encore besoins de vos conseils.

J'ai utilisé une de vos barres de navigations, la dernière si je ne m'abuse (celle-ci : https://i.servimg.com/u/f35/19/46/05/90/210.png ), et le rendu n'est pas exactement parfait. En fait, au lieu de se trouver sur le côté, elle se trouve en-dessous (comme ceci : https://i.servimg.com/u/f35/19/46/05/90/110.png ).

Est-ce que c'est parce qu'un code rentrerait en conflit avec ou bien il est possible que j'aurais mal copié le template ?

Je vous remercie par avance,

QueenChoup.
Revenir en haut Aller en bas
Autre petit soucis :) Empty Sam 2 Juil - 23:49
Bonsoir,

Assurez-vous que les lignes suivantes sont correctement appliquées dans la partie CSS :

Code:
#navSIT {
position:absolute; top:100px; margin-left:800px; /* MODIFIABLE - DETERMINE LA POSITION */
line-height:0px; border-top:2px solid;
border-top-color:lightblue; /* MODIFIABLE */
}
Revenir en haut Aller en bas
Autre petit soucis :) Empty Dim 3 Juil - 15:14
Bonjour !

Après vérification, il s'avère que les lignes de codes que vous me demandiez de vérifier sont bien installées. Voulez-vous que je vous copie le code tel qu'il est dans mon CSS ?
Revenir en haut Aller en bas
Autre petit soucis :) Empty Dim 3 Juil - 20:01
En son intégralité s'il vous plaît.
Revenir en haut Aller en bas
Autre petit soucis :) Empty Dim 3 Juil - 21:59
Bonsoir,

Code:
///* Catégories (c) Skaemp *///

/* BLOC TITRE CATEGORIES */
.topCAT {
margin:auto; width:770px;
}
/* TRIANGLES CATEGORIES GAUCHE */
.triCAT {
display:inline-block; vertical-align:top; width:35px;
}
/* TRIANGLE HAUT */
.tlTRIC {
width:0; height:0; border-style:solid; border-width:0 35px 35px 0; border-color:transparent;
border-right-color:#554133; /* MODIFIABLE */
}
/* TRIANGLE BAS */
.blTRIC {
width:0; height:0; border-style:solid; border-width:0 0 35px 35px; border-color:transparent;
border-bottom-color:#554133; /* MODIFIABLE */
}
/* BANDE CATEGORIES */
.tleCAT{
height:70px; width:735px; text-align:center; display:inline-block;
background:#554133; /* MODIFIABLE */
}
.tleCAT h2{
font-size:24px; text-transform:uppercase; letter-spacing:3px; font-family:Arial;
color:white; text-shadow:1px 1px 0px black; /* MODIFIABLE */
}
/* FORUMS */
.FRM {
width:770px; margin:10px auto;
}
.lftFRM {
display:inline-block;
}
/* TRIANGLES FORUMS */
.triFRM {
display:inline-block; vertical-align:top; width:75px;
}
.trTRIF {
width:0; height:0; border-style:solid; border-width:76px 76px 0 0; border-color:transparent;
border-top-color:#8C6A53; /* MODIFIABLE */
}
.brTRIF {
width:0; height:0; border-style:solid; border-width:76px 0 0 76px; border-color:transparent;
border-left-color:#8C6A53; /* MODIFIABLE */
}
/* TITRE BLOC FORUMS */
.tleFRM {
height:25px; padding-top:10px; width:475px; overflow:hidden;
font-size:14px; font-family:Arial; text-transform:uppercase; text-align:center;
background:#8C6A53; /* MODIFIABLE */
}
.tleFRM a{
color:white !important; /* MODIFIABLE */
}
/* POINTE DERNIER MESSAGE */
.TRIF {
display:inline-block; width:0; height:0; border-style:solid; border-width:75px 65px 75px 0; border-color:transparent;
border-right-color:#E2D7CF; /* MODIFIABLE */
}
/* NOMBRE SUJETS ET MESSAGES */
.sjrpFRM {
position:absolute; z-index:3; margin-top:20px; margin-left:5px;
height:40px; width:135px; padding:10px 5px 0px 5px; overflow:hidden;
background-color:rgba(250,250,250,0.8); /* MODIFIABLE */
font-size:11px; text-transform:uppercase; text-align:center;
opacity:0; transition:all .65s linear; -webkit-transition:all .65s linear;
}
.sjrpFRM:hover {
opacity:1;
}
/* IMAGES LOCK/NEWS/NO NEWS FORUMS */
.imgFRM{
position:absolute; margin-top:20px; margin-left:5px; width:145px; height:50px;
}
/* DERNIER MESSAGE */
.lmsgFRM {
width:155px; height:150px; display:inline-block;
background:#E2D7CF; /* MODIFIABLE */
}
.lmsgFRM p{
position:absolute; margin-top:75px; margin-left:5px; width:145px; height:45px; padding:5px 0; overflow:hidden;
background-color:#8C6A53; color:white; /* MODIFIABLE */
text-align:center; font-size:11px;
}
/* DESCRIPTIONS FORUMS */
.descFRM {
display:inline-block;
height:105px; width:355px; padding:5px; overflow:auto;
background-color:#E2D7CF; color:black; /* MODIFIABLE */
font-size:11px; text-align:justify;
}
/* SOUS-FORUMS */
.sfFRM{
display:inline-block;
padding:5px; width:100px; height:105px; overflow:auto; text-align:left; color:rgba(0,0,0,0);
background:#8C6A53; /* MODIFIABLE */
transition:color .65s linear; -webkit-transition:color .65s linear;
}
.sfFRM:hover {
color:white;
}
.sfFRM a{
opacity:0; transition:opacity .65s linear; -webkit-transition:opacity .65s linear;
color:white !important; /* MODIFIABLE */
}
.sfFRM:hover a{
opacity:1;
}



///* Affichage liste de sujets (c) Skaemp *///

/* PRESENTATION LISTE SUJETS */
/* BLOC SUJET */
.LSBJ {
width:750px; margin:10px auto;
}
/* OUTIL MODERATION */
.modSBJ {
position:absolute; z-index:3; margin-left:-15px; margin-top:15px;
}
/* TITRE / AUTEUR / DERNIER MESSAGE / STATISTIQUES */
.boxSBJ {
display:inline-block; vertical-align:top;
width:690px;
}
/* BLOC TITRE & DESCRIPTION */
.tleSBJ {
display:inline-block; vertical-align:top; margin-bottom:10px;
width:460px; height:35px; padding:10px; overflow:hidden;
font-family:Arial; background:rgba(0,0,0,0.1); box-shadow:inset 0 0 5px rgba(0,0,0,0.1); /* MODIFIABLE */
text-align:left; text-transform:uppercase;
}
/* TITRE */
.tleSBJ a {
line-height:9px;
color:white !important; /* MODIFIABLE */
}
/* DESCRIPTION */
.descSBJ {
color:#dedede; /* MODIFIABLE */
font-size:10px; text-align:justify;
}
/* TRIANGLE AUTEUR */
.triSBJ {
display:inline-block; vertical-align:middle;
width:0; height:0; border-style:solid; border-width:12.5px 15px 12.5px 0; border-color:transparent;
border-right-color:rgba(250,250,250,0.8); /* MODIFIABLE */
}
/* AUTEUR */
.nameSBJ {
display:inline-block; vertical-align:middle;
width:185px; height:35px; padding:20px 5px 0; overflow:hidden;
background:rgba(250,250,250,0.8); /* MODIFIABLE */
font-size:11px; text-align:center; line-height:11px;
}
/* ICÔNES */
.imgSBJ {
display:inline-block; vertical-align:top; margin-left:10px;
width:50px; height:100px;
}
/* BLOC DERNIER MESSAGE / VUES & REPONSES */
.stsSBJ {
display:inline-block; vertical-align:top;
background:#554133; /* MODIFIABLE */
}
/* DERNIER MESSAGE */
.lmsgSBJ {
display:inline-block; margin:5px;
height:15px; width:275px; padding:5px; overflow:hidden;
background:rgba(250,250,250,0.5); color:black; /* MODIFIABLE */
font-size:9px; text-align:center;
}
/* VUES */
.vuesSBJ {
display:inline-block; vertical-align:top; margin:5px 5px 5px 0;
width:85px; height:20px; padding-top:5px;
background:rgba(250,250,250,0.8); color:black; /* MODIFIABLE */
font-size:11px; text-align:center;
}
/* REPONSES */
.repSBJ {
display:inline-block; vertical-align:top;  margin:5px 0;
width:85px; height:20px; padding-top:5px;
background:rgba(250,250,250,0.8); color:black; /* MODIFIABLE */
font-size:11px; text-align:center;
}
/* LISTE DES PAGES */
.gotoSBJ {
display:inline-block; vertical-align:top; margin-top:-3px;
width:210px; padding-right:10px; font-size:10px; text-align:right;
color:white; /* MODIFIABLE */
}




///* Affichage des sujets (c) Skaemp *///

/* PRESENTATION DU SUJET */
/* APPARENCE MESSAGES */
div.postbody {
background:rgba(250,250,250,0.3); border:3px solid rgba(250,250,250,0.2); /* MODIFIABLE */
padding:10px; min-height:260px;
text-align:justify; color:black;
}
/* AVATAR */
.avaP {
height:320px; width:200px;
border:5px solid;
border-color: #80614D; /* MODIFIABLE */
transition:transform 0.65s linear; -webkit-transition:transform 0.65s linear;
}
.avaP img {
height:320px; width:200px;
}
/* INFORMATIONS RP */
.avaP div{
position:absolute; z-index:2; margin-top:-320px;
width:200px; height:320px; overflow:hidden;
}
/* FOND INFORMATIONS RP */
.avaP div div{
width:190px; height:310px; padding:5px; overflow:auto; 
font-size:11px; background-color:rgba(250,250,250,0.5); /* MODIFIABLE */
transform:translateY(-640px); -webkit-transform:translateY(-640px);
transition:transform 0.65s linear; -webkit-transition:transform 0.65s linear;
}
.avaP:hover div div {
transform:translateY(320px); -webkit-transform:translateY(320px);
}
/* IMAGE RANG */
.imgrankP {
position:absolute; z-index:3;
margin-top:-53px;
}
/* ICONE EN LIGNE */
.onS {
position:absolute; z-index:4;
margin-left:99px; margin-top:-30px;
}
/* TRIANGLES HAUT INFORMATIONS JOUEUR */
.triNLP {
display:inline-block;
width:0; height:0;
border-style:solid; border-width:50px 0 0 105px; border-color:transparent;
border-left-color:#80614D; /* MODIFIABLE */
}
.triNRP {
display:inline-block;
width:0; height:0;
border-style:solid; border-width:0 0 50px 105px; border-color:transparent;
border-bottom-color:#80614D; /* MODIFIABLE */
}
/* BLOC INFORMATIONS JOUEUR */
.rimgdP {
background:#80614D; /* MODIFIABLE */
padding-bottom:5px;
}
/* PSEUDONYME */
.nameP {
width:200px; padding:5px;
text-align:center; text-transform:uppercase;
}
/* TEXTE RANG */
.rankP {
padding:5px; width:200px;
text-transform:uppercase; text-align:center;
background:rgba(250,250,250,0.7); color:#80614D;  /* MODIFIABLE */
}
/* IMAGES CONTACT JOUEUR */
.ktactP {
width:210px; padding:5px 0; text-align:center;
opacity:0.5;
}
/* INFOS JOUEUR */
.dtailS {
padding:5px; width:180px; margin:auto;
font-size:11px; color:black; background:rgba(250,250,250,0.4); /* MODIFIABLE */
}
/* TRIANGLE BAS PROFIL */
.triP {
width:0; height:0; border-style:solid; border-width:50px 105px 0 105px; border-color:transparent;
border-top-color:#80614D; /* MODIFIABLE */
}



///* Mise en page du profil (c) Skaemp *///

/* AFFICHAGE DU PROFIL */
.PFIL {
margin:auto; width:800px;
}
/* PSEUDONYME PROFIL */
.namePFIL {
margin-bottom:10px;
height:20px; padding:10px 0;
text-transform:uppercase; text-align:center;
background:#242424; color:#ccc; /* MODIFIABLE */
}
/* BLOC INFORMATIONS PROFIL */
#abtPFIL {
display:inline-block; margin-right:10px;
width:570px;
}
/* BLOC GAUCHE INFORMATIONS */
.abtPFIL {
display:inline-block; margin-right:10px;
width:285px; height:320px; padding:10px; overflow:auto;
font-size:11px;
background:#1a1a1a; color:#ccc; /* MODIFIABLE */
}
/* INTITULES CONTENU BLOC GAUCHE INFORMATIONS PROFIL */
.abtPFIL div span {
text-transform:uppercase; color:#ccc; /* MODIFIABLE */
}
/* CONTENU BLOC GAUCHE INFORMATIONS PROFIL */
.abtPFIL div{
padding:2px 0;
}
.abtPFIL .field_uneditable {
display:inline-block;
}
/* BORDURES BLOC INFORMATIONS PROFIL */
.borderPFIL {
padding:0 0 5px !important;
border-bottom:1px solid #ccc; /* MODIFIABLE */
}
/* BLOC DROITE INFORMATIONS PROFIL */
#adminPFIL {
display:inline-block; vertical-align:top;
width:255px; height:340px;
font-size:11px;
}
.adminPFIL {
height:275px; padding:10px; overflow:auto;
background:#1a1a1a; color:#ccc; /* MODIFIABLE */
}
/* CONTENU BLOC DROITE INFORMATIONS PROFIL */
.adminPFIL div{
padding:5px 0;
}
/* INTITULES CONTENU BLOC DROITE INFORMATIONS PROFIL */
.adminPFIL div span {
text-transform:uppercase; color:#ccc; /* MODIFIABLE */
}
  /* BLOC IMAGES CONTACT PROFIL */
#ktactPFIL {
margin-top:10px; height:25px; padding:5px 0; text-align:center;
background:#1a1a1a; /* MODIFIABLE */
}
/* IMAGES CONTACT PROFIL */
.ktactPFIL {
display:inline-block;
}
.ktactPFIL img {
max-height:25px;
}
/* BLOC AVATAR */
#avPFIL {
display:inline-block; vertical-align:top;
width:200px; padding:10px;
background:#1a1a1a; /* MODIFIABLE */
}
.avPFIL {
width:200px; height:320px; overflow:hidden;
}
/* TITRE FEUILLE DE PERSONNAGE PROFIL */
.tleRPG {
margin:auto;
width:800px; padding:10px 0; text-transform:uppercase; text-align:center;
background:#242424; color:#ccc; /* MODIFIABLE */
}
/* CONTENU FEUILLE DE PERSONNAGE PROFIL */
.boxRPG {
margin:auto; width:780px; padding:10px;
background:#1a1a1a; color:#ccc; /* MODIFIABLE */
}
/* INTITULES CONTENU FEUILLE DE PERSONNAGE PROFIL */
.boxRPG span {
text-transform:uppercase; color:#ccc; /* MODIFIABLE */
}



///* Affichage liste des membres (c) Skaemp *///

/* BLOC LISTE DES MEMBRES */
#LMBER {
width:675px; margin:auto; text-align:center;
}
/* BLOC MEMBRE */
#MBER {
float:left; width:200px; height:345px; margin:15px 10px 10px;
}
/* BLOC PSEUDONYME */
#nameLMBER {
position:absolute; z-index:3; margin-top:-10px; margin-left:85px; width:100px; height:auto;
}
/* OMBRES BLOC PSEUDONYME */
.triLMBER {
position:absolute; z-index:2; margin-top:-10px; margin-left:80px;
width:0; height:0; border-style:solid; border-width:0 0 15px 5px; border-color:transparent;
border-bottom-color:black; /* MODIFIABLE */
}
.triRMBER {
position:absolute; margin-top:-10px; margin-left:185px;
width:0; height:0; border-style:solid; border-width:15px 0 0 5px; border-color:transparent;
border-left-color:black; /* MODIFIABLE */
}
/* PSEUDONYME */
.nameLMBER{
width:80px; padding:10px;
text-align:center; text-transform:uppercase;
background:rgba(250,250,250,0.9); /* MODIFIABLE */
}
/* IMAGES MP * PROFIL */
.mpwLMBER {
width:100px; text-align:center;
background:rgba(250,250,250,0.9); /* MODIFIABLE */
}
/* TRIANGLE BAS PSEUDONYME */
.triMBER {
width:0; height:0; border-style:solid; border-width:20px 50px 0 50px; border-color:transparent;
border-top-color:rgba(250,250,250,0.9); /* MODIFIABLE */
}
/* AVATAR MINIATURISE */
.imgLMBER img{
position:absolute; z-index:2; margin-left:-100px; width:200px; height:320px;
transition:all 0.85s linear; -webkit-transition:all 0.85s linear;
}
.imgLMBER {
width:200px; height:320px; overflow:hidden;
}
.imgLMBER div {
position:relative;
width:200px; height:320px; overflow:hidden;
}
/* BLOC MESSAGES / INSCRIPTION / DERNIERE VISITE */
.imgLMBER div div{
width:190px; height:145px; padding:5px; overflow:hidden;
background:rgba(0,0,0,0.6); /* MODIFIABLE */
font-size:11px; text-align:center;
transition:transform 0.85s linear; -webkit-transition:transform 0.85s linear;
}
.imgLMBER:hover div div{
transform:translateY(240px); -webkit-transform:translateY(240px);
}
.imgLMBER:hover img{
transform:translateY(-85px); -webkit-transform:translateY(-85px);
}
/* CONTENU MESSAGES / INSCRIPTION / DERNIERE VISITE */
.imgLMBER div div span{
display:inline-block; height:16px; padding-top:4px; text-align:center; text-transform:uppercase; font-size:10px;
background:rgba(250,250,250,0.6); color:black; /* MODIFIABLE */
}



///* FICHE DE PREZ (c) Skaemp *///

/* FICHE DE PRESENTATION */
/* FOND BLOC PHYSIQUE & CARACTERE */
.phyzCIT {
background:#9fbad1 !important;
}
/* BLOC PHYSIQUE */
.phyzCIT div{
background:rgba(250,250,250,0.7) !important; color:black !important;
}
/* BLOC CARACTERE */
.phyzCIT span{
background:rgba(250,250,250,0.7) !important; color:black !important;
}
/* FOND BLOC NOM PRENOM & INFORMATIONS */
.npCIT {
background:#554133 !important;
}
/* NOM PRENOM(S) */
.npCIT div{
color:white !important;
}
/* PETITE CITATION */
.npCIT div span{
border-color:white !important; color:white !important;
}
/* BLOC INFORMATIONS */
.npCIT p{
background:rgba(250,250,250,0.7) !important; color:black !important;
}
/* BLOC HISTOIRE */
.storyCIT {
background:grey !important;
}
/* CONTENU HISTOIRE */
.storyCIT p{
background:#ccc !important; color:black !important;
}
/* BLOC A VOTRE PROPOS */
.abtUCIT {
background:#554133 !important;
}
/* TITRE A VOTRE PROPOS */
.abtUCIT div{
color:white !important;
}
/* CONTENU A VOTRE PROPOS */
.abtUCIT p{
background:rgba(250,250,250,0.7) !important; color:black !important;
}



///* Fiche de PV (c) Skaemp *///

/* FICHE PREDEFINIS */
/* BLOC NOM PRENOM(S) & INFORMATIONS */
.npPFCIT {
background:#554133 !important;
}
/* NOM PRENOM(S) */
.npPFCIT div{
color:white !important;
}
/* DISPONIBILITE */
.npPFCIT div span{
border-color:white !important;
}
/* INFORMATIONS */
.npPFCIT p{
background:rgba(250,250,250,0.7) !important; color:black !important;
}
/* BLOC HISTOIRE */
.storyPFCIT {
background:grey !important;
}
/* CONTENU HISTOIRE */
.storyPFCIT p{
background:#ccc !important; 
}
/* BLOC LIENS POTENTIELS */
.lksPFCIT {
background:#554133 !important;
}
/* TITRE LIENS POTENTIELS */
.lksPFCIT span{
color:white !important;
}
/* LIEN POTENTIEL */
.lksPFCIT div{
background:rgba(250,250,250,0.7) !important; color:black !important;
}
/* BLOC PHYSIQUE & CARACTERE */
.phyzPFCIT {
background:#9fbad1 !important;
}
/* BLOC PHYSIQUE */
.phyzPFCIT div{
background:rgba(250,250,250,0.7) !important; color:black !important;
}
/* BLOC CARACTERE */
.phyzPFCIT span{
background:rgba(250,250,250,0.7) !important;
}
/* ADJECTIFS */
.phyzPFCIT span li{
background:#554133 !important; color:white !important;
}



///* QEEL (c) Skaemp *///

/* QEEL */
.QEEL {
margin:auto; height:340px; width:800px; padding-top:20px; text-align:center;
background:#000000; box-shadow:0 0 3px rgba(0,0,0,0.1); /* MODIFIABLE */
}
/* BLOC MEMBRES EN LIGNE/24H */
#ondayQEEL {
display:inline-block; vertical-align:top;
width:300px;
}
/* MEMBRES CONNECTES */
.onlineQEEL {
display:inline-block; margin-bottom:10px; margin-right:5px;
width:270px; height:100px; padding:10px; overflow:hidden;
background:rgba(250,250,250,0.8); color:black; /* MODIFIABLE */
font-size:10px; text-align:justify;
opacity:0.5; transition:all .45s linear; -webkit-transition:all .45s linear;
}
.onlineQEEL:hover {
overflow:auto; opacity:1;
}
/* 24H QEEL */
.dayQEEL {
display:inline-block; margin-right:5px;
width:280px; height:110px; padding:5px; overflow:hidden;
background:rgba(250,250,250,0.8); color:black !important; /* MODIFIABLE */
font-size:10px; text-align:justify;
opacity:0.5; transition:all .45s linear; -webkit-transition:all .45s linear;
}
.dayQEEL:hover {
overflow:auto; opacity:1;
}
/* BLOC ANNIVERSAIRES/STATISTIQUES QEEL */
#stsQEEL {
display:inline-block; vertical-align:top; margin:0 10px;
}
/* ANNIVERSAIRES QEEL */
.anvQEEL {
margin-bottom:10px;
width:225px; height:100px; padding:10px; overflow:hidden;
background:rgba(250,250,250,0.5); color:black; /* MODIFIABLE */
font-size:10px; text-align:justify !important;
opacity:0.5; transition:all .45s linear; -webkit-transition:all .45s linear;
}
.anvQEEL:hover {
overflow:auto; opacity:1;
}
.anvQEEL .row1 {
padding:0; background:none;
}
/* STATISTIQUES QEEL */
.stsQEEL {
margin:auto;
width:245px; height:120px;
font-family:Verdana; /* MODIFIABLE */
font-size:11px; text-align:center;
}
/* TITRES STATISTIQUES QEEL */
.stsQEEL div {
margin:5px auto;
width:245px; height:24px; padding:12px 0 0;
text-transform:uppercase; text-align:center; font-weight:bold;
background:rgba(250,250,250,0.4); color:black; /* MODIFIABLE */
transition:all .45s ease; -webkit-transition:all .45s ease;
}
.stsQEEL:hover div {
color:rgba(0,0,0,0);
}
/* CONTENU STATISTIQUES */
.statsHOV {
position:absolute; z-index:5; margin-left:-122px; margin-top:-41px;
width:245px; height:24px; padding:12px 0 0;
background:rgba(250,250,250,0.3); color:black !important;  /* MODIFIABLE */
opacity:0; transition:all .45s ease; -webkit-transition:all .45s ease;
}
.stsQEEL:hover .statsHOV {
opacity:1;
}
/* GROUPES QEEL */
.GQEEL {
display:inline-block; vertical-align:top; margin-left:5px;
width:200px; height:230px; padding:10px 0; overflow:hidden;
text-align:center; text-transform:uppercase; font-family:Birch Std; font-size:24px;
background:rgba(250,250,250,0.5); /* MODIFIABLE */
opacity:0.5; transition:all .45s linear; -webkit-transition:all .45s linear;
}
.GQEEL:hover {
opacity:1; overflow:auto;
}
/* NOMS DES GROUPES */
.GQEEL a{
display:block;
text-shadow:1px 1px 0px rgba(0,0,0,0.3); letter-spacing:3px; /* MODIFIABLE */
transition:all .45s ease; -webkit-transition:all .45s ease;
}
/* SURVOLEMENT NOMS DES GROUPES */
.GQEEL a:hover {
letter-spacing:1px; /* MODIFIABLE */
}
/* BLOC NOMBRE UTILISATEURS EN LIGNE & TITRE QEEL */
.tleQEEL {
width:770px; height:50px; padding:15px;
text-transform:uppercase; text-align:center;
}
/* NOMBRE UTILISATEURS EN LIGNE */
#TLUS {
display:block; margin-top:-10px;
letter-spacing:0; font-size:8px;
color:white; /* MODIFIABLE */
}
/* TITRE QEEL */
.tleQEEL a{
font-size:48px; font-family:Birch Std;
color:white; text-shadow:1px 1px 0px rgba(0,0,0,0.3); /* MODIFIABLE */
}



///* PA (c) Skaemp *///

/* MENU PA */
.menuCUB {
color:white !important;
background:#80614d !important;
}
/* LIENS MENU PA */
.menuCUB a{
color:white !important;
}
/* ÉVÉNEMENT EN COURS PA */
.chCUB {
color:white !important;
background:#6D5341 !important;
}
/* DÉTAILS PA */
.dayCUB {
background:#6D5341 !important;
color:white !important;
}
/* CONTEXTE PA */
.ctxtCUB {
color:white !important;
background:#554133 !important;
}
/* BLOC PARTENAIRES PA */
.partzCUB {
color:white !important;
background:#c8b0a2 !important;
}
/* AFFICHAGE PARTENAIRES PA */
.partzCUB div{
background:#c8b0a2 !important;
}
/* BLOC TOP SITES PA */
.TOPSPA {
color:white !important;
background:#80614D !important;
}
/* AFFICHAGE TOP SITES PA */
.TOPSPA div {
background:grey !important;
}
/* BLOC STAFF & PREDEFINIS PA */
#staffPA {
background:#554133 !important;
}


/* Redimmensionner avatar automatiquement */
.postdetails.poster-profile img {
  width:200px;
  display:block;
}

.postdetails img {
max-width: 200px;
max-height: 320px;
}

/* Justifier automatiquement les messages du forum et marge automatique de 30px */

.postbody {
    display: block;
    margin: 30px;
    text-align:justify;
}

/* Code "Sélectionner tout" */

.selectCode { float:right; text-transform: uppercase; cursor:pointer; }
div.cont_code { clear: right; }

/* Enlever le "dernière édition" */

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

/* Enelever soulignement des liens */

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

///* NAVIGATION (c) Skaemp *///

/* NAVIGATION */
#navSIT {
position:absolute; top:100px; margin-left:800px; /* MODIFIABLE - DETERMINE LA POSITION */
line-height:0px; border-top:2px solid;
border-top-color:lightblue; /* MODIFIABLE */
}
.mainmenu img{
display:none;
}
/* LIEN NAVIGATION */
#navSIT a{
display:block;
width:165px; padding:5px 0; border:2px solid; border-top:none;
text-transform:uppercase; text-align:center; line-height:12px; font-size:12px;
background:rgba(0,0,0,0.5); border-color:lightblue; color:lightblue; /* MODIFIABLE */
}
/* SURVOL LIEN NAVIGATION */
#navSIT a:hover {
background:rgba(0,0,0,0.7); /* MODIFIABLE */
}
/* MENU DE RECHERCHE */
#search_menu {
position:absolute; top:250px !important; left:0 !important;
}
#search_menu a{
background:none !important; border:none !important; color:inherit !important;
}

//* i-logo *///

#i_logo{
  background-image:url(http://i35.servimg.com/u/f35/19/41/84/78/fond0110.jpg);
}
 
    #i_logo:hover{
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
 
filter:alpha(opacity=75);
-moz-opacity:0.75;
-khtml-opacity:0.75;
opacity: 0.75;}

Le voici.

J'espère que je ne me suis pas plantée quelque part en collant les codes et en modifiant les couleurs.

Je vous met aussi le screen des propriétés du CSS : https://2img.net/r/hpimg15/pics/343745Sanstitre6.png
Revenir en haut Aller en bas
Autre petit soucis :) Empty Lun 4 Juil - 1:31
Le problème provient de l'ensemble des commentaires incorrectement énoncés :
Code:
///* Catégories (c) Skaemp *///

► Correction :
Code:
/* Catégories (c) Skaemp */

Remplacez ainsi votre partie CSS par celle-ci afin de rectifier le visuel :
Code:
    /* NAVIGATION (c) Skaemp */
    #navSIT {
    position:absolute; top:100px; margin-left:800px; /* MODIFIABLE - DETERMINE LA POSITION */
    line-height:0px; border-top:2px solid;
    border-top-color:lightblue; /* MODIFIABLE */
    }
    .mainmenu img{
    display:none;
    }
    /* LIEN NAVIGATION */
    #navSIT a{
    display:block;
    width:165px; padding:5px 0; border:2px solid; border-top:none;
    text-transform:uppercase; text-align:center; line-height:12px; font-size:12px;
    background:rgba(0,0,0,0.5); border-color:lightblue; color:lightblue; /* MODIFIABLE */
    }
    /* SURVOL LIEN NAVIGATION */
    #navSIT a:hover {
    background:rgba(0,0,0,0.7); /* MODIFIABLE */
    }
    /* MENU DE RECHERCHE */
    #search_menu {
    position:absolute; top:250px !important; left:0 !important;
    }
    #search_menu a{
    background:none !important; border:none !important; color:inherit !important;
    }

    /* BLOC TITRE CATEGORIE (c) Skaemp */
    .topCAT {
    margin:auto; width:770px;
    }
    /* TRIANGLES CATEGORIE GAUCHE */
    .triCAT {
    display:inline-block; vertical-align:top; width:35px;
    }
    /* TRIANGLE HAUT */
    .tlTRIC {
    width:0; height:0; border-style:solid; border-width:0 35px 35px 0; border-color:transparent;
    border-right-color:#554133; /* MODIFIABLE */
    }
    /* TRIANGLE BAS */
    .blTRIC {
    width:0; height:0; border-style:solid; border-width:0 0 35px 35px; border-color:transparent;
    border-bottom-color:#554133; /* MODIFIABLE */
    }
    /* BANDE CATEGORIE */
    .tleCAT{
    height:70px; width:735px; text-align:center; display:inline-block;
    background:#554133; /* MODIFIABLE */
    }
   /* TITRE CATEGORIE */
    .tleCAT h2{
    font-size:24px; text-transform:uppercase; letter-spacing:3px; font-family:Arial;
    color:white; text-shadow:1px 1px 0px black; /* MODIFIABLE */
    }
    /* BLOC FORUM */
    .FRM {
    width:770px; margin:10px auto;
    }
    .lftFRM {
    display:inline-block;
    }
    /* TRIANGLES FORUM */
    .triFRM {
    display:inline-block; vertical-align:top; width:75px;
    }
    .trTRIF {
    width:0; height:0; border-style:solid; border-width:76px 76px 0 0; border-color:transparent;
    border-top-color:#8C6A53; /* MODIFIABLE */
    }
    .brTRIF {
    width:0; height:0; border-style:solid; border-width:76px 0 0 76px; border-color:transparent;
    border-left-color:#8C6A53; /* MODIFIABLE */
    }
    /* BLOC TITRE FORUM */
    .tleFRM {
    height:25px; padding-top:10px; width:475px; overflow:hidden;
    font-size:14px; font-family:Arial; text-transform:uppercase; text-align:center;
    background:#8C6A53; /* MODIFIABLE */
    }
   /* TITRE FORUM */
    .tleFRM a{
    color:white !important; /* MODIFIABLE */
    }
    /* POINTE DERNIER MESSAGE */
    .TRIF {
    display:inline-block; width:0; height:0; border-style:solid; border-width:75px 65px 75px 0; border-color:transparent;
    border-right-color:#E2D7CF; /* MODIFIABLE */
    }
    /* NOMBRE SUJETS ET MESSAGES */
    .sjrpFRM {
    position:absolute; z-index:3; margin-top:20px; margin-left:5px;
    height:40px; width:135px; padding:10px 5px 0px 5px; overflow:hidden;
    background-color:rgba(250,250,250,0.8); /* MODIFIABLE */
    font-size:11px; text-transform:uppercase; text-align:center;
    opacity:0; transition:all .65s linear; -webkit-transition:all .65s linear;
    }
    .sjrpFRM:hover {
    opacity:1;
    }
    /* IMAGES LOCK/NEWS/NO NEWS FORUM */
    .imgFRM{
    position:absolute; margin-top:20px; margin-left:5px; width:145px; height:50px;
    }
    /* DERNIER MESSAGE */
    .lmsgFRM {
    width:155px; height:150px; display:inline-block;
    background:#E2D7CF; /* MODIFIABLE */
    }
    .lmsgFRM p{
    position:absolute; margin-top:75px; margin-left:5px; width:145px; height:45px; padding:5px 0; overflow:hidden;
    background-color:#8C6A53; color:white; /* MODIFIABLE */
    text-align:center; font-size:11px;
    }
    /* DESCRIPTION FORUM */
    .descFRM {
    display:inline-block;
    height:105px; width:355px; padding:5px; overflow:auto;
    background-color:#E2D7CF; color:black; /* MODIFIABLE */
    font-size:11px; text-align:justify;
    }
    /* SOUS-FORUMS */
    .sfFRM{
    display:inline-block;
    padding:5px; width:100px; height:105px; overflow:auto; text-align:left; color:rgba(0,0,0,0);
    background:#8C6A53; /* MODIFIABLE */
    transition:color .65s linear; -webkit-transition:color .65s linear;
    }
    .sfFRM:hover {
    color:white;
    }
    .sfFRM a{
    opacity:0; transition:opacity .65s linear; -webkit-transition:opacity .65s linear;
    color:white !important; /* MODIFIABLE */
    }
    .sfFRM:hover a{
    opacity:1;
    }

   
    /* PRESENTATION LISTE SUJETS (c) Skaemp */
    /* BLOC SUJET */
    .LSBJ {
    width:750px; margin:10px auto;
    }
    /* OUTIL MODERATION */
    .modSBJ {
    position:absolute; z-index:3; margin-left:-15px; margin-top:15px;
    }
    /* TITRE / AUTEUR / DERNIER MESSAGE / STATISTIQUES */
    .boxSBJ {
    display:inline-block; vertical-align:top;
    width:690px;
    }
    /* BLOC TITRE & DESCRIPTION */
    .tleSBJ {
    display:inline-block; vertical-align:top; margin-bottom:10px;
    width:460px; height:35px; padding:10px; overflow:hidden;
    font-family:Arial; background:rgba(0,0,0,0.1); box-shadow:inset 0 0 5px rgba(0,0,0,0.1); /* MODIFIABLE */
    text-align:left; text-transform:uppercase;
    }
    /* TITRE */
    .tleSBJ a {
    line-height:9px;
    color:white !important; /* MODIFIABLE */
    }
    /* DESCRIPTION */
    .descSBJ {
    color:#dedede; /* MODIFIABLE */
    font-size:10px; text-align:justify;
    }
    /* TRIANGLE AUTEUR */
    .triSBJ {
    display:inline-block; vertical-align:middle;
    width:0; height:0; border-style:solid; border-width:12.5px 15px 12.5px 0; border-color:transparent;
    border-right-color:rgba(250,250,250,0.8); /* MODIFIABLE */
    }
    /* AUTEUR */
    .nameSBJ {
    display:inline-block; vertical-align:middle;
    width:185px; height:35px; padding:20px 5px 0; overflow:hidden;
    background:rgba(250,250,250,0.8); /* MODIFIABLE */
    font-size:11px; text-align:center; line-height:11px;
    }
    /* ICÔNES */
    .imgSBJ {
    display:inline-block; vertical-align:top; margin-left:10px;
    width:50px; height:100px;
    }
    /* BLOC DERNIER MESSAGE / VUES & REPONSES */
    .stsSBJ {
    display:inline-block; vertical-align:top;
    background:#554133; /* MODIFIABLE */
    }
    /* DERNIER MESSAGE */
    .lmsgSBJ {
    display:inline-block; margin:5px;
    height:15px; width:275px; padding:5px; overflow:hidden;
    background:rgba(250,250,250,0.5); color:black; /* MODIFIABLE */
    font-size:9px; text-align:center;
    }
    /* VUES */
    .vuesSBJ {
    display:inline-block; vertical-align:top; margin:5px 5px 5px 0;
    width:85px; height:20px; padding-top:5px;
    background:rgba(250,250,250,0.8); color:black; /* MODIFIABLE */
    font-size:11px; text-align:center;
    }
    /* REPONSES */
    .repSBJ {
    display:inline-block; vertical-align:top;  margin:5px 0;
    width:85px; height:20px; padding-top:5px;
    background:rgba(250,250,250,0.8); color:black; /* MODIFIABLE */
    font-size:11px; text-align:center;
    }
    /* LISTE DES PAGES */
    .gotoSBJ {
    display:inline-block; vertical-align:top; margin-top:-3px;
    width:210px; padding-right:10px; font-size:10px; text-align:right;
    color:white; /* MODIFIABLE */
    }



    /* Affichage des sujets (c) Skaemp */
    /* APPARENCE MESSAGES */
    div.postbody {
    background:rgba(250,250,250,0.3); border:3px solid rgba(250,250,250,0.2); /* MODIFIABLE */
    padding:10px; min-height:260px;
    text-align:justify; color:black;
    }
    /* AVATAR */
    .avaP {
    height:320px; width:200px;
    border:5px solid;
    border-color: #80614D; /* MODIFIABLE */
    transition:transform 0.65s linear; -webkit-transition:transform 0.65s linear;
    }
    .avaP img {
    height:320px; width:200px;
    }
    /* INFORMATIONS RP */
    .avaP div{
    position:absolute; z-index:2; margin-top:-320px;
    width:200px; height:320px; overflow:hidden;
    }
    /* FOND INFORMATIONS RP */
    .avaP div div{
    width:190px; height:310px; padding:5px; overflow:auto;
    font-size:11px; background-color:rgba(250,250,250,0.5); /* MODIFIABLE */
    transform:translateY(-640px); -webkit-transform:translateY(-640px);
    transition:transform 0.65s linear; -webkit-transition:transform 0.65s linear;
    }
    .avaP:hover div div {
    transform:translateY(320px); -webkit-transform:translateY(320px);
    }
    /* IMAGE RANG */
    .imgrankP {
    position:absolute; z-index:3;
    margin-top:-53px;
    }
    /* ICONE EN LIGNE */
    .onS {
    position:absolute; z-index:4;
    margin-left:99px; margin-top:-30px;
    }
    /* TRIANGLES HAUT INFORMATIONS JOUEUR */
    .triNLP {
    display:inline-block;
    width:0; height:0;
    border-style:solid; border-width:50px 0 0 105px; border-color:transparent;
    border-left-color:#80614D; /* MODIFIABLE */
    }
    .triNRP {
    display:inline-block;
    width:0; height:0;
    border-style:solid; border-width:0 0 50px 105px; border-color:transparent;
    border-bottom-color:#80614D; /* MODIFIABLE */
    }
    /* BLOC INFORMATIONS JOUEUR */
    .rimgdP {
    background:#80614D; /* MODIFIABLE */
    padding-bottom:5px;
    }
    /* PSEUDONYME */
    .nameP {
    width:200px; padding:5px;
    text-align:center; text-transform:uppercase;
    }
    /* TEXTE RANG */
    .rankP {
    padding:5px; width:200px;
    text-transform:uppercase; text-align:center;
    background:rgba(250,250,250,0.7); color:#80614D;  /* MODIFIABLE */
    }
    /* IMAGES CONTACT JOUEUR */
    .ktactP {
    width:210px; padding:5px 0; text-align:center;
    opacity:0.5;
    }
    /* INFOS JOUEUR */
    .dtailS {
    padding:5px; width:180px; margin:auto;
    font-size:11px; color:black; background:rgba(250,250,250,0.4); /* MODIFIABLE */
    }
    /* TRIANGLE BAS PROFIL */
    .triP {
    width:0; height:0; border-style:solid; border-width:50px 105px 0 105px; border-color:transparent;
    border-top-color:#80614D; /* MODIFIABLE */
    }



    /* Mise en page du profil (c) Skaemp */
    .PFIL {
    margin:auto; width:800px;
    }
    /* PSEUDONYME PROFIL */
    .namePFIL {
    margin-bottom:10px;
    height:20px; padding:10px 0;
    text-transform:uppercase; text-align:center;
    background:#242424; color:#ccc; /* MODIFIABLE */
    }
    /* BLOC INFORMATIONS PROFIL */
    #abtPFIL {
    display:inline-block; margin-right:10px;
    width:570px;
    }
    /* BLOC GAUCHE INFORMATIONS */
    .abtPFIL {
    display:inline-block; margin-right:10px;
    width:285px; height:320px; padding:10px; overflow:auto;
    font-size:11px;
    background:#1a1a1a; color:#ccc; /* MODIFIABLE */
    }
    /* INTITULES CONTENU BLOC GAUCHE INFORMATIONS PROFIL */
    .abtPFIL div span {
    text-transform:uppercase; color:#ccc; /* MODIFIABLE */
    }
    /* CONTENU BLOC GAUCHE INFORMATIONS PROFIL */
    .abtPFIL div{
    padding:2px 0;
    }
    .abtPFIL .field_uneditable {
    display:inline-block;
    }
    /* BORDURES BLOC INFORMATIONS PROFIL */
    .borderPFIL {
    padding:0 0 5px !important;
    border-bottom:1px solid #ccc; /* MODIFIABLE */
    }
    /* BLOC DROITE INFORMATIONS PROFIL */
    #adminPFIL {
    display:inline-block; vertical-align:top;
    width:255px; height:340px;
    font-size:11px;
    }
    .adminPFIL {
    height:275px; padding:10px; overflow:auto;
    background:#1a1a1a; color:#ccc; /* MODIFIABLE */
    }
    /* CONTENU BLOC DROITE INFORMATIONS PROFIL */
    .adminPFIL div{
    padding:5px 0;
    }
    /* INTITULES CONTENU BLOC DROITE INFORMATIONS PROFIL */
    .adminPFIL div span {
    text-transform:uppercase; color:#ccc; /* MODIFIABLE */
    }
      /* BLOC IMAGES CONTACT PROFIL */
    #ktactPFIL {
    margin-top:10px; height:25px; padding:5px 0; text-align:center;
    background:#1a1a1a; /* MODIFIABLE */
    }
    /* IMAGES CONTACT PROFIL */
    .ktactPFIL {
    display:inline-block;
    }
    .ktactPFIL img {
    max-height:25px;
    }
    /* BLOC AVATAR */
    #avPFIL {
    display:inline-block; vertical-align:top;
    width:200px; padding:10px;
    background:#1a1a1a; /* MODIFIABLE */
    }
    .avPFIL {
    width:200px; height:320px; overflow:hidden;
    }
    /* TITRE FEUILLE DE PERSONNAGE PROFIL */
    .tleRPG {
    margin:auto;
    width:800px; padding:10px 0; text-transform:uppercase; text-align:center;
    background:#242424; color:#ccc; /* MODIFIABLE */
    }
    /* CONTENU FEUILLE DE PERSONNAGE PROFIL */
    .boxRPG {
    margin:auto; width:780px; padding:10px;
    background:#1a1a1a; color:#ccc; /* MODIFIABLE */
    }
    /* INTITULES CONTENU FEUILLE DE PERSONNAGE PROFIL */
    .boxRPG span {
    text-transform:uppercase; color:#ccc; /* MODIFIABLE */
    }



    /* Affichage liste des membres (c) Skaemp */
    /* BLOC LISTE DES MEMBRES */
    #LMBER {
    width:675px; margin:auto; text-align:center;
    }
    /* BLOC MEMBRE */
    #MBER {
    float:left; width:200px; height:345px; margin:15px 10px 10px;
    }
    /* BLOC PSEUDONYME */
    #nameLMBER {
    position:absolute; z-index:3; margin-top:-10px; margin-left:85px; width:100px; height:auto;
    }
    /* OMBRES BLOC PSEUDONYME */
    .triLMBER {
    position:absolute; z-index:2; margin-top:-10px; margin-left:80px;
    width:0; height:0; border-style:solid; border-width:0 0 15px 5px; border-color:transparent;
    border-bottom-color:black; /* MODIFIABLE */
    }
    .triRMBER {
    position:absolute; margin-top:-10px; margin-left:185px;
    width:0; height:0; border-style:solid; border-width:15px 0 0 5px; border-color:transparent;
    border-left-color:black; /* MODIFIABLE */
    }
    /* PSEUDONYME */
    .nameLMBER{
    width:80px; padding:10px;
    text-align:center; text-transform:uppercase;
    background:rgba(250,250,250,0.9); /* MODIFIABLE */
    }
    /* IMAGES MP * PROFIL */
    .mpwLMBER {
    width:100px; text-align:center;
    background:rgba(250,250,250,0.9); /* MODIFIABLE */
    }
    /* TRIANGLE BAS PSEUDONYME */
    .triMBER {
    width:0; height:0; border-style:solid; border-width:20px 50px 0 50px; border-color:transparent;
    border-top-color:rgba(250,250,250,0.9); /* MODIFIABLE */
    }
    /* AVATAR MINIATURISE */
    .imgLMBER img{
    position:absolute; z-index:2; margin-left:-100px; width:200px; height:320px;
    transition:all 0.85s linear; -webkit-transition:all 0.85s linear;
    }
    .imgLMBER {
    width:200px; height:320px; overflow:hidden;
    }
    .imgLMBER div {
    position:relative;
    width:200px; height:320px; overflow:hidden;
    }
    /* BLOC MESSAGES / INSCRIPTION / DERNIERE VISITE */
    .imgLMBER div div{
    width:190px; height:145px; padding:5px; overflow:hidden;
    background:rgba(0,0,0,0.6); /* MODIFIABLE */
    font-size:11px; text-align:center;
    transition:transform 0.85s linear; -webkit-transition:transform 0.85s linear;
    }
    .imgLMBER:hover div div{
    transform:translateY(240px); -webkit-transform:translateY(240px);
    }
    .imgLMBER:hover img{
    transform:translateY(-85px); -webkit-transform:translateY(-85px);
    }
    /* CONTENU MESSAGES / INSCRIPTION / DERNIERE VISITE */
    .imgLMBER div div span{
    display:inline-block; height:16px; padding-top:4px; text-align:center; text-transform:uppercase; font-size:10px;
    background:rgba(250,250,250,0.6); color:black; /* MODIFIABLE */
    }



    /* FICHE DE PRESENTATION (c) Skaemp */
    /* FOND BLOC PHYSIQUE & CARACTERE */
    .phyzCIT {
    background:#9fbad1 !important;
    }
    /* BLOC PHYSIQUE */
    .phyzCIT div{
    background:rgba(250,250,250,0.7) !important; color:black !important;
    }
    /* BLOC CARACTERE */
    .phyzCIT span{
    background:rgba(250,250,250,0.7) !important; color:black !important;
    }
    /* FOND BLOC NOM PRENOM & INFORMATIONS */
    .npCIT {
    background:#554133 !important;
    }
    /* NOM PRENOM(S) */
    .npCIT div{
    color:white !important;
    }
    /* PETITE CITATION */
    .npCIT div span{
    border-color:white !important; color:white !important;
    }
    /* BLOC INFORMATIONS */
    .npCIT p{
    background:rgba(250,250,250,0.7) !important; color:black !important;
    }
    /* BLOC HISTOIRE */
    .storyCIT {
    background:grey !important;
    }
    /* CONTENU HISTOIRE */
    .storyCIT p{
    background:#ccc !important; color:black !important;
    }
    /* BLOC A VOTRE PROPOS */
    .abtUCIT {
    background:#554133 !important;
    }
    /* TITRE A VOTRE PROPOS */
    .abtUCIT div{
    color:white !important;
    }
    /* CONTENU A VOTRE PROPOS */
    .abtUCIT p{
    background:rgba(250,250,250,0.7) !important; color:black !important;
    }


    /* Fiche de PV (c) Skaemp */
    /* BLOC NOM PRENOM(S) & INFORMATIONS */
    .npPFCIT {
    background:#554133 !important;
    }
    /* NOM PRENOM(S) */
    .npPFCIT div{
    color:white !important;
    }
    /* DISPONIBILITE */
    .npPFCIT div span{
    border-color:white !important;
    }
    /* INFORMATIONS */
    .npPFCIT p{
    background:rgba(250,250,250,0.7) !important; color:black !important;
    }
    /* BLOC HISTOIRE */
    .storyPFCIT {
    background:grey !important;
    }
    /* CONTENU HISTOIRE */
    .storyPFCIT p{
    background:#ccc !important;
    }
    /* BLOC LIENS POTENTIELS */
    .lksPFCIT {
    background:#554133 !important;
    }
    /* TITRE LIENS POTENTIELS */
    .lksPFCIT span{
    color:white !important;
    }
    /* LIEN POTENTIEL */
    .lksPFCIT div{
    background:rgba(250,250,250,0.7) !important; color:black !important;
    }
    /* BLOC PHYSIQUE & CARACTERE */
    .phyzPFCIT {
    background:#9fbad1 !important;
    }
    /* BLOC PHYSIQUE */
    .phyzPFCIT div{
    background:rgba(250,250,250,0.7) !important; color:black !important;
    }
    /* BLOC CARACTERE */
    .phyzPFCIT span{
    background:rgba(250,250,250,0.7) !important;
    }
    /* ADJECTIFS */
    .phyzPFCIT span li{
    background:#554133 !important; color:white !important;
    }


    /* QEEL (c) Skaemp */
    .QEEL {
    margin:auto; height:340px; width:800px; padding-top:20px; text-align:center;
    background:#000000; box-shadow:0 0 3px rgba(0,0,0,0.1); /* MODIFIABLE */
    }
    /* BLOC MEMBRES EN LIGNE/24H */
    #ondayQEEL {
    display:inline-block; vertical-align:top;
    width:300px;
    }
    /* MEMBRES CONNECTES */
    .onlineQEEL {
    display:inline-block; margin-bottom:10px; margin-right:5px;
    width:270px; height:100px; padding:10px; overflow:hidden;
    background:rgba(250,250,250,0.8); color:black; /* MODIFIABLE */
    font-size:10px; text-align:justify;
    opacity:0.5; transition:all .45s linear; -webkit-transition:all .45s linear;
    }
    .onlineQEEL:hover {
    overflow:auto; opacity:1;
    }
    /* 24H QEEL */
    .dayQEEL {
    display:inline-block; margin-right:5px;
    width:280px; height:110px; padding:5px; overflow:hidden;
    background:rgba(250,250,250,0.8); color:black !important; /* MODIFIABLE */
    font-size:10px; text-align:justify;
    opacity:0.5; transition:all .45s linear; -webkit-transition:all .45s linear;
    }
    .dayQEEL:hover {
    overflow:auto; opacity:1;
    }
    /* BLOC ANNIVERSAIRES/STATISTIQUES QEEL */
    #stsQEEL {
    display:inline-block; vertical-align:top; margin:0 10px;
    }
    /* ANNIVERSAIRES QEEL */
    .anvQEEL {
    margin-bottom:10px;
    width:225px; height:100px; padding:10px; overflow:hidden;
    background:rgba(250,250,250,0.5); color:black; /* MODIFIABLE */
    font-size:10px; text-align:justify !important;
    opacity:0.5; transition:all .45s linear; -webkit-transition:all .45s linear;
    }
    .anvQEEL:hover {
    overflow:auto; opacity:1;
    }
    .anvQEEL .row1 {
    padding:0; background:none;
    }
    /* STATISTIQUES QEEL */
    .stsQEEL {
    margin:auto;
    width:245px; height:120px;
    font-family:Verdana; /* MODIFIABLE */
    font-size:11px; text-align:center;
    }
    /* TITRES STATISTIQUES QEEL */
    .stsQEEL div {
    margin:5px auto;
    width:245px; height:24px; padding:12px 0 0;
    text-transform:uppercase; text-align:center; font-weight:bold;
    background:rgba(250,250,250,0.4); color:black; /* MODIFIABLE */
    transition:all .45s ease; -webkit-transition:all .45s ease;
    }
    .stsQEEL:hover div {
    color:rgba(0,0,0,0);
    }
    /* CONTENU STATISTIQUES */
    .statsHOV {
    position:absolute; z-index:5; margin-left:-122px; margin-top:-41px;
    width:245px; height:24px; padding:12px 0 0;
    background:rgba(250,250,250,0.3); color:black !important;  /* MODIFIABLE */
    opacity:0; transition:all .45s ease; -webkit-transition:all .45s ease;
    }
    .stsQEEL:hover .statsHOV {
    opacity:1;
    }
    /* GROUPES QEEL */
    .GQEEL {
    display:inline-block; vertical-align:top; margin-left:5px;
    width:200px; height:230px; padding:10px 0; overflow:hidden;
    text-align:center; text-transform:uppercase; font-family:Birch Std; font-size:24px;
    background:rgba(250,250,250,0.5); /* MODIFIABLE */
    opacity:0.5; transition:all .45s linear; -webkit-transition:all .45s linear;
    }
    .GQEEL:hover {
    opacity:1; overflow:auto;
    }
    /* NOMS DES GROUPES */
    .GQEEL a{
    display:block;
    text-shadow:1px 1px 0px rgba(0,0,0,0.3); letter-spacing:3px; /* MODIFIABLE */
    transition:all .45s ease; -webkit-transition:all .45s ease;
    }
    /* SURVOLEMENT NOMS DES GROUPES */
    .GQEEL a:hover {
    letter-spacing:1px; /* MODIFIABLE */
    }
    /* BLOC NOMBRE UTILISATEURS EN LIGNE & TITRE QEEL */
    .tleQEEL {
    width:770px; height:50px; padding:15px;
    text-transform:uppercase; text-align:center;
    }
    /* NOMBRE UTILISATEURS EN LIGNE */
    #TLUS {
    display:block; margin-top:-10px;
    letter-spacing:0; font-size:8px;
    color:white; /* MODIFIABLE */
    }
    /* TITRE QEEL */
    .tleQEEL a{
    font-size:48px; font-family:Birch Std;
    color:white; text-shadow:1px 1px 0px rgba(0,0,0,0.3); /* MODIFIABLE */
    }



    /* PA (c) Skaemp */
    /* MENU PA */
    .menuCUB {
    color:white !important;
    background:#80614d !important;
    }
    /* LIENS MENU PA */
    .menuCUB a{
    color:white !important;
    }
    /* ÉVÉNEMENT EN COURS PA */
    .chCUB {
    color:white !important;
    background:#6D5341 !important;
    }
    /* DÉTAILS PA */
    .dayCUB {
    background:#6D5341 !important;
    color:white !important;
    }
    /* CONTEXTE PA */
    .ctxtCUB {
    color:white !important;
    background:#554133 !important;
    }
    /* BLOC PARTENAIRES PA */
    .partzCUB {
    color:white !important;
    background:#c8b0a2 !important;
    }
    /* AFFICHAGE PARTENAIRES PA */
    .partzCUB div{
    background:#c8b0a2 !important;
    }
    /* BLOC TOP SITES PA */
    .TOPSPA {
    color:white !important;
    background:#80614D !important;
    }
    /* AFFICHAGE TOP SITES PA */
    .TOPSPA div {
    background:grey !important;
    }
    /* BLOC STAFF & PREDEFINIS PA */
    #staffPA {
    background:#554133 !important;
    }


    /* Redimensionner avatar automatiquement */
    .postdetails.poster-profile img {
      width:200px;
      display:block;
    }

    .postdetails img {
    max-width: 200px; max-height: 320px;
    }

    /* Justifier automatiquement les messages du forum et marge automatique de 30px */

    .postbody {
        display: block;
        margin: 30px;
        text-align:justify;
    }

    /* Code "Sélectionner tout" */

    .selectCode { float:right; text-transform: uppercase; cursor:pointer; }
    div.cont_code { clear: right; }

    /* Enlever le "dernière édition" */

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

    /* Enelever soulignement des liens */

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

    /* i-logo */

    #i_logo{
      background-image:url(http://i35.servimg.com/u/f35/19/41/84/78/fond0110.jpg);
    }
   
        #i_logo:hover{
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
   
    filter:alpha(opacity=75);
    -moz-opacity:0.75;
    -khtml-opacity:0.75;
    opacity: 0.75;}

Vous souhaitant une agréable journée.
Revenir en haut Aller en bas
Autre petit soucis :) Empty Lun 4 Juil - 14:15
Oh, j'ignorais que ça jouait.

Eh bien, je vous remercie, ça fonctionne à merveille à présent.

Je vous souhaite une bonne journée I love you
Revenir en haut Aller en bas
Revenir en haut Aller en bas
Vous ne pouvez pas répondre aux sujets dans ce forum