Les codes ont changé !
2 participants
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1 • Partagez
Les codes ont changé !
Bonsoir ! Je poste ici car j'ai un gros problème. J'ai regardé le panneau d'administration en regardant ce que je pouvais changer quand les codes ont été modifier. Pour informations j'ai juste modifier les codes de la cb qui ne posé aucun problème. C'est lorsque j'ai fais retour avec la flèche qu'il y a eu le problème. Merci d'avance!
Dernière édition par Texmaix le Mer 9 Juil 2014 - 19:05, édité 1 fois
Re: Les codes ont changé !
Humm... Pas sur de comprendre ?...
Vous êtes revenu en arrière en cliquant sur la flèche de votre ordinateur et les codes on changé ?
Cordialement,
Vous êtes revenu en arrière en cliquant sur la flèche de votre ordinateur et les codes on changé ?
Cordialement,
Re: Les codes ont changé !
Exactement. je n'ai rien sauvegardé.
Re: Les codes ont changé !
Comme rien n'a été sauvegardé, et que vous êtes revenu en arrière il faudra tout recommencé
Ceci est dommage. Mais pour éviter que cela arrive de nouveau, à chaque nouvelle modification ou ligne de code enregistré votre travail
Cordialement,
Ceci est dommage. Mais pour éviter que cela arrive de nouveau, à chaque nouvelle modification ou ligne de code enregistré votre travail
Cordialement,
Re: Les codes ont changé !
Etant donné que je suis prudent, j'ai copié les codes. Je les ais remis mais cela n'a rien changé :/
Re: Les codes ont changé !
Vous avez remit les code où ? Dans un template ? Quel sont ces codes ?
Cordialement,
Cordialement,
Re: Les codes ont changé !
J'ai remis la CCS de base du forum dans l'affichage -> images et couleurs -> couleurs -> feuille de style CCS
Re: Les codes ont changé !
Ok, donc c'est des code CSS et non CCS
Pouvez-vous me montrer le code, nous allons voir pourquoi cela n'a rien changé !
Cordialement,
Pouvez-vous me montrer le code, nous allons voir pourquoi cela n'a rien changé !
Cordialement,
Re: Les codes ont changé !
Avec plaisir ! Les voici:
- Code:
test_ficherecap
{
color: silver !important;
font-size: 12px;
font-weight: bold;
text-shadow: 1px 1px 0px #6a5c52;
}
.imgpresa
{
width: 168px;
margin-right: 25px;
height: 500px;
overflow: hidden;
border: 1px solid green;
box-shadow: 1px 1px 1px #191817;
-moz-box-shadow: 1px 1px 1px #191817;
-htm-box-shadow: 1px 1px 1px #191817;
-webkit-box-shadow: 1px 1px 1px #191817;
-o-box-shadow: 1px 1px 1px #191817;
}
.imgpresa_contenu
{
position: relative;
display: block;
width: 159px;
height: 490px;
overflow: hidden;
background-color: #191817;
text-align: justify;
padding: 5px;
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
filter: alpha(opacity=0);
transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}
.imgpresa_contenu:hover
{
height: 100%;
opacity: 0.8;
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
filter: alpha(opacity=80);
transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}
/*Surbrillance catégories: off*/
td.row1, td.row3.over:hover {
background-color: rgb(211, 235, 159) !important;
}
/*CB titre + testes divers*/
#chatbox_footer:before {
position:absolute;
top:8px;
left:15px;
content:"[";
font-size:12px;
font-weight: bold
color: #8C92AA}
.chatbox .msg span[style="color:green;"] strong {
visibility: hidden;
}
.chatbox .msg span[style="color:green;"] strong:before {
content :"Une personne a passer la porte de la vérité";
visibility: visible;
color:#81A337;
font-style:italic
}
.chatbox .msg span[style="color:red;"] strong {
visibility: hidden;
}
.chatbox .msg span[style="color:red;"] strong:before {
content :"Une personne a quitter la porte de la vérité";
visibility: visible;
color:#6D79B5;
font-style:italic
}
#chatbox_header .cattitle:after {content:"";
font-style:italic;
font-weight:bold;
color: #8C92AA;
font-size:10px;
padding:10px
}
div#chatbox_members:before {content:"";
font-size:12px;
position:relative;
font-weight: bold;
color: #8C92AA;
padding:5px;
}
#chatbox_header .cattitle strong
{
display: none;
}
#chatbox_header .cattitle:before
{
content: "Le monde fou de Awakening";
}
/*Code*/
.code {
width: 100% !important;
padding:2px
}
/*Fiche de présentation*/
.nom_prenom
{
display: block;
position: relative;
width: 300px;
margin-left: auto;
margin-right: auto;
margin-bottom: -60px;
height: 40px;
background-color: #DEE3E7;
border-top: 4px solid #40464A;
border-left: 1px solid #40464A;
border-right: 1px solid #40464A;
border-radius: 30px;
-moz-border-radius: 30px;
-o-border-radius: 30px;
-webkit-border-radius: 30px;
-htm-border-radius: 30px;
font-family: trebuchet;
padding: 5px;
font-size: 24px;
color: #40464A;
text-align: center;
font-weight: bold;
}
.cadre_fiche
{
width: 95%;
margin: auto;
background-color: #C9C9C9;
border-top: 4px solid #40464A;
border-bottom: 4px solid #40464A;
border-left: 1px dashed #40464A;
border-right: 1px dashed #40464A;
border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
-webkit-border-radius: 20px;
-htm-border-radius: 20px;
}
.citation_perso
{
display: block;
text-align: right;
padding-right: 20px;
font-family: courier new;
font-size: 16px;
letter-spacing: 2px;
width: 500px;
float: right;
color: #40464A;
text-shadow: 1px 1px 0px #ffffff;
}
.line_image
{
display: block;
width: 100%;
border-bottom: 4px solid #40464A;
margin-top: 100px;
margin-bottom: -100px;
}
.cercle_image
{
width: 100px;
height: 100px;
border: 5px solid #40464A;
-moz-border-radius: 100px;
border-radius: 100px;
-o-border-radius: 100px;
-htm-border-radius: 100px;
-webkit-border-radius: 100px;
margin: 10px;
}
.cadre_perso
{
float: left;
width: 250px;
height: 250px;
overflow: auto;
background-color: #DEE3E7;
border: 1px solid #40464A;
box-shadow: 0px 0px 4px #40464A;
-moz-box-shadow: 0px 0px 4px #40464A;
color: #40464A;
font-size: ;
font-family: ;
letter-spacing: 2px;
padding: 4px;
margin: 10px;
}
.cadre_joueur
{
float: right;
width: 250px;
height: 250px;
overflow: auto;
background-color: #DEE3E7;
border: 1px solid #40464A;
box-shadow: 0px 0px 4px #40464A;
-moz-box-shadow: 0px 0px 4px #40464A;
color: #40464A;
font-size: ;
font-family: ;
letter-spacing: 2px;
padding: 4px;
margin: 10px;
}
.titre_cadre_perso_joueur
{
display: block;
height: 20px;
font-size: 18px;
text-align: center;
letter-spacing: 4px;
font-weight: ;
font-variant: small-caps;
}
.image_perso
{
float: left;
width: 100px;
height: 100px;
border: 5px solid #40464A;
margin: 6px;
}
.titre_partie
{
font-family: trebuchet;
padding: 5px;
font-size: 32px;
color: #40464A;
text-align: center;
font-weight: bold;
letter-spacing: 4px;
padding-left: 20px;
}
.line_partie
{
display: block;
width: 100%;
border-bottom: 4px solid #40464A;
}
.texte_partie
{
display: block;
color: #40464A;
font-size: px;
font-family: ;
letter-spacing: px;
margin: 10px;
text-align: justify;
}
/*Fiche d évaluation des Rp*/
.fiche_eval_rp
{
width: 65%;
overflow: auto;
background-color: white;
border: 1px solid #40464A;
box-shadow: 0px 0px 4px #40464A;
-moz-box-shadow: 0px 0px 4px #40464A;
color: #40464A;
font-size: ;
font-family: ;
letter-spacing: 2px;
padding: 4px;
margin: 10px;
}
/*Fiche de validation de présentation*/
.fiche_valide
{
width: 65%;
overflow: auto;
background-color: white;
border: 1px solid #40464A;
box-shadow: 0px 0px 4px #40464A;
-moz-box-shadow: 0px 0px 4px #40464A;
color: #40464A;
font-size: ;
font-family: ;
letter-spacing: 2px;
padding: 4px;
margin: 10px;
}
/*Sélecteur de code*/
.selectCode
{
float:right;
text-transform: uppercase;
cursor:pointer;
}
div.cont_code
{
clear: right;
}
/*Présentation des messages*/
.postbody
{
padding:5px
}
/*pa carousel*/
/* style pour l image illustrant le texte d accueil */
.carousel_img
{
width: 150px;
margin: 10px;
float: left;
transform: rotate(-10deg);
-o-transform: rotate(-10deg);
-htm-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
}
/* style des images illustrant le staff et les wanted du bloc 2 */
.carousel_illu
{
display: inline-block;
margin: 2px;
border: 1px solid #E0E1E0;
}
/* style des infobulles de description staff et wanted */
.carousel_description, .carousel_description2
{
position: absolute;
z-index: 999;
display: block;
width: 0px;
height: 0px;
margin-top: -50px;
margin-left: 20px;
background: #F0EFEF;
color: #505050;
line-height: 11px;
text-align: center;
opacity: 0;
-moz-opacity: 0;
-khtm-opacity: 0;
filter: alpha(opacity=0);
transform: rotate(-20deg);
-moz-transform: rotate(-20deg);
-htm-transform: rotate(-20deg);
-o-transform: rotate(-20deg);
-webkit-transform: rotate(-20deg);
-ms-transform: rotate(-20deg);
border-radius: 10px;
-o-border-radius: 10px;
-moz-border-radius: 10px;
-htm-border-radius: 10px;
-webkit-border-radius: 10px;
overflow: hidden;
transition: 200ms;
-moz-transition: 200ms;
-htm-transition: 200ms;
-o-transition: 200ms;
-webkit-transition: 200ms;
}
.carousel_mini /* ne pas modifier */
{
display: inline-block;
}
/* ne pas modifier */
.carousel_mini:hover .carousel_description, .carousel_mini:hover .carousel_description2
{
width: 150px;
height: 100px;
margin-top: -10px;
padding: 3px;
opacity: 0.8;
-moz-opacity: 0.8;
-khtm-opacity: 0.8;
filter: alpha(opacity=80);
transform: rotate(0deg);
-moz-transform: rotate(0deg);
-htm-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
box-shadow: 0px 0px 5px #595959;
-moz-box-shadow: 0px 0px 5px #595959;
-o-box-shadow: 0px 0px 5px #595959;
-htm-box-shadow: 0px 0px 5px #595959;
-webkit-box-shadow: 0px 0px 5px #595959;
transition: 200ms;
-moz-transition: 200ms;
-htm-transition: 200ms;
-o-transition: 200ms;
-webkit-transition: 200ms;
}
/* ne pas modifier */
.carousel_mini:hover .carousel_description2
{
margin-top: -180px;
}
/* style de l affichage de la date dans les news */
.date
{
padding: 0 10px;
font-size: 18px;
font-family: lucida calligraphy;
}
/* style des lignes de news */
.ligne1, .ligne2
{
display: block;
padding: 2px;
font-size: 11px;
}
/* style specifique pour la ligne 2 */
.ligne2
{
background: #EDEDED;
}
/* ONGLET DEVOILE EN CLIC */
#target_onglet, #target_onglet2
{
position: fixed;
}
#onglet_clic
{
position: fixed;
z-index: 999;
width: 257px;
height: 200px;
margin-left: -225px;
margin-top: 100px;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}
#onglet_contenu
{
width: 195px;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
height: 190px;
color: #1e466c;
font-size: 11px;
}
.onglet_clic_navigation
{
display: block;
float: right;
width: 40px;
height: 120px;
overflow: hiden;
background: url(http://img15.hostingpics.net/pics/871303ouvrir01.png);
margin-top: 40px;
}
.onglet_ouvrir
{
position: absolute;
z-index: 3;
}
.onglet_fermer
{
position: absolute;
z-index: 2;
}
#onglet_clic_contenu
{
width: 215px;
height: 200px;
overflow: auto;
background: white;
border: 1px solid white;
border-radius: 30px;
}
#target_onglet:target #onglet_clic
{
margin-left: -10px;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}
#target_onglet:target .onglet_ouvrir
{
z-index: 1;
}
#target_onglet2:target #onglet_clic
{
margin-left: -225px;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}
/*PROFIL*/
.profil_mess
{
position: relative;
z-index: 9;
width: 210px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
background-image: url('http://i58.servimg.com/u/f58/18/21/20/07/dz11.png');
padding: 4px;
text-align: center;
border-radius: 10px;
-moz-border-radius: 10px;
-htm-border-radius: 10px;
-o-border-radius: 10px;
-webkit-border-radius: 10px;
border: 2px solid #D3EB9F;
box-shadow: 0px 0px 5px black;
-moz-box-shadow: 0px 0px 5px black;
-htm-box-shadow: 0px 0px 5px black;
-o-box-shadow: 0px 0px 5px black;
-webkit-box-shadow: 0px 0px 5px black;
}
.name
{
display: block;
text-transform: uppercase;
margin-top: -15px;
margin-bottom: -10px;
font-size: 14px;
font-family: arial black;
text-shadow: 1px 1px 0px #000000;
padding-bottom: 5px;
border-bottom: 1px dashed white;
}
.avatar_mess
{
display: block;
width: 200px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
height: 400px;
overflow: hidden;
border: 5px solid white;
background-color: white;
opacity: 0.8;
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
filter: alpha(opacity=70);
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}
.avatar_mess:hover
{
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}
.profil2_mess
{
position: relative;
z-index: 1;
width: 180px;
margin-left: auto;
margin-right: auto;
margin-top: -202px;
background-color: white;
padding-left: 4px;
padding-right: 4px;
text-align: left;
border-radius: 10px;
-moz-border-radius: 10px;
-htm-border-radius: 10px;
-o-border-radius: 10px;
-webkit-border-radius: 10px;
border: 2px solid #D3EB9F;
box-shadow: 0px 0px 5px #000000;
-moz-box-shadow: 0px 0px 5px #000000;
-htm-box-shadow: 0px 0px 5px #000000;
-o-box-shadow: 0px 0px 5px #000000;
-webkit-box-shadow: 0px 0px 5px #000000;
color: #434343 !important;
transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
-htm-transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
transition: 2s;
-moz-transition: 2s;
-o-transition: 2s;
-htm-transition: 2s;
-webkit-transition: 2s;
}
.profil2_mess:hover
{
margin-top: -42px;
transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-htm-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transition: 2s;
-moz-transition: 2s;
-o-transition: 2s;
-htm-transition: 2s;
-webkit-transition: 2s;
}
.profil2_content
{
display: block;
width: 180px;
height: 200px;
max-height: 200px;
overflow: auto;
}
/*PA*/
.bloc0
{
margin: auto;
height: 700px;
width: 800px;
background: #D3EB9F;
}
.titre1
{
font-size: 70px;
font-family: 'Lilita One', cursive;
color: white;
letter-spacing: 2px;
text-shadow: 0px 0px 1px white;
position: relative;
top: 20px;
text-transform: uppercase;
}
.bordure1
{
border-bottom: 10px solid #D4D7E6;
width: 778px;
margin: auto;
}
.bloccontexte
{
background-color: white;
margin-top: -8px;
border: 4px solid #D4D7E6;
width: 390px;
height: 210px;
overflow: auto;
padding-left: 10px;
padding-right: 10px;
text-align: justify;
}
.blocstaff
{
background-color: white;
margin-top: -8px;
border: 4px solid #D4D7E6;
width: 350px;
height: 210px;
margin-left: 20px;
overflow: auto;
padding-left: 10px;
padding-right: 10px;
text-align: justify;
}
.bloctop
{
margin-top: -10px;
}
.blocwanted
{
background-color: white;
margin-top: 20px;
border: 4px solid #D4D7E6;
width: 250px;
height: 200px;
overflow: auto;
padding-left: 10px;
padding-right: 10px;
text-align: justify;
}
.blocnew
{
background-color: white;
margin-top: 20px;
border: 4px solid #D4D7E6;
width: 150px;
height: 200px;
margin-left: 20px;
overflow: auto;
padding-left: 10px;
padding-right: 10px;
text-align: justify;
}
.blocinconnu
{
background-color: white;
margin-top: 20px;
border: 4px solid #D4D7E6;
width: 300px;
height: 200px;
margin-left: 20px;
overflow: auto;
padding-left: 10px;
padding-right: 10px;
text-align: justify;
}
/*FIN PA*/
.fondu
{
position:relative;
margin:0 auto;
}
.fondu1,#image_moi,#text_moi
{
width:60px;
height:60px;
-moz-transition:1s opacity;
-webkit-transition:1s opacity;
-o-transition:1s opacity;
}
#image_moi
{
position:absolute;
z-index:2;
opacity:1;
}
#text_moi
{
position:absolute;
z-index:1;
opacity:0;
}
.fondu1:hover #image_moi
{
opacity:0.1;
z-index:0;
}
.fondu1:hover #text_moi
{
opacity:1;
}
/* ------------------------- QEEL ------------------------ */
.Photo {
width: 320px;
height: 90px;
align: center;
margin-top: 10px;
margin-left: 30;
background: url(http://img11.hostingpics.net/pics/912091riza.png);
border-top: 3px solid white;
border-bottom: 3px solid white;
box-shadow: 0 0 3px grey;
padding : 15px;
}
.Barre {
background: url(http://i58.servimg.com/u/f58/18/21/20/07/barre10.png);
width: 15px;
height: 350px;
Margin-right: 15px;
margin-left: 15px;
}
#Titre {
width:100%;
margin: -30;
padding: 30;
font-family: 'Georgia', cursive;
font-size:50px;
font-weight: normal;
text-align: center;
letter-spacing: 3;
color:#71799C;
text-shadow: 10px 10px 10px 10px white;
}
.Stats {
font: bold 35px georgia;
font-style:italic;
color:#71799C;
letter-spacing:px;
text-shadow: 10px 10px 10px 10px white;
}
.Stats1 {
margin-top:-20px;
margin-left: 30;
background: #D3EB9F;
border-top: 3px solid white;
border-bottom: 3px solid white;
box-shadow: 0 0 3px white;
padding : 15px;
width: 320px;
height: 50px;
overflow: auto;
font-family: 'Verdana', cursive;
font-size:13px;
font-weight: normal;
text-align: center;
letter-spacing: ;
color:#3E4B73;
text-shadow: 0 0 2px #fff;
}
.Stats2 {
margin-top: 20px;
margin-left: 30;
background: #D4D7E6;
border-top: 3px solid white;
border-bottom: 3px solid white;
box-shadow: 0 0 3px white;
padding : 15px;
width: 320px;
height: 50px;
overflow: auto;
font-family: 'Verdana', cursive;
font-size:11px;
font-weight: normal;
text-align: center;
letter-spacing: ;
color:#3E4B73;
text-shadow: 0 0 2px #fff;
}
.Groupes {
margin-top: -20px;
margin-left: 30;
background: #D3EB9F;
border-top: 3px solid white;
border[hide][/hide]-bottom: 3px solid white;
box-shadow: 0 0 3px white;
padding : 15px;
width: 320px;
height: 50px;
overflow: auto;
font-family: 'Verdana', cursive;
font-size:13px;
font-weight: normal;
text-align: center;
letter-spacing: ;
color:#3E4B73;
text-shadow: 0 0 2px #fff;
}
.bodylinewidth { margin-top:-8px; margin-bottom:-8px; }
.bodyline{
-moz-box-shadow: 0px 0px 40px grey;
box-shadow: 0px 0px 40px grey;
-webkit-box-shadow: 0px 0px 40px grey;
}/* CATEGORIES */
a {
text-decoration: none;
color: #000000;
font-size: 12px;}
.titreforum {
color: white;
font-size: 22px;
text-align: center;
font-family: trebuchet ms;
text-transform: uppercase;
}
.ensemble {
background-color: #D3EB9F;
margin-top: -20px;
font-size: 12px;
padding: 10px;
color: #000000;
width: 750px;
}
.description {
background-color: #ffffff;
text-align: justify;
width: 490px;
height: 100px;
overflow: none;
padding: 10px;
font-size: 12px;
color: #000000;
}
.messages {
background-color: #ffffff;
font-size: 12px;
text-align: center;
color: #000000 !important;
padding: 10px;
}
.liens {
background-color: #ffffff;
font-size: 12px;
overflow: auto;
text-align: left;
color: #000000 !important;
padding: 10px;
height: 100px;
width: 100px;
margin-top: -50px;
}
.derniers {
width:100px;
height:100px;
border-radius:80px;
-webkit-border-radius:80px;
-moz-border-radius:80px;
background-color: #ffffff;
font-size: 12px;
text-align: center;
color: #000000 !important;
margin-top: -40px;
padding: 10px;
margin-right: -70px;
}
Re: Les codes ont changé !
Pour l'instant, la seule erreur que je vois est le début de votre code, vous n'avez pas signalé que c'est une class ou un ID
Si cela est une class, il faut mettre un petit point devant. Si cela est un ID il faut mettre le signe # devant
Cordialement,
- Code:
test_ficherecap
{
color: silver !important;
font-size: 12px;
font-weight: bold;
text-shadow: 1px 1px 0px #6a5c52;
}
Si cela est une class, il faut mettre un petit point devant. Si cela est un ID il faut mettre le signe # devant
- Code:
.test_ficherecap
{
color: silver !important;
font-size: 12px;
font-weight: bold;
text-shadow: 1px 1px 0px #6a5c52;
}
OU
#test_ficherecap
{
color: silver !important;
font-size: 12px;
font-weight: bold;
text-shadow: 1px 1px 0px #6a5c52;
}
Cordialement,
Re: Les codes ont changé !
J'ai essayé les codes deux fois mais rien ne marche :/
Re: Les codes ont changé !
Je veux savoir, absolument rien ne change ou certains trucs ne change pas ?
Re: Les codes ont changé !
Rien ne change.
EDIT: Je suis sur d'une chose. Au tout début du code il y avait un petit point.
EDIT: Je suis sur d'une chose. Au tout début du code il y avait un petit point.
Re: Les codes ont changé !
Remplace tout ton code CSS et dit moi si cela change:
Cordialement,
- Code:
.test_ficherecap {
color : silver !important ;
font-size : 12px;
font-weight : bold;
}
.imgpresa {
width : 168px;
margin-right : 25px;
height : 500px;
overflow : hidden;
border : 1px solid green;
}
.imgpresa_contenu {
position : relative;
display : block;
width : 159px;
height : 490px;
overflow : hidden;
background-color : #191817;
text-align : justify;
padding : 5px;
}
.imgpresa_contenu:hover {
height : 100%;
}
td.row1, td.row3.over:hover {
background-color : rgb(211, 235, 159) !important ;
}
#chatbox_footer:before {
position : absolute;
top : 8px;
left : 15px;
content : "[";
font-size : 12px;
font-weight : bold;
color : #8c92aa;
}
.chatbox .msg span[style="color:green;"] strong {
visibility : hidden;
}
.chatbox .msg span[style="color:green;"] strong:before {
content : "Une personne a passer la porte de la v??rit??";
visibility : visible;
color : #81a337;
font-style : italic;
}
.chatbox .msg span[style="color:red;"] strong {
visibility : hidden;
}
.chatbox .msg span[style="color:red;"] strong:before {
content : "Une personne a quitter la porte de la v??rit??";
visibility : visible;
color : #6d79b5;
font-style : italic;
}
#chatbox_header .cattitle:after {
content : "";
font-style : italic;
font-weight : bold;
color : #8c92aa;
font-size : 10px;
padding : 10px;
}
div#chatbox_members:before {
content : "";
font-size : 12px;
position : relative;
font-weight : bold;
color : #8c92aa;
padding : 5px;
}
#chatbox_header .cattitle strong {
display : none;
}
#chatbox_header .cattitle:before {
content : "Le monde fou de Awakening";
}
.code {
width : 100% !important ;
padding : 2px;
}
.nom_prenom {
display : block;
position : relative;
width : 300px;
margin-left : auto;
margin-right : auto;
margin-bottom : -60px;
height : 40px;
background-color : #dee3e7;
border-top : 4px solid #40464a;
border-left : 1px solid #40464a;
border-right : 1px solid #40464a;
font-family : trebuchet;
padding : 5px;
font-size : 24px;
color : #40464a;
text-align : center;
font-weight : bold;
}
.cadre_fiche {
width : 95%;
margin : auto;
background-color : #c9c9c9;
border-top : 4px solid #40464a;
border-bottom : 4px solid #40464a;
border-left : 1px dashed #40464a;
border-right : 1px dashed #40464a;
}
.citation_perso {
display : block;
text-align : right;
padding-right : 20px;
font-family : courier new;
font-size : 16px;
letter-spacing : 2px;
width : 500px;
float : right;
color : #40464a;
}
.line_image {
display : block;
width : 100%;
border-bottom : 4px solid #40464a;
margin-top : 100px;
margin-bottom : -100px;
}
.cercle_image {
width : 100px;
height : 100px;
border : 5px solid #40464a;
margin : 10px;
}
.cadre_perso {
float : left;
width : 250px;
height : 250px;
overflow : auto;
background-color : #dee3e7;
border : 1px solid #40464a;
color : #40464a;
letter-spacing : 2px;
padding : 4px;
margin : 10px;
}
.cadre_joueur {
float : right;
width : 250px;
height : 250px;
overflow : auto;
background-color : #dee3e7;
border : 1px solid #40464a;
color : #40464a;
letter-spacing : 2px;
padding : 4px;
margin : 10px;
}
.titre_cadre_perso_joueur {
display : block;
height : 20px;
font-size : 18px;
text-align : center;
letter-spacing : 4px;
font-variant : small-caps;
}
.image_perso {
float : left;
width : 100px;
height : 100px;
border : 5px solid #40464a;
margin : 6px;
}
.titre_partie {
font-family : trebuchet;
padding : 5px;
font-size : 32px;
color : #40464a;
text-align : center;
font-weight : bold;
letter-spacing : 4px;
padding-left : 20px;
}
.line_partie {
display : block;
width : 100%;
border-bottom : 4px solid #40464a;
}
.texte_partie {
display : block;
color : #40464a;
margin : 10px;
text-align : justify;
}
.fiche_eval_rp {
width : 65%;
overflow : auto;
background-color : white;
border : 1px solid #40464a;
color : #40464a;
letter-spacing : 2px;
padding : 4px;
margin : 10px;
}
.fiche_valide {
width : 65%;
overflow : auto;
background-color : white;
border : 1px solid #40464a;
color : #40464a;
letter-spacing : 2px;
padding : 4px;
margin : 10px;
}
.selectCode {
float : right;
text-transform : uppercase;
cursor : pointer;
}
div.cont_code {
clear : right;
}
.postbody {
padding : 5px;
}
.carousel_img {
width : 150px;
margin : 10px;
float : left;
}
.carousel_illu {
display : inline-block;
margin : 2px;
border : 1px solid #e0e1e0;
}
.carousel_description, .carousel_description2 {
position : absolute;
z-index : 999;
display : block;
width : 0;
height : 0;
margin-top : -50px;
margin-left : 20px;
background : #f0efef;
color : #505050;
line-height : 11px;
text-align : center;
overflow : hidden;
}
.carousel_mini {
display : inline-block;
}
.carousel_mini:hover .carousel_description, .carousel_mini:hover .carousel_description2 {
width : 150px;
height : 100px;
margin-top : -10px;
padding : 3px;
}
.carousel_mini:hover .carousel_description2 {
margin-top : -180px;
}
.date {
padding : 0 10px;
font-size : 18px;
font-family : lucida calligraphy;
}
.ligne1, .ligne2 {
display : block;
padding : 2px;
font-size : 11px;
}
.ligne2 {
background : #ededed;
}
#target_onglet, #target_onglet2 {
position : fixed;
}
#onglet_clic {
position : fixed;
z-index : 999;
width : 257px;
height : 200px;
margin-left : -225px;
margin-top : 100px;
}
#onglet_contenu {
width : 195px;
margin-left : auto;
margin-right : auto;
margin-top : 5px;
height : 190px;
color : #1e466c;
font-size : 11px;
}
.onglet_clic_navigation {
display : block;
float : right;
width : 40px;
height : 120px;
background : url(http://img15.hostingpics.net/pics/871303ouvrir01.png);
margin-top : 40px;
}
.onglet_ouvrir {
position : absolute;
z-index : 3;
}
.onglet_fermer {
position : absolute;
z-index : 2;
}
#onglet_clic_contenu {
width : 215px;
height : 200px;
overflow : auto;
background : white;
border : 1px solid white;
}
#target_onglet:target #onglet_clic {
margin-left : -10px;
}
#target_onglet:target .onglet_ouvrir {
z-index : 1;
}
#target_onglet2:target #onglet_clic {
margin-left : -225px;
}
.profil_mess {
position : relative;
z-index : 9;
width : 210px;
margin-left : auto;
margin-right : auto;
margin-top : 10px;
background-image : url('http://i58.servimg.com/u/f58/18/21/20/07/dz11.png');
padding : 4px;
text-align : center;
border : 2px solid #d3eb9f;
}
.name {
display : block;
text-transform : uppercase;
margin-top : -15px;
margin-bottom : -10px;
font-size : 14px;
font-family : arial black;
padding-bottom : 5px;
border-bottom : 1px dashed white;
}
.avatar_mess {
display : block;
width : 200px;
margin-left : auto;
margin-right : auto;
margin-top : 10px;
height : 400px;
overflow : hidden;
border : 5px solid white;
background-color : white;
}
.profil2_mess {
position : relative;
z-index : 1;
width : 180px;
margin-left : auto;
margin-right : auto;
margin-top : -202px;
background-color : white;
padding-left : 4px;
padding-right : 4px;
text-align : left;
border : 2px solid #d3eb9f;
color : #434343 !important ;
}
.profil2_mess:hover {
margin-top : -42px;
}
.profil2_content {
display : block;
width : 180px;
height : 200px;
max-height : 200px;
overflow : auto;
}
.bloc0 {
margin : auto;
height : 700px;
width : 800px;
background : #d3eb9f;
}
.titre1 {
font-size : 70px;
font-family : 'Lilita One', cursive;
color : white;
letter-spacing : 2px;
position : relative;
top : 20px;
text-transform : uppercase;
}
.bordure1 {
border-bottom : 10px solid #d4d7e6;
width : 778px;
margin : auto;
}
.bloccontexte {
background-color : white;
margin-top : -8px;
border : 4px solid #d4d7e6;
width : 390px;
height : 210px;
overflow : auto;
padding-left : 10px;
padding-right : 10px;
text-align : justify;
}
.blocstaff {
background-color : white;
margin-top : -8px;
border : 4px solid #d4d7e6;
width : 350px;
height : 210px;
margin-left : 20px;
overflow : auto;
padding-left : 10px;
padding-right : 10px;
text-align : justify;
}
.bloctop {
margin-top : -10px;
}
.blocwanted {
background-color : white;
margin-top : 20px;
border : 4px solid #d4d7e6;
width : 250px;
height : 200px;
overflow : auto;
padding-left : 10px;
padding-right : 10px;
text-align : justify;
}
.blocnew {
background-color : white;
margin-top : 20px;
border : 4px solid #d4d7e6;
width : 150px;
height : 200px;
margin-left : 20px;
overflow : auto;
padding-left : 10px;
padding-right : 10px;
text-align : justify;
}
.blocinconnu {
background-color : white;
margin-top : 20px;
border : 4px solid #d4d7e6;
width : 300px;
height : 200px;
margin-left : 20px;
overflow : auto;
padding-left : 10px;
padding-right : 10px;
text-align : justify;
}
.fondu {
position : relative;
margin : 0 auto;
}
.fondu1, #image_moi, #text_moi {
width : 60px;
height : 60px;
}
#image_moi {
position : absolute;
z-index : 2;
}
#text_moi {
position : absolute;
z-index : 1;
}
.fondu1:hover #image_moi {
z-index : 0;
}
.Photo {
width : 320px;
height : 90px;
margin-top : 10px;
background : url(http://img11.hostingpics.net/pics/912091riza.png);
border-top : 3px solid white;
border-bottom : 3px solid white;
padding : 15px;
}
.Barre {
background : url(http://i58.servimg.com/u/f58/18/21/20/07/barre10.png);
width : 15px;
height : 350px;
margin-right : 15px;
margin-left : 15px;
}
#Titre {
width : 100%;
font-family : 'Georgia', cursive;
font-size : 50px;
font-weight : normal;
text-align : center;
color : #71799c;
}
.Stats {
font : bold 35px georgia;
font-style : italic;
color : #71799c;
}
.Stats1 {
margin-top : -20px;
background : #d3eb9f;
border-top : 3px solid white;
border-bottom : 3px solid white;
padding : 15px;
width : 320px;
height : 50px;
overflow : auto;
font-family : 'Verdana', cursive;
font-size : 13px;
font-weight : normal;
text-align : center;
color : #3e4b73;
}
.Stats2 {
margin-top : 20px;
background : #d4d7e6;
border-top : 3px solid white;
border-bottom : 3px solid white;
padding : 15px;
width : 320px;
height : 50px;
overflow : auto;
font-family : 'Verdana', cursive;
font-size : 11px;
font-weight : normal;
text-align : center;
color : #3e4b73;
}
.Groupes {
margin-top : -20px;
background : #d3eb9f;
border-top : 3px solid white;
padding : 15px;
width : 320px;
height : 50px;
overflow : auto;
font-family : 'Verdana', cursive;
font-size : 13px;
font-weight : normal;
text-align : center;
color : #3e4b73;
}
.bodylinewidth {
margin-top : -8px;
margin-bottom : -8px;
}
a {
text-decoration : none;
color : #000000;
font-size : 12px;
}
.titreforum {
color : white;
font-size : 22px;
text-align : center;
font-family : trebuchet ms;
text-transform : uppercase;
}
.ensemble {
background-color : #d3eb9f;
margin-top : -20px;
font-size : 12px;
padding : 10px;
color : #000000;
width : 750px;
}
.description {
background-color : #ffffff;
text-align : justify;
width : 490px;
height : 100px;
padding : 10px;
font-size : 12px;
color : #000000;
}
.messages {
background-color : #ffffff;
font-size : 12px;
text-align : center;
color : #000000 !important ;
padding : 10px;
}
.liens {
background-color : #ffffff;
font-size : 12px;
overflow : auto;
text-align : left;
color : #000000 !important ;
padding : 10px;
height : 100px;
width : 100px;
margin-top : -50px;
}
.derniers {
width : 100px;
height : 100px;
background-color : #ffffff;
font-size : 12px;
text-align : center;
color : #000000 !important ;
margin-top : -40px;
padding : 10px;
margin-right : -70px;
}
Cordialement,
Re: Les codes ont changé !
Ça marche ! Merci beaucoup !!
Re: Les codes ont changé !
Super !
N'hésite pas pour d'autre question
Cordialement,
N'hésite pas pour d'autre question
Cordialement,
Re: Les codes ont changé !
J'en ai aucune pour l'instant. Merci encore
Sujets similaires
» [divisé] Thème changé ne change pas sur le forum
» nom qui change
» mon adresse a changé?
» Onglet qui ne change pas
» Bannière qui change
» nom qui change
» mon adresse a changé?
» Onglet qui ne change pas
» Bannière qui change
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum