اريد ان يكون كود الدخول الموجود على الهيدر يوجه للدخول
وترحيب بالعضو بعد الدخول
وهذا هو الهيدر بعد التركيب
http://moon.all-up.com
للتوضيح
الكود:
[font=Arial][size=16]
<!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="rtl" lang="ar">
<head>
<!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');
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}');
report.focus();
<!-- END switch_report_popup -->
<!-- BEGIN switch_ticker -->
ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING},
{switch_ticker.SPEED}, '{switch_ticker.DIRECTION}',
{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="" />
Hit<em>skin</em>.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">
<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}
<!-- CSS Stylesheet -->
<style type="text/css" id="vbulletin_css">
/**
* vBulletin 3.8.7 CSS
* Style: 'al' aZareer ُDes .، ! 3 | توزيعَ خيالية css ..'; Style ID: 46
*/
body
{
background: #f6f4f0;
color: #91878a;
font: 10pt Tahoma,simplified arabic,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 0px;
padding: 0px;
}
a:link, body_alink
{
color: #91878a;
}
a:visited, body_avisited
{
color: #91878a;
}
a:hover, a:active, body_ahover
{
color: #91878a;
}
.page
{
background: #f6f4f0;
color: #91878a;
font-family: Tahoma,simplified arabic,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
td, th, p, li
{
font: 10pt Tahoma,simplified arabic,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tborder
{
background: #;
color: #000000;
font-family: Tahoma,simplified arabic,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
border: 1px solid #;
}
.tcat
{
background: #91878a url(http://www.azareer.com/vb/Az-des/images/back3.gif);
color: #91878a;
font: bold 10pt Tahoma,simplified arabic,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tcat a:link, .tcat_alink
{
color: #91878a;
text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
color: #91878a;
text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
background: #fefbf6;
color: #91878a;
text-decoration: none;
}
.thead
{
background: #91878a url(http://www.azareer.com/vb/Az-des/images/back2.gif);
color: #e9e4dc;
font: bold 11px Tahoma,simplified arabic,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.thead a:link, .thead_alink
{
color: #e9e4dc;
}
.thead a:visited, .thead_avisited
{
color: #e9e4dc;
}
.thead a:hover, .thead a:active, .thead_ahover
{
background: #fefbf6;
color: #e9e4dc;
}
.tfoot
{
background: #91878a url(http://www.azareer.com/vb/Az-des/images/back3.gif);
color: #91878a;
}
.tfoot a:link, .tfoot_alink
{
color: #91878a;
}
.tfoot a:visited, .tfoot_avisited
{
color: #91878a;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
background: #fefbf6;
color: #91878a;
}
.alt1, .alt1Active
{
background: #f6f4f0;
color: #91878a;
font: 10px Tahoma;
border-bottom: 1px dashed #C9C9C9;
}
.alt1 a:hover, .alt1 a:active, .alt1_ahover, .alt1Active a:hover, .alt1Active a:active, .alt1Active_ahover
{
background: #fefbf6;
}
.alt2, .alt2Active
{
background: #f6f4f0;
color: #91878a;
font: 10px Tahoma;
border-bottom: 1px dashed #C9C9C9;
}
.alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover
{
background: #fefbf6;
}
.inlinemod
{
background: #f6f4f0;
color: #91878a;
font-family: Tahoma,simplified arabic,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.wysiwyg
{
background: #F5F5FF;
color: #91878a;
font: 10pt Tahoma,simplified arabic,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 5px 10px 10px 10px;
padding: 0px;
}
.wysiwyg a:link, .wysiwyg_alink
{
color: #91878a;
}
.wysiwyg a:visited, .wysiwyg_avisited
{
color: #91878a;
}
.wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover
{
background: #fefbf6;
color: #91878a;
}
textarea, .bginput
{
font: 10pt Tahoma,simplified arabic,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.bginput option, .bginput optgroup
{
font-size: 10pt;
font-family: Tahoma,simplified arabic,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.button
{
font: 11px Tahoma,simplified arabic,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
select
{
font: 11px Tahoma,simplified arabic,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
option, optgroup
{
font-size: 11px;
font-family: Tahoma,simplified arabic,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.smallfont
{
font: 11px Tahoma,simplified arabic,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.time
{
color: #b5ad59;
font-family: Tahoma,simplified arabic,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.navbar
{
font: 11px Tahoma,simplified arabic,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.highlight
{
color: #b5ad59;
font-family: Tahoma,simplified arabic,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
font-weight: bold;
}
.fjsel
{
background: #91878a;
color: #E0E0F6;
}
.fjdpth0
{
background: #F7F7F7;
color: #91878a;
}
.panel
{
background: #91878a url(http://www.azareer.com/vb/Az-des/images/back3.gif);
color: #91878a;
font-family: Tahoma,simplified arabic,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
padding: 0px;
border: 0px outset;
}
.panelsurround
{
background: #91878a url(http://www.azareer.com/vb/Az-des/images/back3.gif);
color: #91878a;
font-family: Tahoma,simplified arabic,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
legend
{
color: #91878a;
font: 11px Tahoma,simplified arabic,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.vbmenu_control
{
background: #e5cdc3;
color: #e9e4dc;
font: bold 11px Tahoma,simplified arabic,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: none;
}
.vbmenu_popup
{
background: #91878a url(http://www.azareer.com/vb/Az-des/images/back3.gif);
color: #91878a;
font-family: Tahoma,simplified arabic,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
border: 1px solid #91878a;
}
.vbmenu_option
{
background: #91878a url(http://www.azareer.com/vb/Az-des/images/back3.gif);
color: #91878a;
font: 11px Tahoma,simplified arabic,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
white-space: nowrap;
cursor: pointer;
}
.vbmenu_option a:link, .vbmenu_option_alink
{
color: #91878a;
text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
color: #91878a;
text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
color: #91878a;
text-decoration: none;
}
.vbmenu_hilite
{
background: #91878a url(http://www.azareer.com/vb/Az-des/images/back3.gif);
color: #91878a;
font: 11px Tahoma,simplified arabic,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
white-space: nowrap;
cursor: pointer;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
color: #91878a;
text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
color: #91878a;
text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
{
color: #91878a;
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; }
#header {
height: 234px;
background-image:url(http://www.azareer.com/vb/Az-des/images/header.gif);
background-repeat: repeat-x;
}
#header .right{
height: 234px;
width: 328px;
background-image:url(http://www.azareer.com/vb/Az-des/images/hedr.gif);
float:right;
background-repeat:no-repeat;
}
#header .left {
height: 234px;
width: 386px;
float:left;
background-image:url(http://www.azareer.com/vb/Az-des/images/hedl.gif);
background-repeat:no-repeat;
}
.coll {
padding-left: 66px;
background-image:url(http://www.azareer.com/vb/Az-des/images/coll.gif);
background-repeat: repeat-y;
background-position: left;
}
.colr {
padding-right: 97px;
background-image:url(http://www.azareer.com/vb/Az-des/images/colr.gif);
background-repeat: repeat-y;
background-position: right;
}
#foter {
height: 36px;
background-image:url();
background-repeat: repeat-x;
}
#foter .right{
float: right;
height: 36px;
width: 97px;
background-image:url(http://www.azareer.com/vb/Az-des/images/colr.gif);
background-repeat:no-repeat;
position:relative;
}
a.r1 {
position:absolute;
height:32px;
width:58px;
left:75px;
top:0px;
}
a.r2 {
position:absolute;
height:17px;
width:59px;
right:86px;
top:2px;
}
a.r3 {
position:absolute;
height:17px;
width:61px;
right:86px;
top:26px;
}
a.r4 {
position:absolute;
height:17px;
width:60px;
right:86px;
top:47px;
}
#foter .left{
float:left;
height: 36px;
width: 326px;
background-image:url(http://www.azareer.com/vb/Az-des/images/fotl.gif);
background-repeat:no-repeat;
}
.login {
background:url(http://www.azareer.com/vb/Az-des/images/login.gif) no-repeat;
float:right;
margin-top:62px;
height:114px;
right:175px;
width:237px;
z-index:623650;
margin-right:0px;
padding-right:84px;
}
.log {
position:absolute;
top:78px;
right:84px;
color:#7d6069;
margin-right:10px;
padding-right:10px;
padding-left:20px;
padding-left:20px;
width: 200px;
height: 100px;
text-align:center;
}
.bginput1 {
background:url(http://www.azareer.com/vb/Az-des/images/input.gif) no-repeat top center;
height:33px;
width:120px;
font:11px Tahoma, Geneva, sans-serif;
text-align:center;
color:#7d6069;
border:none;
}
.bginput2 {
background:url(http://www.azareer.com/vb/Az-des/images/input.gif) no-repeat top left;
height:33px;
width:120px;
font:11px Tahoma, Geneva, sans-serif;
text-align:center;
color:#7d6069;
border:none;
}
.button_l {
background:url(http://www.azareer.com/vb/Az-des/images/login2.gif) no-repeat top center;
height:23px;
width:47px;
border:none;
}
.but-1 {
background-image:url(http://www.azareer.com/vb/Az-des/images/but1-1.gif);
background-repeat: no-repeat;
height: 16px;
width: 59px;
float:left;
margin-top:157px;
margin-left:154px;
}
.but-1 a{
background-image:url(http://www.azareer.com/vb/Az-des/images/but1.gif);
background-repeat: no-repeat;
height:16px;
width: 59px;
display: block;
float:left;
}
.but-1 a:hover{
background: none;
}
.but-2 {
background-image:url(http://www.azareer.com/vb/Az-des/images/but2-2.gif);
background-repeat: no-repeat;
height: 16px;
width: 75px;
float:left;
margin-top:157px;
margin-left:0px;
}
.but-2 a{
background-image:url(http://www.azareer.com/vb/Az-des/images/but2.gif);
background-repeat: no-repeat;
height:16px;
width: 75px;
display: block;
float:left;
}
.but-2 a:hover{
background: none;
}
.but-3 {
background-image:url(http://www.azareer.com/vb/Az-des/images/but3-3.gif);
background-repeat: no-repeat;
height: 16px;
width: 70px;
float:left;
margin-top:157px;
margin-left:0px;
}
.but-3 a{
background-image:url(http://www.azareer.com/vb/Az-des/images/but3.gif);
background-repeat: no-repeat;
height:16px;
width: 70px;
display: block;
float:left;
}
.but-3 a:hover{
background: none;
}
.button {
font : 9pt Tahoma, Ms Sans Serif, Verdana, Arial, Helvetica, Sans-serif; background-color: #edeae6;
border:1px dotted #ece9e5;
border-left:2px solid #8c6871;
border-right:2px solid #8c6871;
outline:none;
}
textarea, .bginput {
font : #575757 9pt Tahoma, Ms Sans Serif, Verdana, Arial, Helvetica, Sans-serif;
background-color: #f2f2f2;
border:1px dotted #83616b; /* كود لون حدود فى اعلى واسفل */
border-left:1px dotted #83616b; /* كود لون حدود فى اليسار */
border-right:1px dotted #83616b; /* كود لون حدود فى اليمين */
outline:none;
}
</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 = "";
var SECURITYTOKEN = "guest";
var IMGDIR_MISC = "Az-des/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>
</script><script
type="text/javascript"
src="http://www.azareer.com/vb/clientscript/vbulletin_global.js?v=387"></script><script
type="text/javascript"
src="http://www.azareer.com/vb/clientscript/vbulletin_menu.js?v=387"></script><style
type="text/css">body, a:hover {cursor:
url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress
!important;}</style><title>أزَارير لخُدمآت التصَميم
©</title></head><body><div id="header"> <div
class="right"><a class="r2" href="http://www.tvquran.com/"
title="قُرآن ربي"></a><a class="r3" href="register"
title="التسجيل"></a><a class="r4" href="f15-montada"
title="طلبَاتكم"></a><div class="login"><div
class="log"><td class="alt2" nowrap="nowrap"
style="padding:0px">
[size=16]<!-- login form -->
<form action="/login.forum?redirect=h15-page" method="post" name="form_login">
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v=385"></script>
<table cellpadding="0" cellspacing="3" border="0">
<tr>
<td class="smallfont" style="white-space: nowrap;"><label for="navbar_username">
<img src="http://i31.servimg.com/u/f31/17/61/46/25/pas-us10.gif" alt="إسم المستخدم" border="0" height="15" width="15" /></label></td>
<td><input type="text" class="bginput1" style="font-size: 11px" name="username" id="Post" size="10" accesskey="u" tabindex="101" value="اسم العضو" onfocus="if (this.value == 'اسم العضو') this.value = '';" /></td>
<td class="smallfont" nowrap="nowrap"><label for="cb_cookieuser_navbar">
<input type="checkbox" name="autologin" value="1" tabindex="103" id="Post" accesskey="c" />تذكّر</label></td>
</tr>
<tr>
<td class="smallfont"><label for="navbar_password">
<img src="http://i31.servimg.com/u/f31/17/61/46/25/pas-us11.gif" alt="كلمة المرور" border="0" height="15" width="15" /></label></td>
<td><input type="password" class="bginput2" style="font-size: 11px" name="password" id="Post" size="10" tabindex="102" /></td>
<TD>
<INPUT
name="login" title="ادخل اسم العضو وكلمة المرور الخاصة بك في الحقول المجاورة لتسجيل الدخول, أو اضغط على رابط 'التسجيل' لإنشاء حساب خاص بك."
accessKey=s tabIndex=4 type=image
src="http://i31.servimg.com/u/f31/17/61/46/25/login210.gif"
value="Log in" style="border-width: 0px; margin: 0px; padding: 0px" name="login" height="23" width="47"></TD>
</tr>
</table>
<input type="hidden" name="s" value="6fe16e57d4546f517b324e45e18bcd8a" />
<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 -->[/size]
</div></div>
</td>
</div>
<div class="left">
<div class="but-1"> <a href="https://twitter.com/azareer"></a> </div>
<div class="but-2"> <a href="http://azareer.tumblr.com/"></a> </div>
<div class="but-3"> <a href="http://ask.fm/azareer"></a> </div>
</div>
</div>
<div class="colr">
<div class="coll">
<!-- open content container -->
<div align="center">
<div class="page" style="width:100%; text-align:right">
<div style="padding:0px 25px 0px 25px" align="right">
<style>
<!--
A:link {text-decoration: none; color: }
A:visited {text-decoration: none; color: }
A:active {text-decoration: none; color: }
A:hover {text-decoration: none; color: }
-->
</style>
<br />
<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%">
<div class="navbar" style="font-size:10pt"><a
href="index.php" accesskey="1"><img class="inlineimg"
src="http://www.azareer.com/vb/Az-des/misc/navbits_start.gif" alt=""
border="0" /></a> <strong>أزَارير لخُدمآت التصَميم
©</strong></div>
</td>
</tr>
</table>
<!-- / breadcrumb, login, pm info -->
<!-- nav buttons bar -->
<div class="tborder" style="padding:0px; border-top-width:0px">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr align="center">
<td class="vbmenu_control"><a
href="/profile?mode=editprofile&tt=1">.. ، آنٍآ فُقطِ /
♥</a></td>
<td class="vbmenu_control"><a rel="help" href="faq.php" accesskey="5">التعليمات</a></td>
<td class="vbmenu_control"><a id="community"
href="/vb/?styleid=46&nojs=1#community" rel="nofollow"
accesskey="6">المجموعات</a> <script
type="text/javascript"> vbmenu_register("community");
</script></td>
<td class="vbmenu_control"><a href="calendar.php">التقويم</a></td>
<td class="vbmenu_control"><a
href="search.php?do=getdaily" accesskey="2">مشاركات
اليوم</a></td>
<td
class="vbmenu_control"><a id="navbar_search" href="search.php"
accesskey="4" rel="nofollow">البحث</a> </td>
<td class="vbmenu_control"><a
href="login?logout=true" onclick="return log_out('هل أنت متأكد برغبتك في
الخروج من المنتدى؟')">، بـّ هُدؤوءِ :' ♥</a></td>
</tr>
</table>
</div>
<!-- / nav buttons bar -->
<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">قائمة الأعضاء</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="" />
<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.php" rel="nofollow">بحث بالكلمة الدليلية </a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php"
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="index.php" 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 -->
</b>
<br />
<!-- main -->
<table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center">
<thead>
<!-- 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>
<div style="clear: both;"></div>
<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 {CLASS_TABLE_TYPE} 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 {CLASS_TABLE_TYPE} 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="100%">
<div id="center">
<!-- BEGIN giefmod_index1 -->
{giefmod_index1.MODVAR}
<!-- BEGIN saut -->
<div style="height:{SPACE_ROW}px"></div>
<!-- END saut -->
<!-- END giefmod_index1 -->
</div>
</td></tr><tr>
<!-- BEGIN html_validation -->
</td>
</tr>
</tbody>
</table>
</div>
</div>
</td>
</tr>
</table>
</body>
</html>
<!-- END html_validation -->
<br />
<script type="text/javascript">
$(function () {
if (Number($("a.mainmenu[href^='/privmsg'] strong").text()) > 0) {
var a = $("a.mainmenu[href^='/privmsg'] strong").text();
var b = confirm("لديك " + a + " رساله جديده .");
if (b == true) {
location.href = '/privmsg?folder=inbox'
};
};
});
</script>
<script type="text/javascript">
$(function () {
if ($("#i_icon_mini_new_message").length) {
var pm = $("#i_icon_mini_new_message").attr("alt").match(/\d+/);
if (confirm("لديك" + pm + " رساله جديده.")) location.href = '/privmsg?folder=inbox'
};
});
</script>[/size][/font]
الكود:
<!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');
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}');
report.focus();
<!-- END switch_report_popup -->
<!-- BEGIN switch_ticker -->
ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {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="" /> Hit<em>skin</em>.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">
<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}
<!-- CSS Stylesheet -->
<style type="text/css" id="vbulletin_css">
/**
* vBulletin 3.8.7 CSS
* Style: 'ستايلَ الصَيف المجانيَ | تصميم وتركيب أزارير ديزآين ،'; Style ID: 30
*/
body
{
background: url(http://www.azareer.com/vb/Free/images/Free_05.gif);
color: #323738;
font: bold 10pt Simplified Arabic;
margin: 0px 0px 0px 0px;
padding: 0px;
}
a:link, body_alink
{
color: #323738;
text-decoration: none;
}
a:visited, body_avisited
{
color: #323738;
text-decoration: none;
}
a:hover, a:active, body_ahover
{
color: #333333;
text-decoration: none;
}
.page
{
background: url(http://www.azareer.com/vb/Free/images/Free_05.gif);
color: #c2352a;
font: bold 10pt Simplified Arabic;
}
.page a:link, .page_alink
{
text-decoration: none;
}
.page a:visited, .page_avisited
{
text-decoration: none;
}
.page a:hover, .page a:active, .page_ahover
{
text-decoration: none;
}
td, th, p, li
{
color: #666666;
font: bold 10pt Simplified Arabic;
}
.tborder
{
background: url(http://www.azareer.com/vb/Free/1.png);
color: #CCCCCC;
font: bold 10pt Simplified Arabic;
}
.tcat
{
background: url(http://www.azareer.com/vb/Free/3.png);
color: #993333;
font: bold 10pt Simplified Arabic;
text-align: center;
}
.tcat a:link, .tcat_alink
{
color: #c2352a;
text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
color: #888888;
text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
color: #888888;
text-decoration: none;
}
.thead
{
background: url(http://www.azareer.com/vb/Free/2.png);
color: #6f969f;
font: bold 10pt Simplified Arabic;
}
.thead a:link, .thead_alink
{
color: #6f969f;
text-decoration: none;
}
.thead a:visited, .thead_avisited
{
color: #6f969f;
text-decoration: none;
}
.thead a:hover, .thead a:active, .thead_ahover
{
color: #FFFFFF;
text-decoration: none;
}
.tfoot
{
background: url(http://www.azareer.com/vb/Free/4.png);
color: #333333;
font: bold 10pt Simplified Arabic;
}
.tfoot a:link, .tfoot_alink
{
color: #4f5e7e;
text-decoration: none;
}
.tfoot a:visited, .tfoot_avisited
{
color: #4f5e7e;
text-decoration: none;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
color: #4f5e7e;
text-decoration: none;
}
.alt1, .alt1Active
{
background: url(http://www.azareer.com/vb/Free/1.png);
color: #c2352a;
font: bold 13px Simplified Arabic;
border-bottom: 1px dashed #C9C9C9;
}
.alt1 a:link, .alt1_alink, .alt1Active a:link, .alt1Active_alink
{
color: #999999;
}
.alt1 a:visited, .alt1_avisited, .alt1Active a:visited, .alt1Active_avisited
{
color: #999999;
}
.alt1 a:hover, .alt1 a:active, .alt1_ahover, .alt1Active a:hover, .alt1Active a:active, .alt1Active_ahover
{
color: #333333;
text-decoration: none;
}
.alt2, .alt2Active
{
background: url(http://www.azareer.com/vb/Free/1.png);
color: #636b7a;
font: bold 10pt Simplified Arabic;
border-bottom: 1px dashed #C9C9C9;
}
.alt2 a:link, .alt2_alink, .alt2Active a:link, .alt2Active_alink
{
color: #999999;
}
.alt2 a:visited, .alt2_avisited, .alt2Active a:visited, .alt2Active_avisited
{
color: #666666;
}
.alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover
{
color: #333333;
}
.inlinemod
{
color: #000000;
font: bold 10pt Simplified Arabic;
}
.wysiwyg
{
background: url(http://www.azareer.com/vb/Free/1.png);
color: #398a79;
font: bold 10pt Simplified Arabic;
}
.wysiwyg a:link, .wysiwyg_alink
{
color: #666666;
text-decoration: none;
}
.wysiwyg a:visited, .wysiwyg_avisited
{
color: #999999;
text-decoration: none;
}
.wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover
{
color: #333333;
text-decoration: none;
}
textarea, .bginput
{
font: bold 10pt Simplified Arabic;
}
.bginput option, .bginput optgroup
{
font-size: 10pt;
font-family: Simplified Arabic;
}
.button
{
font: bold 10pt Simplified Arabic;
}
select
{
font: bold 10pt Simplified Arabic;
}
option, optgroup
{
font-size: 10pt;
font-family: Simplified Arabic;
}
.smallfont
{
font: bold 10pt Simplified Arabic;
}
.time
{
background: #F7F7F7;
color: #867cd0;
font: bold 8pt Simplified Arabic;
}
.navbar
{
font: bold 10pt Simplified Arabic;
}
.highlight
{
color: #000000;
font: bold 10pt Simplified Arabic;
}
.fjsel
{
background: #CCCCCC;
color: #333333;
}
.fjdpth0
{
background: #CCCCCC;
color: #000000;
}
.panel
{
background: url(http://www.azareer.com/vb/Free/3.png);
color: #666666;
font: bold 10pt Simplified Arabic;
padding: 10px;
border: 2px outset;
}
.panelsurround
{
background: url(http://www.azareer.com/vb/Free/1.png);
color: #666666;
font: bold 10pt Simplified Arabic;
}
legend
{
color: #333333;
font: bold 10pt Simplified Arabic;
}
.vbmenu_control
{
background: url(http://www.azareer.com/vb/Free/4.png);
color: #666666;
font: bold 10pt Simplified Arabic;
}
.vbmenu_control a:link, .vbmenu_control_alink
{
color: #666666;
text-decoration: none;
}
.vbmenu_control a:visited, .vbmenu_control_avisited
{
color: #666666;
text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
{
color: #000000;
text-decoration: none;
}
.vbmenu_popup
{
background: url(http://www.azareer.com/vb/Free/1.png);
color: #000000;
font: bold 10pt Simplified Arabic;
}
.vbmenu_option
{
background: url(http://www.azareer.com/vb/Free/1.png);
color: #000000;
font: bold 10pt Simplified Arabic;
white-space: nowrap;
cursor: pointer;
}
.vbmenu_option a:link, .vbmenu_option_alink
{
color: #333333;
text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
color: #333333;
text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_hilite
{
background: url(http://www.azareer.com/vb/Free/3.png);
color: #333333;
font: bold 10pt Simplified Arabic;
white-space: nowrap;
cursor: pointer;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
color: #993333;
text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
color: #993300;
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 = "";
var SECURITYTOKEN = "1351279178-43dcf6be7c3fb8a3033639775d8628df81868a9e";
var IMGDIR_MISC = "Free/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>
<title>أزَارير لخُدمآت التصَميم ©</title>
</head>
<body>
<table border="0" width="100%" dir="rtl" cellspacing="0" cellpadding="0">
<tr>
<td width="79" background="http://www.azareer.com/vb/Free/images/Free_02.gif">
<img border="0" src="http://www.azareer.com/vb/Free/images/Free_03.gif" width="619" height="334"></td>
<td background="http://www.azareer.com/vb/Free/images/Free_02.gif"> </td>
<td width="29" background="http://www.azareer.com/vb/Free/images/Free_02.gif">
</td>
<td background="http://www.azareer.com/vb/Free/images/Free_02.gif" width="226">
</td>
<td width="145" background="http://www.azareer.com/vb/Free/images/Free_02.gif">
<map name="FPMap0">
<area href="https://twitter.com/#!/azareer" shape="rect" coords="134, 31, 148, 40">
<area href="http://azareeer.deviantart.com/" shape="rect" coords="113, 29, 126, 40">
<area href="http://ask.fm/azareer" shape="rect" coords="89, 31, 104, 42">
<area href="http://azareer.tumblr.com/" shape="rect" coords="68, 30, 82, 42">
</map>
<img border="0" src="http://www.azareer.com/vb/Free/images/Free_01.gif" width="237" height="334" usemap="#FPMap0"></td>
</tr>
</table>
<table border="0" width="100%" dir="rtl" cellspacing="0" cellpadding="0">
<tr>
<td background="http://www.azareer.com/vb/Free/images/Free_06.gif" width="100"> <p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </td>
<td>
<br />
<!-- breadcrumb, login, pm info -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/ar_AR/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%">
<div class="navbar" style="font-size:10pt"><a href="index.php" accesskey="1"><img class="inlineimg" src="http://www.azareer.com/vb/Free/misc/navbits_start.gif" alt="" border="0" /></a> <strong>أزَارير لخُدمآت التصَميم ©</strong></div>
</td>
<td class="alt2" nowrap="nowrap" style="padding:0px">
<!-- login form -->
<!-- BEGIN switch_user_logged_out -->
<form action="/login.forum?redirect=h1-page" method="post" name="form_login">
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v=386"></script>
<table cellpadding="0" cellspacing="3" border="0">
<tr>
<td class="smallfont" style="white-space: nowrap;"><label for="navbar_username">اسم العضو</label></td>
<td><input type="text" class="bginput" style="font-size: 11px" name="username" id="Post" size="10" accesskey="u" tabindex="101" value="اسم العضو" onfocus="if (this.value == 'اسم العضو') this.value = '';" /></td>
<td class="smallfont" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="autologin" value="1" tabindex="103" id="Post" accesskey="c" />حفظ البيانات!</label></td>
</tr>
<tr>
<td class="smallfont"><label for="navbar_password">كلمة المرور</label></td>
<td><input type="password" class="bginput" style="font-size: 11px" name="password" id="Post"size="10" tabindex="102" /></td>
<td><input type="submit" name="login" class="button" value="تسجيل الدخول" tabindex="104" title="ادخل اسم العضو وكلمة المرور الخاصة بك في الحقول المجاورة لتسجيل الدخول, أو اضغط على رابط 'التسجيل' لإنشاء حساب خاص بك." accesskey="s" /></td>
</tr>
</table>
<input type="hidden" name="s" value="94ca5d1ad1eec92fb211ce73d5b364b5" />
<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>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<strong>{LOGGED_AS}</strong><br />
<span class="time">{CURRENT_TIME}</span>
<div><div style="text-align: justify;"><a href="/privmsg?folder=inbox">الرسائل الخاصة</a><br></div></div>
<!-- END switch_user_logged_in -->
<!-- / login form -->
</td> </tr> </table>
<div class="tborder" style="padding:3px; border-top-width:0px">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr align="center">
<!-- BEGIN switch_user_logged_out -->
<td class="vbmenu_control"><a href="/register" rel="nofollow">الستجيل</a></td>
<td class="vbmenu_control"><a href="/search?search_id=unanswered">موآضـــيع لم يتم آلرد عليهآ</a></td>
<td class="vbmenu_control"><a href="/search?search_id=newposts" accesskey="2">مشاركات اليوم</a></td>
<td class="vbmenu_control"><a id="navbar_search" href="/search" accesskey="4" rel="nofollow">البحث</a> </td>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<td class="vbmenu_control"><a href="/profile?mode=editprofile">.. ، آنٍآ فُقطِ / ♥</a></td>
<td class="vbmenu_control"><a href="calendar">التقويم</a></td>
<td class="vbmenu_control"><a href="/search?search_id=newposts" accesskey="2">المشاركات الجديدة</a></td>
<td class="vbmenu_control"><a href="/search" accesskey="2">بحث</a></td>
<td class="vbmenu_control"><a href="/login?logout" onclick="return log_out('هل انت متأكد بتسجيل الخروج من مجتمع فلسفة مزاج ؟')">، بـّ هُدؤوءِ :' ♥</a></td>
<!-- END switch_user_logged_in -->
</tr>
</table>
</div>
</div>
</div>
</div>
<div class="at4">
<div class="at5"></div>
<div class="at6"></div>
</div>
<br />
<!-- BEGIN switch_user_logged_out -->
<div class="at1">
<div class="at2"></div>
<div class="at3"></div>
<div class="at7"></div>
</div>
<div class="body-1">
<div class="t1">
<div class="t2">
<table class="tborder" cellpadding="3" cellspacing="3" border="0" width="100%" align="center"> <tr> <td class="tcat">أهلا وسهلا بك إلى {L_INDEX}.</td> </tr> <tr> <td class="alt1">
أهلا وسهلا بك زائرنا الكريم، إذا كانت هذه زيارتك الأولى للمنتدى، فيرجى التكرم بزيارة صفحة التعليمـــات،<a href="/faq"><strong> بالضغط هنا</strong></a>.
كما يشرفنا أن تقوم <a href="/register"><strong>بالتسجيل بالضغط هنا</strong></a> إذا رغبت بالمشاركة في المنتدى، أما إذا رغبت بقراءة المواضيع والإطلاع فتفضل بزيارة القسم الذي ترغب أدناه.
</td> </tr> </table>
</div>
</div>
</div>
<div class="at4">
<div class="at5"></div>
<div class="at6"></div>
</div>
<!-- END switch_user_logged_out -->
<br />
<!-- main -->
<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 {CLASS_TABLE_TYPE} 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 {CLASS_TABLE_TYPE} 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 -->
<script type="text/javascript">
$(function () {
if (Number($("a.mainmenu[href^='/privmsg'] strong").text()) > 0) {
var a = $("a.mainmenu[href^='/privmsg'] strong").text();
var b = confirm("لديك " + a + " رساله جديده هل تود الذهاب لرؤيتها.");
if (b == true) {
location.href = '/privmsg?folder=inbox'
};
};
});
</script>
<script type="text/javascript">
$(function () {
if ($("#i_icon_mini_new_message").length) {
var pm = $("#i_icon_mini_new_message").attr("alt").match(/\d+/);
if (confirm("لديك" + pm + " رساله جديده هل تود الذهاب لرؤيتها.")) location.href = '/privmsg?folder=inbox'
};
});
</script>