مشكلة في الاستايل
+2
{عذب}
محمود مصطفي مفتاح
6 مشترك
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: قسم المشاكل الأخرى :: أرشيف قسم "المشاكل الأخرى"
صفحة 2 من اصل 2
صفحة 2 من اصل 2 • 1, 2
مشكلة في الاستايل
تذكير بمساهمة فاتح الموضوع :
مشكلة غريبة في الاستايل مظهر المنتدي كله الاقسام كده
ملحوظة لما ادخل المنتدي باي عضو بيبااء شكل الاقسام معدوله كده
اللدخول للمنتدي اضغط هنا
مشكلة غريبة في الاستايل مظهر المنتدي كله الاقسام كده
ملحوظة لما ادخل المنتدي باي عضو بيبااء شكل الاقسام معدوله كده
اللدخول للمنتدي اضغط هنا
رد: مشكلة في الاستايل
حسناً تفضل التعديلات التاليه
- الكود:
<!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 -->
<script type="text/javascript">
var adfly_id = 11765861;
var adfly_advert = 'int';
var popunder = false;
var exclude_domains = ['http://new4egy.0wn0.com/', 'http://new4egy.0wn0.com/'];
</script>
<script src="https://cdn.adf.ly/js/link-converter.js"></script>
{META_FAVICO}
{META}
{META_FB_LIKE}
<meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
{T_HEAD_STYLESHEET}
<!-- CSS Stylesheet -->
<style type="text/css" id="vbulletin_css">
/**
* vBulletin 3.8.8 CSS
* Style: '4algeria Style 2015'; Style ID: 7
*/
@import url("http://www.4algeria.com/vb/clientscript/vbulletin_css/style-33852b14-00007.css");
</style>
<link rel="stylesheet" type="text/css" href="http://www.4algeria.com/vb/clientscript/vbulletin_important.css?v=388" />
<link rel="stylesheet" type="text/css" href="http://www.4algeria.com/vb/4algeria2015/css/tooltip.css" />
<link rel="stylesheet" type="text/css" href="http://www.4algeria.com/vb/4algeria2015/css/tooltip-simptip.css" />
<link rel="stylesheet" type="text/css" href="http://www.4algeria.com/vb/4algeria2015/css/font-awesome/css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="http://www.4algeria.com/vb/4algeria2015/css/foundation-icons/foundation-icons.css" />
<!-- / CSS 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 -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.9.0/build/yahoo-dom-event/yahoo-dom-event.js?v=388"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.9.0/build/connection/connection-min.js?v=388"></script>
<script type="text/javascript">
<!--
var SESSIONURL = "s=ff8db04b877288f2c928ab628913247c&";
var SECURITYTOKEN = "guest";
var IMGDIR_MISC = "http://www.4algeria.com/vb/4algeria2015/misc";
var vb_disable_ajax = parseInt("1", 10);
// -->
</script>
<script type="text/javascript" src="http://www.4algeria.com/vb/clientscript/vbulletin_global.js?v=388"></script>
<script type="text/javascript" src="http://www.4algeria.com/vb/clientscript/vbulletin_menu.js?v=388"></script>
<!-- Font Awesome & Foundation Icons -->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Tooltip -->
<!-- Category Menu List -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
<script type="text/javascript" src="http://www.4algeria.com/vb/4algeria2015/js/category_menu.js"></script>
<script type="text/javascript" src="http://www.4algeria.com/vb/clientscript/ncode_imageresizer.js?v=1.0.1"></script>
<link rel="stylesheet" type="text/css" href="http://www.4algeria.com/vb/clientscript/ncode_imageresizer.css?v=1.0.1" />
<script type="text/javascript">
</script>
</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}
<a name="top"></a>
<div class="TopHeader">
<div class="RightTopHeader">
<ul>
<!--<li><a href="#"><span class="RightTopHeaderhome fa fa-home"></span></a></li>-->
<li><a href="http://new4egy.0wn0.com/" rel="nofollow">الرئيسية</a></li>
<li><a href="http://new4egy.0wn0.com/t1591-topic" rel="nofollow">قوانين المنتدى</a></li>
<li><a href="http://new4egy.0wn0.com/calendar" rel="nofollow">اليومية</a></li>
<li><a href="http://new4egy.0wn0.com/contact" rel="nofollow">اتصل بنا</a></li>
<li><a href="http://new4egy.0wn0.com/contact" rel="nofollow"> رابط نصى</a></li>
<li><a href="http://new4egy.0wn0.com/contact" rel="nofollow">رابط نصى</a></li>
<li><a rel="nofollow" target="_blank" href="#"></a></li>
<li><a href="#" rel="nofollow"></a></li>
</ul>
</div>
</div>
<div class="tip">
</div>
<div class="tip">
</div>
<div class="BottomHeader">
<div class="BottomHeaderLogo">
<!-- logo -->
<a href="/">
<img src="http://i68.servimg.com/u/f68/19/26/44/68/2015-111.png" border="0" alt="new4egy" />
</a>
<!-- /logo -->
</div>
<!-- BEGIN switch_user_logged_in -->
<div class="BottomHeaderLogin">
<strong>أهلا وسهلا بكـ <a>{LOGGED_AS}</a>.</strong>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<!-- login form -->
<div class="BottomHeaderLogin">
<form action="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=388"></script>
<span class="fa fa-user BottomHeaderLoginIcon"></span>
<span class="position-bottom" data-tooltip="إسم المستخدم">
<input type="text" class="BottomHeaderLogininput" style="font-size: 11px" name="username" id="navbar_username" size="11" accesskey="u" tabindex="101" value="إسم المستخدم" onfocus="if (this.value == 'إسم المستخدم') this.value = '';" ></span>
<span class="fa fa-lock BottomHeaderLoginIcon"></span>
<span class="position-bottom" data-tooltip="كلمة المرور">
<input type="password" class="BottomHeaderLogininput" style="font-size: 11px" name="password" id="navbar_password" size="11" tabindex="102" /></span>
<label for="cb_cookieuser_navbar"><input type="checkbox" name="autologin" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" checked="checked" >حفظ بياناتي؟</label>
<input type="submit" name="login" class="button" value="تسجيل الدخول" tabindex="104" title="أدخل إسم المستخدم وكلمة المرور الخاصة بك في الحقول المجاورة لتسجيل الدخول, أو إضغط على رابط (تسجيل عضوية جديدة) لإنشاء حساب خاص بك." accesskey="s" >
<input type="hidden" name="s" value="ff8db04b877288f2c928ab628913247c" >
<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>
<!-- / login form -->
</div>
<div class="registernewuser"><a href="/register" rel="nofollow"><span class="fa fa-user registernewuserIcon"></span> تسجيل عضوية جديدة</a></div>
<div class="resetpassword"><a href="/profile?mode=sendpassword" rel="nofollow"><span class="fa fa-lock resetpasswordIcon"></span> إستعادة كلمة المرور</a></div>
<!-- END switch_user_logged_out -->
</div>
<!-- content table -->
<!-- open content container -->
<div align="center">
<div class="page" style="width:100%; text-align:right">
<div style="padding:0px 25px 0px 25px" align="right">
<br />
</div>
<!-- breadcrumb -->
<div class="navbarbox">
<a href="/" accesskey="1">
<span style="float:right; color:#6A6A6A; margin:-2px 0px 0px 6px; font-size:26px;" class="fa fa-home"></span>
</a>
<strong>شركة نيوفورايجى</strong>
</div>
<!-- / breadcrumb -->
<br />
<!-- breadcrumb -->
<div class="navbarbox">
<span style="float:center; color:#6A6A6A; margin:-2px 0px 0px 6px; font-size:26px;" class="fa fa-home"></span>
<strong>{GENERATED_NAV_BAR}</strong>
</div>
<!-- / breadcrumb -->
<br />
<form action="/" method="post" id="notices">
<input type="hidden" name="do" value="dismissnotice" />
<input type="hidden" name="securitytoken" value="guest" />
<input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" />
<input type="hidden" name="url" value="/vb/" />
<div class="noticebox">
الملاحظات
<div class="noticeboxtxt">
<div class="navbar_notice" id="navbar_notice_2">
مطلوب فريق كامل للمنتدى بمقابل شهرى للنشطين<span style="color:#3498DB; font-size:19px;" class="fa fa-cloud-upload"></span>
<a href="#" rel="dofollow" target="_blank"></a>.
<br />
</div>
</div>
</div>
<br />
</form>
<div align="center">
<script type="text/javascript">
</script>
<!-- [Forum Navbar] - (728x90) -->
<script type="text/javascript"
src="//pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<br />
<!-- 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 -->
<table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
<tr>
<td align="{MENU_POSITION}"{MENU_NOWRAP}></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 -->
رد: مشكلة في الاستايل
حسنا شوف الأن
- الكود:
<!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 -->
<script type="text/javascript">
var adfly_id = 11765861;
var adfly_advert = 'int';
var popunder = false;
var exclude_domains = ['http://new4egy.0wn0.com/', 'http://new4egy.0wn0.com/'];
</script>
<script src="https://cdn.adf.ly/js/link-converter.js"></script>
{META_FAVICO}
{META}
{META_FB_LIKE}
<meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
{T_HEAD_STYLESHEET}
<!-- CSS Stylesheet -->
<link rel="stylesheet" type="text/css" href="http://www.4algeria.com/vb/clientscript/vbulletin_css/style-33852b14-00007.css" />
<link rel="stylesheet" type="text/css" href="http://www.4algeria.com/vb/clientscript/vbulletin_important.css?v=388" />
<link rel="stylesheet" type="text/css" href="http://www.4algeria.com/vb/4algeria2015/css/tooltip.css" />
<link rel="stylesheet" type="text/css" href="http://www.4algeria.com/vb/4algeria2015/css/tooltip-simptip.css" />
<link rel="stylesheet" type="text/css" href="http://www.4algeria.com/vb/4algeria2015/css/font-awesome/css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="http://www.4algeria.com/vb/4algeria2015/css/foundation-icons/foundation-icons.css" />
<!-- / CSS 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 -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.9.0/build/yahoo-dom-event/yahoo-dom-event.js?v=388"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.9.0/build/connection/connection-min.js?v=388"></script>
<script type="text/javascript">
<!--
var SESSIONURL = "s=ff8db04b877288f2c928ab628913247c&";
var SECURITYTOKEN = "guest";
var IMGDIR_MISC = "http://www.4algeria.com/vb/4algeria2015/misc";
var vb_disable_ajax = parseInt("1", 10);
// -->
</script>
<script type="text/javascript" src="http://www.4algeria.com/vb/clientscript/vbulletin_global.js?v=388"></script>
<script type="text/javascript" src="http://www.4algeria.com/vb/clientscript/vbulletin_menu.js?v=388"></script>
<!-- Font Awesome & Foundation Icons -->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Tooltip -->
<!-- Category Menu List -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
<script type="text/javascript" src="http://www.4algeria.com/vb/4algeria2015/js/category_menu.js"></script>
<script type="text/javascript" src="http://www.4algeria.com/vb/clientscript/ncode_imageresizer.js?v=1.0.1"></script>
<link rel="stylesheet" type="text/css" href="http://www.4algeria.com/vb/clientscript/ncode_imageresizer.css?v=1.0.1" />
<script type="text/javascript">
</script>
</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}
<a name="top"></a>
<div class="TopHeader">
<div class="RightTopHeader">
<ul>
<!--<li><a href="#"><span class="RightTopHeaderhome fa fa-home"></span></a></li>-->
<li><a href="http://new4egy.0wn0.com/" rel="nofollow">الرئيسية</a></li>
<li><a href="http://new4egy.0wn0.com/t1591-topic" rel="nofollow">قوانين المنتدى</a></li>
<li><a href="http://new4egy.0wn0.com/calendar" rel="nofollow">اليومية</a></li>
<li><a href="http://new4egy.0wn0.com/contact" rel="nofollow">اتصل بنا</a></li>
<li><a href="http://new4egy.0wn0.com/contact" rel="nofollow"> رابط نصى</a></li>
<li><a href="http://new4egy.0wn0.com/contact" rel="nofollow">رابط نصى</a></li>
<li><a rel="nofollow" target="_blank" href="#"></a></li>
<li><a href="#" rel="nofollow"></a></li>
</ul>
</div>
</div>
<div class="tip">
</div>
<div class="tip">
</div>
<div class="BottomHeader">
<div class="BottomHeaderLogo">
<!-- logo -->
<a href="/">
<img src="http://i68.servimg.com/u/f68/19/26/44/68/2015-111.png" border="0" alt="new4egy" />
</a>
<!-- /logo -->
</div>
<!-- BEGIN switch_user_logged_in -->
<div class="BottomHeaderLogin">
<strong>أهلا وسهلا بكـ <a>{LOGGED_AS}</a>.</strong>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<!-- login form -->
<div class="BottomHeaderLogin">
<form action="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=388"></script>
<span class="fa fa-user BottomHeaderLoginIcon"></span>
<span class="position-bottom" data-tooltip="إسم المستخدم">
<input type="text" class="BottomHeaderLogininput" style="font-size: 11px" name="username" id="navbar_username" size="11" accesskey="u" tabindex="101" value="إسم المستخدم" onfocus="if (this.value == 'إسم المستخدم') this.value = '';" ></span>
<span class="fa fa-lock BottomHeaderLoginIcon"></span>
<span class="position-bottom" data-tooltip="كلمة المرور">
<input type="password" class="BottomHeaderLogininput" style="font-size: 11px" name="password" id="navbar_password" size="11" tabindex="102" /></span>
<label for="cb_cookieuser_navbar"><input type="checkbox" name="autologin" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" checked="checked" >حفظ بياناتي؟</label>
<input type="submit" name="login" class="button" value="تسجيل الدخول" tabindex="104" title="أدخل إسم المستخدم وكلمة المرور الخاصة بك في الحقول المجاورة لتسجيل الدخول, أو إضغط على رابط (تسجيل عضوية جديدة) لإنشاء حساب خاص بك." accesskey="s" >
<input type="hidden" name="s" value="ff8db04b877288f2c928ab628913247c" >
<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>
<!-- / login form -->
</div>
<div class="registernewuser"><a href="/register" rel="nofollow"><span class="fa fa-user registernewuserIcon"></span> تسجيل عضوية جديدة</a></div>
<div class="resetpassword"><a href="/profile?mode=sendpassword" rel="nofollow"><span class="fa fa-lock resetpasswordIcon"></span> إستعادة كلمة المرور</a></div>
<!-- END switch_user_logged_out -->
</div>
<!-- content table -->
<!-- open content container -->
<div align="center">
<div class="page" style="width:100%; text-align:right">
<div style="padding:0px 25px 0px 25px" align="right">
<br />
</div>
<!-- breadcrumb -->
<div class="navbarbox">
<a href="/" accesskey="1">
<span style="float:right; color:#6A6A6A; margin:-2px 0px 0px 6px; font-size:26px;" class="fa fa-home"></span>
</a>
<strong>شركة نيوفورايجى</strong>
</div>
<!-- / breadcrumb -->
<br />
<!-- breadcrumb -->
<div class="navbarbox">
<span style="float:center; color:#6A6A6A; margin:-2px 0px 0px 6px; font-size:26px;" class="fa fa-home"></span>
<strong>{GENERATED_NAV_BAR}</strong>
</div>
<!-- / breadcrumb -->
<br />
<form action="/" method="post" id="notices">
<input type="hidden" name="do" value="dismissnotice" />
<input type="hidden" name="securitytoken" value="guest" />
<input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" />
<input type="hidden" name="url" value="/vb/" />
<div class="noticebox">
الملاحظات
<div class="noticeboxtxt">
<div class="navbar_notice" id="navbar_notice_2">
مطلوب فريق كامل للمنتدى بمقابل شهرى للنشطين<span style="color:#3498DB; font-size:19px;" class="fa fa-cloud-upload"></span>
<a href="#" rel="dofollow" target="_blank"></a>.
<br />
</div>
</div>
</div>
<br />
</form>
<div align="center">
<script type="text/javascript">
</script>
<!-- [Forum Navbar] - (728x90) -->
<script type="text/javascript"
src="//pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<br />
<!-- 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 -->
<table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
<tr>
<td align="{MENU_POSITION}"{MENU_NOWRAP}></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 -->
رد: مشكلة في الاستايل
حسنا جرب تدخل من الجوال وتصفح نسخه الكمبيوتر من خلال جوجل كروم
أيضاً ان كنت تملك جهاز اخر في منزلك تصفحه واعطيني النتيجه
أيضاً ان كنت تملك جهاز اخر في منزلك تصفحه واعطيني النتيجه
رد: مشكلة في الاستايل
هي كاملة , وبأمكانك مراسلة الاخت جرح
في الخاص وهي تقوم بتعديله لك لأن الاستايل من تحويلها
في الخاص وهي تقوم بتعديله لك لأن الاستايل من تحويلها
رد: مشكلة في الاستايل
مرحباً مرة اخرة ضع هذه الاكواد في قالب الهيدر
واخبرني بنتيجه
هذذا ما قصدته فهذه هي الطريقة
حتى في المستقبل يبقى التصميم حتى لا ينتهي
مع زوال المنتديات المحول منها
- الكود:
<!-- CSS Stylesheet -->
<style type="text/css" id="vbulletin_css">
/**
* vBulletin 3.8.8 CSS
* Style: '4algeria Style 2015'; Style ID: 7
*/
@import url("http://www.4algeria.com/vb/clientscript/vbulletin_css/style-ecac6741-00007.css");
</style>
<link rel="stylesheet" type="text/css" href="http://www.4algeria.com/vb/clientscript/vbulletin_important.css?v=388" />
<!-- / CSS Stylesheet -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.9.0/build/yahoo-dom-event/yahoo-dom-event.js?v=388"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.9.0/build/connection/connection-min.js?v=388"></script>
<script type="text/javascript">
<!--
var SECURITYTOKEN = "admin";
var vb_disable_ajax = parseInt("0", 10);
// -->
</script>
<script type="text/javascript" src="http://www.4algeria.com/vb/clientscript/vbulletin_global.js?v=388"></script>
<script type="text/javascript" src="http://www.4algeria.com/vb/clientscript/vbulletin_menu.js?v=388"></script>
<!-- Font Awesome & Foundation Icons -->
<link rel="stylesheet" type="text/css" href="http://www.4algeria.com/vb/4algeria2015/css/font-awesome/css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="http://www.4algeria.com/vb/4algeria2015/css/foundation-icons/foundation-icons.css" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Tooltip -->
<link rel="stylesheet" type="text/css" href="http://www.4algeria.com/vb/4algeria2015/css/tooltip.css" />
<link rel="stylesheet" type="text/css" href="http://www.4algeria.com/vb/4algeria2015/css/tooltip-simptip.css" />
<!-- Category Menu List -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
<script type="text/javascript" src="http://www.4algeria.com/vb/4algeria2015/js/category_menu.js"></script>
<script type="text/javascript" src="http://www.4algeria.com/vb/clientscript/ncode_imageresizer.js?v=1.0.1"></script>
<link rel="stylesheet" type="text/css" href="http://www.4algeria.com/vb/clientscript/ncode_imageresizer.css?v=1.0.1" />
<script type="text/javascript">
<!--
NcodeImageResizer.MODE = 'newwindow';
NcodeImageResizer.MAXWIDTH = '850';
NcodeImageResizer.MAXHEIGHT = '1';
NcodeImageResizer.BBURL = '/';
vbphrase['ncode_imageresizer_warning_small'] = 'إضغط هنا لعرض الصورة بالحجم الطبيعي.';
vbphrase['ncode_imageresizer_warning_filesize'] = 'هذه الصورة تم تصغيرها. إضغط هنا لعرض الصورة بالحجم الطبيعي. أبعاد الصورة الأصلية هي %1$s×%2$s وحجمها هو %3$s كيلوبايت.';
vbphrase['ncode_imageresizer_warning_no_filesize'] = 'هذه الصورة تم تصغيرها. إضغط هنا لعرض الصورة بالحجم الطبيعي. أبعاد الصورة الأصلية هي %1$s×%2$s.';
vbphrase['ncode_imageresizer_warning_fullsize'] = 'إضغط هنا لعرض الصورة بالحجم المصغر.';
//-->
</script>
واخبرني بنتيجه
مرحباً اختي جرحJAR7 كتب:شاعر زمانه مش فاهمة كلامك كويس بس التحويل لا ينقصه شئ
والاكواد صحيحة وهي تعمل لدى منتدى الفي بي فلم يغير شئ
المهم دة اكواد css
احذف الرابط من الهيدر
http://www.4algeria.com/vb/clientscript/vbulletin_css/style-33852b14-00007.css
- الكود:
body
{
background: #F6F6F6;
color: #000000;
font: 12px "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
margin: 0px;
padding: 0px 0px 0px 0px;
}
a:link, body_alink
{
color: #1F658B;
text-decoration: none;
}
a:visited, body_avisited
{
color: #1F658B;
text-decoration: none;
}
a:hover, a:active, body_ahover
{
color: #40A0D5;
text-decoration: none;
}
.page
{
background: #F6F6F6;
color: #000000;
}
.tborder
{
background: #FEFEFE;
color: #000000;
border: 1px solid #BADC98;
}
.tcat
{
background: #93C762;
color: #FFFFFF;
font: bold 12px "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, 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: #FFFFFF;
text-decoration: none;
}
.thead
{
background: #D5E9C0;
color: #557E2C;
font: bold 11px "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
}
.thead a:link, .thead_alink
{
color: #557E2C;
text-decoration: none;
}
.thead a:visited, .thead_avisited
{
color: #557E2C;
text-decoration: none;
}
.thead a:hover, .thead a:active, .thead_ahover
{
color: #75AD3D;
text-decoration: none;
}
.tfoot
{
background: #D5E9C0;
color: #557E2C;
}
.tfoot a:link, .tfoot_alink
{
color: #557E2C;
text-decoration: none;
}
.tfoot a:visited, .tfoot_avisited
{
color: #557E2C;
text-decoration: none;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
color: #75AD3D;
text-decoration: none;
}
.alt1, .alt1Active
{
background: #FEFEFE;
color: #000000;
font-weight: bold;
border-top: 1px dotted #BADC98;
}
.alt1 a:link, .alt1_alink, .alt1Active a:link, .alt1Active_alink
{
color: #1F658B;
text-decoration: none;
}
.alt1 a:visited, .alt1_avisited, .alt1Active a:visited, .alt1Active_avisited
{
color: #1F658B;
text-decoration: none;
}
.alt1 a:hover, .alt1 a:active, .alt1_ahover, .alt1Active a:hover, .alt1Active a:active, .alt1Active_ahover
{
color: #40A0D5;
text-decoration: none;
}
.alt2, .alt2Active
{
background: #FEFEFE;
color: #000000;
font-weight: bold;
border-top: 1px dotted #BADC98;
}
.alt2 a:link, .alt2_alink, .alt2Active a:link, .alt2Active_alink
{
color: #1F658B;
text-decoration: none;
}
.alt2 a:visited, .alt2_avisited, .alt2Active a:visited, .alt2Active_avisited
{
color: #1F658B;
text-decoration: none;
}
.alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover
{
color: #40A0D5;
text-decoration: none;
}
.inlinemod
{
background: #FFFFCC !important;
color: #FF0000;
font-style: italic;
}
.inlinemod a:link, .inlinemod_alink
{
color: #FF0000;
text-decoration: none;
}
.inlinemod a:visited, .inlinemod_avisited
{
color: #FF0000;
text-decoration: none;
}
.inlinemod a:hover, .inlinemod a:active, .inlinemod_ahover
{
color: #FF0000;
text-decoration: none;
}
.wysiwyg
{
background: #FEFEFE;
color: #000000;
font: bold 12pt Arial;
margin: 5px 10px 10px 10px;
padding: 0px;
}
.wysiwyg a:link, .wysiwyg_alink
{
color: #22229C;
text-decoration: none;
}
.wysiwyg a:visited, .wysiwyg_avisited
{
color: #22229C;
text-decoration: none;
}
.wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover
{
color: #FF4400;
text-decoration: none;
}
.button
{
font: 11px "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
}
select
{
font: 11px "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
}
option, optgroup
{
font-size: 11px;
font-family: "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
}
.smallfont
{
font: bold 11px "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
}
.time
{
color: #FF0000;
}
.navbar
{
font: 11px "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
}
.highlight
{
color: #FF0000;
font-weight: bold;
}
.fjsel
{
background: #D5E9C0;
color: #557E2C;
}
.fjdpth0
{
background: #93C762;
color: #FFFFFF;
}
.panel
{
background: #FEFEFE;
color: #000000;
padding: 8px;
border: 1px solid #BADC98;
}
.panelsurround
{
background: #D5E9C0;
color: #000000;
font-weight: bold;
margin: 0px;
}
legend
{
color: #557E2C;
font: bold 11px "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
}
.vbmenu_control
{
background: #93C762;
color: #FFFFFF;
font: bold 11px "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, 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: #FEFEFE;
color: #000000;
border: 1px solid #BADC98;
}
.vbmenu_option
{
background: #FEFEFE;
color: #000000;
font: 11px "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
white-space: nowrap;
cursor: pointer;
}
.vbmenu_option a:link, .vbmenu_option_alink
{
color: #000000;
text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
color: #000000;
text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
color: #000000;
text-decoration: none;
}
.vbmenu_hilite
{
background: #E9E9E9;
color: #000000;
font: 11px "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
white-space: nowrap;
cursor: pointer;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
color: #000000;
text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
color: #000000;
text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
{
color: #000000;
text-decoration: none;
}
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }
textarea {
padding: 3px 3px 0px 0px;
margin: 0px;
font-family: Arial;
font-size: 16px;
font-weight: bold;
}
.bginput {
font-family: "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
font-size: 12px;
font-weight: bold;
}
/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 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; font-weight: normal; }
/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none;}
.pagenav td { padding: 2px 4px 2px 4px; }
/********* Droid Arabic Kufi (Arabic) *********/
@font-face {
font-family: 'Droid Arabic Kufi';
font-style: normal;
font-weight: 400;
src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot);
src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff) format('woff'),
url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Droid Arabic Kufi';
font-style: normal;
font-weight: 700;
src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot);
src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff) format('woff'),
url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.ttf) format('truetype');
}
/********* Droid Arabic Naskh (Arabic) *********/
@font-face {
font-family: 'Droid Arabic Naskh';
font-style: normal;
font-weight: 400;
src: url(//fonts.gstatic.com/ea/droidarabicnaskh/v7/DroidNaskh-Regular.eot);
src: url(//fonts.gstatic.com/ea/droidarabicnaskh/v7/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'),
url(//fonts.gstatic.com/ea/droidarabicnaskh/v7/DroidNaskh-Regular.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/droidarabicnaskh/v7/DroidNaskh-Regular.woff) format('woff'),
url(//fonts.gstatic.com/ea/droidarabicnaskh/v7/DroidNaskh-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Droid Arabic Naskh';
font-style: normal;
font-weight: 700;
src: url(//fonts.gstatic.com/ea/droidarabicnaskh/v7/DroidNaskh-Bold.eot);
src: url(//fonts.gstatic.com/ea/droidarabicnaskh/v7/DroidNaskh-Bold.eot?#iefix) format('embedded-opentype'),
url(//fonts.gstatic.com/ea/droidarabicnaskh/v7/DroidNaskh-Bold.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/droidarabicnaskh/v7/DroidNaskh-Bold.woff) format('woff'),
url(//fonts.gstatic.com/ea/droidarabicnaskh/v7/DroidNaskh-Bold.ttf) format('truetype');
}
/********* Input Buttons *********/
input[type="submit"], input[type="reset"], input[type="button"]{
background: #FEFEFE;
color: #7C7C7C;
border: 1px solid #CCC;
border-radius: 3px;
box-shadow: 0px 0px 2px #CCC;
margin: 2px;
text-decoration: none;
#text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
background: #ECECF2;
color: #7C7C7C;
border: 1px solid #CCC;
border-radius: 3px;
box-shadow: 0px 0px 2px #CCC;
margin: 2px;
text-decoration: none;
#text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
}
/********* Header *********/
.TopHeader {
display: inline-block;
background: #93C762;
width: 100%;
min-height: 38px;
}
.RightTopHeader {
float: right;
}
.RightTopHeader ul {
padding: 0px;
margin: 6px 25px 0px 0px;
}
.RightTopHeader li {
display: inline;
color: #FFF;
padding: 8px 8px 4px 8px;
margin: 0px;
font-family: "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
font-size: 14px;
font-weight: lighter;
text-align: center;
min-width: 180px;
}
.RightTopHeader li a {
color: #FFF;
text-decoration: none;
}
.RightTopHeader li:hover {
background-color: #B5D991;
padding: 8px 8px 4px 8px;
}
.RightTopHeaderhome {
font-size: 20px !important;
}
.LeftTopHeader {
float: left;
display: block;
}
.LeftTopHeader ul {
padding: 5px;
margin: 0px 0px 0px 25px;
}
.LeftTopHeader li {
display: inline;
color: #FFF;
font-family: "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
font-size: 14px;
font-weight: lighter;
margin: 0px 5px 0px 0px;
#padding: 2px 8px 2px 8px;
}
.LeftTopHeaderSearch {
float: left;
padding: 5px;
margin: 0px;
}
.LeftTopHeaderSearchinput {
background-color: #FFF;
color: #AAAAAA;
padding: 0px 6px;
margin: 0px;
border: none;
border-radius: 0px 4px 4px 0px;
-webkit-border-radius: 0px 4px 4px 0px;
-moz-border-radius: 0px 4px 4px 0px;
font-family: "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
font-size: 12px;
font-weight: bold;
-moz-transition: width 0.5s ease-out;
-webkit-transition: width 0.5s ease-out;
transition: width 0.5s ease-out;
height: 28px;
width: 140px;
}
.LeftTopHeaderSearchinput:focus {
-moz-transition: width 0.5s ease-out;
-webkit-transition: width 0.5s ease-out;
transition: width 0.5s ease-out;
width: 170px;
}
.LeftTopHeaderSearchbutton {
float: left;
background-color: #FAFAFA !important;
color: #C9C9C9 !important;
padding: 0px 3px !important;
margin: 0px !important;
border: none !important;
border-radius: 4px 0px 0px 4px !important;
-webkit-border-radius: 4px 0px 0px 4px !important;
-moz-border-radius: 4px 0px 0px 4px !important;
font-family: "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif !important;
font-size: 14px !important;
font-weight: bold !important;
width:40px !important;
height: 28px !important;
}
.LeftTopHeaderTools {
float: left;
color: #FFF;
padding: 0px;
margin: 10px 15px 0px 25px;
font-size: 20px;
cursor: pointer;
}
.HeaderSocialicons {
color: #FFF;
border-radius: 5px;
padding: 0px !important;
margin: 5px 0px 0px 2px;
font-size: 28px !important;
}
.BottomHeader {
display: inline-table;
#background: #FEFEFE url("../../4algeria2015/EidHeader.png") repeat-x right top;
background: #FEFEFE;
border-bottom: 1px solid #E0E0E0;
padding: 20px 0px;
margin: 0px;
height: 90px;
width: 100%;
}
.BottomHeaderLogo {
float: right;
padding: 0px 25px 0px 0px;
margin: 0px;
}
.BottomHeaderLogin {
float: right;
background-color: #E9E9E9;
border: 1px solid #F6F6F6;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
padding: 10px;
margin: 20px 30px 0px 0px;
white-space: nowrap;
}
.BottomHeaderLoginIcon {
background-color: #FFF;
color: #93C762;
border: 4px solid #93C762;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
padding: 5px;
margin: 0px;
width: 25px;
height: 25px;
font-size: 25px !important;
text-align: center;
vertical-align: middle;
}
.BottomHeaderLogininput {
background-color: #FFF;
color: #AAAAAA;
border: 1px solid #A5CF7A;
box-shadow:0px 0px 5px #93C762;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
padding: 4px;
margin: 0px;
width: 145px;
height: 22px;
font-family: "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
font-size: 12px !important;
font-weight: bold;
}
.BottomHeaderLogininput:focus {
background: #FFF;
border:1px solid #66afe9;
box-shadow:0 0 5px #66afe9;
-webkit-box-shadow:0 0 5px #66afe9;
-moz-box-shadow:0 0 5px #66afe9;
}
.registernewuser {
float: right;
background-color: #93C762;
color: #FFF;
border: 3px solid #EAF3E0;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
padding: 4px 6px;
margin: 35px 10px 0px 0px;
font-family: "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
font-size: 14px;
font-weight: bold;
text-align: right;
text-decoration: none;
white-space: nowrap;
text-shadow: 0px 1px 2px #557D2D;
}
.registernewuser:hover {
background-color: #7CBC43;
}
.registernewuser a {
color: #FFF;
}
.registernewuserIcon {
color:#DFEED0;
font-size: 24px !important;
text-align: center;
vertical-align: middle;
}
.resetpassword {
float: right;
background-color: #DE776B;
color: #FFF;
border: 3px solid #F7DFDD;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
padding: 4px 6px;
margin: 35px 10px 0px 0px;
font-family: "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
font-size: 14px;
font-weight: bold;
text-align: right;
text-decoration: none;
white-space: nowrap;
text-shadow: 0px 1px 2px #AD3527;
}
.resetpassword:hover {
background-color: #D65749;
}
.resetpassword a {
color: #FFF;
}
.resetpasswordIcon {
color: #F7DFDD;
font-size: 24px !important;
text-align: center;
vertical-align: middle;
}
.headermemberAvatar {
float: right;
background-color: #F6F6F6;
padding: 3px;
margin: 22px 30px 0px 0px;
border: 1px solid #E0E0E0;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
height: 52px;
width: 52px;
box-shadow: 0px 0px 4px rgba(130, 130, 130, 0.75);
}
.headermemberAvatar img {
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
.headermemberinfo {
float: right;
color: #7F7F7F;
padding: 0px;
margin: 20px 10px 0px 0px;
}
.headermembernotification {
float: right;
padding: 0px;
margin: 35px 40px 0px 0px;
}
.headermembernotification ul {
padding: 0px;
margin: 0px;
}
.headermembernotification li {
display: inline-table;
}
.headermembernotification li span {
background-color: #F9F9F9;
color: #93C762;
border: 3px solid #93C762;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
padding: 8px 2px 2px 2px;
margin: 0px 8px 0px 0px;
width: 35px;
height: 30x;
font-size: 26px;
text-align: center;
cursor: pointer;
box-shadow: 0px 0px 0px 3px #E9E9E9;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.headermembernotification li span:hover {
box-shadow: 0px 0px 0px 5px #D5E9C0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.headermembernotification li a {
color: #93C762;
padding: 0px;
margin: 0px;
}
.notifications {
display: table;
position: relative;
background: #DC0D17;
background-image: linear-gradient(#FA3C45, #DC0D17);
color: #FFF;
bottom: 45px;
right: 8px;
padding: 2px 4px 1px 4px;
margin: 0px;
border-radius: 10%;
font-family: Arial, Tahoma, Calibri, Verdana, Geneva, sans-serif;
font-size: 11px;
font-weight: lighter;
text-align: center;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
}
.usercptools {
float: right;
background-color: #F9F9F9;
color: #7F7F7F;
border: 1px solid #DFDFDF;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
padding: 2px 6px;
margin: 8px 0px 0px 0px;
font-family: "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
font-size: 11px;
font-weight: bold;
text-align: center;
text-decoration: none;
white-space: nowrap;
}
.useroptions {
float: right;
background-color: #F9F9F9;
color: #7F7F7F;
border: 1px solid #DFDFDF;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
padding: 2px 6px;
margin: 8px 4px 0px 0px;
font-family: "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
font-size: 11px;
font-weight: bold;
text-align: center;
text-decoration: none;
white-space: nowrap;
vertical-align: middle;
}
.usercptools a span, .useroptions a span {
color: #7F7F7F;
font-size: 19px;
padding: 2px 1px;
}
/*** Header Tools Menu ***/
.headerMenuList {
position: absolute;
background: rgba(255, 255, 255, 0.95);
color: #1F658B;
padding: 0px;
margin: 12px -155px 0px 0px;
border: 1px solid #E0E0E0;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
z-index: 17000;
height: auto;
width: 180px;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.headerMenuList:after {
position: absolute;
bottom: 100%;
left: 8px;
content: "";
height: 0;
width: 0;
pointer-events: none;
border: solid transparent;
border-color: rgba(255, 255, 255, 0);
border-bottom-color: #FFF;
border-width: 10px;
}
.headerMenuList:before {
position: absolute;
bottom: 100%;
left: 7px;
content: "";
height: 0;
width: 0;
pointer-events: none;
border: solid transparent;
border-color: rgba(224, 224, 224, 0);
border-bottom-color: #E0E0E0;
border-width: 11px;
}
.headerMenuList ul {
padding: 6px 0px;
margin: 0px;
}
.headerMenuList li {
display: block;
color: #1F658B;
padding: 0px;
margin: 0px;
font-family: 'Droid Arabic Kufi',Tahoma,Calibri,Verdana,Geneva,sans-serif;
font-size: 12px;
font-weight: lighter;
text-align: right;
}
.headerMenuList li a {
display: block;
color: #6A6A6A;
padding: 6px 8px 6px 2px;
margin: 0px;
}
.headerMenuList li a:hover {
background-color: rgba(154, 202, 106, 0.30);
#text-shadow: 0px 0px 2px rgba(154, 202, 106, 0.8);
}
/*** USERCP ****/
.usercptoolsMenuList {
position: absolute;
background: rgba(255, 255, 255, 0.95);
color: #7F7F7F;
padding: 8px;
margin: 18px -7px 0px 0px;
border: 1px solid #E0E0E0;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
z-index: 14000;
font-family: 'Droid Arabic Kufi',Tahoma,Calibri,Verdana,Geneva,sans-serif;
font-size: 12px;
font-weight: bold;
text-align: right;
white-space: normal;
height: auto;
width: 360px;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.usercptoolsMenuList:after {
position: absolute;
bottom: 100%;
right: 8px;
content: "";
height: 0;
width: 0;
pointer-events: none;
border: solid transparent;
border-color: rgba(225, 225, 225, 0);
border-bottom-color: #FFF;
border-width: 10px;
}
.usercptoolsMenuList:before {
position: absolute;
bottom: 100%;
right: 7px;
content: "";
height: 0;
width: 0;
pointer-events: none;
border: solid transparent;
border-color: rgba(225, 225, 225, 0);
border-bottom-color: #E0E0E0;
border-width: 11px;
}
.usercptoolsMenuBox {
display: inline-block;
background: rgba(154, 202, 106, 0.95);
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
padding: 3px 6px 7px 2px;
margin: 0px;
height: auto;
width: 352px;
}
.usercptoolsMenuBoxLink {
float: right;
background: rgba(255, 255, 255, 0.95);
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
padding: 2px 6px 1px 6px;
margin: 4px 0px 0px 4px;
font-family: 'Droid Arabic Kufi',Tahoma,Calibri,Verdana,Geneva,sans-serif;
font-size: 10px;
font-weight: lighter;
text-align: center;
}
.usercptoolsMenuBoxLink a {
color: #7F7F7F;
}
.usercptoolsMenuBoxLink a:hover {
color: #40A0D5;
}
.usercptoolsMenuBoxInfo {
display: inline-block;
background: rgba(164, 164, 164, 0.35);
color: #608C33;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
padding: 5px 8px;
margin: 0px;
font-family: 'Droid Arabic Kufi',Tahoma,Calibri,Verdana,Geneva,sans-serif;
font-size: 11px;
font-weight: lighter;
height: auto;
width: 345px;
}
.usercptoolsMenuBoxAv {
float: left;
background: #FFF;
border: 3px solid #93C762;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
padding: 0px;
margin: 10px 0px 0px 0px;
height: 45px;
width: 45px;
}
.usercptoolsMenuBoxAv img {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
height: 45px;
width: 45px;
}
/********* Forumhome *********/
#forumhomeBody {
background-color: #FEFEFE;
border: 1px solid #E0E0E0;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
margin: 0px;
padding: 4px;
}
.navbarbox {
background-color: #FEFEFE;
color: #7F7F7F;
border: 1px solid #E0E0E0;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
padding: 8px 8px 6px 8px;
margin: 0px;
font-family: "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
font-size: 13px;
font-weight: bold;
}
.noticebox {
background-color: #FCF1B8;
color: #B6750A;
border: 1px solid #F8E372;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
padding: 8px;
margin: 0px;
font-family: "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
font-size: 13px;
font-weight: bold;
}
.noticeboxtxt {
background-color: #FEFEFE;
color: #608C33;
border: 1px solid #F9E886;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
padding: 8px;
margin: 5px 0px 0px 0px;
font-family: "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
font-size: 12px;
font-weight: bold;
}
.forumdescbox {
background-color: #F9DEDB;
color: #96281B;
border: 1px solid #F5CDC9;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
padding: 6px 8px 6px 8px;
margin: 0px;
font-family: "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
font-size: 13px;
font-weight: bold;
}
.forumhomestat {
background-color: #D5E9C0;
color: #557E2C;
border: 1px solid #BADC98;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
padding: 8px;
margin: 0px;
font-family: "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
font-size: 13px;
font-weight: bold;
}
.forumhomestatboxuno {
background-color: #FEFEFE;
color: #6A6A6A;
border: 1px solid #BADC98;
border-bottom: 1px dotted #BADC98;
border-radius: 3px 3px 0px 0px;
-webkit-border-radius: 3px 3px 0px 0px;
-moz-border-radius: 3px 3px 0px 0px;
padding: 8px;
margin: 5px 0px 0px 0px;
font-family: "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
font-size: 11px;
font-weight: bold;
}
.forumhomestatboxdos {
background-color: #FEFEFE;
color: #6A6A6A;
border: 1px solid #BADC98;
border-top: 0px;
border-bottom: 1px dotted #BADC98;
padding: 8px;
margin: 0px 0px 0px 0px;
font-family: "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
font-size: 11px;
font-weight: bold;
}
.forumhomestatboxtres {
background-color: #FEFEFE;
color: #6A6A6A;
border: 1px solid #BADC98;
border-top: 0px;
border-radius: 0px 0px 3px 3px;
-webkit-border-radius: 0px 0px 3px 3px;
-moz-border-radius: 0px 0px 3px 3px;
padding: 8px;
margin: 0px 0px 0px 0px;
font-family: "Droid Arabic Kufi", Tahoma, Calibri, Verdana, Geneva, sans-serif;
font-size: 11px;
font-weight: bold;
}
.forumhomestatIcon {
color: #7F7F7F;
font-size: 13px !important;
text-align: center;
}
.newestmember {
float: left;
}
هذذا ما قصدته فهذه هي الطريقة
حتى في المستقبل يبقى التصميم حتى لا ينتهي
مع زوال المنتديات المحول منها
رد: مشكلة في الاستايل
اهلا اخي الموقع الرسمي للاستايل قام بتغيير رابط امداد css
ووضع تغيير بسيط برقم رابط 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 -->
<!-- CSS Stylesheet -->
<style type="text/css" id="vbulletin_css">
/**
* vBulletin 3.8.8 CSS
* Style: '4algeria Style 2015'; Style ID: 7
*/
@import url("http://www.4algeria.com/vb/clientscript/vbulletin_css/style-ecac6741-00007.css");
</style>
<link rel="stylesheet" type="text/css" href="http://www.4algeria.com/vb/clientscript/vbulletin_important.css?v=388" />
<!-- / CSS Stylesheet -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.9.0/build/yahoo-dom-event/yahoo-dom-event.js?v=388"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.9.0/build/connection/connection-min.js?v=388"></script>
<script type="text/javascript">
<!--
var SESSIONURL = "s=ff8db04b877288f2c928ab628913247c&";
var SECURITYTOKEN = "guest";
var IMGDIR_MISC = "http://www.4algeria.com/vb/4algeria2015/misc";
var vb_disable_ajax = parseInt("1", 10);
// -->
</script>
<script type="text/javascript" src="http://www.4algeria.com/vb/clientscript/vbulletin_global.js?v=388"></script>
<script type="text/javascript" src="http://www.4algeria.com/vb/clientscript/vbulletin_menu.js?v=388"></script>
<!-- Font Awesome & Foundation Icons -->
<link rel="stylesheet" type="text/css" href="http://www.4algeria.com/vb/4algeria2015/css/font-awesome/css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="http://www.4algeria.com/vb/4algeria2015/css/foundation-icons/foundation-icons.css" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Tooltip -->
<link rel="stylesheet" type="text/css" href="http://www.4algeria.com/vb/4algeria2015/css/tooltip.css" />
<link rel="stylesheet" type="text/css" href="http://www.4algeria.com/vb/4algeria2015/css/tooltip-simptip.css" />
<!-- Category Menu List -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
<script type="text/javascript" src="http://www.4algeria.com/vb/4algeria2015/js/category_menu.js"></script>
<script type="text/javascript" src="http://www.4algeria.com/vb/clientscript/ncode_imageresizer.js?v=1.0.1"></script>
<link rel="stylesheet" type="text/css" href="http://www.4algeria.com/vb/clientscript/ncode_imageresizer.css?v=1.0.1" />
<script type="text/javascript">
</script>
</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}
<a name="top"></a>
<div class="TopHeader">
<div class="RightTopHeader">
<ul>
<!--<li><a href="#"><span class="RightTopHeaderhome fa fa-home"></span></a></li>-->
<li><a href="#" rel="nofollow">ضوابط المنتدى</a></li>
<li><a href="#" rel="nofollow">الأوسمـة</a></li>
<li><a href="#" rel="nofollow">الشهادات</a></li>
<li><a href="#" rel="nofollow">المجلات</a></li>
<li><a rel="nofollow" target="_blank" href="#">مركز التحميل</a></li>
<li><a href="#" rel="nofollow">خدمة الإعلانات</a></li>
</ul>
</div>
<div class="LeftTopHeader">
<div id="HeaderMenu" class="LeftTopHeaderTools tip">
<span class="fa fa-bars"></span>
<span class="tooltipR" >خيارات المنتدى السريعة</span>
<div class="headerMenuList" style="display: none;">
<ul>
<li><a href="/calendar" rel="nofollow"><span class="fa fa-calendar"> </span>التقويم</a></li>
<li><a href="/faq" rel="nofollow"><span class="fa fa-info-circle"> </span>التعليمات</a></li>
<li><a href="/search?search_id=newposts" ><span class="fa fa-comments"> </span>مشاركات اليوم</a></li>
<li><a href="/groups" rel="nofollow"><span class="fa fa-heart"> </span>طاقم عمل المنتدى</a></li>
<li><a href="/?mark=forums" rel="nofollow"><span class="fa fa-check-square"> </span>إجعل كافة الأقسام مقروءة</a></li>
</ul>
</div>
</div>
<div class="LeftTopHeaderSearch">
<form action="search" target="_blank">
<input type="hidden" name="ie" value="Windows-1256" >
<input type="hidden" name="sitesearch" value="" >
<input type="hidden" name="hl" value="fr" />
<input class="LeftTopHeaderSearchinput" type="text" placeholder="إبحث في المنتدى" name="search_keywords" size="30" >
<input class="LeftTopHeaderSearchbutton" type="submit" name="go" value="بحث" >
</form>
</div>
<div class="tip">
<a rel="nofollow" target="_blank" href="#"><span class="fa fa-facebook-square HeaderSocialicons"></span></a>
<span style="margin-top: -28px;" class="tooltipR">تابعونا عبر Facebook</span>
</div>
<div class="tip">
<a rel="nofollow" target="_blank" href="#"><span class="fa fa-twitter-square HeaderSocialicons"></span></a>
<span style="margin-top: -28px;" class="tooltipR">تابعونا عبر Twitter</span>
</div>
</div>
</div>
<div class="BottomHeader">
<div class="BottomHeaderLogo">
<!-- logo -->
<a href="/">
<img src="http://www.4algeria.com/vb/4algeria2015/misc/logo.png" border="0" alt="اسم منتداك" />
</a>
<!-- /logo -->
</div>
<!-- BEGIN switch_user_logged_in -->
<div class="BottomHeaderLogin">
<strong>أهلا وسهلا بكـ <a>{LOGGED_AS}</a>.</strong>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<!-- login form -->
<div class="BottomHeaderLogin">
<form action="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=388"></script>
<span class="fa fa-user BottomHeaderLoginIcon"></span>
<span class="position-bottom" data-tooltip="إسم المستخدم">
<input type="text" class="BottomHeaderLogininput" style="font-size: 11px" name="username" id="navbar_username" size="11" accesskey="u" tabindex="101" value="إسم المستخدم" onfocus="if (this.value == 'إسم المستخدم') this.value = '';" ></span>
<span class="fa fa-lock BottomHeaderLoginIcon"></span>
<span class="position-bottom" data-tooltip="كلمة المرور">
<input type="password" class="BottomHeaderLogininput" style="font-size: 11px" name="password" id="navbar_password" size="11" tabindex="102" /></span>
<label for="cb_cookieuser_navbar"><input type="checkbox" name="autologin" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" checked="checked" >حفظ بياناتي؟</label>
<input type="submit" name="login" class="button" value="تسجيل الدخول" tabindex="104" title="أدخل إسم المستخدم وكلمة المرور الخاصة بك في الحقول المجاورة لتسجيل الدخول, أو إضغط على رابط (تسجيل عضوية جديدة) لإنشاء حساب خاص بك." accesskey="s" >
<input type="hidden" name="s" value="ff8db04b877288f2c928ab628913247c" >
<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>
<!-- / login form -->
</div>
<div class="registernewuser"><a href="/register" rel="nofollow"><span class="fa fa-user registernewuserIcon"></span> تسجيل عضوية جديدة</a></div>
<div class="resetpassword"><a href="/profile?mode=sendpassword" rel="nofollow"><span class="fa fa-lock resetpasswordIcon"></span> إستعادة كلمة المرور</a></div>
<!-- END switch_user_logged_out -->
</div>
<!-- content table -->
<!-- open content container -->
<div align="center">
<div class="page" style="width:100%; text-align:right">
<div style="padding:0px 25px 0px 25px" align="right">
<br />
<div align="center" style="padding-top:0px; padding-bottom:15px;">
<script type="text/javascript">
google_ad_client = "ca-pub-6900972610056211";
google_ad_slot = "1291048738";
google_ad_width = 728;
google_ad_height = 90;
</script>
<!-- [Forum Header] - (728x90) -->
<script type="text/javascript"
src="//pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<!-- breadcrumb -->
<div class="navbarbox">
<a href="/" accesskey="1">
<span style="float:right; color:#6A6A6A; margin:-2px 0px 0px 6px; font-size:26px;" class="fa fa-home"></span>
</a>
<strong>اسم منتداك</strong>
</div>
<!-- / breadcrumb -->
<br />
<!-- breadcrumb -->
<div class="navbarbox">
<span style="float:center; color:#6A6A6A; margin:-2px 0px 0px 6px; font-size:26px;" class="fa fa-home"></span>
<strong>{GENERATED_NAV_BAR}</strong>
</div>
<!-- / breadcrumb -->
<br />
<form action="/" method="post" id="notices">
<input type="hidden" name="do" value="dismissnotice" />
<input type="hidden" name="securitytoken" value="guest" />
<input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" />
<input type="hidden" name="url" value="/vb/" />
<div class="noticebox">
الملاحظات
<div class="noticeboxtxt">
<div class="navbar_notice" id="navbar_notice_2">
• اسم الموضوع الاول <span style="color:#3498DB; font-size:19px;" class="fa fa-cloud-upload"></span>
<a href="#" rel="dofollow" target="_blank"></a>.
<br />
• اسم الموضوع الثاني <span style="color:#D91E18; font-size:19px;" class="fa fa-exclamation-triangle"></span>
<a href="#" rel="dofollow" target="_blank"></a>.
</div>
</div>
</div>
<br />
</form>
<div align="center">
<script type="text/javascript">
</script>
<!-- [Forum Navbar] - (728x90) -->
<script type="text/javascript"
src="//pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<br />
<!-- 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 -->
<table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
<tr>
<td align="{MENU_POSITION}"{MENU_NOWRAP}></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 -->
رد: مشكلة في الاستايل
+++
ان كنت عدلت على القالب ولا تريد اعادته الى سابق فقط قم بالبحث عن الكود الاتي
http://www.4algeria.com/vb/clientscript/vbulletin_css/style-33852b14-00007.css
واستبدله بهذا
http://www.4algeria.com/vb/clientscript/vbulletin_css/style-ecac6741-00007.css
الكود سيكون بين كودين وعلامة ""
موفق
ان كنت عدلت على القالب ولا تريد اعادته الى سابق فقط قم بالبحث عن الكود الاتي
http://www.4algeria.com/vb/clientscript/vbulletin_css/style-33852b14-00007.css
واستبدله بهذا
http://www.4algeria.com/vb/clientscript/vbulletin_css/style-ecac6741-00007.css
الكود سيكون بين كودين وعلامة ""
موفق
رد: مشكلة في الاستايل
ضعها فوق وسممحمود مصطفي مفتاح كتب:الأخ شاعر زمانه أضع هذا الكود في أول الهيدر ولا في آخر الهيدر
- الكود:
</head>
صفحة 2 من اصل 2 • 1, 2
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: قسم المشاكل الأخرى :: أرشيف قسم "المشاكل الأخرى"
صفحة 2 من اصل 2
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى