Les spoilers ne fonctionnent plus !
3 participants
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème divers :: Archives des problèmes divers
Page 1 sur 1 • Partagez
Les spoilers ne fonctionnent plus !
Bonjour,
Sur mon forum depuis quelques temps déjà les spoiler ne fonctionnent plus, le texte s'affiche sans qu'on clique.
( Exemple : http://rap-battle.jeun.fr/chin-tiki-f8/la-vie-est-un-t44172.htm )
Quelqu'un saurait d'où ça peut venir ?
J'ai rien modifié pourtant par rapport à ça.
Merci.
Sur mon forum depuis quelques temps déjà les spoiler ne fonctionnent plus, le texte s'affiche sans qu'on clique.
( Exemple : http://rap-battle.jeun.fr/chin-tiki-f8/la-vie-est-un-t44172.htm )
Quelqu'un saurait d'où ça peut venir ?
J'ai rien modifié pourtant par rapport à ça.
Merci.
Dernière édition par Tibbar le Jeu 23 Sep 2010 - 16:31, édité 1 fois
Re: Les spoilers ne fonctionnent plus !
Bonjour
Essayez de faire un CTRL-F5 pour rafraichir votre chargement de votre forum (peu d'espoir mais ne sait -on jamais).
Cordialement
ge
Essayez de faire un CTRL-F5 pour rafraichir votre chargement de votre forum (peu d'espoir mais ne sait -on jamais).
Cordialement
ge
Re: Les spoilers ne fonctionnent plus !
Bonjour,
Vous avez désactivé le CSS de base sur votre forum qui contient du code CSS nécessaire au fonctionnement du spoiler.
Vous avez désactivé le CSS de base sur votre forum qui contient du code CSS nécessaire au fonctionnement du spoiler.
Re: Les spoilers ne fonctionnent plus !
Merci pour vos réponses, je vais voir ça.
Re: Les spoilers ne fonctionnent plus !
Pour subsilver :
- Code:
/* Spoiler */
.spoiler_closed {
display:block;
font-family: {T_FONTFACE1};
font-size: {T_FONTSIZE2}px;
color: {T_FONTCOLOR1};
line-height: 125%;
background-color: {T_TD_COLOR1};
border: {T_TR_COLOR3};
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
}
.spoiler_closed.hidden {
display:none;
}
.spoiler_content {
display:block;
font-family: {T_FONTFACE1};
font-size: {T_FONTSIZE2}px;
color: {T_FONTCOLOR1};
line-height: 125%;
background-color: {T_TD_COLOR1};
border: {T_TR_COLOR3};
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
}
.spoiler_content.hidden {
display:none;
}
Re: Les spoilers ne fonctionnent plus !
J'avais désactivé le CSS de base, et maintenant que je l'ai réactivé, les spoilers cachent bien le texte, mais par contre on ne peut plus cliquer dessus et donc, les spoilers ne s'ouvrent plus. =_='
Mon CSS si ça peut aider :
Mon CSS si ça peut aider :
- Spoiler:
- body {
background-color: #023f7c;
background-image: url("https://i.servimg.com/u/f10/09/00/16/44/fondjk10.jpg");
background-attachment: fixed;
scrollbar-face-color: #000033;
scrollbar-highlight-color: #000033;
scrollbar-shadow-color: #66ccff;
scrollbar-3dlight-color: #;
scrollbar-arrow-color: #33ffff;
scrollbar-track-color: #99ccff;
scrollbar-darkshadow-color: #;
}
th,td,p {
font-family: Arial, Arial, Helvetica, Comic sans ms }
a { text-decoration: none; }
a img {
border: none;
}
a:link,a:active,a:visited {
color : #99ccff;
}
a:hover{
text-decoration: underline;
color : #99ccff;
}
hr{
height: 0px;
border: solid #000033 0px;
border-top-width: 1px;
}
.bodyline{
background-color: #;
border: 1px # solid;
}
.bodylinewidth {
width:87%}
.forumline{
background-color: #003366;
border: 2px #021d39 solid;
}
td.row1{
background-color: #000033;
}
td.row2{
background-color: #000033;
}
td.row3{
background-color: #000033;
}
td.rowpic {
background-color: #dee3e7;
background-image: url("https://i.servimg.com/u/f40/11/50/18/99/techba10.png");
}
th {
color: #99ffff;
font-size: 13px;
font-weight : bold;
background-color: #;
height: 25px;
background-image: url("https://i.servimg.com/u/f40/11/50/18/99/barre110.png");
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url("https://i.servimg.com/u/f40/11/50/18/99/techba10.png");
background-color:#dee3e7;
border: #000033;
border-style: solid;
height: 28px;
}
td.cat,td.catHead,td.catBottom {
height: 29px;
border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold;
border: #000099;
border-style: solid;
height: 28px;
}
td.row3Right,td.spaceRow {
background-color: #000033;
border: #000033;
border-style: solid;
}
td.pourcentback {
background-color : #023f7c;
}
th.thHead,td.catHead {
font-size: 13px;
border-width: 1px 1px 0px 1px;
}
th.thSides,td.catSides,td.spaceRow {
border-width: 0px 1px 0px 1px;
}
th.thRight,td.catRight,td.row3Right {
border-width: 0px 1px 0px 0px;
}
th.thLeft,td.catLeft {
border-width: 0px 0px 0px 1px;
}
th.thBottom,td.catBottom {
border-width: 0px 1px 1px 1px;
}
th.thTop {
border-width: 1px 0px 0px 0px;
}
th.thCornerL {
border-width: 1px 0px 0px 1px;
}
th.thCornerR {
border-width: 1px 1px 0px 0px;
}
.maintitle, .maintitle h1{
font-weight: bold;
font-size: 22px;
font-family: Comic sans ms,Arial, Arial, Helvetica, Comic sans ms;
text-decoration: none;
line-height : 120%;
color : #ffffff;
}
.maintitle h1 {
margin: 0;
padding: 0;
display: inline;
}
.gen {
font-size : 13px;
}
.genmed {
font-size : 13px;
}
.gensmall {
font-size : 12px;
}
.gen,.genmed,.gensmall {
color : #ffffff;
}
a.gen,a.genmed,a.gensmall {
color: #99ccff;
text-decoration: none;
}
a.gen:hover,a.genmed:hover,a.gensmall:hover{
color: #99ccff;
text-decoration: underline;
}
.mainmenu{
font-size : 13px;
color : #ffffff }
a.mainmenu{
text-decoration: none;
color : #99ccff;
}
a.mainmenu:hover{
text-decoration: underline;
color : #99ccff;
}
.cattitle{
font-weight: bold;
font-size: 13px ;
letter-spacing: 1px;
color : #99ccff}
h1.cattitle {
margin:0;
padding: 0;
display:inline;
}
a.cattitle{
text-decoration: none;
color : #99ccff;
}
a.cattitle:hover{
text-decoration: underline;
}
.forumlink{
font-weight: bold;
font-size: 13px;
color : #99ccff;
}
a.forumlink {
text-decoration: none;
color : #99ccff;
}
a.forumlink:hover{
text-decoration: underline;
color : #99ccff;
}
.nav{
font-weight: bold;
font-size: 13px;
color : #ffffff;
}
a.nav{
text-decoration: none;
color : #99ccff;
}
a.nav:hover{
text-decoration: underline;
}
.topictitle,h1,h2{
font-weight: bold;
font-size: 13px;
color : #ffffff;
}
div.topictitle {
display: inline;
}
h2.topic-title {
display: inline;
margin: 0;
padding: 0;
}
a.topictitle:link{
text-decoration: none;
color : #99ccff;
}
a.topictitle:visited{
text-decoration: none;
color : #99ccff;
}
a.topictitle:hover{
text-decoration: underline;
color : #99ccff;
}
.name{
font-size : 13px;
color : #ffffff;
}
.postdetails{
font-size : 12px;
color : #ffffff;
}
.postbody{
font-size : 13px;
line-height: 18px}
a.postlink:link{
text-decoration: none;
color : #99ccff }
a.postlink:visited{
text-decoration: none;
color : #99ccff;
}
a.postlink:hover{
text-decoration: underline;
color : #99ccff}
.code{
font-family: Courier, 'Courier New', monospace, sans-serif;
font-size: 13px;
color: #000033;
background-color: #66ccff;
border: #000033;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px}
.spoiler_closed {
display:block;
font-family: {T_FONTFACE1};
font-size: {T_FONTSIZE2}px;
color: {T_FONTCOLOR1};
line-height: 125%;
background-color: {T_TD_COLOR1};
border: {T_TR_COLOR3};
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
}
.spoiler_closed.hidden {
display:none;
}
.spoiler_content {
display:block;
font-family: {T_FONTFACE1};
font-size: {T_FONTSIZE2}px;
color: {T_FONTCOLOR1};
line-height: 125%;
background-color: {T_TD_COLOR1};
border: {T_TR_COLOR3};
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
}
.spoiler_content.hidden {
display:none;
}{
-moz-border-radius: 20px 20px 20px 20px ;
-webkit-border-radius: 20px 20px 20px 20px ;
-o-border-radius :20px 20px 20px 20px ;
padding:10px;
}
.quote{
font-family: Arial, Arial, Helvetica, Comic sans ms;
font-size: 13px;
color: #000033;
line-height: 125%;
background-color: #66ccff;
border: #000033;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px}
.copyright{
font-size: 12px;
font-family: Arial, Arial, Helvetica, Comic sans ms;
color: #99ccff;
letter-spacing: -1px;
}
a.copyright{
color: #99ccff;
text-decoration: none;
}
a.copyright:hover {
color: #99ccff;
text-decoration: underline;
}
.coloradmin {
color: #ffff00}
.colormod {
color: #000033}
h1.pagetitle {
display: inline;
margin: 0;
padding: 0;
font-size: 13px;
color: #99ffff;
}
h1.title2 {
font-size: 13px;
}
.secondarytitle,.secondarytitle h2 {
margin: 0;
padding: 0;
color: #99ffff;
}
.secondarytitle h2 {
display:inline;
}
.nav h1 {
display: inline;
}
.hierarchy {
display: inline;
text-transform: none;
border: none;
font-size: 12px;
}
.mod-text {
font-weight: bold;
}
img{
border:0}
input,textarea, select {
color : #ffffff;
font: normal 13px Arial, Arial, Helvetica, Comic sans ms;
border-color : #ffffff;
}
input.post, textarea.post, select {
background-color : #000099;
}
input {
text-indent : 2px;
}
input.button {
background-color : #000033;
color : #ffffff;
font-size: 13px;
font-family: Arial, Arial, Helvetica, Comic sans ms;
}
input.mainoption {
background-color : #66ccff;
font-weight : bold;
}
input.liteoption {
background-color : #66ccff;
font-weight : normal;
}
.helpline {
background-color: #000033;
border-style: none;
}
input {
background-color: #000033;
}
button.button2, input.button2 {
font-size: 0.7em;
border: 1px solid #BCBCBC;
width: auto !important;
padding: 1px 0px;
font-family: Arial, Arial, Helvetica, Comic sans ms;
color: #000000;
background-repeat: repeat-x;
background-color: #FAFAFA;
background-image: url('https://2img.net/i/fa/prosilver/bg_button.gif');
background-position: top;
overflow: visible;
vertical-align:middle;
}
button.button2:hover, input.button2:hover {
border: 1px solid #99ccff;
color: #99ccff;
background-position: 0 100%;
}
* html button.button2, * html input.button2 {
padding-bottom: 0;
margin-bottom: 1px;
height: 24px;
padding-right: 3px;
padding-left: 3px;
}
*+html button.button2, *+html input.button2 {
height: 24px;
padding-right: 3px;
padding-left: 3px;
}
*+html button.button2 img {
vertical-align: middle;
}
* html button.button2 img {
vertical-align: middle;
}
button.bbcode {
border: 1px solid #e3adad;
background-image: url("https://2img.net/i/fa/wysiwyg/bg_button.png");
}
.select {
background-color: #FFFFFF;
border: 1px solid #BCBCBC;
position: absolute;
z-index: 999;
top: 0;
left: 0;
overflow: hidden;
width: 0px;
}
.selectHover {
cursor: pointer;
background-color: #EEEEEE;
}
.select p {
padding: 4px 6px;
font-size: 0.7em;
margin: 0px;
white-space: nowrap;
text-align: left;
}
.select button {
padding: 4px;
font-size: 0.9em;
margin: 0px;
background-color: #FFF;
border: none;
text-align:left;
}
.select button.button2 {
border:1px solid #BCBCBC;
padding: 0px;
}
* html .select button.button2 {
padding-right: 3px;
padding-left: 3px;
}
.select button.button2:hover {
border: 1px solid #99ccff;
color: #99ccff;
background-position: 0 100%;
}
textarea#text_editor_textarea {
width: 100% !important;
}
iframe#text_editor_iframe {
width: 100%;
height: 200px;
}
form#quick_reply textarea#text_editor_textarea {
width: 100% !important;
height: 100%;
}
form#quick_reply iframe#text_editor_iframe {
width: 100%;
}
* html form#quick_reply iframe#text_editor_iframe {
width: 600px;
}
*+html form#quick_reply iframe#text_editor_iframe {
width: 600px;
}
#page-footer .gen strong {
font-weight: normal;
}
@import url("form_ie.css");
@media print {
body {
background-image: none;
background-color: #fff;
color: #000;
}
table.bodylinewidth span.maintitle {
display: block;
text-align: left;
}
table.bodylinewidth img#i_logo,.browse-arrows,.noprint,.messaging,.post-options,.poster-profile,img.i_icon_online,table.bodylinewidth .mainmenu,table.bodylinewidth .nav,table.bodylinewidth .gensmall,span.postdetails img,table.bodylinewidth .sig,table.bodylinewidth .catbottom,#info_open {
display:none;
}
td.catHead, .t-title {
text-align: left;
}
table.bodylinewidth .cattitle {
letter-spacing: normal;
font-size: 1em;
}
.thLeft,.thRight {
color: #000;
border: none;
text-align:left;
}
.hr hr {
visibility: hidden;
}
.hr {
border-top: 1px dotted #ddd !important;
}
tr.post td {
vertical-align: top;
border-bottom: 1px solid #ccc;
}
tr.post td td {
border: none;
}
span.gen {
display: none;
}
}
ul.abuse {
list-style: none;
line-height: 1.5em;
font-size: 0.9em;
}
.rtl-spacer:before {
content: " ";
white-space: pre;
}
.rtl-spacer:after {
content: " ";
white-space: pre;
}
.warning {
color:#ff3333;
}
.captcha div.captcha-img {
float: left;
margin: 0 1em 0 0;
}
.captcha .inputbox {
margin-top: 0.5em;
}
.center {
text-align: center;
}
.right {
float: right;
}
.left {
float: left;
}
/* TGF Clearfix */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
*+ html .clearfix {
min-height: 1px;
}
* html .clearfix {
position: relative;
height: 1%;
clear: both;
}
#page-footer {
clear: both;
}
#page-footer h3 {
margin-top: 20px;
}
#add-google {
text-align: center;
margin: 0 auto;
}
#content-container #left {
width: 0px;
margin-right: px;
}
#content-container #right {
width: 0px;
margin-left: px;
}
.module-title {
font-weight: bold;
margin: 0 auto;
text-align: center;
display: block;
}
#frame_chatbox {
border: none !important;
}
/* Chatbox */
#chatbox_members {
position: absolute;
top: 30px;
bottom: 30px;
width: 180px;
overflow: auto;
border-right: 1px solid ;
}
#chatbox {
position: absolute;
top: 30px;
left: 181px;
right: 0;
bottom: 30px;
overflow: auto;
line-height: 10px;
}
.chatbox_row_1,.chatbox_row_2,.chatbox_row_3 {
font-size: 12px;
}
#chatbox_footer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
#chatbox_footer table.text-styles {
float: right;
}
#chatbox_footer .text-field {
float: left;
}
#chatbox_footer .chatfootertable {
margin: 5px;
}
/*Internet Explorer fixers and hacks for Chatbox*
/* html #chatbox-members {
/* IE expressions helping IE work in Standards mode */
height: expression(( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 3) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 0) ) + "px");
}
* html #chatbox {
/* IE expressions helping IE work in Standards mode */
height: expression(( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 3) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 0) ) + "px");
width: expression(( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 10) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 1) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 1.3) ) + "px");
}
* html #chatbox-footer {
/* IE expressions helping IE work in Standards mode */
width: expression(( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 0) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 0) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 0) ) + "px");
.vote{float:right;width:10px;margin-left:4px}
.vote .vote-button{text-align:center;font-weight:700;margin-left:-1px}
.vote .vote-button a{text-decoration:none !important}
.vote .vote-bar{width:3px;height:50px;margin:0 auto;border:1px solid {T_BODY_TEXT};font-size:0}
.vote .vote-no-bar{letter-spacing:-2px;margin-left:-2px;white-space:nowrap}
.vote .vote-bar-plus{background-color:#0f0}
.vote .vote-bar-minus{background-color:#f00}
.clear{clear:both}
#profile-advanced-avatar .module,#profile-advanced-points .module,#profile-advanced-reputation .module,#profile-advanced-details{margin-right:3px}
#profile-advanced-avatar .module,#profile-advanced-points .module,#profile-advanced-reputation .module,#profile-advanced-right .module{margin-bottom:3px}
#profile-advanced-button{padding:1px}
#profile-advanced-details{overflow:hidden}
#profile-advanced-details ol{margin:0;padding:0;list-style:none}
#profile-advanced-details ol li{display:block;margin-bottom:4px}
#profile-advanced-details .avatar{float:left}
.avatar{width:50px;border:1px solid {header_th_back};background-color:#fff}
.avatar img{width:50px}
.friend-block .avatar{margin:0 auto;cursor:pointer;}
.avatar.mini,.avatar.mini img{width:38px;height:38px}
.friend-block{float:left;width:70px;margin:1px;text-align:center;overflow:hidden}
#profile-advanced-details .message-block{margin-left:57px}
#profile-advanced-details .message-header{border-top:1px solid {T_TR_COLOR3};background:{T_TR_COLOR2};padding:4px;margin-bottom:4px}
#profile-advanced-details .message-date{float:right}
#profile-advanced-details .message-body{margin-bottom:4px}
#profile-advanced-details .message-footer{text-align:right}
#profile-advanced-details .message-footer li{display:inline;margin:0 .25em}
#profile-advanced-details .message-footer li:after{content:" .";}
#profile-advanced-details .message-footer li a{margin-right:.25em;text-decoration:underline}
#profile-advanced-details .message-footer li.last:after{content:normal}
#profile-advanced-add{margin-right:4px;padding:8px 0;text-align:right}
#profile-advanced-details .stats-field{margin:4px 0 10px 4px;padding:0 10px 6px}
#profile-advanced-details .stats-field legend{font-weight:700}
#profile-advanced-details .stats-field ul{list-style-type:none;text-indent:10px;padding:0}
#profile-advanced-details .stats-field li{margin:4px 0}
#login_popup{position:absolute;z-index: 999;display:none}
#login_iframe_body{margin:0;padding:0;background:{T_TR_COLOR1}}
#login_popup_content{display:none;line-height:inherit}
#login_popup_buttons{position:absolute;height:19px;bottom:6px;right:6px}
#login_popup_buttons input{margin-left:6px}
ul.profile_field_list{padding:0}
html ul.profile_field_list li{list-style-type:none}
ul.profile_field_list > li{list-style-type:none}
.inputURL{font-size:10px;font-family:"Courier New", "Times New roman";letter-spacing:-1px}
.middleline{line-height:2em}
.invisible{display:none;visibility:hidden;}
.visible{display:block;visibility:visible;}
.friend_list_online_status{line-height:11px;font-size:.9em}
.friend_list_online_status img{vertical-align:middle}
.ajax-profil_hover{background:transparent}
.ajax-profil_parent{position:relative;zoom:1;}
.ajax-profil_edit{cursor:pointer;position:absolute;top:0;left:-18px}
.ajax-profil_edit img{margin-left:4px}
.ajax-profil_valid{cursor:pointer;margin-left:4px;vertical-align:middle}
#profile-advanced-details dl{padding:8px 10 8px 0;width:98%;margin:10px 0 0;}
#profile-advanced-details dl dt{float:left;display:block;width:10em;}
#profile-advanced-details dl dd{margin-left:10em;padding-left:12px;}
#profile-advanced-details div.separator{clear:both;font-size:1px;line-height:1px;border-bottom:1px solid #dcdcdc;padding-top:10px;}
#profile-advanced-details .ajax-profil_edit{left:-4px;}.friends-foes-list {
float: left;
width: 200px;
height: 2em;
}
#gfooter .footer-links {float: left;}
.jqmWindow {
display: none;
position: fixed;
left: 50%;
width: 450px;
margin-left: -225px;
top: 50%;
margin-top: -125px;
background-color: {T_BODY_BGCOLOR};
border: 1px solid {forumline_color};
}
* html .jqmWindow {
position: absolute;
top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round((document.documentElement.offsetHeight || document.body.clientHeight) / 2) + 'px');
left: expression((document.documentElement.scrollLeft || document.body.scrollLeft) + Math.round((document.documentElement.offsetWidth || document.body.clientWidth) / 2) + 'px');
}
.jqmOverlay {
background-color: #000;
}
.jqDrag {
cursor: move;
}.align_right
{
text-align: right;
}
Re: Les spoilers ne fonctionnent plus !
Bon bah finalement en mettant le template "index" par défaut les spoilers refonctionnent. Il devait y avoir un problème de mise à jour, je sais pas, en tout cas merci pour l'aide.
Sujets similaires
» Les spoilers
» ouvrir les spoilers
» Affichage des Spoilers
» Les spoilers ne s'ouvrent plus
» Les spoilers qui ne s'ouvrent pas
» ouvrir les spoilers
» Affichage des Spoilers
» Les spoilers ne s'ouvrent plus
» Les spoilers qui ne s'ouvrent pas
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème divers :: Archives des problèmes divers
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum