Le Deal du moment : -29%
PC portable Gamer ERAZER DEPUTY P60 – ...
Voir le deal
999.99 €

Problème avec une couleur dans un sujet

Problème avec une couleur dans un sujet Empty Sam 10 Fév - 19:46
Bonjour/Bonsoir !

Déjà, je tiens à vous remercier pour tout ce travail que vous mettez en libre-service ! C'est grâce à vous que j'ai pu faire l'intégralité du design de mon forum et vous serez bien évidemment cité dans les crédits (quand j'aurais tout fini).

Or, je rencontre un petit soucis avec l'un des codes pour les sujets.
En effet, la couleur des intitulés d'information des joueurs restent désespérément bleue malgré tous mes efforts pour la faire devenir noire.

Une petite capture d'écran pour montrer:

Je peux vous fournir le template et le CSS au besoin.
Merci d'avance et bonne soirée.
Revenir en haut Aller en bas
Problème avec une couleur dans un sujet Empty Dim 11 Fév - 3:00
Bonjour,

Ces lignes régissent l'élément que vous désirez modifier :

Code:
/* INTITULES INFORMATIONS JOUEUR */
.abtPOST span {
text-transform:uppercase; font-weight:bold; /* MODIFIABLE */
}

Il vous suffit normalement d'y ajouter la déclaration adéquate :
Code:
/* INTITULES INFORMATIONS JOUEUR */
.abtPOST span {
text-transform:uppercase; font-weight:bold; /* MODIFIABLE */
color:black; /* MODIFIABLE */
}
Revenir en haut Aller en bas
Problème avec une couleur dans un sujet Empty Dim 11 Fév - 8:22
Malheureusement, j'avais déjà essayé et ça ne marche pas. Je viens de recommencer dans le doute, mais aucun résultat.
Revenir en haut Aller en bas
Problème avec une couleur dans un sujet Empty Dim 11 Fév - 17:25
Ajoutez ceci à votre partie CSS :
Code:
.abtPOST span.label {
color:black; /* MODIFIABLE */
}

Si cela ne vous procure le résultat escompté, transmettez-moi alors l'intégralité de votre partie CSS.
Revenir en haut Aller en bas
Problème avec une couleur dans un sujet Empty Dim 11 Fév - 20:06
Toujours aucun résultat.
Voilà la partie CSS, du coup. J'ai laissé la petite modification que vous m'aviez dit de faire :

Code:
/* PRESENTATION DU SUJET */
/* BLOC TITRE SUJET */
#tlePOST{
margin:5px auto; padding:10px;
background:#310727; /* MODIFIABLE */
text-transform:uppercase; text-align:right;
}
/* NOUVEAU & REPONDRE */
.btnPOST {
float:left;
}
/* TITRE SUJET */
#tlePOST h1 {
line-height:34px; font-size:32px; font-family:Arial;
color:white; /* MODIFIABLE */
}
/* NAVIGATION */
.navPOST {
display:block; margin-top:5px; padding:1%; font-size:10px; font-family:Arial;
background:rgba(255,255,255,0.5); color:black; /* MODIFIABLE */
}
/* LIENS NAVIGATION */
.navPOST a {
color:black !important; /* MODIFIABLE */
}
/* DATE SUJET */
.datePOST {
display:inline-block; vertical-align:middle;
padding:5px 0; font-size:11px; text-transform:uppercase;
color:black; /* MODIFIABLE */
}
/* CITER / EDITER / SUPPRIMER / IP */
.toolsPOST {
display:inline-block; vertical-align:middle; margin-left:15px;
}
/* MESSAGE & BLOC JOUEUR */
.mainPOST {
margin:20px auto 0;  
box-shadow:0 0 0px rgba(0,0,0,0.2); background:#e1dbe0; /* MODIFIABLE */
}
/* APPARENCE MESSAGE */
.PPOST {
width:71%; padding:1%; text-align:justify; font-size:11px;
color:black; /* MODIFIABLE */
}
/* LARGEUR MAXIMALE IMAGES APPARENCE MESSAGE */
.PPOST img{
max-width:100%;
}
/* TRIANGLE GAUCHE */
.triIPOST {
position:absolute; margin-left:-10px; margin-top:-20px;
width:0; height:0; border-style:solid; border-width:0 0 20px 10px; border-color:transparent;
border-bottom-color:#310727; /* MODIFIABLE */
}
/* BANDE PSEUDONYME / RANG / INFORMATIONS */
#boxPOST {
width:220px;
background:#310727; /* MODIFIABLE */
}
/* BLOC PSEUDONYME / RANG / INFORMATIONS */
.boxPOST {
margin-top:-20px;
width:200px; padding:10px; text-align:center;
background:#310727; /* MODIFIABLE */
}
/* TRIANGLE DROITE */
.triIIPOST {
position:absolute; margin-top:-20px; margin-left:220px;
width:0; height:0; border-style:solid; border-width:20px 0 0 10px; border-color:transparent;
border-left-color:#310727; /* MODIFIABLE */
}
/* PSEUDONYME */
.namePOST {
text-transform:uppercase; font-size:32px; font-family:Arial;
background:#310727; /* MODIFIABLE */
}
/* TEXTE RANG */
.rankPOST {
position:absolute; z-index:3; margin:10px;
width:160px; padding:10px;
background:black; color:white; /* MODIFIABLE */
text-transform:uppercase; font-size:11px; font-family:Arial;
opacity:0; transform:scale(0.7); -webkit-transform:scale(0.7); transition:all 1s ease; -webkit-transition:all 1s ease;
}
.avaPOST:hover .rankPOST {
opacity:1; transform:scale(1); -webkit-transform:scale(1);
}
/* AVATAR */
.avaPOST {
margin:10px auto;
}
.avaPOST img{
transition:all 1s ease; -webkit-transition:all 1s ease;
}
.avaPOST:hover img{
opacity:0.5; filter:grayscale(1); -webkit-filter:grayscale(1);
}
/* INFORMATIONS JOUEUR */
.abtPOST div{
margin-bottom:5px; padding:5px;
text-align:justify; font-family:Arial; font-size:11px;
background:rgba(255,255,255,0.4); color:black; /* MODIFIABLE */
}
/* INTITULES INFORMATIONS JOUEUR */
.abtPOST span{
text-transform:uppercase; font-weight:bold;
color:black; /* MODIFIABLE */
}
.abtPOST span.label {
color:black; /* MODIFIABLE */
}
/* LARGEUR MAXIMALE IMAGES INFORMATIONS JOUEUR */
.abtPOST img{
max-width:100%;
}
/* FEUILLE DE PERSONNAGE */
.rpgPOST{
padding:5px; text-align:justify; font-size:11px;
background:#310727; color:black; /* MODIFIABLE */
}
.rpgPOST br:nth-of-type(1) {
display:none;
}
/* IMAGES CONTACT JOUEUR */
.ktactPOST {
margin-top:10px;
}
/* IMAGE RANG */
.imgrankPOST img{
margin:auto; max-width:100%;
}
/* ESPACE DROITE */
.blankPOST {
width:5%;
}
/* BLOC SIGNATURE */
.signPOST {
margin:10px auto 0; padding:10px; font-size:11px; text-align:justify;
box-shadow:0 0 5px rgba(0,0,0,0.2); background:#e1dbe0; color:black; /* MODIFIABLE */
}
.signPOST br:nth-of-type(1) {
display:none;
}
.signPOST br:nth-of-type(2) {
display:none;
}
Revenir en haut Aller en bas
Problème avec une couleur dans un sujet Empty Lun 12 Fév - 3:00
Permettez-moi d'insister, l'intégralité de votre partie CSS - non uniquement celle correspondant au template présentement concerné. Un lien vers votre forum pourrait également se révéler utile.
Revenir en haut Aller en bas
Problème avec une couleur dans un sujet Empty Lun 12 Fév - 7:09
Désolée, j'avais mal lu :

Code:
Body {
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;}

/*Suppression_search_box--------------------------*/
#search-box input {
display: none;
}
#search-box input.button1 {
display: none;
}
input.search {
display: none;
}
#search-box input.button2 {
background-image: none;
}

.navbar {
background:white;
}





/* PA */
/* TEXTE DE BIENVENUE */
.welcPOK {
color:#7e3b6e !important;  
}
/* FOND PA */
.boxPOK {
background:#7e3b6e !important;  
}
/* BLOC EVENEMENT EN COURS / LIENS / TOP-SITES */
#lksPOK {
background:#310727!important;
}
/* BORDURE EVENEMENT EN COURS */
.eventPOK {
border-color:#7e3b6e !important;
}
/* CONTENU EVENEMENT EN COURS */
.eventPOK div{
background:black !important; color:white !important;
}
/* LIEN EVENEMENT EN COURS */
.eventPOK a{
color:white !important;
}
/* LIEN BLOC LIENS */
.lksPOK a{
background:#7e3b6e !important; color:white !important;  
}
/* LIEN TOP-SITE */
.topPOK a{
background:#7e3b6e !important; color:white !important;
}
/* BLOC STAFF */
.staffPOK {
background:#310727 !important;  
}
/* PSEUDONYME / RANG / MP STAFF */
.staffPOK div:hover span{
background:lightblue !important; color:black !important;
}
/* DESCRIPTION STAFF */
.staffPOK div:hover p{
background:grey !important; color:black !important;
}
/* CONTEXTE */
.ctxtPOK {
background:rgba(250,250,250,0.5) !important; box-shadow:inset 0 0 3px rgba(0,0,0,0.3) !important; color:black !important;
}
/* TITRE PARTENAIRES */
.partPOK span {
color:white !important;
}
/* BORDURE IMAGE PARTENAIRE */
.partPOK img{
border-color:#310727 !important;
}
/* SURVOL BORDURE IMAGE PARTENAIRE */
.partPOK img:hover {
border-color:grey !important;
}
/* TITRE PREDEFINIS */
.pfPOK span{
color:white !important;
}
/* DISCLAIMER */
.claimPOK {
color:black !important;
}

 



/* BLOC TITRE CATEGORIE */
.tleCAT{
margin:5px auto 0;
width:800px; padding:20px 0; text-align:center;
background:#310727; /* MODIFIABLE */
}
/* TITRE CATEGORIE */
.tleCAT h2{
margin:0; font-family:Arial; font-size:32px; text-transform:uppercase;  
color:white; /* MODIFIABLE */
}
/* BLOC CATEGORIE */
.mdlCAT {
margin:auto; width:800px; padding:3px 0 5px;
background:#e1dbe0; /* MODIFIABLE */
}
/* BAS CATEGORIE */
.btmCAT {
margin:0 auto 10px; width:800px;
height:10px; background:#310727; /* MODIFIABLE */
}
/* BLOC FORUM */
.FRM{
width:750px; margin:15px auto; font-family:Arial; text-align:left;
}
/* TITRE FORUM */
.tleFRM {
margin:auto; width:735px; padding-bottom:5px;
text-transform:uppercase; text-align:right; font-style:italic; font-size:14px;
}
.tleFRM a{
letter-spacing:0px; color:black !important; /* MODIFIABLE */
transition:all 0.45s linear; -webkit-transition:all 0.45s linear;
}
/* SURVOL TITRE FORUM */
.FRM:hover .tleFRM a {
letter-spacing:2px; /* MODIFIABLE */
}
/* BLOC IMAGE DESCRIPTIVE */
.blocDESC {
position:relative; z-index:2; margin-top:-10px;
display:inline-block; vertical-align:top;
width:115px; height:115px; border-radius:115px; border:5px solid;
background:white; border-color:#310727; /* MODIFIABLE */
}
/* IMAGE DESCRIPTIVE FORUM */
#descFRM img {
position:absolute; z-index:3; margin-left:-115px; margin-top:-5px;
width:115px; height:115px; border-radius:115px;
opacity:0.7; transition:opacity 0.65s ease-in-out; -webkit-transition:opacity 0.65s ease-in-out;
}
.FRM:hover #descFRM img {
opacity:1;
}
/* ICÔNES FORUM */
.imgFRM{
position:absolute; z-index:4; margin-top:-5px; margin-left:-125px;
width:45px; height:45px; border-radius:45px;
}
/* BLOC POSITIONNEMENT */
.boxFRM {
display:inline-block; vertical-align:top;
}
/* BLOC DESCRIPTION FORUM */
#descFRM {
display:inline-block; vertical-align:top; margin-left:-30px;
width:430px; padding-left:25px; height:100px; overflow:hidden;
background:#986c91; /* MODIFIABLE */
}
/* DESCRIPTION FORUM */
.descFRM {
margin-left:10px; margin-top:10px;
width:405px; padding:0 5px; height:65px; overflow:auto;
font-size:10px; text-align:justify; line-height:13px;
color:black; /* MODIFIABLE */
}
/* SOUS-FORUMS */
.sfFRM{
position:absolute; z-index:3; margin-left:-10px; margin-top:-17px;
width:465px; height:13px; padding-top:2px; overflow:auto; border-top:2px solid;
font-size:8px; text-transform:uppercase;
border-color:#310727; color:#310727; /* MODIFIABLE */
}
/* LIENS SOUS-FORUMS */
.sfFRM a.gensmall {
font-size:8px;
color:black !important; /* MODIFIABLE */
}
/* TRIANGLE DESCRIPTION FORUM */
.triFRM {
position:absolute; margin-left:425px; margin-top:-100px;
width:0; height:0; border-style:solid; border-width:100px 0 0 55px; border-color:transparent;
border-left-color:#986c91; /* MODIFIABLE */
}
/* BLOC DERNIER MESSAGE / NOMBRE SUJETS & MESSAGES FORUM */
.lmsgFRM {
display:inline-block; vertical-align:top;
width:195px; height:90px; padding:10px 5px 0 0; overflow:hidden;
text-align:right; font-size:10px;
color:white; background:#310727; /* MODIFIABLE */
}
/* NOMBRE SUJETS & MESSAGES FORUM */
.nbFRM{
margin-bottom:5px;
color:white;  /* MODIFIABLE */
font-size:11px; text-transform:uppercase;
}




/* PRESENTATION LISTE SUJETS */
/* OUTIL MODERATION SUJET */
.modSBJ {
position:absolute; z-index:3; margin-left:-15px; margin-top:55px;
}
/* BLOC SUJET */
.SBJ {
width:800px; margin:10px auto 0; padding:10px 0;
text-align:center; font-family:Arial;
background:white; /* MODIFIABLE */
}
/* BLOC ICÔNES / VUES & REPONSES SUJET */
.ivrSBJ {
display:inline-block; vertical-align:top;
width:90px; height:90px; border-radius:90px; overflow:hidden;
}
/* ICÔNES SUJET */
.imgSBJ {
width:90px; height:90px; border-radius:90px;
}
/* VUES SUJET */
.vuesSBJ {
position:absolute; z-index:3; margin-top:-83px; margin-left:7px;
width:76px; height:24px; padding-top:14px; border-radius:90px 90px 0 0;
background:rgba(250,250,250,0.8); color:black; /* MODIFIABLE */
font-size:11px; text-align:center;
opacity:0; transition:opacity 0.35s ease; -webkit-transition:opacity 0.35s ease;
}
.SBJ:hover .vuesSBJ {
opacity:1;
}
/* REPONSES SUJET */
.repSBJ {
position:absolute; z-index:3; margin-top:-40px; margin-left:7px;
width:76px; height:23px; padding-top:10px; border-radius:0 0 90px 90px;
background:rgba(250,250,250,0.6); color:black; /* MODIFIABLE */
font-size:11px; text-align:center;
opacity:0; transition:opacity 0.35s ease; -webkit-transition:opacity 0.35s ease;
}
.SBJ:hover .repSBJ {
opacity:1;
}
/* BLOC POSITIONNEMENT SUJET */
.boxSBJ {
display:inline-block; vertical-align:top; text-align:center;
}
/* BLOC TITRE / DESCRIPTION / LISTE DES PAGES SUJET */
.tleSBJ {
width:690px; height:45px; border-bottom:5px solid;
color:black; border-color:black; /* MODIFIABLE */
text-align:right; text-transform:uppercase; font-size:16px;
}
/* TITRE SUJET */
.tleSBJ a {
color:black !important; /* MODIFIABLE */
}
/* DESCRIPTION SUJET */
.descSBJ {
display:inline-block; vertical-align:middle; font-size:11px;
color:black; /* MODIFIABLE */
}
/* LISTE DES PAGES SUJET */
.gotoSBJ {
display:inline-block; vertical-align:middle; margin-left:10px; font-size:9px;
color:black; /* MODIFIABLE */
}
.gotoSBJ a {
color:black !important; /* MODIFIABLE */
}
.gotoSBJ br:nth-of-type(1) {
display:none;
}
/* AUTEUR SUJET */
.nameSBJ {
display:inline-block; vertical-align:top; margin:10px 10px 0 0;
width:285px; padding:5px 0; border-radius:10px;
background:#310727; color:#C1BFB7; /* MODIFIABLE */
text-align:center; text-transform:uppercase; font-size:12px;
}
/* DERNIER MESSAGE SUJET */
.lmsgSBJ {
display:inline-block; vertical-align:top; margin-top:10px;
width:385px; padding:5px 0; border-radius:10px;
background:#310727; color:#C1BFB7; /* MODIFIABLE */
text-align:center; text-transform:uppercase; font-size:12px;
}
/* TAILLE PSEUDONYME DERNIER MESSAGE SUJET */
.lmsgSBJ a.gensmall {
font-size:12px;
}




/* QEEL */
.QEEL {
margin:auto; width:800px; text-align:center;
}
/* BLOC GROUPES QEEL */
.GQEEL {
display:inline-block; vertical-align:top;
width:185px; height:260px; overflow:auto;
background:#310727; /* MODIFIABLE */
color:rgba(0,0,0,0); text-align:center; text-transform:uppercase;
}
/* GROUPE QEEL */
.GQEEL a{
display:block;
font-family:Arial; font-size:14px; /* MODIFIABLE */
}
/* 24H QEEL */
.dayQEEL {
display:inline-block; vertical-align:top; margin:0 10px;
width:200px; height:250px; padding:5px; overflow:auto;
font-size:12px; text-align:justify; text-transform:uppercase;
background:#e1dbe0; /* MODIFIABLE */
}
.dayQEEL .row1 {
background:none; padding:0 !important;
}
/* COULEUR TEXTE 24H QEEL */
.dayQEEL .gensmall {
font-family:Arial; font-size:12px; color:black; /* MODIFIABLE */
}
/* BLOC POSITIONNEMENT */
.boxQEEL {
display:inline-block; vertical-align:top;
}
/* TOTAL MESSAGES QEEL */
.tlPQEEL {
margin-bottom:10px;
width:120px; height:75px; padding-top:15px;
text-align:center; text-transform:uppercase; font-size:16px; font-family:Arial; line-height:normal;
background:#986c91; color:black; /* MODIFIABLE */
}
.tlPQEEL b{
font-size:30px;
}
/* TOTAL MEMBRES QEEL */
.tlMQEEL {
width:120px; height:75px; padding-top:15px;
text-align:center; text-transform:uppercase; font-size:16px; font-family:Arial; line-height:normal;
background:white; color:black; /* MODIFIABLE */
}
.tlMQEEL b{
font-size:30px;
}
/* MEMBRES CONNECTES QEEL */
.onlineQEEL {
display:inline-block; vertical-align:top; margin-left:10px;
width:235px; height:170px; padding:10px; overflow:auto;
font-size:12px; text-align:justify; text-transform:uppercase; font-family:Arial;
background:#e1dbe0; color:black; /* MODIFIABLE */
}
/* DERNIER UTILISATEUR ENREGISTRE QEEL */
.lstQEEL {
margin-top:10px;
width:385px; height:40px; padding-top:20px;
background:#986c91; color:black; /* MODIFIABLE */
text-transform:uppercase; text-align:center; font-size:18px; font-family:Arial;
}




/* AVATARS 200*400 */
/* AFFICHAGE DU PROFIL */
.PFIL {
margin:auto; width:800px; font-family:Arial;
}
/* BLOC PSEUDONYME PROFIL */
.namePFIL {
height:20px; padding:15px;
text-transform:uppercase; text-align:left;
background:#310727; /* MODIFIABLE */
}
/* PSEUDONYME PROFIL */
.namePFIL span strong {
color:white; /* MODIFIABLE */
}
/* INFORMATIONS / AVATAR / IMAGES CONTACT PROFIL */
.boxPFIL {
margin-top:10px; width:800px;
}
/* BLOC INFORMATIONS PROFIL */
.abtPFIL {
display:inline-block; vertical-align:top; width:500px; height:335px; padding:10px; overflow-y:auto;
font-size:11px;
background:#e1dbe0; color:black; /* MODIFIABLE */
}
/* INTITULES INFORMATIONS PROFIL */
.abtPFIL div span {
font-weight:bold; text-transform:uppercase; color:black; /* MODIFIABLE */
}
/* INFORMATIONS PROFIL */
.abtPFIL div{
padding:2px 0;
}
.abtPFIL .field_uneditable {
display:inline-block;
}
/* BLOC AVATAR PROFIL */
.avPFIL {
display:inline-block; vertical-align:top; margin:-45px 10px 0;
width:200px; height:400px; overflow:hidden;
}
/* BLOC IMAGES CONTACT PROFIL */
#ktactPFIL {
display:inline-block; vertical-align:top; width:60px; height:355px;
background:#310727; /* MODIFIABLE */
}
/* IMAGES CONTACT PROFIL */
.ktactPFIL {
display:block; margin:10px auto 0; max-width:40px; overflow:hidden; text-align:center;
}
.ktactPFIL img {
margin:auto; max-width:40px;
}
.ALPFIL {
height:355px;
}
/* BLOC SUJETS & MESSAGES UTILISATEUR - DERNIERE VISITE & ADMINISTRATION PROFIL */
.btmPFIL {
margin-top:10px; padding:10px;
text-transform:uppercase; text-align:left;
background:#310727;  /* MODIFIABLE */
}
/* SUJETS UTILISATEUR PROFIL */
.sbjPFIL {
display:inline-block; vertical-align:middle;
width:55px; height:27px; padding:13px 10px 0;
text-transform:uppercase; text-align:center; font-size:11px;
background:rgba(255,255,255,0.7); color:black !important; /* MODIFIABLE */
}
/* MESSAGES UTILISATEUR PROFIL */
.msgPFIL {
display:inline-block; vertical-align:middle; margin:0 10px;
width:75px; height:27px; padding:13px 10px 0;
text-transform:uppercase; text-align:center; font-size:11px;
background:rgba(255,255,255,0.7); color:black !important; /* MODIFIABLE */
}
/* DERNIERE VISITE PROFIL */
.lstPFIL {
width:350px;
font-size:10px; text-transform:uppercase; text-align:right; line-height:14px;
color:white; /* MODIFIABLE */
}
/* INTITULE DERNIERE VISITE PROFIL */
.lstPFIL span {
color:white; /* MODIFIABLE */
}
/* ADMINISTRATION PROFIL */
.adminPFIL {
margin-top:5px; padding-top:5px; border-top:1px solid;
font-size:10px; text-align:right; text-transform:uppercase;
border-color:white; color:white; /* MODIFIABLE */
}
/* LIENS ADMINISTRATION PROFIL */
.adminPFIL a {
color:white; /* MODIFIABLE */
}
/* FEUILLE DE PERSONNAGE PROFIL */
.boxRPG {
margin-top:10px;
width:780px; padding:10px;
background:#1A1A1A; /* MODIFIABLE */
}
/* CONTENU FEUILLE DE PERSONNAGE PROFIL */
.boxRPG span {
text-transform:uppercase; color:#CCC; /* MODIFIABLE */
}
.boxRPG div:nth-of-type(1) br {
display:none;
}
/* MODERATION PROFIL */
.ajax-profil_edit {
position:absolute; z-index:15; margin-top:4px; margin-left:7px;
}
.ajax-profil_edit img{
width:7px;
}




/* AFFICHAGE LISTE DES MEMBRES */
#LMBER {
margin:auto; width:800px;
}
/* ENTÊTE - RECHERCHER UN UTILISATEUR OU MODIFIER ORDRE AFFICHAGE */
.tleLMBER {
margin:0 auto 5px; width:765px;
background:rgba(255,255,255,0.5); /* MODIFIABLE */
}
/* TITRE ENTÊTE */
.tleLMBER th {
margin-bottom:5px; padding:5px 0;
text-transform:uppercase; font-family:Arial; font-size:16px;
background:#310727; color:white; /* MODIFIABLE */
}
/* BLOC MEMBRE */
.MBER {
float:left; margin:5px;
width:145px; padding-top:10px; text-align:center;
background:#310727; /* MODIFIABLE - COULEUR PAR DEFAUT */
}
/* AVATAR */
.imgLMBER{
margin:auto; margin-bottom:-55px;
width:100px; height:100px; border-radius:100px; overflow:hidden;
}
.imgLMBER img{
width:100px;
}
/* NOMBRE DE MESSAGES */
.msgLMBER {
position:absolute; margin-top:10px; margin-left:10px;
width:80px; height:50px; padding-top:30px; border-radius:80px;
font-family:Arial; font-size:16px; text-align:center; font-weight:bold;
background:rgba(250,250,250,0.7); /* MODIFIABLE */
opacity:0; transition:opacity 0.45s ease; -webkit-transition:opacity 0.45s ease;
}
.imgLMBER:hover .msgLMBER {
opacity:1;
}
/* BLOC PSEUDONYME & INSCRIPTION / DERNIERE VISITE / IMAGES MP & WWW */
.boxLMBER {
padding:45px 10px 7px;
font-family:Arial; text-align:center;
background:#310727; /* MODIFIABLE */
}
/* BLOC PSEUDONYME & INSCRIPTION */
.nameLMBER{
margin-top:20px; height:30px; padding:5px 0;
text-align:center; text-transform:uppercase; letter-spacing:-0.5px; font-family:Arial; font-size:12px;
background:#310727; /* MODIFIABLE */
}
/* DATE INSCRIPTION */
.joinLMBER{
font-size:10px; text-align:center; letter-spacing:0;
}
/* DERNIERE VISITE */
.lstvLMBER {
margin-top:5px; padding:2px 0;
background:#310727; /* MODIFIABLE */
font-size:9px; text-align:center;
}
/* IMAGES MP & WWW */
.btnLMBER {
margin-top:5px; height:15px;
}
.btnLMBER img{
max-height:15px; filter:grayscale(1); -webkit-filter:grayscale(1);
}




/* NAVIGATION */
.navSIT {
position:absolute; top:45px; margin-left:-200px; /* MODIFIABLE - DETERMINE LA POSITION */
line-height:10px;
}
.mainmenu img{
display:none;
}
/* LIENS NAVIGATION */
.navSIT a.mainmenu {
display:block; margin-bottom:5px;
width:135px; padding:10px 5px; border-radius:40px;
text-align:center; line-height:normal;
text-transform:uppercase; font-size:12px; font-family:Arial; /* MODIFIABLE */
background:#7e3b6e; color:white; /* MODIFIABLE */
opacity:0.8; transition:opacity .55s ease; -webkit-transition:opacity .55s ease;
}
/* COULEURS ALTERNATIVES */
.navSIT a.mainmenu:nth-of-type(even) {
background:rgba(255,255,255,0.5); color:grey; /* MODIFIABLE */
}
/* SURVOL LIEN NAVIGATION */
.navSIT a.mainmenu:hover {
opacity:1;
}
/* DECONNEXION */
a#logout.mainmenu {
font-size:0px;
}
a#logout.mainmenu::after {
display:inline-block; vertical-align:middle;
font-size:12px !important; content:'Déconnexion'; /* MODIFIABLE */
}
/* MENU RECHERCHE */
#search_menu {
top:55px !important; left:175px !important;
}
/* COULEUR FOND MENU RECHERCHE */
#search_menu td.row2 {
background:lightgrey !important; font-family:Arial; /* MODIFIABLE */
}
/* COULEUR TEXTE MENU RECHERCHE */
#search_menu td.row2 span.genmed {
color:black !important; /* MODIFIABLE */
}
/* TITRE MENU RECHERCHE */
#search_menu th.thHead {
text-transform:uppercase; font-family:Arial; /* MODIFIABLE */
background:black; color:white; /* MODIFIABLE */
}
/* BARRE MENU RECHERCHE */
#search_menu input.post {
height:23px !important; border:none !important;
background:white; color:black; /* MODIFIABLE */
}
/* BOUTON MENU RECHERCHE */
#search_menu input.button {
height:25px; border:none !important; text-transform:uppercase;
background:black; color:white !important; /* MODIFIABLE */
}
/* RECHERCHE AVANCEE */
#search_menu a{
display:block; margin-bottom:5px; width:235px;
background:none !important; border:none !important;
text-transform:uppercase; font-weight:bold; color:black !important; /* MODIFIABLE */
}


/* PRESENTATION DU SUJET */
/* BLOC TITRE SUJET */
#tlePOST{
margin:5px auto; padding:10px;
background:#310727; /* MODIFIABLE */
text-transform:uppercase; text-align:right;
}
/* NOUVEAU & REPONDRE */
.btnPOST {
float:left;
}
/* TITRE SUJET */
#tlePOST h1 {
line-height:34px; font-size:32px; font-family:Arial;
color:white; /* MODIFIABLE */
}
/* NAVIGATION */
.navPOST {
display:block; margin-top:5px; padding:1%; font-size:10px; font-family:Arial;
background:rgba(255,255,255,0.5); color:black; /* MODIFIABLE */
}
/* LIENS NAVIGATION */
.navPOST a {
color:black !important; /* MODIFIABLE */
}
/* DATE SUJET */
.datePOST {
display:inline-block; vertical-align:middle;
padding:5px 0; font-size:11px; text-transform:uppercase;
color:black; /* MODIFIABLE */
}
/* CITER / EDITER / SUPPRIMER / IP */
.toolsPOST {
display:inline-block; vertical-align:middle; margin-left:15px;
}
/* MESSAGE & BLOC JOUEUR */
.mainPOST {
margin:20px auto 0;  
box-shadow:0 0 0px rgba(0,0,0,0.2); background:#e1dbe0; /* MODIFIABLE */
}
/* APPARENCE MESSAGE */
.PPOST {
width:71%; padding:1%; text-align:justify; font-size:11px;
color:black; /* MODIFIABLE */
}
/* LARGEUR MAXIMALE IMAGES APPARENCE MESSAGE */
.PPOST img{
max-width:100%;
}
/* TRIANGLE GAUCHE */
.triIPOST {
position:absolute; margin-left:-10px; margin-top:-20px;
width:0; height:0; border-style:solid; border-width:0 0 20px 10px; border-color:transparent;
border-bottom-color:#310727; /* MODIFIABLE */
}
/* BANDE PSEUDONYME / RANG / INFORMATIONS */
#boxPOST {
width:220px;
background:#310727; /* MODIFIABLE */
}
/* BLOC PSEUDONYME / RANG / INFORMATIONS */
.boxPOST {
margin-top:-20px;
width:200px; padding:10px; text-align:center;
background:#310727; /* MODIFIABLE */
}
/* TRIANGLE DROITE */
.triIIPOST {
position:absolute; margin-top:-20px; margin-left:220px;
width:0; height:0; border-style:solid; border-width:20px 0 0 10px; border-color:transparent;
border-left-color:#310727; /* MODIFIABLE */
}
/* PSEUDONYME */
.namePOST {
text-transform:uppercase; font-size:32px; font-family:Arial;
background:#310727; /* MODIFIABLE */
}
/* TEXTE RANG */
.rankPOST {
position:absolute; z-index:3; margin:10px;
width:160px; padding:10px;
background:black; color:white; /* MODIFIABLE */
text-transform:uppercase; font-size:11px; font-family:Arial;
opacity:0; transform:scale(0.7); -webkit-transform:scale(0.7); transition:all 1s ease; -webkit-transition:all 1s ease;
}
.avaPOST:hover .rankPOST {
opacity:1; transform:scale(1); -webkit-transform:scale(1);
}
/* AVATAR */
.avaPOST {
margin:10px auto;
}
.avaPOST img{
transition:all 1s ease; -webkit-transition:all 1s ease;
}
.avaPOST:hover img{
opacity:0.5; filter:grayscale(1); -webkit-filter:grayscale(1);
}
/* INFORMATIONS JOUEUR */
.abtPOST div{
margin-bottom:5px; padding:5px;
text-align:justify; font-family:Arial; font-size:11px;
background:rgba(255,255,255,0.4); color:black; /* MODIFIABLE */
}
/* INTITULES INFORMATIONS JOUEUR */
.abtPOST span{
text-transform:uppercase; font-weight:bold;
color:black; /* MODIFIABLE */
}
.abtPOST span.label {
color:black; /* MODIFIABLE */
}
/* LARGEUR MAXIMALE IMAGES INFORMATIONS JOUEUR */
.abtPOST img{
max-width:100%;
}
/* FEUILLE DE PERSONNAGE */
.rpgPOST{
padding:5px; text-align:justify; font-size:11px;
background:#310727; color:black; /* MODIFIABLE */
}
.rpgPOST br:nth-of-type(1) {
display:none;
}
/* IMAGES CONTACT JOUEUR */
.ktactPOST {
margin-top:10px;
}
/* IMAGE RANG */
.imgrankPOST img{
margin:auto; max-width:100%;
}
/* ESPACE DROITE */
.blankPOST {
width:5%;
}
/* BLOC SIGNATURE */
.signPOST {
margin:10px auto 0; padding:10px; font-size:11px; text-align:justify;
box-shadow:0 0 5px rgba(0,0,0,0.2); background:#e1dbe0; color:black; /* MODIFIABLE */
}
.signPOST br:nth-of-type(1) {
display:none;
}
.signPOST br:nth-of-type(2) {
display:none;
}



/*CHAT BOX*/
#chatbox_header, td.catBottom, #chatbox_header.main-head {
  background:#310727;
}
#chatbox_members {
  background:#e1dbe0;
}
#chatbox {
  background:#e1dbe0;
}
#chatbox_messenger .catBottom, body.chatbox, #chatbox_footer {
  background:#e1dbe0;
}

Et voilà un lien : http://waterside.forumactif.com/
Revenir en haut Aller en bas
Problème avec une couleur dans un sujet Empty Lun 12 Fév - 18:45
Merci.

Remplacez :

Code:
/* INTITULES INFORMATIONS JOUEUR */
.abtPOST span{
text-transform:uppercase; font-weight:bold;
color:black; /* MODIFIABLE */
}
.abtPOST span.label {
color:black; /* MODIFIABLE */
}

Par :
Code:
/* INTITULES INFORMATIONS JOUEUR */
.abtPOST span{
text-transform:uppercase; font-weight:bold;
color:black !important; /* MODIFIABLE */
}

Le même phénomène s'observant sur le profil, remplacez également :
Code:
/* INTITULES INFORMATIONS PROFIL */
.abtPFIL div span {
font-weight:bold; text-transform:uppercase; color:black; /* MODIFIABLE */
}

Par :
Code:
/* INTITULES INFORMATIONS PROFIL */
.abtPFIL div span {
font-weight:bold; text-transform:uppercase; color:black !important; /* MODIFIABLE */
}

Veillez à laisser les !important en cas de changement de couleur.
Revenir en haut Aller en bas
Problème avec une couleur dans un sujet Empty Lun 12 Fév - 19:28
C'est bon ! Ça marche !
Merci beaucoup pour votre aide et votre patience !
Revenir en haut Aller en bas
Revenir en haut Aller en bas
Vous ne pouvez pas répondre aux sujets dans ce forum