خلفية المنتدى
5 مشترك
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: مشاكل في تنسيق مظهر أو تصميم أو صور أو الوان المنتدى :: أرشيف قسم "مشاكل في تنسيق مظهر المنتدى"
صفحة 1 من اصل 1
خلفية المنتدى
خلفية المنتدى
http://store2.up-00.com/2015-10/1443898498681.jpg
اين اجدها في اي قالب
http://anime-city.ibda3.info/
http://store2.up-00.com/2015-10/1443898498681.jpg
اين اجدها في اي قالب
http://anime-city.ibda3.info/
رد: خلفية المنتدى
مرحبا
هذا الكود الخاص بها
يمكن يكون في ورقةcss
هذا الكود الخاص بها
- الكود:
body {
background-image: url("../img/bg.jpg");
background-color: #EDEDED;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center top;
direction: rtl;
margin: 0px;
padding: 0px;
color: #565656;
font-family: tahoma,verdana,geneva,lucida,arial,helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: normal;
}
يمكن يكون في ورقةcss
رد: خلفية المنتدى
اخي تم استخراج ورقة css
ووجدت الكود اعلاه في الورقة
لكن الصورة تظهر في البداية وبعدها ترجع الصورة
يعني كود الخلفية موجود بالتومبيلات
لكن بحث عنه ولم اجده
ووجدت الكود اعلاه في الورقة
لكن الصورة تظهر في البداية وبعدها ترجع الصورة
يعني كود الخلفية موجود بالتومبيلات
لكن بحث عنه ولم اجده
رد: خلفية المنتدى
هذا قالب الهيدر
- الكود:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
<head>
<title>{SITENAME_TITLE}{PAGE_TITLE}</title>
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-script-type" content="text/javascript" />
<meta http-equiv="content-style-type" content="text/css" />
<!-- BEGIN switch_compat_meta -->
<meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
<!-- END switch_compat_meta -->
<!-- BEGIN switch_canonical_url -->
<link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
<!-- END switch_canonical_url -->
{META_FAVICO}
{META}
{META_FB_LIKE}
<meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
{T_HEAD_STYLESHEET}
{CSS}
<link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
<link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
<script src="{JQUERY_PATH}" type="text/javascript"></script>
<script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
<!-- BEGIN switch_fb_login -->
<script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
<script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
<!-- END switch_fb_login -->
<!-- BEGIN switch_ticker -->
<link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
<script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
<!-- END switch_ticker -->
<!-- BEGIN switch_ticker_new -->
<script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
<script type="text/javascript">//<![CDATA[
/* Definir le sens de direction en fonction du panneau admin */
var tickerDirParam = "{switch_ticker.DIRECTION}";
var slid_vert = false;
var auto_dir = 'next';
var h_perso = parseInt({switch_ticker.HEIGHT});
switch( tickerDirParam )
{
case 'top' :
slid_vert = true;
break;
case 'left':
break;
case 'bottom':
slid_vert = true;
auto_dir = 'prev';
break;
case 'right':
auto_dir = 'prev';
break;
default:
slid_vert = true;
}
$(document).ready(function() {
var w_cont = $('#fa_ticker_container').width();
if (w_cont > 0)
{
$('#fa_ticker_container').width(w_cont);
/* Affichage de la liste */
$('#fa_ticker_content').css('display','block');
/* Calcul des dimensions du conteneur et des elements */
var width_max = $('ul#fa_ticker_content').width();
var width_item = Math.floor(width_max / {switch_ticker.SIZE});
var height_max = h_perso;
/* Calcul de la hauteur maximale du conteneur en fonction des elements et de la hauteur personnalisee dans l'admin */
$('ul#fa_ticker_content li').each( function () {
if ($(this).height() > height_max)
{
height_max = $(this).height();
}
} );
/* Redimensionnement des elements et des images trop larges */
$('ul#fa_ticker_content li').width(width_item).height(height_max).find('img').each(function () {
if ($(this).width() > width_item)
{
var ratio = $(this).width() / width_item;
var new_height = Math.round($(this).height() / ratio);
$(this).height(new_height).width(width_item);
}
});
/* Redimensionnement et centrage du conteneur en mode vertical */
if (slid_vert)
{
$('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
}
/* Initialisation du caroussel */
$('#fa_ticker_content').jcarousel({
vertical: slid_vert,
wrap: 'circular',
auto: {switch_ticker.STOP_TIME},
auto_direction: auto_dir,
scroll: 1,
size: {switch_ticker.SIZE},
height_max: height_max,
animation: {switch_ticker.SPEED}
});
}
else
{
$('ul#fa_ticker_content li:not(:first)').css('display','none');
$('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
}
});
//]]>
</script>
<!-- END switch_ticker_new -->
<script type="text/javascript">//<![CDATA[
$(document).ready(function(){
<!-- BEGIN switch_enable_pm_popup -->
pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
if(pm != null) { pm.focus(); }
<!-- END switch_enable_pm_popup -->
<!-- BEGIN switch_report_popup -->
report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
if(report != null) { report.focus(); }
<!-- END switch_report_popup -->
<!-- BEGIN switch_ticker -->
$(document).ready(function() {
Ticker.start({
height : {switch_ticker.HEIGHT},
spacing : {switch_ticker.SPACING},
speed : {switch_ticker.SPEED},
direction : '{switch_ticker.DIRECTION}',
pause : {switch_ticker.STOP_TIME}
});
});
<!-- END switch_ticker -->
});
<!-- BEGIN switch_login_popup -->
var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false;
<!-- END switch_login_popup -->
<!-- BEGIN switch_login_popup -->
$(document).ready( function() {
$(window).resize(function() {
var windowWidth = document.documentElement.clientWidth;
var popupWidth = $("#login_popup").width();
var mypopup = $("#login_popup");
$("#login_popup").css({
"left": windowWidth/2 - popupWidth/2
});
});
});
<!-- END switch_login_popup -->
//]]>
</script>
{GREETING_POPUP}
<!-- BEGIN switch_ticker_new -->
<style>
.jcarousel-skin-tango .jcarousel-item {
text-align:center;
width: 10px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
margin-right: {switch_ticker.SPACING}px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
margin-bottom: {switch_ticker.SPACING}px;
}
</style>
<!-- END switch_ticker_new -->
{HOSTING_JS}
<!-- BEGIN google_analytics_code -->
<script type="text/javascript">
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
_gaq.push(['_trackPageview']);
_gaq.push(['_trackPageLoadTime']);
<!-- BEGIN google_analytics_code_bis -->
_gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
_gaq.push(['b._trackPageview']);
<!-- END google_analytics_code_bis -->
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
//]]>
</script>
<!-- END google_analytics_code -->
</head>
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
<h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> <em>Hit</em>skin.com</h1>
<div class="content">
<p>
{hitskin_preview.L_THEME_SITE_PREVIEW}
<br />
<span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
</p>
</div>
</div>
<!-- END hitskin_preview -->
<!-- BEGIN switch_login_popup -->
<div id="login_popup" style="z-index: 10000 !important;">
<table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">
<tr height="25">
<td class="catLeft">
<span class="genmed module-title">{SITENAME}</span>
</td>
</tr>
<tr height="{LOGIN_POPUP_MSG_HEIGHT}">
<td class="row1" align="left" valign="top">
<div id="login_popup_buttons">
<form action="{S_LOGIN_ACTION}" method="get">
<input type="submit" class="mainoption" value="{L_LOGIN}" />
<input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
<input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
</form>
</div>
<span class="genmed">{LOGIN_POPUP_MSG}</span>
</td>
</tr>
</table>
</div>
<!-- END switch_login_popup -->
<a name="top"></a>
{JAVASCRIPT}
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256" />
<meta name="generator" content="vBulletin 3.8.7" />
<meta name="keywords" content="vbulletin,vBulletin Solutions,forum,bbs,discussion,bulletin board" />
<meta name="description" content="This is a discussion forum. To find out more use Google." />
<!-- CSS Stylesheet -->
<style type="text/css" id="vbulletin_css">
/**
* vBulletin 3.8.7 CSS
* Style: 'code serv by za3im'; Style ID: 2
*/
body
{
color: #000000;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
a:link, body_alink
{
color: #e74c3c;
}
a:visited, body_avisited
{
color: #e74c3c;
}
a:hover, a:active, body_ahover
{
color: #FF4400;
}
.page
{
color: #000000;
}
td, th, p, li
{
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tborder
{
background: #fff;
color: #000000;
border: 1px solid #ccc;
}
.tcat
{
background: #222;
color: #FFFFFF;
font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tcat a:link, .tcat_alink
{
color: #ffffff;
text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
color: #ffffff;
text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
color: #FFFF66;
text-decoration: underline;
}
.thead
{
background: #e74c3c;
color: #FFFFFF;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.thead a:link, .thead_alink
{
color: #FFFFFF;
}
.thead a:visited, .thead_avisited
{
color: #FFFFFF;
}
.thead a:hover, .thead a:active, .thead_ahover
{
color: #FFFF00;
}
.tfoot
{
background: #e74c3c;
color: #fff;
}
.tfoot a:link, .tfoot_alink
{
color: #fff;
}
.tfoot a:visited, .tfoot_avisited
{
color: #fff;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
color: #E1E1E2;
}
.alt1, .alt1Active
{
background: #fff;
color: #000000;
}
.alt2, .alt2Active
{
background: #eee;
color: #000000;
}
.inlinemod
{
background: #FFFFCC;
color: #000000;
}
.wysiwyg
{
background: #F5F5FF;
color: #000000;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 5px 10px 10px 10px;
padding: 0px;
}
.wysiwyg a:link, .wysiwyg_alink
{
color: #e74c3c;
}
.wysiwyg a:visited, .wysiwyg_avisited
{
color: #e74c3c;
}
.wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover
{
color: #FF4400;
}
textarea, .bginput
{
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.bginput option, .bginput optgroup
{
font-size: 10pt;
font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.button
{
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
select
{
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
option, optgroup
{
font-size: 11px;
font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.smallfont
{
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.time
{
color: #666686;
}
.navbar
{
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.highlight
{
color: #FF0000;
font-weight: bold;
}
.fjsel
{
background: #3E5C92;
color: #E0E0F6;
}
.fjdpth0
{
background: #F7F7F7;
color: #000000;
}
.panel
{
background: #fff;
color: #000000;
padding: 10px;
border: 2px outset;
}
.panelsurround
{
background: #eee;
color: #000000;
}
legend
{
color: #e74c3c;
font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.vbmenu_control
{
background: #222;
color: #FFFFFF;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
padding: 3px 6px 3px 6px;
white-space: nowrap;
}
.vbmenu_control a:link, .vbmenu_control_alink
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_control a:visited, .vbmenu_control_avisited
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
{
color: #FFFFFF;
text-decoration: underline;
}
.vbmenu_popup
{
background: #FFFFFF;
color: #000000;
border: 1px solid #ccc;
}
.vbmenu_option
{
background: #BBC7CE;
color: #000000;
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
white-space: nowrap;
cursor: pointer;
}
.vbmenu_option a:link, .vbmenu_option_alink
{
color: #e74c3c;
text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
color: #e74c3c;
text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_hilite
{
background: #8A949E;
color: #FFFFFF;
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
white-space: nowrap;
cursor: pointer;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
{
color: #FFFFFF;
text-decoration: none;
}
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }
/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }
/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }
/* ***** de-emphasized text */
.shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }
a.shade:active, a.shade:hover { color: #FF4400; text-decoration: underline; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }
/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }
</style>
<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_important.css?v=387" />
<!-- / CSS Stylesheet -->
<script type="text/javascript" src="clientscript/yui/yahoo-dom-event/yahoo-dom-event.js?v=387"></script>
<script type="text/javascript" src="clientscript/yui/connection/connection-min.js?v=387"></script>
<script type="text/javascript">
<!--
var SESSIONURL = "s=fb2ea6e7c225d6bf0a330df2a7cfe617&";
var SECURITYTOKEN = "guest";
var IMGDIR_MISC = "http://style.code-serv.com/code_serv_za3im/vb_img/misc";
var vb_disable_ajax = parseInt("0", 10);
// -->
</script>
<script type="text/javascript" src="clientscript/vbulletin_global.js?v=387"></script>
<script type="text/javascript" src="clientscript/vbulletin_menu.js?v=387"></script>
<link rel="stylesheet" type="text/css" href="http://style.code-serv.com/code_serv_za3im/css/css.css">
<link rel="stylesheet" type="text/css" href="http://style.code-serv.com/code_serv_za3im/css/font-awesome.css">
<link rel="stylesheet" type="text/css" href="http://style.code-serv.com/code_serv_za3im/css/tipsy.css">
<script src="http://style.code-serv.com/code_serv_za3im/js/jquery.min.js"></script>
<script src="http://style.code-serv.com/code_serv_za3im/js/jquery.easing.1.3.js"></script>
<script src="http://style.code-serv.com/code_serv_za3im/js/jquery.carouFredSel-6.2.1.js"></script>
<script src="http://style.code-serv.com/code_serv_za3im/js/jquery.tipsy.js"></script>
<script src="http://style.code-serv.com/code_serv_za3im/js/jq.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#foo1').carouFredSel({
auto: {pauseDuration: 4000, delay: 375},
prev: '#foo1_prev',
next: '#foo1_next',
});
});
</script>
<title>Anime City </title>
</head>
<body>
<!-- ######################################################################.login -->
<div id="login_b">
<div class="l_b">
<div class="ti_b"><h1>تسجيل الدخول</h1> <span class="get-out fa fa-times"></span></div>
<form action="/login?tid=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)">
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v=387"></script>
<div class="login-box">
<input type="text" class="bginput1" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="اسم العضو" onfocus="if (this.value == 'اسم العضو') this.value = '';" />
<input type="password" class="bginput2" name="vb_login_password" id="navbar_password" size="10" tabindex="102" value="xxxxxxxxx" onfocus="if (this.value == 'xxxxxxxxx') this.value = '';" />
<div class="chboxx">
<label for="cb_cookieuser_navbar"><input class="rem" type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" /></label>
<span class="remb">تذكرني !!</span>
<a class="for_pas left" href="login.php?do=lostpw">نسيت كلمة المرور؟</a>
</div>
<div class="log"><input type="submit" class="button8" value="تسجيل الدخول" tabindex="104" original-title="تسجيل الدخول" accesskey="s" /></div>
</div>
<input type="hidden" name="s" value="fb2ea6e7c225d6bf0a330df2a7cfe617" />
<input type="hidden" name="securitytoken" value="guest" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
</div>
</div>
<!-- ////////////////////////////////////////////////////////////////////////.login -->
<div class="bod">
<div class="header"><img src="http://store1.up-00.com/2015-10/1443873336741.png" alt="" /></div>
<div class="br-cl"></div>
<div class="menu_bar">
<ul class="nav_menu_bar right">
<li><a href="http://anime-city.ibda3.info/"><i class="fa fa-home"></i><span>الرئيسية</span></a></li>
<li><a href="http://anime-city.ibda3.info/" class="m_activ"><i class="fa fa-reorder"></i><span>المنتدى</span></a></li>
<li><a href="http://anime-city.ibda3.info/profile?mode=editprofile"><i class="fa fa-gear"></i><span>بروفيلي</span></a></li>
<li><a href="http://anime-city.ibda3.info/privmsg?folder=inbox"><i class="fa fa-send"></i><span>الرسائل</span></a></li>
<li><a href="http://anime-city.ibda3.info/contact"><i class="fa fa-flash"></i><span>إتصل بنا</span></a></li>
</ul>
<div class="user_box left">
<div class="login">
<a class="lo_log">
<i class="fa fa-sign-in"></i>
<span>الدخول</span>
</a>
<a class="re_log" href="register">
<i class="fa fa-user"></i>
<span>حساب جديد</span>
</a>
</div>
</div>
</div>
<div class="br-cl"></div>
<div style="width: 965px;margin: 0px auto;height: 170px; overflow:hidden;">
<div class="image_carousel">
<div id="foo1">
<a href="#">
<img src="http://style.code-serv.com/code_serv_za3im/img/1.png" alt="" width="220" height="150"></a>
<a href="#">
<img src="http://style.code-serv.com/code_serv_za3im/img/1.png" alt="" width="220" height="150"></a>
<a href="#">
<img src="http://style.code-serv.com/code_serv_za3im/img/1.png" alt="" width="220" height="150"></a>
<a href="#">
<img src="http://style.code-serv.com/code_serv_za3im/img/1.png" alt="" width="220" height="150"></a>
<a href="#">
<img src="http://style.code-serv.com/code_serv_za3im/img/1.png" alt="" width="220" height="150"></a>
<a href="#">
<img src="http://style.code-serv.com/code_serv_za3im/img/1.png" alt="" width="220" height="150"></a>
<a href="#">
<img src="http://style.code-serv.com/code_serv_za3im/img/1.png" alt="" width="220" height="150"></a>
<a href="#">
<img src="http://style.code-serv.com/code_serv_za3im/img/1.png" alt="" width="220" height="150"></a>
</div>
<div class="clear"></div>
<a class="prev" id="foo1_prev" href="#"><span>prev</span></a>
<a class="next" id="foo1_next" href="#"><span>next</span></a>
</div></div>
<div class="br-cl"></div>
<!-- content table -->
<!-- open content container -->
<div align="center">
<div class="page" style="width:100%; text-align:right">
<div style="padding:0px 0px 0px 0px" align="right">
<!-- breadcrumb, login, pm info -->
<table class="nav-tab" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td><a class="nav-ico" href="#" onclick="history.back(1); return false;"><span class="fa fa-home"></span></td>
<td class="alt1" width="100%">
<table cellpadding="0" cellspacing="0" border="0">
<tr valign="bottom">
<td> </td>
<td width="100%"><span class="navbits_m">Anime City</span></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- / breadcrumb, login, pm info -->
<br />
<!-- NAVBAR POPUP MENUS -->
<!-- community link menu -->
<div class="vbmenu_popup" id="community_menu" style="display:none;margin-top:3px" align="right">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">روابط المنتدى</td></tr>
<tr><td class="vbmenu_option"><a href="memberlist.php?s=fb2ea6e7c225d6bf0a330df2a7cfe617">
قائمة الأعضاء</a></td></tr>
</table>
</div>
<!-- / community link menu -->
<!-- header quick search form -->
<div class="vbmenu_popup" id="navbar_search_menu" style="display:none;margin-top:3px" align="right">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">البحث في المنتدى</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="search.php?do=process" method="post">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="childforums" value="1" />
<input type="hidden" name="exactname" value="1" />
<input type="hidden" name="s" value="fb2ea6e7c225d6bf0a330df2a7cfe617" />
<input type="hidden" name="securitytoken" value="guest" />
<div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="إذهب" tabindex="1004" /></div>
<div style="margin-top:6px">
<label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" />عرض
المواضيع</label>
<label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />عرض
المشاركات</label>
</div>
</form>
</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="/tags" rel="nofollow">بحث بالكلمة
الدليلية </a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="/search" accesskey="4" rel="nofollow">
البحث المتقدم</a></td>
</tr>
</table>
</div>
<!-- / header quick search form -->
<!-- / NAVBAR POPUP MENUS -->
<!-- PAGENAV POPUP -->
<div class="vbmenu_popup" id="pagenav_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead" nowrap="nowrap">الذهاب إلى الصفحة...</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="/" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
<input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
<input type="button" class="button" id="pagenav_ibtn" value="إذهب" />
</form>
</td>
</tr>
</table>
</div>
<!-- / PAGENAV POPUP -->
<!-- guest welcome message -->
<div class="genborder">
<div class="genbox">
<strong>أهلا وسهلا بك إلى ® Anime City </strong><p>يشرفنا أن تقوم <a href="/register">
بالتسجيل بالضغط هنا</a> إذا رغبت بالمشاركة في المنتدى، أما إذا رغبت بقراءة
المواضيع والإطلاع فتفضل بزيارة القسم الذي ترغب أدناه.</p>
<div class="clear"></div>
</div>
</div>
<br />
<!-- / guest welcome message -->
<table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
<tr>
<td class="bodyline">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<!-- BEGIN switch_logo_left -->
<td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
<!-- END switch_logo_left -->
<td align="center" width="100%" valign="middle">
<!-- BEGIN switch_logo_center -->
<a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
<br />
<!-- END switch_logo_center -->
<div class="maintitle">{MAIN_SITENAME}</div>
<br />
<span class="gen">{SITE_DESCRIPTION}<br /> </span>
</td>
<!-- BEGIN switch_logo_right -->
<td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
<!-- END switch_logo_right -->
</tr>
</table>
<table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
<tr>
<td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
</tr>
</table>
<div style="clear: both;"></div>
<!-- BEGIN switch_ticker_new -->
<div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
<tr>
<td align="left" class="row1">
<div id="fa_ticker_container">
<ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none;">
<!-- BEGIN ticker_row -->
<li>{switch_ticker.ticker_row.ELEMENT}</li>
<!-- END ticker_row -->
</ul>
</div>
</td>
</tr>
</table>
</div>
<!-- END switch_ticker_new -->
<!-- BEGIN switch_ticker -->
<div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
<tr>
<td align="left" class="row1">
<div id="fa_ticker_container">
<div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
<div class="fa_ticker_content">
<!-- BEGIN ticker_row -->
<div>{switch_ticker.ticker_row.ELEMENT}</div>
<!-- END ticker_row -->
</div>
</div>
</div>
</td>
</tr>
</table>
</div>
<!-- END switch_ticker -->
<div id="page-body">
<div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
<table cellpadding="0" cellspacing="0" width="100%" class="three-col">
<tbody>
<tr>
<td valign="top" width="{C1SIZE}">
<div id="{ID_LEFT}">
<!-- BEGIN giefmod_index1 -->
{giefmod_index1.MODVAR}
<!-- BEGIN saut -->
<div style="height:{SPACE_ROW}px"></div>
<!-- END saut -->
<!-- END giefmod_index1 -->
</div>
</td>
<td valign="top" width="100%">
<!-- BEGIN html_validation -->
</td>
</tr>
</tbody>
</table>
</div>
</div>
</td>
</tr>
</table>
</body>
</html>
<!-- END html_validation -->
رد: خلفية المنتدى
للاسف كل القالب به روابط مختصرة
محول غير مكتل من في بي
مثل هذا
/improvedsearch.xml
عليك بتوجه الى منتدى الابداع العربي
وطلب تحويل لك القالب
http://www.ibda3araby.com/
او استخراج لك ماتريده
محول غير مكتل من في بي
مثل هذا
/improvedsearch.xml
عليك بتوجه الى منتدى الابداع العربي
وطلب تحويل لك القالب
http://www.ibda3araby.com/
او استخراج لك ماتريده
رد: خلفية المنتدى
BL3CK WOLF كتب:خلفية المنتدى
http://store2.up-00.com/2015-10/1443898498681.jpg
اين اجدها في اي قالب
http://anime-city.ibda3.info/
الكود موجود في هذا الإرتباط
http://style.code-serv.com/code_serv_za3im/css/css.css
يمكنك نسخ الاكواد ووضعها في الهيدر و التعديل على الصور كما تشاء
رد: خلفية المنتدى
حسنن عزيزتي تفضلي الكود ^_^
يوضع في الهيدر او الفوتر
هل تريدين مساعدة بوضعه او تركيبه
يوضع في الهيدر او الفوتر
هل تريدين مساعدة بوضعه او تركيبه
- الكود:
<style>
@charset "utf-8";
/* CSS Document */
@font-face{
font-family: 'dinnltlight';
src: url('http://style.code-serv.com/code_serv_za3im/fonts/dinnltlight.eot');
src:url('http://style.code-serv.com/code_serv_za3im/fonts/dinnltlight.eot?#iefix') format('embedded-opentype'),
url('http://style.code-serv.com/code_serv_za3im/fonts/dinnltlight.woff') format('woff'),
url('http://style.code-serv.com/code_serv_za3im/fonts/dinnltlight.ttf') format('truetype'),
url('http://style.code-serv.com/code_serv_za3im/fonts/dinnltlight.svg#batchregular') format('svg');
font-weight:normal;
font-style:normal;
}
@font-face{
font-family: 'DroidKufi-Regular';
src: url('http://style.code-serv.com/code_serv_za3im/fonts/DroidKufi-Regular.eot');
src: url('http://style.code-serv.com/code_serv_za3im/fonts/DroidKufi-Regular.woff2') format('x-woff2'),
url('http://style.code-serv.com/code_serv_za3im/fonts/DroidKufi-Regular.woff') format('woff'),
url('http://style.code-serv.com/code_serv_za3im/fonts/DroidKufi-Regular.ttf') format('truetype');
font-weight:normal;
font-style:normal;
}
body{
background-image: url(http://style.code-serv.com/code_serv_za3im/img/bg.jpg);
background-color:#ededed;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top center;
direction:rtl;
margin:0;
padding:0;
color:#565656;
font-family:tahoma, verdana, geneva, lucida, arial, helvetica, sans-serif;
font-size:10pt;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
.clear,.br-cl,.td-cl {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;}.br-cl {height: 10px;}.td-cl {height: 5px;}
.right{ float:right}
.left{ float:left;}
img{
border:0;}
ul,li{
padding:0;
margin:0;}
a,a:visited, body_avisited,a:visited, body_avisited{text-decoration:none;}
input,select{cursor:pointer;
padding:3px;
margin:0 2px;}
.bginput-3:focus,.bginput1:focus,.bginput2:focus,input:focus{
outline: 0;}
.bod{
width:975px;
padding:10px;
background:#fff;
border:1px solid #D5D5D5;
border-top-width:0px;
margin:0 auto;}
.header{
width:975px;
height:200px;
overflow:hidden;
background:#ccc;}
.pag{
width:975px;
margin:0 auto; position:relative;
}
.menu_bar{
height:35px;
width:975px;
background:#222222;
z-index:999;
}
.nav_menu_bar,.ico_char{
margin:0px; padding:0px;}
.nav_menu_bar li{ float:right; list-style:none;}
.nav_menu_bar li a{
display:block;
padding: 5px 10px;
height:25px;
color:#fff;
font-family: 'dinnltlight';
font-size:16px;
line-height:18px;
text-align:center;
-webkit-transition: all ease 0.4s;
-moz-transition: all ease 0.4s;
-o-transition: all ease 0.4s;
-ms-transition: all ease 0.4s;
transition: all ease 0.4s;}
.nav_menu_bar a i{ padding-left:5px;}
.nav_menu_bar li a:hover,.nav_menu_bar li a.m_activ{ background:#e74c3c;}
.login{}
.login a{
display:block; cursor:pointer;
float:right;
padding: 5px 10px;
font-family: 'dinnltlight';
height:25px;
color:#fff;
text-align:center;
-webkit-transition: all ease 0.4s;
-moz-transition: all ease 0.4s;
-o-transition: all ease 0.4s;
-ms-transition: all ease 0.4s;
transition: all ease 0.4s;}
.login a.lo_log{ background:#718592;}
.login a.re_log{ background:#425059;}
#login_b{ display:none;
background: rgba(34,34,34,0.6);
position:fixed;
width:100%;
height:100%;
z-index:99999999999999999999999999999;}
.l_b{ display:none;
width:400px;
height:300px;
margin:auto;
background:#f0f0f0;
position: relative;
}
.ti_b{
text-align:center;
width:100%;
padding: 1px 0px;background:#166da7;}
.ti_b h1{
font-family: 'DroidKufi-Regular';
color:#fff; font-size:20px;
}
.ti_b .get-out{
font-size:20px;
color: #fff;
position:absolute;top:25px; left :15px;
text-shadow: 0px 1px 0px rgba(0,0,0,0.50);
cursor:pointer;}
.bginput1,.bginput2{
width: 92%;
background: #fff;
margin: 2%;
border: 1px solid #ccc;
padding: 2%;
font-family: 'DroidKufi-Regular',sans-serif;
font-size: 95%;
color: #555; }
.chboxx{
padding: 4%;}
.remb {font-family: 'DroidKufi-Regular',sans-serif;}
.button8{
width: 96%;
background: #3399cc;
border: 0;
margin: 2%;
padding: 2%;
font-family: 'DroidKufi-Regular',sans-serif;
font-size: 100%;
color: #fff;
cursor: pointer;
transition: background .3s;
-webkit-transition: background .3s;}
.button8:hover{background:#166da7;}
.for_pas{font-family: 'DroidKufi-Regular',sans-serif;}
.img-it{height:35px; width:35px; border:2px solid #fff; margin-top:-5px; background: url(../img/default.jpg) center;}
.login_details li{
float:left;
list-style:none;
}
.login_details li a{
display:block;
height:20px;
color:#FFF;
padding:5px;
margin-top:5px;
margin-left:3px;
font-size:16px;
}
.adm span,.adm2 span{ display: block;
height: 32px;
margin-top: -10px;
color: #fff;
font-family: "DroidKufi-Regular",tahoma;
font-size: 11pt;
padding: 3px 5px 0px 5px;
-webkit-transition: all ease 0.4s;
-moz-transition: all ease 0.4s;
-o-transition: all ease 0.4s;
-ms-transition: all ease 0.4s;
transition: all ease 0.4s;}
.adm span:hover,.adm2 span:hover{ background:#e74c3c;}
.notifications { display:none; position:absolute;
background-color: #F33;
height: 14px;
color: white;
font-size: 10px;
font-weight: bold;
text-align: center;
line-height: 14px;
margin-top: -35px;
margin-right: 16px;
padding: 2px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.log-out{
-webkit-transition: all ease 0.4s;
-moz-transition: all ease 0.4s;
-o-transition: all ease 0.4s;
-ms-transition: all ease 0.4s;
transition: all ease 0.4s;}
.log-out:hover{ color:#FD0004;}
.image_carousel {
padding-right:3px;
position: relative;
}
.image_carousel a {
display: block;
float: left;
}
.image_carousel img {
border: 1px solid #ccc;
background-color:#fff;
padding: 5px;
margin: 4px;
display: block;
float: left;
}
.image_carousel img:hover {
border: 1px solid #DDD;
-moz-box-shadow: 0 1px 5px #555;
-webkit-box-shadow: 0 1px 5px #555;
box-shadow: 0px 1px 5px #555;
}
.image_carousel img:hover {
border: 1px solid #DDD;
-moz-box-shadow: 0 1px 5px #555;
-webkit-box-shadow: 0 1px 5px #555;
box-shadow: 0px 1px 5px #555;
}
.image_carousel:hover > a.prev{
overflow: visible; opacity:1;left: 20px;}
.image_carousel:hover > a.next{
overflow: visible; opacity:1;right: 20px;}
a.prev,a.next{ background-color:#e74c3c;
overflow: hidden;
opacity: 0;
cursor: pointer;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
transition: all .5s ease;}
a.prev {
background-image: url(http://style.code-serv.com/code_serv_za3im/img/left.png);
background-repeat:no-repeat;
width: 40px;
height: 40px;
display: block;
position: absolute;
top: 60px;left: -32px;
}
a.next{
background-image:url(http://style.code-serv.com/code_serv_za3im/img/right.png);
background-repeat:no-repeat;
width: 40px;
height: 40px;
display: block;
position: absolute;
top: 60px;right: -32px;
}
a.prev:hover ,a.next:hover{ opacity:0.7 !important;}
a.prev span, a.next span {
display: none;
}
.pagination a span {
display: none;
}
.pagination a span {
display: none;
}
.tbo_fr{
padding:5px ;
background:#fff;
border:1px solid #e1e1e1;
}
.nav-tab{
width:100%;
height:28px;background-color:#999;
}
.nav-td{
float:right;
padding-right:5px;}
.navbar,.navbar a,.nav-td,.nav-td span,.na-sp,.navbits_m{font-family: 'DroidKufi-Regular',tahoma;
font-size: 13px;
line-height: 16px;}
.alt3{ background:#fff;}
.nav-ico{
float:right;
text-align:center;
padding-top:12px;
margin-top:-12px;
}
.nav-ico span{
font-size:16px;
color:#fff;
}
.td_alt{}
.tborder2{
background:#222222;}
.tborder2 a{ color:#fff;font-family: 'DroidKufi-Regular',tahoma;font-size: 13px;
}
.tbor{
background:#fff;
border:1px solid #eee;
padding: 0px;
background-color: #FFF;
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);}
.tbor tr td{ border-left: 1px solid #eee;}
.tbor tr td:last-child{ border-left: 0px none;}
.mr{
border-style: solid;font-family: 'DroidKufi-Regular',tahoma;font-size: 11px;
border-width: 1px 3px 1px 1px;
border-color: #ccc #e74c3c #ccc #ccc;
padding: 3px;
text-align: right;
margin: 0px 0px 3px;}
.mr span.fa{ padding-left:5px;}
.subforums-font{
display:inline-block;font-size: 20px;
color:#2A9EC1;
padding-right:5px;
margin-top:3px;}
.forum-titel{display:inline-block;font-family: 'DroidKufi-Regular',tahoma;font-size: 15px;
padding-bottom:5px;
}
.podi{padding:5px;width:260px}
.postin{
background:#fff;
border:1px solid #464545;
border-top-width:8px;
-webkit-border-radius:3px;
-o-border-radius:3px;
border-radius:3px}
.post-info li{
font-family:Tahoma;
padding:6px;
font-size:11px;
border-bottom:1px solid #ececec;
list-style-position:inside;
list-style-image: url(http://style.code-serv.com/code_serv_za3im/img/info-icon.png)}
.img-us{
background:none repeat scroll 0 0 #fff;
border:1px solid #ccc;
box-shadow:0 1px 5px #ccc;
padding:2px;
max-width:200px;
height:auto
}
#taw{
background:#fff !important;
border:1px solid #e0e0e0}
.taw2{
margin-right:10px;
font-family: 'DroidKufi-Regular',Tahoma,Geneva,sans-serif;
font-size:14pt;
color:#333;
padding-right:5px}
.taw3{
width:100%;
height:30px;
border-bottom:1px solid #e0e0e0
;background:#eee}
.taw{margin:10px}
.not-chang{
margin-top:10px;
background-color:#fffae9;
width:98.4%;
padding:5px;
border:1px solid #e0e0e0}
.chang{
font-family: 'DroidKufi-Regular',Tahoma,Geneva,sans-serif;
font-size:11pt}
fieldset{
background:#fff !important;
border:1px solid #999 !important}
.sw-img,.memb-img{
width:90px;
float:right;
height:40px;
-moz-transition:all .2s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
transition:all .2s ease-in-out}
.sw-img img,.memb-img img{padding:7px}
.sw-img{background:#cf1b41}
.memb-img{background:#828282;margin-right:6px}
.postin-lgc{padding:5px;width:190px}
.post-info-lgc{
background:#fff;
border:1px solid #464545;
border-top-width:8px;
border-bottom-width:0;
-webkit-border-top-left-radius:3px;
-o-border-top-left-radius:3px;
border-top-left-radius:3px;
-webkit-border-top-right-radius:3px;
-o-border-top-right-radius:3px;
border-top-right-radius:3px}
.bot_inf{
background:#fff;
width:178px;
border:1px solid #56ccc8;
border-top-width:0;
border-bottom-width:0;
height:45px;
padding-right:3px;
padding:5px
}
.sw-img-lg,.memb-img-lg{
width:80px;
float:right;
height:40px;
margin-right:8px;
-moz-transition:all .2s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
transition:all .2s ease-in-out}
.sw-img-lg img,.memb-img-lg img{padding:7px}
.sw-img-lg{background:#cf1b41}
.memb-img-lg{background:#828282}
.is_on{background:#464545;width:100%;height:25px;padding-top:5px}
.alt3{background:#f2f2f2}
.quote {
background: #f5f5f5;
font-size: 12px;
border-right: 4px solid #999;
width: 99%;
}
.margin_10 {
margin-bottom: 10px!important;
margin-top: 10px!important;
}
.quote .quote_head {
color: #666;
font-size: 13px;
text-align: right;
padding: 3px;
font-style: italic;
border-bottom: 1px solid #e0e0e0;
}
.padd_5 {
padding: 5px!important;
}
.genborder {background:#fef9d2; padding:3px;margin: 0 auto; border: 1px solid #e9d09a;
}
.genbox {font-size: 12px;color: #ad542d;margin: 0 auto;padding:5px;}
.genbox p{font-size: 12px;color: #ad542d; font-family:'DroidKufi-Regular';}
.footer{
width:975px;
padding:10px;
margin:0 auto;
background:#222;}
.fnav{}
.fnav li{ list-style:none; float:right;}
.fnav li a{
display:block;
background:#e74c3c;
color:#fff;
padding:10px;
font-size:20px;
margin:10px;
text-align:center;
width:20px;
-moz-transition:all .5s ease-in-out;
-webkit-transition:all .5s ease-in-out;
-o-transition:all .5s ease-in-out;
-ms-transition:all .5s ease-in-out;
transition:all .5s ease-in-out}
.fnav li a:hover{background:#fff;color:#e74c3c;}
.des a img { height:60px; width:auto; opacity:0.7;
-moz-transition:all .5s ease-in-out;
-webkit-transition:all .5s ease-in-out;
-o-transition:all .5s ease-in-out;
-ms-transition:all .5s ease-in-out;
transition:all .5s ease-in-out;}
.des a img:hover{ opacity:1;}
.allfont{
background:#f5f5f5;
padding:5px;
font-family: 'DroidKufi-Regular',Tahoma,Geneva,sans-serif;
font-size:9pt}
</style>
رد: خلفية المنتدى
لقد طلب تحويل الاستايل بالابداع وهيت غدا تنفيذة
القالب محول باختصارات قوقل كود
اي ﻻبد ان نفتح الرابط ونعدل ونعيد رفعه ع قوقل كود والموقع دة قفل
لذا فالافضل تحويله بشكل واضح وبدون اختصارات وسيتم بالابداع العربي
القالب محول باختصارات قوقل كود
اي ﻻبد ان نفتح الرابط ونعدل ونعيد رفعه ع قوقل كود والموقع دة قفل
لذا فالافضل تحويله بشكل واضح وبدون اختصارات وسيتم بالابداع العربي
رد: خلفية المنتدى
و الافضل ان يشرح لكم ما يريد
من تغييرات
انا ارى انه يريد ان يطور منتدى لافضل
لهذا انصح بان يشرح ويوضح ما يريد لكم
حتى يجهز منتداه بمبتغاه
من تغييرات
انا ارى انه يريد ان يطور منتدى لافضل
لهذا انصح بان يشرح ويوضح ما يريد لكم
حتى يجهز منتداه بمبتغاه
مواضيع مماثلة
» كود يكون خلفية الرد بنفس خلفية المنتدى
» طريقة تغيير خلفية كود عن خلفية المنتدى
» خلفية المنتدى ..
» طلب كود خلفية المنتدى
» خلفية المنتدى
» طريقة تغيير خلفية كود عن خلفية المنتدى
» خلفية المنتدى ..
» طلب كود خلفية المنتدى
» خلفية المنتدى
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: مشاكل في تنسيق مظهر أو تصميم أو صور أو الوان المنتدى :: أرشيف قسم "مشاكل في تنسيق مظهر المنتدى"
صفحة 1 من اصل 1
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى