سوءال مهم جدا للمنتدى
3 مشترك
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: دعم مشاكل التومبلايت و الأكواد :: أرشيف قسم "مشاكل التومبلايت و الأكواد"
صفحة 1 من اصل 1
سوءال مهم جدا للمنتدى
لو سمحتم ارجوكم حد يفهمنى لماذا الدردشة لا تعمل معى
لا يمكننى الضغط على كلمة دخول
مع انها موجودة ارجو التوضيح لماذا وشكرا
رابط منتداى هاهو
http://anime1.3rab.pro/
لا يمكننى الضغط على كلمة دخول
مع انها موجودة ارجو التوضيح لماذا وشكرا
رابط منتداى هاهو
http://anime1.3rab.pro/
عدل سابقا من قبل narouto في السبت 5 أكتوبر 2013 - 15:07 عدل 1 مرات
رد: سوءال مهم جدا للمنتدى
يسعدنا كثيرا انضمامك الينا و تشريفنا بحضورك الكريم في منتدى الدعم
قبل ان اساعدك في حل مشكلتك, انبهك الى قانون مهم جداً لمنتدى الدعم يجب عليك احترامه في مواضيعك لتجد ان شاء الله المساعدة التي تبتغيها. هذا القانون هو ضرورة وضعك لعنوان مناسب لموضوعك يدل على محتواه و يلخصه نوعاً ما ليسهل على القارء التعرف عليه وعلى محتواه من نظرة بسيطة فيهب اليه المختصون حسب طبيعة المشكل .
انت لا زلت عضوا جديداً بيننا لذلك لا بأس هته المرة, ساساعدك ان شاء الله على حل مشكلتك و اقوم انا بتغيير عنوان موضوعك بدلاً عنك . لكن المرة القادمة, المرجو ان لا تنس وضع عنوان مناسب لمشكلتك والا فسيتم قفل موضوعك و اهماله.
للعلم,
هذا القانون صوت عليه اغلبية اعضاء الدعم و وافقو عليه بالأغلبية الساحقة
لضمان النظام في المنتدى, فالمرجو ان تساعدنا على احترامه و الرقي بمنتدانا
معاً يداً في يد.
الآن نعود الى موضوع سؤالك:
المشكلة بالكود الذى تضع .. اعد اضافة الكود او احذفه واترك الدردشة على وضعها الطبيعي ..
قبل ان اساعدك في حل مشكلتك, انبهك الى قانون مهم جداً لمنتدى الدعم يجب عليك احترامه في مواضيعك لتجد ان شاء الله المساعدة التي تبتغيها. هذا القانون هو ضرورة وضعك لعنوان مناسب لموضوعك يدل على محتواه و يلخصه نوعاً ما ليسهل على القارء التعرف عليه وعلى محتواه من نظرة بسيطة فيهب اليه المختصون حسب طبيعة المشكل .
انت لا زلت عضوا جديداً بيننا لذلك لا بأس هته المرة, ساساعدك ان شاء الله على حل مشكلتك و اقوم انا بتغيير عنوان موضوعك بدلاً عنك . لكن المرة القادمة, المرجو ان لا تنس وضع عنوان مناسب لمشكلتك والا فسيتم قفل موضوعك و اهماله.
للعلم,
هذا القانون صوت عليه اغلبية اعضاء الدعم و وافقو عليه بالأغلبية الساحقة
لضمان النظام في المنتدى, فالمرجو ان تساعدنا على احترامه و الرقي بمنتدانا
معاً يداً في يد.
الآن نعود الى موضوع سؤالك:
المشكلة بالكود الذى تضع .. اعد اضافة الكود او احذفه واترك الدردشة على وضعها الطبيعي ..
رد: سوءال مهم جدا للمنتدى
المشكلة لديك الان فى احد الاكواد التى تضعها بمنتداك وليست بكود الدردشة فقط ..
اعد النظر فى الاكواد بورقة التصميم مرة اخرى من فضلك ..
اعد النظر فى الاكواد بورقة التصميم مرة اخرى من فضلك ..
رد: سوءال مهم جدا للمنتدى
تفضل
- الكود:
/*----- [u]a7la-7ekaya.0wn0.com[/u] -----*/
.postdetails.poster-profile a img {
background-image: url(http://i21.servimg.com/u/f21/15/11/70/54/copy_o14.png);
width: 104px;
height: 140px;
essa_elgn;
background-position: center center;
background-repeat: no-repeat;
padding: 60px;
}
/*** كود تحريك الواجهه ***/
#i_logo {
float: right;
-webkit-transition-duration: 1s;
-moz-transition-duration: 1s;
-o-transition-duration: 1s;
transition-duration: 1s;
background-repeat: no-repeat;
}
#i_logo:hover {
-webkit-transform:translate(-60px);
-moz-transform: translate(-60px);
-o-transform:translate(-60px);
}
#i_logo:active {
-webkit-transform:scale(0.9);
-moz-transform:scale(0.9);
-o-transform:scale(0.9);
}
a:link
{
transition-duration: 1s;
-webkit-transition-duration: 1s;
-moz-transition-duration: 1s;
transition-property:margin;
-moz-transition-property: margin;
-webkit-transition-property:margin;
-o-transition-property:margin;
}
a:hover
{
margin-right: 10px;
}
#fa_toolbar {
background-image:url(http://i40.servimg.com/u/f40/16/80/18/01/anoan10.jpg)!important;
border-bottom:ridge 2px #B38000!important;
}
#fa_toolbar_hidden {
background-image:url(http://i40.servimg.com/u/f40/16/80/18/01/anoan10.jpg)!important;
}
body {
margin-top: 40px;
}
#fa_toolbar, #fa_toolbar_hidden {
background-color: transparent !important;
}
#fa_left {
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomright: 6px;
border-bottom-right-radius: 6px;
-moz-box-shadow: -1px 1px 5px #000000;
-webkit-box-shadow: -1px 1px 5px #000000;
box-shadow: -1px 1px 5px #000000;
padding-right: 10px;
}
#fa_right {
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-left-radius: 6px;
-moz-box-shadow: 1px 1px 5px #000000;
-webkit-box-shadow: 1px 1px 5px #000000;
box-shadow: 1px 1px 5px #000000;
padding-left: 10px;
}
#fa_menulist, #notif_list {
font-size: 12px !important;
margin-top: 3px !important;
border-color: transparent !important;
border-radius: 6px !important;
-moz-border-radius: 4px !important;
-webkit-border-radius: 4px !important;
-moz-box-shadow: -1px 3px 5px #000000;
-webkit-box-shadow: -1px 3px 5px #000000;
box-shadow: -1px 3px 5px #000000;
background-color: #F2F6FA !important;
text-decoration: none !important;
}
#fa_left, #fa_right {
background: transparent url(http://i75.servimg.com/u/f75/16/54/26/99/vkwv10.png) repeat !important;
}
#fa_left a, #fa_right a {
text-decoration: none !important;
}
li.see_all, li.see_all a {
background-color: transparent !important;
color: #666666 !important;
}
#fa_left, #fa_notifications, #fa_welcome {
text-shadow: 1px 1px 1px #666666 !important;
}
#fa_menulist a, #fa_menulist a:link, #fa_menulist a:visited, #notif_list a {
color: #666666 !important;
text-decoration: none !important;
}
#fa_menulist a:hover {
color: #BE0B12 !important;
}
#fa_toolbar > #fa_right.notification > #fa_notifications, #fa_right.welcome #fa_menu #fa_welcome {
background-color: #828F99 !important;
color: white !important;
}
#fa_notifications.unread #notif_unread {
color: #FA0E21;
margin-left: 5px;
font-weight: bold;
}
button.button2, input.button2 {
font-size : 0.7em;
border-width : 1px
border-color : #fc9f0c;
width : auto !important ;
padding : 2px 2px;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #001222;
background-repeat : repeat;
background-color : #001222;
background-image : url(http://i40.servimg.com/u/f40/16/80/18/01/anoan10.jpg);
background-position : top;
overflow : visible;
vertical-align : middle;
}
button.button2:hover, input.button2:hover {
border-width : 1px
border-color : #221300;
background-image : url(http://i40.servimg.com/u/f40/16/80/18/01/anoan10.jpg);
background-position : top;
color : #001222;
background-position : 0 100%;
}
input.liteoption {
background-image : url('http://i40.servimg.com/u/f40/16/80/18/01/anoan10.jpg');
}
input.mainoption {
background-image: url('http://i40.servimg.com/u/f40/16/80/18/01/anoan10.jpg');
}
./*------------------------------www.a7la-7ekaya.0wn0.com------------------------------*/
.postbody img {
-webkit-transform:scale(0.9);
-moz-transform:scale(0.9);
-o-transform:scale(0.9);
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
opacity: 0.9;
margin: 0 10px 5px 0;
}
.postbody img:hover {
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-o-transform:scale(1.1); box-shadow:0px 0px 30px gray;
-webkit-box-shadow:0px 0px "AQUI EL TAMA?O EN PIXELES DEL SHADOW" px "AQUI COLOR HEXADECIMAL DE PREFERENCIA";
-moz-box-shadow:0px 0px "AQUI EL TAMA?O EN PIXELES DEL SHADOW"px "AQUI COLOR HEXADECIMAL DE PREFERENCIA";
opacity: 1;
}
.postbody img {
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright:
8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright:
8px;
border:1px solid
#ffffff;
}
.postbody img {
max-width:1100px;
}
/*-----اسم المنتدى أو رابطة فى عنوان
الموضوع-----*/
a.topictitle:after{
content: " Anime El ArAb";
}
/*--------------الاية الكريمة ---------------*/
form#quick_reply{
background:url(http://i63.servimg.com/u/f63/13/53/37/81/oid6qr10.png) no-repeat right ;
padding:30px 10px 10px 10px;
background-position: top center;
}
tr.post span.gensmall { display: none; }
#page-footer h3 {
margin-top : 20px;
}
#content-container #left {
width : 0;
}
#content-container #right {
width : 0;
margin-right : 0;
}
/*----- زووم لصور المواضيع -----*/
.postbody img{
-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.5s; /*Mozilla duration version*/
}
.postbody img:hover{
-moz-transform:scale(1.1); /*Mozilla scale version*/
-moz-box-shadow:0px 0px 0px gray; /*Mozilla shadow version*/
opacity: 1;
}
input#message.post {
height: 43px;
width: 200px;
padding: 5px;
border: 0px solid #D4D4D4;
background: #FCFCFC;
color: #363636;
text-shadow: black ;
-webkit-box-shadow: inset rgba(0, 0, 0, 0) 0px 0px 0px;
-moz-box-shadow: inset rgba(0,0,0,0) 0px 0px0px;
box-shadow: inset rgba(0, 0, 0, 0) 0px 0px 0px;
margin: 0px;
margin-bottom: 0px;
}
#message, #submit_button {
background: #e0e0e0 repeat-x 0 0;
border-color: #13304B;
color: black;
text-shadow: #2B2B2B 1px -1px 1px;
}
#message, #submit_button:hover {
opacity: 0.3;
}
.fontbutton:hover {
opacity: 0.3;
}
#divsmilies img + img{visibility:visible!important}
#chatbox_messenger_form div.right img{visibility:hidden}
#simple-wrap {
background:white;
}
#divbold, #divcolor, #divitalic, #divsmilies, #divstrike, #divunderline {
background-position: Center;
background-repeat: no-repeat;
}
#divbold {
background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-bold.png);
}
#divitalic {
background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-italic.png);
}
#divunderline {
background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-underline.png);
}
#divstrike {
background-image: url(http://cdn1.iconfinder.com/data/icons/bnw/16x16/actions/text_strike.png);
}
#divcolor {
background-image: url(http://2img.net/i/fa/wysiwyg/color_swatch.png);
}
#divsmilies {
background-image: url(http://i26.servimg.com/u/f26/12/56/56/12/emotic10.png);
}
/*-----ايطارات مضيئه AYMAN4u-----*/
.forumline {
-moz-border-radius:14px;
-khtml-border-radius:14px;
-webkit-border-radius:14px;
border-radius:14px;
border:3px solid #fff;
box-shadow:0 0 30px 0 #CFE6FF;
-webkit-box-shadow:0 0 30px 0 #CFE6FF;
-moz-box-shadow:0 0 30px 0 #CFE6FF;
margin-top:10px;
margin-bottom:10px;
padding:4px;
}
.LGlike {
background: #105289;
padding: 3px;
border-radius: 4px;
color: #fff;
font-size: 10px;
font-weight: bold;
text-shadow: -1px 0.5px #888;
box-shadow: 1px 1px 1px #888;
cursor: pointer;
margin-right: 4px;
}
.LGvote { margin: 0 5px; }
.LGnovote {
filter:Alpha(opacity=50);
opacity: 0.5;
cursor: default;
box-shadow: none;
text-shadow: none;
}
.forumline {
margin-bottom:100px;
}
#profile-advanced-details ol li{margin-bottom:10px}
#main-content{margin-top:50px}
#profile-advanced-add a{border:1px solid #DDD;line-height:30px;text-shadow:1px 1px 1px #000;padding:3px 22px 3px 3px}
#profile-advanced-add
a[href^='/profile?friend']{background:url(http://i48.servimg.com/u/f48/16/58/89/73/icon710.png)
no-repeat scroll right center #FCFEE8}
#profile-advanced-add
a[href^='/profile?foe']{background:url(http://i48.servimg.com/u/f48/16/58/89/73/icon810.png)
no-repeat scroll right center #FFEDED}
#profile-advanced-add
a[href^='/profile?mode=editprofile&page_profil=friendsfoes']{background:url(http://i48.servimg.com/u/f48/16/58/89/73/icon410.png)
no-repeat scroll right center #E3FBFF}
#profile-advanced-details .stats-field{margin:4px 4px 15px}
#profile-advanced-details .stats-field{border:1px solid #DDD}
#profile-advanced-details
.stats-field legend{background-color:#F4F4F4;border:1px solid
#DDD;color:#097BC2;font-size:16px;font-variant:small-caps;font-weight:700;padding:3px
10px 5px}
#profile-advanced-right .main-content.center{color:#FFF}
#profile-advanced-right .main-content.center img{width:150px}
#profile-advanced-layout #new-message{margin-top:0}
#profile-advanced-details .new-message.bottom{display:none}
#profile-advanced-details{margin-right:0!important}
#profile-advanced-details
.pagination{background:url(http://i48.servimg.com/u/f48/16/58/89/73/36054_10.png)
no-repeat scroll 2px center #E8F9FF;border:1px solid
#E4E4E4;float:right!important;margin:5px 0 10px!important;padding:5px
10px 5px 20px}
#tabs ul li a{background-color:#000;border:0 none;color:#DDD;font-weight:700}
#tabs
ul li.activetab a,#tabs ul li
a:hover{background-color:#DDD;border-radius:5px 5px 0
0;color:#000;font-weight:700;margin-top:-5px;padding-top:5px}
#tabs ul li{padding:0}
#profile-advanced-right{width:230px}
#profile-advanced-left{margin-right:232px}
#profile-advanced-layout{float:left;margin-right:-232px;width:100%}
#profile-advanced-details .message-block{margin-left:63px;border:1px solid #DDD;padding:5px}
#profile-advanced-details .message-footer{margin-right:-3px;padding-bottom:3px;padding-top:10px;text-align:right}
#profile-advanced-details .message-header{border:1px solid #DDD}
#profile-advanced-details .message-footer li:after{content:""!important}
#profile-advanced-details
.message-footer
li{background:url(http://i48.servimg.com/u/f48/16/58/89/73/view_d10.png)
no-repeat scroll 2px center #FCFEE8;border:1px solid
#DDD;text-shadow:1px 1px 1px #000;padding:2px 3px 2px 20px}
#profile-advanced-details
.message-footer
li.last{background:url(http://i48.servimg.com/u/f48/16/58/89/73/remove10.png)
no-repeat scroll 2px center #FFEDED;border:1px solid #DDD;padding:2px
3px 2px 20px}
رد: سوءال مهم جدا للمنتدى
احذف هذا الكود من منتداك ..
- الكود:
body {
margin-top: 40px;
}
#fa_toolbar, #fa_toolbar_hidden {
background-color: transparent !important;
}
مواضيع مماثلة
» رجائآ سوءال
» سوءال على التومبيلات و الاعتمدات
» كيف اضيف روابط خلفية للمنتدى+عمل بيج رنك للمنتدى
» طلب كود مجله للمنتدى
» طلب كود كل اللغات للمنتدى
» سوءال على التومبيلات و الاعتمدات
» كيف اضيف روابط خلفية للمنتدى+عمل بيج رنك للمنتدى
» طلب كود مجله للمنتدى
» طلب كود كل اللغات للمنتدى
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: دعم مشاكل التومبلايت و الأكواد :: أرشيف قسم "مشاكل التومبلايت و الأكواد"
صفحة 1 من اصل 1
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى