صفحة 1 من 1

[?????] ??? ????? ??? ??????? ?

مرسل: الخميس سبتمبر 24, 2009 12:22 pm
بواسطة DZcondor
??? ????? ??? ??????? ???? ?? ????? ?? ????? ????? ???? ??? ??????? ??? ?? ?? ????? .
??????? ????? ?????? ?????? ??? :
1- ??????? ?? ????? ???? ?????? .
2- ?????? ?????? ?? ???? ???? ? ????????? ?????? ?????? ???????? .
3- ????? ???? ??????? ???? .
???? ???
????? : http://www.eddis.eb2a.com/vbb
???? ????? ????? : http://www.phpbb3bbcodes.com/viewtopic.php?f=39&t=2542
????????? ????? ?? subsilver2 :
???? styles/subsilver2/template/overall_header.html ? ???? ??? :

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

<title>{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title>
??? ????? :

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

<script src="{T_TEMPLATE_PATH}/slide_js/jquery-1.3.2.min.js" type="text/javascript"></script>
<!-- Sliding effect -->
<script src="{T_TEMPLATE_PATH}/slide_js/slide.js" type="text/javascript"></script>
???? ??? :

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

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

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

<!-- IF not S_IS_BOT and not S_USER_LOGGED_IN -->
<div id="toppanel">
   <div id="panel">
      <div class="contentpn clearfix">
         <div class="left">
            <h1>Welcome to {SITENAME}</h1>
            <h2>Hello Guests</h2>      
            <p class="grey">Dear Guests, If you have enjoyed your time here on {SITENAME}, please feel free to <a href="ucp.php?mode=register">Register</a>, and further your enjoyment here.<br />
                Thanks,<br />
                   Steve C - Site Admin</p>
         </div>
         <div class="left">
       <form method="post" action="{S_LOGIN_ACTION}" class="clearfix">
               <h1>Member Login</h1>
                    <label class="grey" for="username">{L_USERNAME}:</label>
                    <input class="field" type="text" name="username" id="username" size="10" title="{L_USERNAME}" /> 
               <label class="grey" for="password">{L_PASSWORD}:</label>
                    <input class="field" type="password" name="password" id="password" size="10" title="{L_PASSWORD}" />
                    <!-- IF S_AUTOLOGIN_ENABLED -->
                 <label for="autologin">{L_LOG_ME_IN} <input type="checkbox" name="autologin" id="rememberme" /></label>
             <!-- ENDIF -->
                 <div class="clear"></div>
               <input type="submit" name="login" value="{L_LOGIN}" class="bt_login" />
               <a class="lost-pwd" href="ucp.php?mode=sendpassword">Lost your password?</a>
            </form>
         </div>
            <div class="left right">
            <h1>Not a Member?</h1>
            <h2>Create an Account</h2>
            <p class="grey">Dear Guest if you would like to join our community, please feel free to head over to our <a href="ucp.php?mode=register">Registration Page</a> and create an account. The process will take no longer then 3 min, and you will be ready to continue your enjoyment here at {SITENAME}<br />
            Thanks,<br />
               Steve C - Site Admin</p>
         </div>
      </div>
   </div>
   <div class="tab">
      <ul class="login">
          <li class="left"> </li>
           <li>Hello Guest!</li>
         <li class="sep">|</li>
         <li id="toggle">
            <a id="open" class="open" href="#">Log In | Register</a>
            <a id="close" style="display: none;" class="close" href="#">Close Panel</a>         
         </li>
          <li class="right"> </li>
      </ul> 
   </div>
   
</div>
<!-- ENDIF -->
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
<div id="toppanel">
   <div id="panel">
      <div class="contentpn clearfix">
         <div class="left">
            <h1>Welcome to {SITENAME}</h1>
            <h2>Your {LAST_VISIT_DATE}</h2>   
            <p class="grey">Welcome {S_USERNAME} to {SITENAME}. Hope you enjoy your time here.<br />
                Thanks,<br />
                   Steve C - Site Admin</p>
         </div>
         <div class="left">
               <h1>Member Info</h1><hr />
               <table cols="2" border="0" width="auto" height="auto"> 
                  <tr>
                     <td rowspan="2">
                           <!-- IF USER_AVATAR -->{USER_AVATAR}<!-- ENDIF -->
                     </td>
                  </tr>
                  <tr>
                     <td style="padding-left:4px; padding-right:20px;">
                            <h2>Quick Links</h2>
                               <a href="{U_INDEX}">{L_INDEX}</a><br />
                               <a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="u">{L_PROFILE}</a><br />
                                You have<!-- IF S_DISPLAY_PM --> <a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a><!-- ENDIF --><br />
                                <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
                                <a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a>
                                <h2>Search Links</h2>
                                <a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><br />
                                <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
                                <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a><br />
                     </td>
                  </tr>
               </table>
         </div>
         <div class="left right">         
                    <!-- IF S_DISPLAY_ONLINE_LIST -->
   <!-- IF U_VIEWONLINE --><h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3><!-- ELSE --><h3>{L_WHO_IS_ONLINE}</h3><!-- ENDIF -->
   <p>{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> <br />{LOGGED_IN_USER_LIST}
   <!-- IF LEGEND --><br /><em>{L_LEGEND}: {LEGEND}</em><!-- ENDIF --></p>
<!-- ENDIF -->
         </div>
      </div>
   </div>
   <div class="tab">
      <ul class="login">
          <li class="left"> </li>
           <li>Hello {S_USERNAME}!</li>
         <li class="sep">|</li>
         <li id="toggle">
            <a id="open" class="open" href="#">Member Info</a>
            <a id="close" style="display: none;" class="close" href="#">Close Panel</a>         
         </li>
          <li class="right"> </li>
      </ul> 
   </div>
   
</div>
<!-- ENDIF -->
???? styles/subsilver2/theme/stylesheet.css ? ???? ??? :

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

.username-coloured {
   font-weight: bold;
}
??? ????? :

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

/*Top Slide Panle*/
/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

   The CSS, XHTML and design is released under Creative Common License 3.0:
   http://creativecommons.org/licenses/by-sa/3.0/

*/ 

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
     background: url("./images/tab_b.png") repeat-x 0 0;
   height: 42px;
   position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
   display: block;
   position: relative;
     float: right;
     clear: right;
     height: 42px;
   width: auto;
     font-weight: bold;
   line-height: 42px;
   margin: 0;
   right: 150px;
     color: white;
     font-size: 80%;
   text-align: center;
}

.tab ul.login li.left {
     background: url("./images/tab_l.png") no-repeat left 0;
     height: 42px;
   width: 30px;
   padding: 0;
   margin: 0;
     display: block;
   float: left;
}

.tab ul.login li.right {
     background: url("./images/tab_r.png") no-repeat left 0;
     height: 42px;
   width: 30px;
   padding: 0;
   margin: 0;
     display: block;
   float: left;
}

.tab ul.login li {
   text-align: left;
     padding: 0 6px;
   display: block;
   float: left;
   height: 42px;
     background: url("./images/tab_m.png") repeat-x 0 0;
}

.tab ul.login li a {
   color: #15ADFF;
}

.tab ul.login li a:hover {
   color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
   height: 20px;
   line-height: 20px !important;
   padding-left: 30px !important;
   cursor: pointer;
   display: block;
   width: 100px;
   position: relative;
   top: 11px;
}

.tab a.open {background: url("./images/bt_open.png") no-repeat left 0;}
.tab a.close {background: url("./images/bt_close.png") no-repeat left 0;}
.tab a:hover.open {background: url("./images/bt_open.png") no-repeat left -19px;}
.tab a:hover.close {background: url("./images/bt_close.png") no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
   width: 100%;
   height: 270px;
   color: #999999;
   background: #272727;
   overflow: hidden;
   position: relative;
   z-index: 3;
   display: none;
}

#panel h1 {
   font-size: 1.6em;
   padding: 5px 0 10px;
   margin: 0;
   color: white;
}

