تعديل بسيط جدا !!!
3 مشترك
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: دعم مشاكل التومبلايت و الأكواد :: أرشيف قسم "مشاكل التومبلايت و الأكواد"
صفحة 1 من اصل 1
تعديل بسيط جدا !!!
قمت بتركيب هذا الكود: بالتعديل على التومبيلايت .وضع نافذة الدخول مثل الفى بى
1- أريد وضع إطار حول ما هو موجود بالدائرة
مثل هذا الإطار ( لكن لونه يجب أن يناسب ألوان المنتدى ) :
2- أريد حذف ما هو موجود بالإطار الأحمر لأنه موجود أعلاه
3- المنتدى عرضه 96% لكنه يأخذ كل الشاشة
حدثت هذه المشكلة بعد وضع الكود
شكرا
1- أريد وضع إطار حول ما هو موجود بالدائرة
مثل هذا الإطار ( لكن لونه يجب أن يناسب ألوان المنتدى ) :
2- أريد حذف ما هو موجود بالإطار الأحمر لأنه موجود أعلاه
3- المنتدى عرضه 96% لكنه يأخذ كل الشاشة
حدثت هذه المشكلة بعد وضع الكود
شكرا
رد: تعديل بسيط جدا !!!
لمعاينة المشاكل:http://quoiquecesoit.ahlamountada.com/
الكود للتعديل:
الكود للتعديل:
- الكود:
<!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() {
$('#fa_ticker_content').css('display','block');
var width_max = $('ul#fa_ticker_content').width();
var width_item = Math.floor(width_max / {switch_ticker.SIZE});
if (width_max > 0)
{
$('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).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);
}
});
if (slid_vert)
{
var height_max = h_perso;
$('ul#fa_ticker_content li').each( function () {
if ($(this).height() > height_max)
{
height_max = $(this).height();
}
} );
$('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
$('ul#fa_ticker_content li').height(height_max);
}
$('#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}
<style type="text/css">
#page-footer, div.navbar, div.navbar ul.linklist {
display: block !important;
}
ul.linklist li.rightside, ul.linklist li.rightside a.copyright {
display: inline !important;
}
<!-- BEGIN switch_ticker_new -->
.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;
}
<!-- END switch_ticker_new -->
</style>
{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 id="phpbb">
<!-- 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;">
<div class="h3">{SITENAME}</div>
{LOGIN_POPUP_MSG}
<div id="login_popup_buttons">
<form action="{S_LOGIN_ACTION}" method="get">
<input type="submit" class="button1" value="{L_LOGIN}" />
<input type="button" class="button1" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
<input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
</form>
</div>
</div>
<!-- END switch_login_popup -->
<div class="conteneur_minwidth_IE">
<div class="conteneur_layout_IE">
<div class="conteneur_container_IE">
<div id="wrap">
<a id="top" name="top" accesskey="t"></a>
{JAVASCRIPT}
<div id="page-header">
<div class="headerbar">
<div class="inner"><span class="corners-top"><span></span></span>
<div id="logo-desc">
<a href="{U_INDEX}" id="logo"><img src="{LOGO}" alt="{L_INDEX}" /></a>
<!-- BEGIN switch_h1 -->
<div id="site-title">{switch_h1.MAIN_SITENAME}</div>
<!-- END switch_h1 -->
<!-- BEGIN switch_desc -->
<p></p>
<!-- END switch_desc -->
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<div class="navbar">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="linklist navlinks{NAVBAR_BORDERLESS}">
<li>{GENERATED_NAV_BAR}</li>
</ul>
<!-- BEGIN switch_search_box -->
<div id="search-box">
<form method="get" action="{ACTION_SEARCH}" id="search">
<p class="nomargin"><input type="text" name="search_keywords" id="keywords" maxlength="128" class="inputbox search" value="{L_SEARCH}..." onclick="if (this.value == '{L_SEARCH}...') this.value = '';" onblur="if (this.value == '') this.value = '{L_SEARCH}...';" />
{JS_SESSION_ID_INPUT}
<input class="button2" type="submit" value="{L_SEARCH}" /></p>
</form>
</div>
<!-- END switch_search_box -->
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- BEGIN switch_ticker_new -->
<div id="fa_ticker_blockD" style="margin-top:4px;">
<div class="module">
<div class="inner">
<span class="corners-top"><span></span></span>
<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>
<span class="corners-bottom"><span></span></span>
</div>
</div>
</div>
<!-- END switch_ticker_new -->
<!-- BEGIN switch_ticker -->
<div id="fa_ticker_block" style="margin-top:4px;">
<div class="module">
<div class="inner">
<span class="corners-top"><span></span></span>
<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>
<span class="corners-bottom"><span></span></span>
</div>
</div>
</div>
<!-- END switch_ticker -->
<!--بدايه كود الدخول-->
<!-- BEGIN switch_user_logged_out -->
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
<table style="text-align: center; margin-center: auto;
margin-center: auto;" width="100%" border="1" cellpadding="1"
cellspacing="1">
<tbody><tr>
<td style="text-align: center;"><div style="border: medium
none; text-align: left; background-color: transparent; color: rgb(0, 0,
0); overflow: hidden; text-decoration: none;"><div
style="text-align: center;"><font style="color: black;"
face="Arial" size="4"><b> أهلا وسهلا بك زائرنا الكريم، اذا كانت
هذه زيارتك الأولى للمنتدى ، فيرجى التكرم بزيارة
صفح </b></font><font style="color: black;" face="Arial"
size="4"><b> ة التع </b></font><font style="color:
black;" size="4"><span style="font-weight:
bold;"></span></font><font style="color: black;"
face="Arial" size="4"><b><span style="color:
black;"> ليمـات، </span><a style="color: Red;"
href="http://www.ibd3at.com/faq.htm"> بالضغط هنا</a><span
style="color: black;">.
كما يشرفنا أن تقوم بالتسجيل</span><a style="color:
SeaGreen;"
href="../profile.forum?mode=register&agreed=true&step=2">
بالضغط هنا
</a><span style="color: black;">إذا</span>
<span style="color: blue;"><span style="color: black;"> رغبت
بالمشاركة في المنتدى، أما إذا رغبت بقراءة المواضيع
والإطلاع فتفضل بزيارة المواضيع التي
ترغب. </span></span></b></font><font
style="color: black;" face="Arial" size="4"><b><span
style="color: blue;"><span style="color:
red;"></span></span></b></font><br></div></div></td>
</tr>
</tbody></table>
</tr>
<tr>
<tr>
</table></td>
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
<form action="/login.forum?redirect=hهنا رقم الصفحة-page"
method="post" name="form_login"><div class="F_H_1"><div
class="F_H_2"></div><div
class="F_H_3"></div><div
class="F_H_4"></div></div>
<div class="F_G_2"><div class="F_G_3">
<table width="90%" border="0" cellspacing="1" cellpadding="0" align="center">
<tr>
<td class="row1" >
<p align="right">
<div class="nav"><a class="nav" href="{U_INDEX}">
<img
src="http://i48.servimg.com/u/f48/12/78/95/70/hima110.gif"
class="inlineimg" alt="" border="0" height="15" width="15" />
{L_INDEX} </a>{NAV_CAT_DESC}</div>
<img
src="http://i48.servimg.com/u/f48/12/78/95/70/hima10.gif" height="15"
width="30" /> {PAGE_TITLE} </strong>
</p></td>
<td width="100" class="row3">
<table border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td><span class="genmed"><img
src="http://i65.servimg.com/u/f65/13/95/29/87/56x76311.gif"></span>
</td>
<td><input id="Post" type="text"
name="username" size="10" value="اسم العضو" onclick="if (this.value ==
'اسم العضو') this.value = '';" onblur="if (this.value == '') this.value =
'اسم العضو';"> </td>
<td>
<input type="checkbox" name="autologin" checked="true">
<span span lang="ar-sa">حفظ البيانات؟</span>
</td>
</tr>
<tr>
<td><span class="genmed"><img
src="http://i65.servimg.com/u/f65/13/95/29/87/a3d76410.gif"></span>
</td>
<td><input id="Post" type="password"
name="password" size="10" value="" onclick="if (this.value == '')
this.value = '';" onblur="if (this.value == '') this.value = '';">
</td>
<td><input type="submit" class="mainoption" name="login" value="تسجيل الدخول" tabindex="104" >
</td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="2"><table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<th nowrap="nowrap" ><center><a
href="/">الرئيسية</a></th><th nowrap="nowrap"
><center><a href="/register"
>التسجيل</a></center></th><th nowrap="nowrap"
><center><a href="/profile?mode=sendpassword" >فقدت كلمة
المرور</a></center></th>
<th nowrap="nowrap" ><center><a href="/search"
onclick="showhide(document.getElementById('search_menu')); return
false;" rel="nofollow">البحث فى
المنتدى</a></center></th>
<tr>
</table></td>
</tr>
</table>
</div>
</div>
</div><div class="F_F_1"><div
class="F_F_2"></div><div
class="F_F_3"></div><div
class="F_F_4"></div></div>
</form>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<tr>
</table></td>
<div class="F_H_1"><div
class="F_H_2"></div><div
class="F_H_3"></div><div
class="F_H_4"></div></div>
<div class="F_G_2"><div class="F_G_3">
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
<tr>
<td class="row1" >
<div class="nav"><a class="nav" href="{U_INDEX}">
<img
src="http://i48.servimg.com/u/f48/12/78/95/70/hima110.gif"
class="inlineimg" alt="" border="0" height="15" width="15" />
{L_INDEX} </a>{NAV_CAT_DESC}</div>
<img
src="http://i48.servimg.com/u/f48/12/78/95/70/hima10.gif" height="15"
width="30" /> {PAGE_TITLE} </strong>
</p></td>
<td width="270" class="row3">
<table border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td >
<span class="gensmall">
{LOGGED_AS} <br />{CURRENT_TIME}<br />{LAST_VISIT_DATE}</span>
</td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="2"><table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<th nowrap="nowrap" ><center><a
href="/">الرئيسية</a></th><th nowrap="nowrap"
><center><a href="/profile?mode=editprofile" >لوحة
التحكم</a></center></th><th nowrap="nowrap"
><center><a href="/privmsg?folder=inbox" >الرسائل
الخاصة</a></center></th>
<th nowrap="nowrap" ><center><a href="/search"
onclick="showhide(document.getElementById('search_menu')); return
false;" >البحث</a></center></th>
<th nowrap="nowrap" ><center><a href="/login?logout=1">الخروج</a></th><th nowrap="nowrap"
<tr>
</table></td>
</tr>
</table>
</div>
</div>
</div><div class="F_F_1"><div
class="F_F_2"></div><div
class="F_F_3"></div><div
class="F_F_4"></div></div>
<!-- END switch_user_logged_in -->
<!--نهايه كود الدخول-->
</div>
<div id="page-body">
<div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
<div id="outer-wrapper">
<div id="wrapper">
<div id="container">
<div id="content">
<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>
<div id="main">
<div id="main-content">
رد: تعديل بسيط جدا !!!
تفضل تم التعديل
- الكود:
<!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() {
$('#fa_ticker_content').css('display','block');
var width_max = $('ul#fa_ticker_content').width();
var width_item = Math.floor(width_max / {switch_ticker.SIZE});
if (width_max > 0)
{
$('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).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);
}
});
if (slid_vert)
{
var height_max = h_perso;
$('ul#fa_ticker_content li').each( function () {
if ($(this).height() > height_max)
{
height_max = $(this).height();
}
} );
$('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
$('ul#fa_ticker_content li').height(height_max);
}
$('#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}
<style type="text/css">
#page-footer, div.navbar, div.navbar ul.linklist {
display: block !important;
}
ul.linklist li.rightside, ul.linklist li.rightside a.copyright {
display: inline !important;
}
<!-- BEGIN switch_ticker_new -->
.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;
}
<!-- END switch_ticker_new -->
.auto-style1 {
background-color: #738FBF;
}
.auto-style2 {
background-color: #738FBF;
}
</style>
{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 id="phpbb">
<!-- 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;">
<div class="h3">{SITENAME}</div>
{LOGIN_POPUP_MSG}
<div id="login_popup_buttons">
<form action="{S_LOGIN_ACTION}" method="get">
<input type="submit" class="button1" value="{L_LOGIN}" />
<input type="button" class="button1" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
<input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
</form>
</div>
</div>
<!-- END switch_login_popup -->
<div class="conteneur_minwidth_IE">
<div class="conteneur_layout_IE">
<div class="conteneur_container_IE">
<div id="wrap">
<a id="top" name="top" accesskey="t"></a>
{JAVASCRIPT}
<div id="page-header">
<div class="headerbar">
<div class="inner"><span class="corners-top"><span></span></span>
<div id="logo-desc">
<a href="{U_INDEX}" id="logo"><img src="{LOGO}" alt="{L_INDEX}" /></a>
<!-- BEGIN switch_h1 -->
<div id="site-title">{switch_h1.MAIN_SITENAME}</div>
<!-- END switch_h1 -->
<!-- BEGIN switch_desc -->
<p></p>
<!-- END switch_desc -->
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<div class="navbar">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="linklist navlinks{NAVBAR_BORDERLESS}">
<li>{GENERATED_NAV_BAR}</li>
</ul>
<!-- BEGIN switch_search_box -->
<div id="search-box">
<form method="get" action="{ACTION_SEARCH}" id="search">
<p class="nomargin"><input type="text" name="search_keywords" id="keywords" maxlength="128" class="inputbox search" value="{L_SEARCH}..." onclick="if (this.value == '{L_SEARCH}...') this.value = '';" onblur="if (this.value == '') this.value = '{L_SEARCH}...';" />
{JS_SESSION_ID_INPUT}
<input class="button2" type="submit" value="{L_SEARCH}" /></p>
</form>
</div>
<!-- END switch_search_box -->
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- BEGIN switch_ticker_new -->
<div id="fa_ticker_blockD" style="margin-top:4px;">
<div class="module">
<div class="inner">
<span class="corners-top"><span></span></span>
<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>
<span class="corners-bottom"><span></span></span>
</div>
</div>
</div>
<!-- END switch_ticker_new -->
<!-- BEGIN switch_ticker -->
<div id="fa_ticker_block" style="margin-top:4px;">
<div class="module">
<div class="inner">
<span class="corners-top"><span></span></span>
<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>
<span class="corners-bottom"><span></span></span>
</div>
</div>
</div>
<!-- END switch_ticker -->
<!--بدايه كود الدخول-->
<!-- BEGIN switch_user_logged_out -->
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
<table style="text-align: center; margin-center: auto;
margin-center: auto;" width="100%" border="1" cellpadding="1"
cellspacing="1">
<tbody><tr>
<td style="text-align: center;"><div style="border: medium
none; text-align: left; background-color: transparent; color: rgb(0, 0,
0); overflow: hidden; text-decoration: none;"><div
style="text-align: center;"><font style="color: black;"
face="Arial" size="4"><b> أهلا وسهلا بك زائرنا الكريم، اذا كانت
هذه زيارتك الأولى للمنتدى ، فيرجى التكرم بزيارة
صفح </b></font><font style="color: black;" face="Arial"
size="4"><b> ة التع </b></font><font style="color:
black;" size="4"><span style="font-weight:
bold;"></span></font><font style="color: black;"
face="Arial" size="4"><b><span style="color:
black;"> ليمـات، </span><a style="color: Red;"
href="http://www.ibd3at.com/faq.htm"> بالضغط هنا</a><span
style="color: black;">.
كما يشرفنا أن تقوم بالتسجيل</span><a style="color:
SeaGreen;"
href="../profile.forum?mode=register&agreed=true&step=2">
بالضغط هنا
</a><span style="color: black;">إذا</span>
<span style="color: blue;"><span style="color: black;"> رغبت
بالمشاركة في المنتدى، أما إذا رغبت بقراءة المواضيع
والإطلاع فتفضل بزيارة المواضيع التي
ترغب. </span></span></b></font><font
style="color: black;" face="Arial" size="4"><b><span
style="color: blue;"><span style="color:
red;"></span></span></b></font><br></div></div></td>
</tr>
</tbody></table>
</tr>
<tr>
<tr>
</table></td>
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
<form action="/login.forum?redirect=hهنا رقم الصفحة-page"
method="post" name="form_login"><div class="F_H_1"><div
class="F_H_2"></div><div
class="F_H_3"></div><div
class="F_H_4"></div></div>
<div class="F_G_2"><div class="F_G_3">
<table width="90%" border="0" cellspacing="1" cellpadding="0" align="center">
<tr>
<td class="row1" >
<p align="right">
<div class="nav"><a class="nav" href="{U_INDEX}">
<img
src="http://i48.servimg.com/u/f48/12/78/95/70/hima110.gif"
class="inlineimg" alt="" border="0" height="15" width="15" />
{L_INDEX} </a>{NAV_CAT_DESC}</div>
<img
src="http://i48.servimg.com/u/f48/12/78/95/70/hima10.gif" height="15"
width="30" /> {PAGE_TITLE} </strong>
</p></td>
<td width="100" class="row3">
<table border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td><span class="genmed"><img
src="http://i65.servimg.com/u/f65/13/95/29/87/56x76311.gif"></span>
</td>
<td><input id="Post" type="text"
name="username" size="10" value="اسم العضو" onclick="if (this.value ==
'اسم العضو') this.value = '';" onblur="if (this.value == '') this.value =
'اسم العضو';"> </td>
<td>
<input type="checkbox" name="autologin" checked="true">
<span span lang="ar-sa">حفظ البيانات؟</span>
</td>
</tr>
<tr>
<td><span class="genmed"><img
src="http://i65.servimg.com/u/f65/13/95/29/87/a3d76410.gif"></span>
</td>
<td><input id="Post" type="password"
name="password" size="10" value="" onclick="if (this.value == '')
this.value = '';" onblur="if (this.value == '') this.value = '';">
</td>
<td><input type="submit" class="mainoption" name="login" value="تسجيل الدخول" tabindex="104" >
</td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="2" class="auto-style1"><table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<th nowrap="nowrap" ><center><a
href="/">الرئيسية</a></th><th nowrap="nowrap"
><center><a href="/register"
>التسجيل</a></center></th><th nowrap="nowrap"
><center><a href="/profile?mode=sendpassword" >فقدت كلمة
المرور</a></center></th>
<th nowrap="nowrap" ><center><a href="/search"
onclick="showhide(document.getElementById('search_menu')); return
false;" rel="nofollow">البحث فى
المنتدى</a></center></th>
<tr>
</table></td>
</tr>
</table>
</div>
</div>
</div><div class="F_F_1"><div
class="F_F_2"></div><div
class="F_F_3"></div><div
class="F_F_4"></div></div>
</form>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<tr>
</table></td>
<div class="F_H_1"><div
class="F_H_2"></div><div
class="F_H_3"></div><div
class="F_H_4"></div></div>
<div class="F_G_2"><div class="F_G_3">
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
<tr>
<td class="row1" >
<div class="nav"><a class="nav" href="{U_INDEX}">
<img
src="http://i48.servimg.com/u/f48/12/78/95/70/hima110.gif"
class="inlineimg" alt="" border="0" height="15" width="15" />
{L_INDEX} </a>{NAV_CAT_DESC}</div>
<img
src="http://i48.servimg.com/u/f48/12/78/95/70/hima10.gif" height="15"
width="30" /> {PAGE_TITLE} </strong>
</p></td>
<td width="270" class="row3">
<table border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td >
<span class="gensmall">
{LOGGED_AS} <br /></span>
</td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="2">
<table border="0" cellspacing="0" cellpadding="0" width="100%" class="auto-style2">
<tr>
<th nowrap="nowrap" ><center><a
href="/">الرئيسية</a></th><th nowrap="nowrap"
><center><a href="/profile?mode=editprofile" >لوحة
التحكم</a></center></th><th nowrap="nowrap"
><center><a href="/privmsg?folder=inbox" >الرسائل
الخاصة</a></center></th>
<th nowrap="nowrap" ><center><a href="/search"
onclick="showhide(document.getElementById('search_menu')); return
false;" >البحث</a></center></th>
<th nowrap="nowrap" ><center><a href="/login?logout=1">الخروج</a></th><th nowrap="nowrap"
<tr>
</table></td>
</tr>
</table>
</div>
</div>
</div><div class="F_F_1"><div
class="F_F_2"></div><div
class="F_F_3"></div><div
class="F_F_4"></div></div>
<!-- END switch_user_logged_in -->
<!--نهايه كود الدخول-->
</div>
<div id="page-body">
<div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
<div id="outer-wrapper">
<div id="wrapper">
<div id="container">
<div id="content">
<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>
<div id="main">
<div id="main-content">
رد: تعديل بسيط جدا !!!
2- أريد حذف ما هو موجود بالإطار الأحمر
3- المنتدى عرضه 96% لكنه يأخذ كل الشاشة
1- أريد وضع إطار حول ما هو موجود بالدائرة
تكبير الصورة معاينة الأبعاد الأصلية.
لم يتم الحل
3- المنتدى عرضه 96% لكنه يأخذ كل الشاشة
1- أريد وضع إطار حول ما هو موجود بالدائرة
تكبير الصورة معاينة الأبعاد الأصلية.
لم يتم الحل
رد: تعديل بسيط جدا !!!
تفضل يا غالي
- الكود:
#chatbox .msg {
font-size: 18px;
}
#chatbox .user {
background: url(http://i80.servimg.com/u/f80/14/20/95/39/butt1110.gif);
font: 11px georgia !important;
border-color : #2DB9E3 !important;
}
.fieldset {
background: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
text-shadow: rgba(1, 1, 1, 0.0980392) 1px 4px 1px;
}
.panel p {
font-size: 1.1em;
text-align:center;
line-height: 1.4em;
margin-bottom: 1em;
}
/*-----Programming code byMahmoud TalaaT& sam hameed-----*/
#lbOverlay{
position:fixed;z-index: 999;
left:0;
top:0;
width:100%;
height:100%;
Mahmoud TalaaT;
background-color:#000;
cursor:pointer;
}
#lbCenter,#lbBottomContainer{
position:absolute;
Mahmoud TalaaT;
z-index: 999;overflow:hidden;
background-color:#fff;
}
.lbLoading{
background:#fff url(http://i27.servimg.com/u/f27/14/67/90/38/novfao10.gif) no-repeat center;
}
#lbImage{
position:absolute;left:0;top:0;border:10px solid #fff;background-repeat:no-repeat;}
#lbPrevLink,#lbNextLink{
display:block;
Mahmoud TalaaT;
position:absolute;
top:0;
width:50%;
outline:none;
}
#lbPrevLink{
left:0;
}
#lbPrevLink:hover{
background:transparent url(http://i41.servimg.com/u/f41/14/81/17/27/211.png) no-repeat 0 15%;
}
#lbNextLink{
right:0;}
#lbNextLink:hover{
background:transparent url(http://i41.servimg.com/u/f41/14/81/17/27/310.png) no-repeat 100% 15%;
}
#lbBottom{
font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;font-size:10px;color:#666;line-height:1.4em;
text-align:left;
Mahmoud TalaaT;
border:10px solid #fff;
border-top-style:none;
}
#lbCloseLink{
display:block;
float:right;
Mahmoud TalaaT;
width:66px;height:22px;
background:transparent url(http://i41.servimg.com/u/f41/14/81/17/27/110.png) no-repeat center;
outline:none;
Mahmoud TalaaT;
margin:5px 0;
}
#lbCaption,#lbNumber{
margin-right:71px;
}
.postbody img{
max-width:450px;
}
/*-----Programming code byMahmoudTalaat&samhamed-----*/
.vote { float: right; width: 9px; margin-right: 4px; }
/*MESSAGE BOX WITH ICONS FROM AL-MOSA3D ALIELI*/
.warning-box{
border:solid 1px #ba4c0e;
background:#ffcaa4 url(none) 97% 8px no-repeat;
color:#222222;
padding:6px;
font-size: 12px
text-align:center;
font-family: Tahoma;
font-color: #000000;
font-weight: bold;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.Hima-elmasry{width:100%;max-width:145px;max-height:40px;margin-top:3px;margin:auto;padding:2px;border:1px dotted #050505;background:#fff;}
.content {
background: url(http://im59.gulfup.com/Sk2f7X.gif) no-repeat;
background-position: top;
text-align: center;
vertical-align: text-bottom;
padding: 190px 10px 10px 10px;
line-height: normal;
}
.panel {
background-color: #F1F1F1;
}
blockquote {
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-bottomleft: 9px;
-webkit-border-bottom-left-radius: 9px;
-moz-border-radius-bottomright: 25px;
-webkit-border-bottom-rightright-radius: 25px;
}
blockquote {
border-top: 1px solid #ADC8E5;;
border-right: 2px solid #ADC8E5;
border-bottom: 3px solid #ADC8E5;
border-left: 5px solid #ADC8E5;
background-color: #dfe6ef;
-webkit-box-shadow: 4px 4px 10px #333;
-moz-box-shadow: 4px 4px 10px #333;
box-shadow: 4px 4px 10px #333;
}
blockquote cite {
display: block;
margin: -8px -8px 8px -8px;
padding: 3px;
background-image: url('http://i60.servimg.com/u/f60/13/80/01/02/sfondo22.jpg');
background-repeat: repeat-x;
background-position: top right;
font-style: normal;
font-size: 13px;
}
blockquote {
background: url(http://i38.servimg.com/u/f38/14/18/94/73/quote15.jpg) no-repeat top right;
min-height:75px; }
.spoiler {
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-bottomleft: 9px;
-webkit-border-bottom-left-radius: 9px;
-moz-border-radius-bottomright: 25px;
-webkit-border-bottom-rightright-radius: 25px;
}
.spoiler {
border-top: 1px solid #ADC8E5;;
border-right: 2px solid #ADC8E5;
border-bottom: 3px solid #ADC8E5;
border-left: 5px solid #ADC8E5;
background-color: #dfe6ef;
-webkit-box-shadow: 4px 4px 10px #333;
-moz-box-shadow: 4px 4px 10px #333;
box-shadow: 4px 4px 10px #333;
}
.spoiler dt {
display: block;
margin: -8px -8px 8px -8px;
padding: 3px;
background-image: url('http://i60.servimg.com/u/f60/13/80/01/02/sfondo22.jpg');
background-repeat: repeat-x;
background-position: top right;
font-style: normal;
font-size: 13px;
}
.spoiler {
background: url(http://i38.servimg.com/u/f38/14/18/94/73/quote16.jpg) no-repeat top right;
min-height:30px; }
#navstrip li {
float: left;
margin: 0 2px;
padding-left: 15px;
background: url('http://i30.servimg.com/u/f30/13/80/01/02/immagi14.gif') no-repeat left 50%;
}
#up-nav{
margin: 0px auto 0px auto;
width: 100%;
background-image: url('http://www6.0zz0.com/2015/07/26/18/799351146.png');
background-repeat: repeat-x;
height: 20px;
}
#up-nav ul{
padding: 0px;
margin: 13px;
list-style-type: none;
}
#up-nav ul li{
float: right;
text-align: center;
}
#up-nav a{
width: 202px;
height: 20px;
display: block;
font-family: tahoma;
font-size: 10pt;
color: #FFFFFF;
text-decoration: none;
}
#up-nav a:hover{
background-color: #ضع لون الخلفية عند مرور الماوس;
color: #fff;
border-right-style: solid;
border-right-width: 0px;
border-right-color: #000000;
border-left-style: solid;
border-left-width: 0px;
border-left-color: #000000;
}
/*********** Powered by alshaeery ® alshaeery.yoo7.com *********/
body{
text-shadow: 1px 4px 1px rgba(1,1,1,.1);
}
/**** اطارات المنتدى ****/
/* صوره فوق الجدول */
span.corners-top{
background: url(http://i19.servimg.com/u/f19/19/12/22/06/tttttt10.jpg) center;
background-position: bottom;
padding: 15px;
}
span.corners-top span {
background-image: url();
}
/*صوره تحت الجدول */
span.corners-bottom {
background: url(http://i19.servimg.com/u/f19/19/12/22/06/untitl10.jpg) center;
background-position: bottom;
padding: 15px;
}
span.corners-bottom span {
background-image: url();
}
/***** نهاية اطارات المنتدى ****/
.row1
{
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border:1px outset#3456cf;
background : url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
}
.row2
{
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border:1px outset#3456cf;
background : url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
}
.row3
{
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border:1px outset#3456cf;
background : url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
}
td.row3Right,td.spaceRow {
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border:1px outset#3456cf;
background : url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
}
tr.post td {
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
text-align: center;
}
a{
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
text-decoration:none;
}
a:hover{
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
text-decoration:none;
}
a:focus{
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
outline:none;
}
a.forumlink:hover{
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
text-decoration:none;
}
/** خلفية الواجهه **/
.headerbar {
border: none;
background: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
}
/** خلفية الاقسام **/
.row {
background-image: url(http://i33.servimg.com/u/f33/13/93/90/70/a1211.png);
}
.row1 {
background-image: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
}
.row2 {
background-image: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
}
.row3{
background-color: #3456cf;
}
th {
background-image: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
text-align: center;
}
/** خلفية الفواصل **/
h1 {
background-image: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
text-align: center;
border: 4px double #3456cf;
}
/** صوره توضيحيه في الرئيسيه **/
.h3{
background-image: url(http://i19.servimg.com/u/f19/19/12/22/06/untitl10.png);
background-position: right;
background-repeat: no-repeat;
padding: 8px;
}
/** خلفيه داخليه لجميع المنتدى **/
div#main-content {
}
/** صوره خلفيه اعلى الصفحه**/
.catHead {
background-image: url(http://i19.servimg.com/u/f19/19/12/22/06/untitl10.png);
}
/** إيطار على الصوره الرئيسيه **/
#main-content {
background: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
}
/**صوره الاطار الداخلي **/
body {
background: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
}
/* الخلفيه الثانيه */
#wrap{
background: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
}
/** خلفية صندوق الهوتمل الخاص بالرئيسيه **/
.mes-txt {
background: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
}
/** خلفية الازرار الرئيسيه **/
.inner {
background: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
}
/** زوايا الاقسام **/
.forabg {
background: url(http://i19.servimg.com/u/f19/19/12/22/06/tttttt11.jpg);
border: none;
}
/**خلفيه للنافبار**/
.navbar {
background: url(http://i19.servimg.com/u/f19/19/12/22/06/tttttt11.jpg);
border: none;
}
/** زاوية خلفية الاعلانات والازرار الرئيسيسه **/
.module {
background: #3456cf;
background: url(http://i19.servimg.com/u/f19/19/12/22/06/tttttt11.jpg);
border: none;
}
/** خلفية اسم التنبيه لرساله جديده **/
.new-message {
color: #3456cf;
}
/* خلفية ايقونات الرد السريع */
button.button1, input.button1 {
background-image : url(صوره خلفيه للرابط );
}
button.button1:hover, input.button1:hover {
background-image : url(صوره خلفيه للرابط عند مرور الماروس);
}
button.button2, input.button2 {
background-image : url(صوره خلفيه للرابط);
}
button.button2:hover, input.button2:hover {
background-image : url(صوره خلفيه للرابط عند مرور الماوس);
}
/** لتوسيط النصوص بالمواضيع**/
.content.clearfix {
text-align: center;
font-size: 24px;
}
/** جوانب الرسائل **/
div.panel.row1 {
background: transparent url() left;
border: none;
}
div.panel.row2 {
background: transparent url() left;
border: none;
}
/** الاطارات بالاماكن الاخرا بالمنتدى **/
/** الجهه العلويه **/
#cp-main span.corners-top {
background-image : url(http://i19.servimg.com/u/f19/19/12/22/06/untitl10.png);
background-position: bottom;
padding: 20px;
}
#cp-main span.corners-top span {
background-image : url(http://i19.servimg.com/u/f19/19/12/22/06/untitl10.png);
}
/** الجهه التحتيه **/
#cp-main span.corners-bottom {
background: url() center;
background-position: bottom;
padding: 20px;
}
#cp-main span.corners-bottom span {
background-image : url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
}
/** تغير شكل احتواء الاحصائيات **/
fieldset.stats-field.genmed {
background-image: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
border: 2px dashed Red;
}
/**صوره ملومات العضو في البيانات الشخصيه **/
.postprofile {
padding : 50px 0px 20px 0px;
border: 4px double #2c58d1;
background : url(http://i19.servimg.com/u/f19/19/12/22/06/anigif11.gif) no-repeat top center;
}
/*ظل للروابط */
a:link, a:visited, a:active{
text-decoration : none;
}
a:hover{
text-shadow:0 0 20px;
}
/*ظل للروابط نهاية*/
.postprofile {
background-image: url('http://i22.servimg.com/u/f22/15/52/27/82/grey13.png');
background-repeat: repeat-x;
background-position: bottom;
background-color: #FAFAFA;
padding-top: 20px;
padding-bottom: 20px;
border: 1px solid #dddddd;
text-align:center;
text-weight: bold;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}.postprofile dt img {
border-radius: 5px 5px 5px 5px;
}
.postprofile dd {
background-color:transparent;
border-bottom: 2px dotted #CCCCCC;
border-radius: 5px 5px 5px 5px;
border-right: 3px solid #0099FF;
border-width: 0 3px 2px 0;
font-family: "tahoma";
font-size: 11px;
letter-spacing: 0;
margin: 1px 1px 3px;
padding: 2px;
vertical-align: middle;
}.postprofile hr{
background: none repeat scroll 0 0 transparent;
border-bottom: 1px dashed #DDDDDD;
color: #4D5153;
margin-top: 2px;
padding: 3px 3px 3px 10px;
text-align: center;
}.postprofile dd a img {
opacity: 0.7;
}
.postprofile dd a:hover img {
opacity: 1;
}
/** ايطار الزرار بالبينلت الشخصيه **/
li.activetab {
border: 2px dashed Black;
}
/*نهاية اليانات*/
pun .paging b, .pagination b, .pagination span strong {
border-image: initial;
border-radius: 3px;
color: white!important;
font-size: 12px;
font-weight: 400!important;
margin-left: -1px!important;
padding: 5px 5px!important;
text-shadow: 0 1px 0 black;
visibility: visible;
background: #7BA60D;
color: #fff;
font-weight: bold;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
padding: 1px 5px;
}
(img)http://r17.imgfast.net/users/1717/45/34/10/smiles/1337678750.png(img)
.paging a , .paging input, .pagination a, .pagination input {
border-image: initial;
border-radius: 3px;
font-size: 12px!important;
margin: 2px;
padding: 5px 5px!important;
text-shadow: 0 1px 0 white;
visibility: visible;
color: #333;
display: inline-block;
display: inline-block;
padding: 1px 4px;
color: #999;
}
/*نهاية صفحات متعددة */
.postbody {
width:{vb:stylevar doc_width};
min-width:{vb:stylevar doc_minWidth};
max-width:{vb:stylevar doc_maxWidth};
margin: {vb:stylevar doc_margin};
font-size:{vb:stylevar font.fontSize}px;
text-shadow: 1px 1px 1px #ccc;
color:{vb:stylevar body_color};
line-height:{vb:stylevar line_height};
}
رد: تعديل بسيط جدا !!!
ما به عُرض المنتدى, أشرح لي إن استطعت وسأحاول العمل قبل تسجيل خروجي لأن غيابي قد يطول..
رد: تعديل بسيط جدا !!!
3- المنتدى عرضه 96% لكنه عرض الأقسام يأخذ كل حجم الشاشة ( أما الواجهة و أزرار التصفح عادية ( كما كانت ) 96 %)
حدثت هذه المشكلة بعد وضع الكود
للمعاينة: http://quoiquecesoit.ahlamountada.com/
أريد جعل حدود الأقسام و الفئات مع حدود الواجهة و أزرار التصفح
شكرا جزيلا أخي
بارك الله فيك و جزاك عنا خيرا
حدثت هذه المشكلة بعد وضع الكود
للمعاينة: http://quoiquecesoit.ahlamountada.com/
أريد جعل حدود الأقسام و الفئات مع حدود الواجهة و أزرار التصفح
شكرا جزيلا أخي
بارك الله فيك و جزاك عنا خيرا
رد: تعديل بسيط جدا !!!
شكرا جزيلا
لكن محتوى المنتدى في الوسط : انا قصدت الأقسام في الوسط و هي الآن كما أردت لكن مختوى المنتدى ككل في الوسط
أظن هذا هو السبب :
https://help.ahlamontada.com/t352127-topic#1613134
و لكن لم أجده بورقة الـ css
؟؟؟ما الحل ؟؟
لكن محتوى المنتدى في الوسط : انا قصدت الأقسام في الوسط و هي الآن كما أردت لكن مختوى المنتدى ككل في الوسط
أظن هذا هو السبب :
https://help.ahlamontada.com/t352127-topic#1613134
و لكن لم أجده بورقة الـ css
؟؟؟ما الحل ؟؟
رد: تعديل بسيط جدا !!!
بارك الله فيك و جزاك الله عنا خيرا
تحياتي يا غالي
في ميزان حسناتك إن شاء الله
شكرا
تحياتي يا غالي
في ميزان حسناتك إن شاء الله
شكرا
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: دعم مشاكل التومبلايت و الأكواد :: أرشيف قسم "مشاكل التومبلايت و الأكواد"
صفحة 1 من اصل 1
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى