صفحة 1 من 3

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

مرسل: الأربعاء مايو 12, 2010 10:29 pm
بواسطة gino
??? ???? ?????? ??????
?????? ????? ????? ????..

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

??? ????? :
???? ???? ??? ???? ?? ???? ??????? ??????? ?????? ???????? ???? ????? ??? ?????? ???? ????? ?????? ??? ???? ??????? ..
??? ?? ?????? ?????? ????? ????? ????? ??? ???? ????? ???? ? ???? ??? ???? ????? ????? (????? ????? ?????? ????? ????? ???? ?????) ?? ???? ???? ????? ..

???? :
http://www.soul-silence.co.cc/

/// ???? styles/prosilver/theme/colours.css
??? ?? ??? ????? :

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

/* Register and New Message Up-Bar colours
---------------------------------------- */
#info {
    overflow: visible;
    width: 100%;
    position: fixed;
    left: 0;
    z-index:2;
    margin-top: -12px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color:transparent;
}

#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active
{
	display: block;
    float: left;
    width: 100%;
    clear: both;
    color: #ffffff;
    padding: .55em 0 .55em 0;
    border-bottom: .25em solid #000000;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
	opacity:0.4;
	filter: alpha(opacity=40); /* IE */
}

#infobar a:hover
{
    color: #ffffff;
	background-color: #000000;
	opacity:0.7;
	filter: alpha(opacity=77); /* IE */
    border-bottom: .25em solid #000000;
    cursor: pointer;
}