#panel h2{
   font-size: 1.2em;
   padding: 10px 0 5px;
   margin: 0;
   color: white;
   border-bottom:#cccccc 1px solid;
}

#panel h3{
   padding: 0px 0 5px;
   margin: 0;
   color: white;
   border-bottom:#cccccc 1px solid;
}

#panel p {
   margin: 5px 0;
   padding: 0;
}

#panel a {
   text-decoration: none;
   color: #15ADFF;
}

#panel a:hover {
   color: white;
}

#panel a-lost-pwd {
   display: block;
   float: left;
}

#panel .contentpn {
   width: 960px;
   margin: 0 auto;
   padding-top: 15px;
   text-align: left;
   font-size: 0.85em;
}

#panel .contentpn .left {
   width: 280px;
   float: left;
   padding: 0 15px;
   border-left: 1px solid #333;
}

#panel .contentpn .right {
   border-right: 1px solid #333;
}

#panel .contentpn form {
   margin: 0 0 10px 0;
}

#panel .contentpn label {
   float: left;
   padding-top: 8px;
   clear: both;
   width: 280px;
   display: block;
}

#panel .contentpn input.field {
   border: 1px #1A1A1A solid;
   background: #414141;
   margin-right: 5px;
   margin-top: 4px;
   width: 200px;
   color: white;
   height: 16px;
}

#panel .contentpn input:focus.field {
   background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .contentpn input.bt_login,
#panel .contentpn input.bt_register {
   display: block;
   float: left;
   clear: left;
   height: 24px;
   text-align: center;
   cursor: pointer;
   border: none;
   font-weight: bold;
   margin: 10px 0;
}

#panel .contentpn input.bt_login {
   width: 74px;
   background: transparent url("./images/bt_login.png") no-repeat 0 0;
}

#panel .contentpn input.bt_register {
   width: 94px;
   color: white;
   background: transparent url("./images/bt_register.png") no-repeat 0 0;
}

#panel .lost-pwd {
   display: block;
   float:left;
   clear: right;
   padding: 15px 5px 0;
   font-size: 0.95em;
   text-decoration: underline;
}


[?????] ??? ????? ??? ??????? ?

مرسل: السبت سبتمبر 26, 2009 10:12 am
بواسطة saanina
??? ??????? ????? ???? ?????? ??? ??????? ?? css

???? :

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

text-align: left;
??

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

text-align: right;
, ?

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

float: left;
??

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

float: right;

[?????] ??? ????? ??? ??????? ?

مرسل: الثلاثاء سبتمبر 29, 2009 11:39 am
بواسطة DZcondor
??? ???? ??? ???? ? ??? ??? ??????? ???? ??? ???? ??? ? ? ??? ?????? ??? ??? ?? ??? ??????? ?? ?????? ??? ?????? ? ??? ?????? ?? ?? ??? ????? ???? ????? ???? ?????? ??????? ?? ??????? .

[?????] ??? ????? ??? ??????? ?

مرسل: الأربعاء أكتوبر 14, 2009 11:59 am
بواسطة DZcondor
?? ?? ??? ?????????

[?????] ??? ????? ??? ??????? ?

مرسل: الأربعاء أكتوبر 14, 2009 2:34 pm
بواسطة Garebooo
????? ??????? ??? ?? ??? css

??? ??? ???? ???? saanina ?????? right ? left ??? ?????

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