كيف امنع تمدد الاستايل

هنا يتم النقاش حول فكرة الستايل الأساسية CSS، وحول طريقتها في phpBB

المشرف: alhitary

صورة العضو الرمزية
جواد النيل
عضو فعال
عضو فعال
مشاركات: 540
اشترك في: الثلاثاء مارس 30, 2004 9:35 am
مكان: مـصـEgypt ـر
اتصال:

??? ???? ???? ????????

مشاركةبواسطة جواد النيل » الاثنين يوليو 31, 2006 3:32 pm

??? ???? ?????? ??????
??? ???? ?? ???? ??? ???? ???????? ?? ?????? ??? phpbbarabia ???? ??????? ?? ????? ??? ???? ??? ?????? ???????
صورة




TheIlluminative
رئيس طاقم الاستايلات
رئيس طاقم الاستايلات
مشاركات: 2158
اشترك في: الخميس مارس 27, 2003 10:06 pm
مكان: Nowhere
اتصال:

مشاركةبواسطة TheIlluminative » الاثنين يوليو 31, 2006 4:15 pm

???? ???? ??????? ?? ?????? ??????? ??? ???? ?? ?????? ????? ??? ????? ???????? ???? ?? ??????? ????..

?????? ???? ??????? ???? ??? overall_header.tpl? ??? ??? ?? body ?????? ??? ??? ?????

كود: تحديد الكل

<table border="0" cellpadding="0" cellspacing="0" width="X">
<tr>
<td width="100%">
?? ???? ???? ??????? ?????? ?? ???? overall_footer.tpl ? ??? ?? ???? ????? ???? ??????? ???

كود: تحديد الكل

</td>
</tr>
</table>
???? ?? ???? ???? ????? ???? ???? ??? ???? ???????? ?? ???..

?????? :)

صورة العضو الرمزية
جواد النيل
عضو فعال
عضو فعال
مشاركات: 540
اشترك في: الثلاثاء مارس 30, 2004 9:35 am
مكان: مـصـEgypt ـر
اتصال:

مشاركةبواسطة جواد النيل » الأربعاء أغسطس 02, 2006 2:03 pm

????? ??? ??? ?? ??????? ?? ??? ???
?????? ??? ???? ??????? ???? ??? ????? ???? ?????? ??
http://www.demagh.net/test
????? ?? ????? ?????? ???????
?????? ??? ???? ???? ?????? ????? ??????

??? ??? ????? ??? ???
???? ???
http://www.demagh.net/test
?? ?? ?????? ?????? ??
user: demagh
pass: demagh

???? ???????? ???? ?????
,
صورة

TheIlluminative
رئيس طاقم الاستايلات
رئيس طاقم الاستايلات
مشاركات: 2158
اشترك في: الخميس مارس 27, 2003 10:06 pm
مكان: Nowhere
اتصال:

مشاركةبواسطة TheIlluminative » الأربعاء أغسطس 02, 2006 3:23 pm

??? ???? ???? ???? ???? overall_header.tpl ? overall_footer.tpl??

صورة العضو الرمزية
جواد النيل
عضو فعال
عضو فعال
مشاركات: 540
اشترك في: الثلاثاء مارس 30, 2004 9:35 am
مكان: مـصـEgypt ـر
اتصال:

مشاركةبواسطة جواد النيل » الجمعة أغسطس 25, 2006 3:07 am

??? ??? ??? ???????
??? ???? ???????
http://www.9q9q.net/up2/index.php?f=ikhaE9RRN
??? ???? ?????? ??? ???? ?????? ?? ???? ???? ???? ????? ??? ?????? ??
http://www.demagh.net/test2/index.php
صورة

ABo.AzAzI
مشرف سابق
مشرف سابق
مشاركات: 1577
اشترك في: الأربعاء مارس 16, 2005 10:13 pm
مكان: K.s.A

مشاركةبواسطة ABo.AzAzI » الجمعة أغسطس 25, 2006 10:25 am

--> overall_header.tpl:

كود: تحديد الكل

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<!-- Error_Blocker -->
<script language="JavaScript">
<!-- Begin
function blockError(){return true;}
window.onerror = blockError;
// End -->
</script>
<!-- End Error_Blocker -->
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/demagh/{T_HEAD_STYLESHEET}" type="text/css">
<style type='text/css'>

-->
</style>
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
        if ( {PRIVATE_MESSAGE_NEW_FLAG} )
        {
                window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
        }
//-->
</script>
<!-- END switch_enable_pm_popup -->
<script>
<!-- Hide from old browsers

// All you have to do is put another text in the variable message.
// Don't forget to break all lines with a ^
// When you do not place a ^ at the end of all the message, the
// message will not repeat

message = "????? ????? ??? ?????? ??  {SITENAME}^" +
" ??? ?????? {USER_NAME} ^" +
" ?????? {USER_EMAIL} ^" +
"{PRIVATE_MESSAGE_INFO} ^" +
" ????? ?? ???? ???? ????? ^ " +
"^"

scrollSpeed = 50
lineDelay = 1800

// Do not change the text below //

txt = ""

function scrollText(pos)
{
    if (message.charAt(pos) != '^')
    {
        txt = txt + message.charAt(pos)
        status = txt
        pauze = scrollSpeed
    }
    else
    {
        pauze = lineDelay
        txt = ""
        if (pos == message.length-1) pos = -1
    }
    pos++
    setTimeout("scrollText('"+pos+"')",pauze)
}
// Unhide -->

scrollText(0)

</script>
<!-- Begining of ALFahadi BB-Editor-->
<script language="JavaScript" src="ALFahadi_settings.js"></script>
<script language="JavaScript" src="ALFahadi_functions.js"></script>
<script language="javascript" src="poetry.js"></script>
<!-- Ending of ALFahadi BB-Editor-->
</head>
<link rel="alternate" title="{L_RSS}" href="{U_RSS}" type="application/rss+xml">


<html dir="rtl">

<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">

<div align="center">
	<table border="0" cellpadding="0" cellspacing="0" width="776" dir="rtl" id="table1">
		<tr>
			<td>

<div align="center">
        <table border="0" width="776" cellspacing="0" cellpadding="0" dir="rtl">
                <tr>
                        <td>
                        <p align="center">
                                                <img border="0" src="templates/demagh/demaghpic/banner.jpg" width="779" height="143"></td>
                </tr>
                <tr>
                        <td></div>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
        <tr>
                <td width="14">
                <p align="center">
                <img border="0" src="templates/demagh/images/index-left.gif" width="14" height="32"></td>
                <td background="templates/demagh/images/index-bg.gif">
                <p align="center">
                 <!-- BEGIN switch_user_logged_out -->
                <span class="mainmenu"><a href="{U_REGISTER}" class="mainmenu"><img src="templates\demagh\images/icon_mini_register.gif" width="12" height="13" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a>
                 <!-- END switch_user_logged_out -->
                 <!-- BEGIN switch_user_logged_in -->
                <a href="{U_GROUP_CP}" class="mainmenu"><img src="templates\demagh\images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>
                <!-- END switch_user_logged_in -->
                <a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates\demagh\images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a> <a href="{U_SEARCH}" class="mainmenu"><img src="templates\demagh\images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>
                <!-- BEGIN switch_user_logged_in -->
                <a href="{U_PROFILE}" class="mainmenu"><img src="templates\demagh\images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>
                <!-- END switch_user_logged_in -->
                <!-- BEGIN switch_user_logged_in -->
                <a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates\demagh\images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>
                                        <!-- END switch_user_logged_in -->
                                        <img border="0" src="templates/demagh/images/icon/icon_shop.jpg" width="12" height="13">
                                        <a class="mainmenu" title="سوبر ماركت دماغ" href="{U_SHOP}">السوق</a>
                <a href="{U_FAQ}" class="mainmenu"><img src="templates\demagh\images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a> <a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates\demagh\images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a></td>
                <td width="14">
                <img border="0" src="templates/demagh/images/index-righr.gif" width="14" height="32"></td>
        </tr>
</table></div>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
        <tr>
                <td> </td>
        </tr>
</table>
{LAST_TOPICS_MARQUEE}
--> overall_footer.tpl:

كود: تحديد الكل

<SCRIPT src="http://demagh.net/bb/templates/rainbow.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
function expandingWindow(website) {
var heightspeed = 2; // vertical scrolling speed (higher = slower)
var widthspeed = 7;  // horizontal scrolling speed (higher = slower)
var leftdist = 0;    // distance to left edge of window
var topdist = 0;     // distance to top edge of window
if (document.all) {
var winwidth = window.screen.availWidth - leftdist;
var winheight = window.screen.availHeight - topdist;
var sizer = window.open("","","left=" + leftdist + ",top=" + topdist + ",width=1,height=1,scrollbars=yes");
for (sizeheight = 1; sizeheight < winheight; sizeheight += heightspeed) {
sizer.resizeTo("1", sizeheight);
}
for (sizewidth = 1; sizewidth < winwidth; sizewidth += widthspeed) {
sizer.resizeTo(sizewidth, sizeheight);
}
sizer.location = website;
}
else
window.location = website;
}
//  End -->
</script>
<html>
<a href="{U_RSS}" target="_blank"><img src="{RSS_IMAGE}" alt="{L_RSS}" border="0"></a> <br />
<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />
 </span><table border="0" width="100%" cellspacing="0" cellpadding="0">
                <tr>
                        <td background="templates/demagh/images/evo_bg.jpg">
                <p align="center"><font size="2">Demagh Special version
                2.0 by Demagh.Net  :::  All Copy Right Reserved 05-06</font></td>
                                                                        </tr>
                                                                </table>
                                                                <p><font color="#0000FF" size="-3"><br></font>
                                                                </p>
                                                                <table border="0" width="100%" cellspacing="0" cellpadding="0">
                                                                        <tr>
                                                                                <td background="templates/demagh/images/cellpic3.gif">
                                                                                <p align="center">
                                                                                <font face="Times New Roman"><span class="copyright">
                                                                                <font color="#FFFFFF">
<!--
        We request you retain the full copyright notice below including the link to www.phpbb.com.
        This not only gives respect to the large amount of time given freely by the developers
        but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
        reason) retain the full copyright we request you at least leave in place the
        Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse
        to include even this then support on our forums may be affected.

        The phpBB Group : 2002
// -->
                                                                                Powered by </font> <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">
                                                                                <font color="#FFFFFF">phpBB</font></a><font color="#FFFFFF">
                                                                                ? 2001, 2005 phpBB Group .::. Translated
                                                                                By: </font>
                                                                                <a href="http://www.phpbbarabia.com">
                                                                                <font color="#FFFFFF">phpbbarabia.com</font></a><font color="#FFFFFF">
                                                                                .::. Designed By:
                                                                                <a title="منتديات اشترى دماغك" href="http://www.demagh.net">
                                                                                <font color="#FFFFFF">Demagh.Net</font></a></font></span></font></td>
                                                                        </tr>
                                                                </table>
                                                        </div>


                        </tr>
                </table>
			</td>
		</tr>
	</table>
</div>
<!--
                </td>
        </tr>
</table>

</body>
        </font>
</html>
?? ??? ???? :D ...

صورة العضو الرمزية
جواد النيل
عضو فعال
عضو فعال
مشاركات: 540
اشترك في: الثلاثاء مارس 30, 2004 9:35 am
مكان: مـصـEgypt ـر
اتصال:

مشاركةبواسطة جواد النيل » الجمعة أغسطس 25, 2006 3:03 pm

?? ????? ????? ???? 100% ?????
?? ????? ????? ?????? ???? ???? ???? ?????? ??? ???
?????? ??? ?????
صورة

TheIlluminative
رئيس طاقم الاستايلات
رئيس طاقم الاستايلات
مشاركات: 2158
اشترك في: الخميس مارس 27, 2003 10:06 pm
مكان: Nowhere
اتصال:

مشاركةبواسطة TheIlluminative » الجمعة أغسطس 25, 2006 3:08 pm

?? ?????? ??? ??? ??????? ???? ????? ABo.AzAzI, ? ???? ????? ? ??? ??????? ???? ?????? ???? ? ?????? ????????? ???? ?? ?? ??????? :wink:

ABo.AzAzI
مشرف سابق
مشرف سابق
مشاركات: 1577
اشترك في: الأربعاء مارس 16, 2005 10:13 pm
مكان: K.s.A

مشاركةبواسطة ABo.AzAzI » الاثنين أغسطس 28, 2006 1:45 am

?? ??? ??? ???? ??? ?????? ??????? :mrgreen: ...
?? ????? ????? ?????? ???? ???? ???? ?????? ??? ???

??? ????? "????" ???? ?? ?????? ?????? ?? ??? ?????? :)

TheIlluminative
رئيس طاقم الاستايلات
رئيس طاقم الاستايلات
مشاركات: 2158
اشترك في: الخميس مارس 27, 2003 10:06 pm
مكان: Nowhere
اتصال:

مشاركةبواسطة TheIlluminative » الاثنين أغسطس 28, 2006 1:50 am

??? ????? "????" ???? ?? ?????? ?????? ?? ??? ??????
?? ?? ????? ?? ??? ?? :wink: ?? ???? ??? ?????? ?????? ????..


العودة إلى ”[ ×.2.0 ] الاستايلات“

الموجودون الآن

المتصفحون للمنتدى الآن: لا يوجد أعضاء مسجلين متصلين و 3 زوار