/// ???? styles/prosilver/template/overall_header.html
???? ????? :

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

	<!-- IF S_USER_PM_POPUP -->
		if ({S_NEW_PM})
		{
			var url = '{UA_POPUP_PM}';
			window.open(url.replace(/&/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
		}
	<!-- ENDIF -->
???? :

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

<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
??? ??? ?? ??? ???? :

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

<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT and not S_IN_UCP -->
<div id="info"><div id="infobar">
<a href="{U_REGISTER}">????? ?????? ?? ?? ????? ??????.. ????? ???????? ????? ???? ???????? ?? ?????? ?????? ???? ??? ??? ???? ?????? ??? ??? ?????? ?????? ??????..</a>
</div></div>
<!-- ENDIF -->

<!-- IF not S_IS_BOT and S_USER_LOGGED_IN and S_USER_PM_POPUP and S_DISPLAY_PM and (S_USER_NEW_PRIVMSG or S_USER_UNREAD_PRIVMSG) -->
<div id="info"><div id="infobar">
<a href="{U_PRIVATEMSGS}">????? {S_USERNAME} | {PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD --> ( {PRIVATE_MESSAGE_INFO_UNREAD} )<!-- ENDIF --></a>
</div></div>
<!-- ENDIF -->
????? ..


???????? ????? ?????? ??????? ????? ????? ?????? ??????? :
http://www.phpbb3bbcodes.com/viewtopic.php?f=8&t=343

?????? ?????? ?? ???? ??? ???? .. ???????? ??? ??? ???? ?? ??????? ??????? (prosilver) ? (subsilver) ..
???? ????? ????? ?????? ?? ???????..

.
.
.
.

??? ??????? ??? ??? ???? ?????? ??????? ???????? (prosilver) ? (subsilver) ..


??????? prosilver

/// ???? styles/prosilver/template/overall_header.html
???? ????? :

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

<!-- IF S_USER_PM_POPUP -->
      if ({S_NEW_PM})
      {
         var url = '{UA_POPUP_PM}';
         window.open(url.replace(/&/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
      }
   <!-- ENDIF -->
???? :

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

<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
??? ??? ?? ??? ???? :

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

<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT and not S_IN_UCP -->
<div id="info"><div id="infobar">
<a href="{U_REGISTER}">????? ?????? ?? ?? ????? ?????? ?? {SITENAME}. ???? ??? ???????</a>
</div></div>
<!-- ENDIF -->

<!-- IF not S_IS_BOT and S_USER_LOGGED_IN and S_USER_PM_POPUP and S_DISPLAY_PM and (S_USER_NEW_PRIVMSG or S_USER_UNREAD_PRIVMSG) -->
<div id="info"><div id="infobar">
<a href="{U_PRIVATEMSGS}">????? {S_USERNAME} | {PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD --> ( {PRIVATE_MESSAGE_INFO_UNREAD} )<!-- ENDIF --></a>
</div></div>
<!-- ENDIF -->
///???? styles/prosilver/theme/colours.css
??? ?? ??? ????? :

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

#info {
    overflow: visible;
    width: 100%;
    position: fixed;
    left: 0;
    z-index:2;
    margin-top: -12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    background-color :#E5E5E5;
}

  #infobar a, #infobar a:link, #infobar a:visited, #infobar a:active
  {
    display: block;
    float: left;
    width:100%;
    clear: both;
    color: #d50000;
    padding: .55em 0 .55em 0;
    border-bottom: .25em solid #2A7BBA;
    text-align: center;
    text-decoration: none;
    background-color :#E5E5E5;

  }

  #infobar a:hover
  {
    color: black;
    background:#F4F4F4;
    border-bottom: .25em solid #b22222;
    cursor: pointer;
  }



??????? subsilver

/// ???? styles/subsilver2/template/overall_header.html
???? ????? :

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

<!-- IF S_USER_PM_POPUP -->
   if ({S_NEW_PM})
   {
      popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');
   }
<!-- ENDIF -->
???? :

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

<body class="{S_CONTENT_DIRECTION}">
??? ??? ?? ??? ???? :

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

<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT and not S_IN_UCP -->
<div id="info"><div id="infobar">
<a href="{U_REGISTER}">????? ?????? ?? ?? ????? ?????? ?? {SITENAME}. ???? ??? ???????</a>
</div></div>
<!-- ENDIF -->

<!-- IF not S_IS_BOT and S_USER_LOGGED_IN and S_USER_PM_POPUP and S_DISPLAY_PM and (S_USER_NEW_PRIVMSG or S_USER_UNREAD_PRIVMSG) -->
<div id="info"><div id="infobar">
<a href="{U_PRIVATEMSGS}">????? {S_USERNAME} | {PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD --> ( {PRIVATE_MESSAGE_INFO_UNREAD} )<!-- ENDIF --></a>
</div></div>
<!-- ENDIF -->
/// ???? styles/subsilver2/theme/stylesheet.css
??? ?? ??? ????? :

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

#info {
    overflow: visible;
    width: 100%;
    position: fixed;
    left: 0;
    z-index:2;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    background-color :#E5E5E5;
}

  #infobar a, #infobar a:link, #infobar a:visited, #infobar a:active
  {
    display: block;
    float: left;
    width:100%;
    clear: both;
    color: #d50000;
    padding: .55em 0 .55em 0;
    border-bottom: .25em solid #2A7BBA;
    text-align: center;
    text-decoration: none;
    background-color :#E5E5E5;

  }

  #infobar a:hover
  {
    color: black;
    background:#F4F4F4;
    border-bottom: .25em solid #b22222;
    cursor: pointer;
  }
???? ?? ??????? ???????? ?? ???? ??? ??????? ???????..

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

مرسل: الخميس مايو 13, 2010 4:41 am
بواسطة Garebooo
???? ???? ?? gino ??? ????? ??????? ?? ???? ???????

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

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

مرسل: الخميس مايو 13, 2010 11:08 am
بواسطة mohd20
???? ????? ???? ?? ?????? ????? ?????

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

??????:http://abda3.h-gz.com/noor/forum/

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

مرسل: الخميس مايو 13, 2010 12:08 pm
بواسطة Garebooo
?? ????? ??? ??? ?? ?????? ??? css ?? ??? stylesheet.css

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

مرسل: الخميس مايو 13, 2010 1:05 pm
بواسطة mohd20
??? ???? ??? css ?? ??? stylesheet.css

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

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

مرسل: الخميس مايو 13, 2010 1:44 pm
بواسطة Garebooo
?????? ??? ?????

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

مرسل: الخميس مايو 13, 2010 2:56 pm
بواسطة mohd20
?? ???? ???? ???? ???? ????

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

مرسل: الخميس مايو 13, 2010 5:28 pm
بواسطة gino
??? ??? ??????.. ????? ???? ?? ?????????? ????? ????..

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

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

???? ????..

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

مرسل: الخميس مايو 13, 2010 7:57 pm
بواسطة abou hayan
???? ??? gino ??? ????? ??????
??? ??????? ?????? ??? ????????? ????
???? ????: http://hijaj.net/bb/

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

مرسل: الخميس مايو 13, 2010 9:52 pm
بواسطة mohd20
???? ??? ????

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

مرسل: السبت مايو 15, 2010 10:49 pm
بواسطة damir11200
???? ????? ?????

???? ???? ??? ????? ?? ??? ?????? :?:

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

مرسل: الأحد مايو 16, 2010 2:12 am
بواسطة gino
???? ?? ??? ????? ??????? (width: 100%;) .. ????? ?????? ?????? ?? ?????..

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

مرسل: الأحد مايو 16, 2010 8:37 am
بواسطة damir11200
??? ??? ???

???? ???????

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

مرسل: الثلاثاء يونيو 15, 2010 4:41 pm
بواسطة abou hayan
??? ??????
???? ????? ??? ?????? ???????? ?????? ???????? :(
??? ????? ??? ??????? ??? ????? ???????? ????? ?? ?????? ?? ?????? ??? ??????? ????????? ;)
?????? ?? ?????? ?????? ???? ????? ?? ?????? ???? ???? ??? ???? ??????
??? ?? ?? !!?

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

مرسل: الخميس يونيو 17, 2010 3:29 pm
بواسطة gino
?? ???? ??????? ??? ?????? ..

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