مشكله بموقعي اهتزاز موشر الماوس

3 مشترك

اذهب الى الأسفل

 مشكله بموقعي  اهتزاز موشر الماوس Empty مشكله بموقعي اهتزاز موشر الماوس

مُساهمة من طرف Ahmed2014 الأربعاء 29 يناير 2014 - 12:15

عندي مشكله بموقعي عند فتحه يهتز موشر الماوس ممكن حل
عشان كده مش هعرف اعمل حاجه

جرب
http://ahlashab.forumegypt.net/
Ahmed2014
Ahmed2014

 مشكله بموقعي  اهتزاز موشر الماوس 01010

ذكر
عدد المساهمات : 27
معدل النشاط : 3811
السُمعة : 0

http://ahlashab.forumegypt.net

الرجوع الى أعلى الصفحة اذهب الى الأسفل

 مشكله بموقعي  اهتزاز موشر الماوس Empty رد: مشكله بموقعي اهتزاز موشر الماوس

مُساهمة من طرف MR.KA!TO10 الأربعاء 29 يناير 2014 - 12:27

الموضوع مكرر اخي .. https://help.ahlamontada.com/t1062155-topic#4784917
.
.
ممكن اكواد CSS للمعاينة
MR.KA!TO10
MR.KA!TO10
 
 

ذكر
عدد المساهمات : 695
معدل النشاط : 5189
السُمعة : 9

الرجوع الى أعلى الصفحة اذهب الى الأسفل

 مشكله بموقعي  اهتزاز موشر الماوس Empty رد: مشكله بموقعي اهتزاز موشر الماوس

مُساهمة من طرف Ahmed2014 الأربعاء 29 يناير 2014 - 12:48

MR.KA!TO10 كتب:الموضوع مكرر اخي .. https://help.ahlamontada.com/t1062155-topic#4784917
.
.
ممكن اكواد CSS للمعاينة
a:visited
{
text-decoration: none;
}

a:active
{
text-decoration: none;
}

a:hover
{
text-decoration: none;
}



.bodyline{
background:#2F962D url(https://i.servimg.com/u/f55/16/46/77/76/bg10.jpg) repeat scroll !important;
     background-color: #2F962D;
         border:1px solid #2F962D;
 border:0;
padding:0;
margin:0;
    }
body{
padding:0;
margin:0;
background-position:center;
}
th  {
border:3px outset#2F962D;
background: url("https://i.servimg.com/u/f55/16/46/77/76/td11.png") repeat-x top
}
.row1

{
border:3px outset#2F962D;
background : url(https://i.servimg.com/u/f55/16/46/77/76/bg10.jpg);
}
.row2
{
border:3px outset#2F962D;
background : url(https://i.servimg.com/u/f55/16/46/77/76/bg10.jpg);
}
.row3
{
border:3px outset#2F962D;
background : url(https://i.servimg.com/u/f55/16/46/77/76/bg10.jpg);
}
td.row3Right,td.spaceRow {
border:3px outset#2F962D;
background : url(https://i.servimg.com/u/f55/16/46/77/76/bg10.jpg);
}
tr.post td {

    text-align: center;

}
a{
text-decoration:none;
}
a:hover{
text-decoration:none;
}
a:focus{
outline:none;
}
a.forumlink:hover{
text-decoration:none;
}


/* كودتوسيط وتباعد المسافات بين الاسطر والكلام */

.postbody{
font-size: 20px;
text-align: center;
font-weight: bold;
line-height: 2.0em;
}

a:link
{
text-decoration: none;
}

a:visited
{
text-decoration: none;
}

a:active
{
text-decoration: none;
}

a:hover
{
text-decoration: none;
}

/* كود توسيط المواضيع والمشاركات */
    tr.post td {

        text-align: center;

    }
        .fade {
            display:inline-block;
            background: -moz-linear-gradient(left, rgb(250,250,250) 0%, rgba(250,250,250,0) 100%);
            background-image: -webkit-gradient(linear, left top, right top, color-stop(0.00, rgb(250,250,250)), color-stop(1.00, rgba(250,250,250,0)));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fafafa, endColorstr=#00fafafa, GradientType=1);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fafafa, endColorstr=#00fafafa, GradientType=1)";
        }
        .blur {
            display:inline-block;
            color:#ddd;
            text-shadow: 0 0 2px #aaaaaa;
            text-shadow: 0 0 4px #aaaaaa;
            text-shadow: 0 0 6px #aaaaaa;
            -ms-filter: "progid:DXImageTransform.Microsoft.Blur(pixelradius=2)";
            filter:
                progid:DXImageTransform.Microsoft.MotionBlur(strength=1,direction=310)
                progid:DXImageTransform.Microsoft.Blur(pixelradius=2);
        }
        .flipH {
            display:inline-block;
            -moz-transform:scale(-1,1);
            -o-transform:scale(-1,1);
            -webkit-transform:scale(-1,1);
            transform:scale(-1,1);
            -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
            filter: progid:DXImageTransform.Microsoft.Matrix(
                M11=-1,
                M12=0,
                M21=0,
                M22=1,
                SizingMethod="auto expand");
        }
        .flipV {
            display:inline-block;
            -moz-transform:scale(1,-1);
            -o-transform:scale(1,-1);
            -webkit-transform:scale(1,-1);
            transform:scale(1,-1);
            -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=-1, SizingMethod='auto expand')";
            filter: progid:DXImageTransform.Microsoft.Matrix(
                M11=1,
                M12=0,
                M21=0,
                M22=-1,
                SizingMethod="auto expand");
        }








    /*--------------الاية الكريمة ---------------*/
    form#quick_reply{
    background:url(https://i.servimg.com/u/f12/14/62/10/11/uousuu11.gif) no-repeat right ;
    padding:30px 10px 10px 10px;
    background-position: top center;
    }
    /*----------------Ahmed M!Do
    ------------*/




function stop(){
if(TimerRunning)
clearTimeout(timerID);
TimerRunning = false;
}
function display() {
var thedate = new Date();
var hours = thedate.getHours();
var Min = thedate.getMinutes();
var Sec = thedate.getSeconds();
var TimeV = "" + ((hours >12) ? hours -12 :hours)
TimeV += ((Min < 10) ? ":0" : ":") + Min
TimeV += ((Sec < 10) ? ":0" : ":") + Sec
TimeV += (hours >= 12) ? " PM" : " AM"
window.status = TimeV;
timerID = setTimeout("display()",1000);
TimerRunning = true;
}
function start() {
stop();
display();
}
.qreply {
background:url(https://i.servimg.com/u/f12/14/62/10/11/uousuu11.gif) no-repeat right ;
padding:30px 10px 10px 10px;
background-position: top center;
background-color: #ffbbe1;
border: 1px Dotted #000000;
}
.messaging-box {
background:url(https://i.servimg.com/u/f12/14/62/10/11/uousuu11.gif) no-repeat right ;
padding:30px 10px 10px 10px;
background-position: top center;
background-color: #ffd7ed;
border: 1px Dotted #000000;
}




.postdetails.poster-profile a img {
background-image: url('https://i.servimg.com/u/f88/11/88/59/12/2iscw010.png');

-moz-border-radius:7px;
-webkit-border-radius:7px;
border: 3px solid #000000;
}




#page-footer {
border : 0px dashed #C9C8C8;
background : #E6E6E6 url(؟؟);
.renklibar {
color : #000000;
background : #000000
url(https://2img.net/h/oi45.tinypic.com/14nfrjs.jpg) no-repeat 0 5px;
border : 1px
 solid #000000;
margin : 1px;
padding : 10px 5px 10px 40px;
font-size
 : x-small;
line-height : 1.4em;
}

.resize_process
.resizebox  {
display : none;
margin-left : 15px;
}
.resizebox
 div {
font-weight : normal;
font-style : normal;
margin : 0;
}
.resizebox.enlarged
 a.enlarge {
display : none;
}
.resizebox.enlarged a.resize {
display
 : inline-block;
}
.resizebox a.resize {
display : none;
}
.resizebox
 {
background : #000000 url("https://2img.net/h/oi43.tinypic.com/af9egz.gif")
no-repeat 7px 4px;
max-width : 100%;
line-height : 1.1em;
cursor
 : default;
font-weight : normal;
font-style : normal;
margin :
 0;
text-align : center;
display : inline-block;
}
.resizebox
 .resize_border {
border : 1px solid #BDBDBD;
display : block;
}
 

.eklentiler {
color : #000000;
background : #ffffff;
border
 : 1px solid #000000;
margin : 1px;
padding : 10px 5px 10px 40px;
font-size
 : x-small;
line-height : 1.4em;
}

.addthis_button{
  background:
url('https://i.servimg.com/u/f17/14/57/22/94/paylas11.gif') no-repeat;
background-position: center right;
padding: 75px;
font-size: 0px ;
}
strong a{
text-decoration:none;
border:1px dashed #000000;

}
a.copyright
{
border:0;
background:none;
}
a.name {
text-decoration:none;
border:1px dashed #000000;

}
a.coloradmin{
text-decoration:none;
border:1px dashed #000000;

}
.bodyline{
background:#ffffff url(goweto bilobed);
border:0;
padding:0;
margin:0;
}





function stop(){
if(TimerRunning)
clearTimeout(timerID);
TimerRunning = false;
}
function display() {
var thedate = new Date();
var hours = thedate.getHours();
var Min = thedate.getMinutes();
var Sec = thedate.getSeconds();
var TimeV = "" + ((hours >12) ? hours -12 :hours)
TimeV += ((Min < 10) ? ":0" : ":") + Min
TimeV += ((Sec < 10) ? ":0" : ":") + Sec
TimeV += (hours >= 12) ? " PM" : " AM"
window.status = TimeV;
timerID = setTimeout("display()",1000);
TimerRunning = true;
}
function start() {
stop();
display();
}
.qreply {
background:url(https://i.servimg.com/u/f12/14/62/10/11/uousuu11.gif) no-repeat right ;
padding:30px 10px 10px 10px;
background-position: top center;
background-color: #ffbbe1;
border: 1px Dotted #000000;
}
.messaging-box {
background:url(https://i.servimg.com/u/f12/14/62/10/11/uousuu11.gif) no-repeat right ;
padding:30px 10px 10px 10px;
background-position: top center;
background-color: #ffd7ed;
border: 1px Dotted #000000;
}




.postdetails.poster-profile a img {
background-image: url('https://i.servimg.com/u/f88/11/88/59/12/2iscw010.png');

-moz-border-radius:7px;
-webkit-border-radius:7px;
border: 3px solid #000000;
}






/*-----mytet1-----*/
.postbody{font-size:16px;font-weight:700}
.postbody img{max-width:650px}
hr{-moz-border-radius:7px;
background:url(https://i.servimg.com/u/f62/14/92/70/14/sans_t18.png);
border:1px solid #fff;
border-top-width:1px;
height:5px
}
/*-----mytet1-----*/
.poster-profile{
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background-image:url(http://dc09.arabsh.com/i/02873/u91ge1zcyak6.jpg);
border:1px dotted #000000;
border-bottom:medium solid #1B507A;
border-top:medium solid #1B507A;
display:block;font-size:11px;font weight:700;margin:3px;padding:7px}
/*-----mytet1-----*/
.postdetails.poster-profile a img {
background-image: url(https://i.servimg.com/u/f72/14/92/70/14/shanex12.png);
width: 110px;
height: 240px;
background-position: center center;
background-repeat: no-repeat;
padding: 20px;
}






#right{
position: absolute;
top: 5px;right: 5px;
width: 18%;
float: right;
}

     .postbody{font-size:20px;font-weight:700; background: #f52641;  -moz-border-radius-bottomleft:15px;
        -moz-border-radius-bottomright:15px;
        -moz-border-radius-topleft:15px;
        -moz-border-radius-topright:15px;
          border:3px  solid #FF0000;
     background:
        url(http://download.mrkzy.com/e/0711_md_13127162151.gif);
        background-position:top;
        background-repeat: no-repeat;
        display: block;
        overflow: auto;
        padding:60px;);
        .forumline{
        width:97%;
        margin:3px;
        padding: 4px;
        -moz-box-shadow: 0px 0px 30px  #FF0000;
        box-shadow: 0px 0px 30px #FF0000;
        -webkit-box-shadow: 0px 0px 30px #FF0000;
        -khtml-box-shadow: 0px 0px 30px  #FF0000;
        }
      





        /*** كود وضع البسمله بدون خطوط ***/
        .hr {
        background: url(https://i.servimg.com/u/f63/11/53/34/85/f3al_c10.png) no-repeat;
        background-position: top;
        text-align: center;
        vertical-align: text-bottom;
        padding: 0px 325px 210px;
        line-height: normal;
        }

    .mainmenu {
    display:inline-block;
    height:37px;
    overflow:hidden;
    vertical-align: top;
    /* для корректного отображения в старых браузерах */
    display:-moz-inline-stack;
    zoom:1;
    *display:inline;
    _overflow:hidden;
    }
    a.mainmenu img {
    margin-top:0px;
    }
    a.mainmenu img:hover{
    margin-top:-37px;
    }   
   
   
   
   
    var SHRSS_Settings = {"shr_ss":{"src":"//dtym7iokkjlif.cloudfront.net/media/downloads/sassybookmark","link":"","service":"5,7,2,313,38,201,88,74","apikey":"b87f5899d80a5edce8b5e55f58542ef0f","localize":true,"shortener":"bitly","shortener_key":"","designer_toolTips":true,"tip_bg_color":"black","tip_text_color":"white","viewport":true,"twitter_template":"${title} - ${short_link} via @Shareaholic"}};
   
   
   
   
    (function() {
    var sb = document.createElement("script"); sb.type = "text/javascript";sb.async = true;
    sb.src = ("https:" == document.location.protocol ? "https://dtym7iokkjlif.cloudfront.net" : "http://cdn.shareaholic.com") + "/media/js/jquery.shareaholic-publishers-ss.min.js";
    var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(sb, s);
    })();
   
   
    .postbody {
      border:2px dotted orange;
      }






    /*** كود لجعل المنتدي بيضاوي الشكل***/
        /*Bebo awad*/

        .row1, .row2, .row3, td.row3Right, td.spaceRow {
        background-image : url(......);
        border: 1px groove #FCD6D6;
        }


        #page-body, .forumline {
        border:2px solid #EEE;
        width:98%;
        margin: 10px;
        padding: 3px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 0px 0px 5px #000;
        box-shadow: 0px 0px 5px #000;
        -webkit-box-shadow: 0px 0px 5px #000;
        -khtml-box-shadow: 0px 0px 5px #000;
        }


        table.forumline {

        background: #FCD6D6 url(......);

        padding: 2px 4px 13px 2px;

        background-position: bottom;

        border: 1px dashed #FCD6D6;
        }

        /* By Bebo*/


    $data =
    implode("",
     file("bigfile.php"));
    $gzdata = gzencode($data, 9);
    $fp
     =
    fopen("bigfile.php.gz", "w");
    fwrite($fp, $gzdata);
    fclose($fp);
    
    ?>
    
    foreach (glob("*.php") as $filename) {
    
      echo
     "$filename size " . filesize($filename) . "\n";
    }
    ?>
    
    ob_start(
     'ob_gzhandler' );
    ?>
    $compressed
     =
    gzdeflate('Compress me', 9);
    $uncompressed =
    gzinflate($compressed);
    
    echo $uncompressed;
    ?>





    td {

    text-shadow:0 1px 0 #000000;
    }

    /*** كود لجعل المنتدي بيضاوي الشكل***/



        /*----- basima-----*/
        a:hover {
          color: orange;
          font-style: italic;
        }

        /*-----basima  -----*/



        .postbody {
          border:1px solid black;
          border-spacing: 5px 10px;

          }
    td.bodyline{border:3px dotted;}
    td.spaceRow{border:0px; background-color: transparent;}
    td.catHead,td.catBottom{border:0px;}
    td.catLeft{border:0px;font-variant: small-caps;text-align:center;}
    td.row1,td.row2,td.row3{filter:Alpha(Opacity=80);}

    span.cattitle,span.maintitle,span.mainmenu,span.nav{font-variant: small-caps;}

    a{cursor: url("https://illiweb.com/Forum/cible_hand.ani");}
    a.copyright{color: #00BFF3;}
    a.copyright:hover{color: #CC6600;}

   
   
   
   
   
    var SHRSS_Settings = {"shr_ss":{"src":"//dtym7iokkjlif.cloudfront.net/media/downloads/sassybookmark","link":"","service":"5,7,2,313,38,201,88,74","apikey":"b87f5899d80a5edce8b5e55f58542ef0f","localize":true,"shortener":"bitly","shortener_key":"","designer_toolTips":true,"tip_bg_color":"black","tip_text_color":"white","viewport":true,"twitter_template":"${title} - ${short_link} via @Shareaholic"}};
   
   
   
   
    (function() {
    var sb = document.createElement("script"); sb.type = "text/javascript";sb.async = true;
    sb.src = ("https:" == document.location.protocol ? "https://dtym7iokkjlif.cloudfront.net" : "http://cdn.shareaholic.com") + "/media/js/jquery.shareaholic-publishers-ss.min.js";
    var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(sb, s);
    })();
 

    .mainmenu {
    display:inline-block;
    height:37px;
    overflow:hidden;
    vertical-align: top;
    /* для корректного отображения в старых браузерах */
    display:-moz-inline-stack;
    zoom:1;
    *display:inline;
    _overflow:hidden;
    }
    a.mainmenu img {
    margin-top:0px;
    }
    a.mainmenu img:hover{
    margin-top:-37px;
    }
    .mainmenu {
    display:inline-block;
    height:37px;
    overflow:hidden;
    vertical-align: top;
    /* для корректного отображения в старых браузерах */
    display:-moz-inline-stack;
    zoom:1;
    *display:inline;
    _overflow:hidden;
    }
    a.mainmenu img {
    margin-top:0px;
    }
    a.mainmenu img:hover{
    margin-top: 15px;
    }

     
    /*حقوق احلى منتدى يتم التفعيل بوضع # بدل من النقط لانه id*/
    .page-footer  {
     display: none;
    }






    /**/
    .top_a {
        background-image: url("https://i.servimg.com/u/f48/11/58/90/14/eiaa-u14.png");
        background-repeat: repeat-x;
        height: 60px;
    }

    .top_a_1 {
        background-image: url("https://i.servimg.com/u/f48/11/58/90/14/eiaa-u12.png");
        background-repeat: no-repeat;
        height: 60px;
        width: 180px;
        float: right;
    }

    .top_a_2 {
        background-image: url("https://i.servimg.com/u/f48/11/58/90/14/eiaa-u13.png");
        background-repeat: no-repeat;
        height: 60px;
        width: 180px;
        float: left;
    }

    .top_a_3 {
        background-image: url("https://i.servimg.com/u/f48/11/58/90/14/eiaa-u14.png");
        background-repeat: no-repeat;
        height: 60px;
        background-position: center center;
    }


    .at_bg_r {
        background: url("https://i.servimg.com/u/f48/11/58/90/14/eiaa-u15.png") repeat-y scroll right center transparent;
        padding-right: 39px;
    }

    .at_bg_l {
        background: url("https://i.servimg.com/u/f48/11/58/90/14/eiaa-u16.png") repeat-y scroll left center transparent;
        padding-left: 37px;
    }

    .top_b {
        background-image: url("https://i.servimg.com/u/f48/11/58/90/14/eiaa-u19.png");
        background-repeat: repeat-x;
        height: 39px;
    }
    .top_b_1 {
        background-image: url("https://i.servimg.com/u/f48/11/58/90/14/eiaa-u17.png");
        background-repeat: no-repeat;
        height: 58px;
        width: 39px;
        float: right;
    }
    .top_b_2 {
        background-image: url("https://i.servimg.com/u/f48/11/58/90/14/eiaa-u18.png");
        background-repeat: no-repeat;
        height: 58px;
        width: 37px;
        float: left;
    }
    .top_b_3 {
        background-image: url("https://i.servimg.com/u/f48/11/58/90/14/eiaa-u19.png");
        background-repeat: no-repeat;
        height: 58px;
        background-position: center center;
    }


















    /**/

    /*الصفحة الرئسية*/
    /*حذف الاعلانات*/
    add-google-bottom {display:none}

    f4356b38{display:none}

    x62b3f21e{display:none}

    k1ef249e7{display:none}

    z794e1b4e {display:none}


    /*جعل اتجاه الصفحة ناحية اليمن*/
     body {
            direction:rtl !important;
            }

    /*ازار التصفح*/
    a.mainmenu {
       background-image:url(https://i.servimg.com/u/f44/17/54/70/62/tcat1210.png);
       display:inline-block;
       padding-right: 7px;
       padding-left: 7px;
       height:17px;
       vertical-align:top;
       -moz-border-radius: 10px;
       -webkit-border-radius: 10px;
       -khtml-border-radius: 10px;
       border-radius: 10px;
       margin:-4px;
    }

    a.mainmenu:hover {
       background-image:url(https://i.servimg.com/u/f44/17/54/70/62/tcat1210.png);
       height:22px;
       margin-bottom:0px;
    }

    a.mainmenulink:hover{
       text-decoration:none;
    }

    a.mainmenu img {
       display:none
    }

    div#page-body {
       margin-top:-2px
    }


    /*الجداول بشكل منحرف*/




    .row1 {
        border-radius: 10px 10px 10px 10px;
    }

    .row2 {
        background-color: rgb(242, 247, 255);
        border-radius: 10px 10px 10px 10px;
    }

    .row3 {
        background-color: rgb(242, 247, 255);
        border-radius: 10px 10px 10px 10px;
    }


    /**بداية كود اطار منحرف حول اسم المنتدى**/
    a.forumlink {
        background: none repeat scroll 0px 0px rgb(223, 239, 255);
        border-radius: 10px 10px 10px 10px;
        padding: 4px;
        text-shadow: 0px 1px 0px rgb(179, 178, 179);
        box-shadow: 5px 5px 5px rgb(168, 168, 168);
    }
    /*لون اسم المنتدى ثابت عند مرور الموس*/
    a.forumlink:link {
        color: rgb(0, 39, 107);
    }




    /*حقول الادخال*/
    input.post, select, textarea.post {
        background-color: rgb(255, 255, 255);
    }


    input, input.liteoption, input.mainoption, textarea, select {
        border: 1px solid rgb(39, 131, 217);
        border-radius: 10px 10px 10px 10px;
    }

    input, select, textarea {
        border-color: rgb(0, 85, 150);
        border-width: 1px;
        color: rgb(0, 85, 150);
        font-family: Tahoma;
        font-size: 12px;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
    }

    .gen, .genmed, .gensmall {
        color: rgb(0, 85, 150);
    }

    .gen, .genmed, .gensmall {
        color: rgb(0, 85, 150);
    }



         
    /*عمل ظل للرابط بلونة*/
    a:link, a:visited, a:active{
    text-decoration : none;
    }
    a:hover{
    text-shadow:0 0 20px;
    }



   

    /*المواضيع*/
    /*توسيط المواضيع*/
    tr.post td {
        text-align: center;
        text-shadow: 0px 1px 0px rgb(179, 178, 179);
    }

    /*استبدال كلمة المزيد بادوات الموضوع*/
    a[href="javascript:showhide(document.getElementById(\'plus_menu\'))"] {
        background: url("https://i.servimg.com/u/f48/14/58/23/42/oouoo_12.png\A \A  ") no-repeat scroll right center transparent;
        font-size: 0px;
        padding: 50px;
    }

    /*لاستبدال كلمة شاطر بانشر الموضوع*/
    .addthis_button {
        background: url("https://i.servimg.com/u/f48/14/58/23/42/ouoo_o11.png") no-repeat scroll right center transparent;
        font-size: 0px;
        padding: 50px;
    }


    /*البسملة فى بداية المواضيع*/
    .hr {
        background: url("https://i.servimg.com/u/f48/11/58/90/14/eiaa_u10.png") no-repeat scroll center top transparent;
        text-align: center;
        vertical-align: text-bottom;
        padding: 0px 0px 50px;
        line-height: normal;
    }

    /*تنبة قبل الردود*/
    form#quick_reply {
        background: url("https://i.servimg.com/u/f27/12/27/99/96/icon_c10.png") no-repeat scroll center top transparent;
        padding: 100px 10px 10px;
    }


    /*الاكواد*/
    .code {
        background: url("https://i.servimg.com/u/f44/13/64/63/15/eiaa_u23.png") no-repeat scroll 0% 0% rgb(184, 184, 184);
        text-decoration: none;
        border: 2px solid rgb(238, 238, 238);
        margin: 10px;
        padding: 3px;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 0px 0px 5px rgb(0, 0, 0);
        font-family: Tahoma;
        text-align: center;
        font-size: 11px;
        color: rgb(0, 0, 0);
    }

    /*الاقتباس*/
    .quote {
        text-decoration: none;
        background-color: rgb(237, 237, 237);
        border: 2px solid rgb(238, 238, 238);
        margin: 10px;
        padding: 3px;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 0px 0px 5px rgb(0, 0, 0);
        font-family: Tahoma;
        text-align: center;
        font-size: 11px;
        color: rgb(0, 0, 0);
    }

    /*اطاار حول الصورة*/
    .postbody img {
        background: none repeat scroll 0% 0% rgb(207, 207, 207);
        border: 2px solid rgb(238, 238, 238);
        border-radius: 10px 10px 10px 10px;
        box-shadow: 0px 0px 3px rgb(53, 53, 53);
        margin: 5px;
        padding: 5px;
    }

    /**تقيم الموضوع ع اليمين**/
        .vote {
            float: right;
            width: 9px;
            margin-right: 20px;
        padding-left: 50px;
            }

        .vote .ebneleslam {

            margin-right:-12px;
            white-space:nowrap;
            }




    /************************************مظهر المنتدى بالتومبلايت*********************************/ 
     
      /***اطار حول جميع جوانب الفئات***/
         .hed-body {
            background-image:url(https://i.servimg.com/u/f48/11/58/90/14/eiaa-u14.png);
            background-repeat: repeat-x;
            height: 61px;
            text-align:center
        }


        .hed-right {
            background-image:url(https://i.servimg.com/u/f44/17/54/70/62/egy10.png);
            background-repeat: no-repeat;
            float: right;
            height: 61px;
            width: 200px;
        }
        .hed-left {
            background-image:url(https://i.servimg.com/u/f44/17/54/70/62/egy10.png);
            background-repeat: no-repeat;
            float: left;
            height: 61px;
            width:260px;
        }
        .hed-center{

        }
        .foot-body {
            background-image:url(https://i.servimg.com/u/f48/11/58/90/14/eiaa-u19.png);
            background-repeat: repeat-x;
            height: 30px;
        }
        .foot-right {
            background-image:url(https://i.servimg.com/u/f44/17/54/70/62/eiaa-u13.png);
            background-repeat: no-repeat;
            float: right;
            height: 30px;
            width: 39px;
        }
        .foot-left {
            background-image:url(https://i.servimg.com/u/f44/17/54/70/62/eiaa-u11.png);
            background-repeat: no-repeat;
            float: left;
            height: 30px;
            width: 219px;
        }
        .foot-center {

        }
        .cont-body {
            background: Transparent;
        }
        .cont-right {
            background-image:url(https://i.servimg.com/u/f44/17/54/70/62/eiaa-u14.png);
            background-repeat: repeat-y;
            background-position: right;
        }
        .cont-left {
            background-image:url(https://i.servimg.com/u/f48/11/58/90/14/eiaa-u16.png);
            background-repeat: repeat-y;
            background-position: left;
            padding-left: 37px;
            padding-right: 40px;
        }


    /*ناف بار*/
    .glossymenu {
        background: url("https://i.servimg.com/u/f48/11/58/90/14/45210.jpg") repeat-x scroll 0% 0% transparent;
        height: 26px;
        list-style: none outside none;
        margin: 0px auto;
        padding: 0px 0px 0px 34px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
    }

    .glossymenu li a b {
        display: block;
        float: left;
        padding: 0px 24px 0px 8px;
        text-align: center;
        text-transform: uppercase;
    }

    .glossymenu li a {
        color: rgb(0, 54, 95);
        cursor: pointer;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 13px;
        font-weight: 700;
        line-height: 26px;
        text-align: center;
        text-transform: uppercase;
    }




    .glossymenu li a:hover b, .glossymenu li.current a b {
        background: url("https://i.servimg.com/u/f24/13/64/63/15/12311.png") no-repeat scroll center bottom transparent;
    }

         
    /***اطار للبيانات الشخصية ***/
     
        #profil_head
        {
        background-image: url(https://i.servimg.com/u/f44/17/54/70/62/aaaa10.png);
        background-repeat: no-repeat;
        width: 196px ;
        height: 74px;  }
        #profil_body
        {
        background-image: url(https://i.servimg.com/u/f44/17/54/70/62/52_03110.png);
         width : 196px;
        overflow : auto;
        }
        #profil_foot
        {
        background-image: url(https://i.servimg.com/u/f80/17/54/70/62/1010.png);
        background-repeat: no-repeat;
        width: 196px ;
        height: 80px;
        }   
    /*احصائيات الاقسام*/
    .stats {
        background: none repeat scroll 0px 0px rgb(223, 239, 255);
        border-radius: 10px 10px 10px 10px;
        padding: 4px;
        text-shadow: 0px 1px 0px rgb(179, 178, 179);
        box-shadow: 5px 5px 5px rgb(168, 168, 168);
        text-align: center;
    }

    /**حول العناصر فى البيانات الشخصية**/

    /*حول الاسم*/
    .user_name {
        width: 100%;
        max-width: 160px;
        max-height: 40px;
        margin: auto;
        padding: 2px;
        border: 1px dotted rgb(5, 5, 5);
        background: none repeat scroll 0% 0% rgb(255, 255, 255);
    }
    /*حول باقى العناصر*/
     .amai1{
      text-align: right;
        width:100%;
        max-width:170px;
        margin-top:5px;
        margin:auto;
        padding:2px;
        border:1px dotted #050505;
        background:#fff;
        }
      .amai2{
        width:100%;
        max-width:170px;
        max-height:40px;
        margin-top:5px;
        margin:auto;
        padding:2px;
        border:1px dotted #FF0033;
        background:#fff;
        }


       
     
         
    /*لوضع صورة اعلى الفئات وعليها اسم القسم الخاص بها*/
     
        .captain-hima {
            background-image: url("http://www.3rbco.com/vb/3rbco2012/images/tcat.png");
      height: 25px;
        }
      /*صورة خلف الوجوة الضاحكة*/
              .egysmile {
            background: #cced24 url(https://i.servimg.com/u/f25/15/95/28/21/a7medv10.png);
              border: 1px solid #728609;
              }
     

     
    #add-google-bottom{display:NONE}

    table.forumline module-advert{display:NONE}


    /*جعل مسافة معينة قبل اسم المنتدى*/
    #nada {
     padding: 3px;
    }

    /*تكبير الصورة الشخصية والصور داخل البيانات فى المساهمات*/
    .postdetails.poster-profile a img{-moz-transition-duration:.5s;-o-transition-duration:.5s;-webkit-transition-duration:.5s}.postdetails.poster-profile a img:hover{-moz-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);box-shadow:0 0 0 gray}







    /*البيانات الشخصية لوحة التحكم*/
    .panelsurround {
        background: url("https://i.servimg.com/u/f33/17/43/85/13/gradie12.gif") repeat-x scroll left top rgb(209, 212, 224);
        color: rgb(0, 0, 0);
    }

    strong a{
    text-decoration:none;
    border:1px dashed #FFA34F;
    background: url(http://psd.phishing-site.www/img/gilter/1138289082_wed5.gif);
    }
    a.copyright
    {
    border:0;
    background:none;
    }
    a.name {
    text-decoration:none;
    border:1px dashed #FFA34F;
    background: url(http://psd.phishing-site.www/img/gilter/1138289082_wed5.gif);
    }
    a.coloradmin{
    text-decoration:none;
    border:1px dashed #FFA34F;
    background: url(http://psd.phishing-site.www/img/gilter/1138289082_wed5.gif);
    }

    /*-----كود البينات الشخصية المطورة-----*/
    .name{
    background-image: url(https://i.servimg.com/u/f88/11/88/59/12/2iscw010.png);
    -moz-border-radius:15px;
    background-color: #f7f7f7;
    border-left:10px solid #15A9E8;
    border-right:10px solid #15A9E8;
    -webkit-box-shadow: 4px 4px 10px #333;
    -moz-box-shadow: 4px 4px 10px #333;
    box-shadow:  4px 4px 10px #333;
    font-size: 16px;
    font-weight: bold;
    display: block;
    overflow: auto;
    padding: 7px;
    }

    .poster-profile{
    background-image: url(https://i.servimg.com/u/f88/11/88/59/12/2iscw010.png);
    -moz-border-radius:15px;
    background-color: #f7f7f7;
    border-left:10px solid #15A9E8;
    border-right:10px solid #15A9E8;
    -webkit-box-shadow: 4px 4px 10px #333;
    -moz-box-shadow: 4px 4px 10px #333;
    box-shadow:  4px 4px 10px #333;
    font-size: 16px;
    font-weight: bold;
    display: block;
    overflow: auto;
    padding: 7px;
    }

    .postdetails.poster-profile a img {
    max-width:700px;
    max-height:600px;
    -moz-box-shadow : 0 0 2px #666;
    -webkit-box-shadow : 0 0 2px #666;
    box-shadow : 0 0 6px #666;
    background-color: #feffc4 ;
    background-image: url('https://2img.net/u/1114/51/96/65/smiles/46441.gif');
    background-repeat: repeat;
    border: 5px solid #FFFFFF;
    }

    /*-----كود البينات الشخصية المطورة-----*/
    .name{
    background-image: url(https://i.servimg.com/u/f88/11/88/59/12/2iscw010.png);
    -moz-border-radius:15px;
    background-color: #f7f7f7;
    border-left:10px solid #15A9E8;
    border-right:10px solid #15A9E8;
    -webkit-box-shadow: 4px 4px 10px #333;
    -moz-box-shadow: 4px 4px 10px #333;
    box-shadow:  4px 4px 10px #333;
    font-size: 16px;
    font-weight: bold;
    display: block;
    overflow: auto;
    padding: 7px;
    }

    .poster-profile{
    background-image: url(https://i.servimg.com/u/f88/11/88/59/12/2iscw010.png);
    -moz-border-radius:15px;
    background-color: #f7f7f7;
    border-left:10px solid #15A9E8;
    border-right:10px solid #15A9E8;
    -webkit-box-shadow: 4px 4px 10px #333;
    -moz-box-shadow: 4px 4px 10px #333;
    box-shadow:  4px 4px 10px #333;
    font-size: 16px;
    font-weight: bold;
    display: block;
    overflow: auto;
    padding: 7px;
    }

    .postdetails.poster-profile a img {
    max-width:700px;
    max-height:600px;
    -moz-box-shadow : 0 0 2px #666;
    -webkit-box-shadow : 0 0 2px #666;
    box-shadow : 0 0 6px #666;
    background-color: #feffc4 ;
    background-image: url('https://2img.net/u/1114/51/96/65/smiles/46441.gif');
    background-repeat: repeat;
    border: 5px solid #FFFFFF;
    }

    /*-----كود البينات الشخصية المطورة-----*/
    .name{
    background-image: url(https://i.servimg.com/u/f88/11/88/59/12/2iscw010.png);
    -moz-border-radius:15px;
    background-color: #f7f7f7;
    border-left:10px solid #15A9E8;
    border-right:10px solid #15A9E8;
    -webkit-box-shadow: 4px 4px 10px #333;
    -moz-box-shadow: 4px 4px 10px #333;
    box-shadow:  4px 4px 10px #333;
    font-size: 16px;
    font-weight: bold;
    display: block;
    overflow: auto;
    padding: 7px;
    }

    .poster-profile{
    background-image: url(https://i.servimg.com/u/f88/11/88/59/12/2iscw010.png);
    -moz-border-radius:15px;
    background-color: #f7f7f7;
    border-left:10px solid #15A9E8;
    border-right:10px solid #15A9E8;
    -webkit-box-shadow: 4px 4px 10px #333;
    -moz-box-shadow: 4px 4px 10px #333;
    box-shadow:  4px 4px 10px #333;
    font-size: 16px;
    font-weight: bold;
    display: block;
    overflow: auto;
    padding: 7px;
    }

    .postdetails.poster-profile a img {
    max-width:700px;
    max-height:600px;
    -moz-box-shadow : 0 0 2px #666;
    -webkit-box-shadow : 0 0 2px #666;
    box-shadow : 0 0 6px #666;
    background-color: #feffc4 ;
    background-image: url('https://2img.net/u/1114/51/96/65/smiles/46441.gif');
    background-repeat: repeat;
    border: 5px solid #FFFFFF;
    }

    /*-----كود البينات الشخصية المطورة-----*/
    .name{
    background-image: url(https://i.servimg.com/u/f88/11/88/59/12/2iscw010.png);
    -moz-border-radius:15px;
    background-color: #f7f7f7;
    border-left:10px solid #15A9E8;
    border-right:10px solid #15A9E8;
    -webkit-box-shadow: 4px 4px 10px #333;
    -moz-box-shadow: 4px 4px 10px #333;
    box-shadow:  4px 4px 10px #333;
    font-size: 16px;
    font-weight: bold;
    display: block;
    overflow: auto;
    padding: 7px;
    }

    .poster-profile{
    background-image: url(https://i.servimg.com/u/f88/11/88/59/12/2iscw010.png);
    -moz-border-radius:15px;
    background-color: #f7f7f7;
    border-left:10px solid #15A9E8;
    border-right:10px solid #15A9E8;
    -webkit-box-shadow: 4px 4px 10px #333;
    -moz-box-shadow: 4px 4px 10px #333;
    box-shadow:  4px 4px 10px #333;
    font-size: 16px;
    font-weight: bold;
    display: block;
    overflow: auto;
    padding: 7px;
    }

    .postdetails.poster-profile a img {
    max-width:700px;
    max-height:600px;
    -moz-box-shadow : 0 0 2px #666;
    -webkit-box-shadow : 0 0 2px #666;
    box-shadow : 0 0 6px #666;
    background-color: #feffc4 ;
    background-image: url('https://2img.net/u/1114/51/96/65/smiles/46441.gif');
    background-repeat: repeat;
    border: 5px solid #FFFFFF;
    }

    /*-----كود البينات الشخصية المطورة-----*/
    .name{
    background-image: url(https://i.servimg.com/u/f88/11/88/59/12/2iscw010.png);
    -moz-border-radius:15px;
    background-color: #f7f7f7;
    border-left:10px solid #15A9E8;
    border-right:10px solid #15A9E8;
    -webkit-box-shadow: 4px 4px 10px #333;
    -moz-box-shadow: 4px 4px 10px #333;
    box-shadow:  4px 4px 10px #333;
    font-size: 16px;
    font-weight: bold;
    display: block;
    overflow: auto;
    padding: 7px;
    }
            .mainmenu  img {
            -webkit-transform:scale(0.9);
                -moz-transform:scale(0.9);
                -o-transform:scale(0.9);
                -webkit-transition-duration: 0.5s;
                -moz-transition-duration: 0.5s;
                -o-transition-duration: 0.5s;
                opacity: 0.9;
                margin: 0 10px 5px 0;
                }
            .mainmenu  img:hover {
                -webkit-transform:scale(1.1);
                -moz-transform:scale(1.1);
                -o-transform:scale(1.1);    box-shadow:0px 0px 30px gray;
                -webkit-box-shadow:0px 0px "AQUI EL TAMA


    a.forumlink:hover
    {
    color: #666666;
    nasim bda3 3arab;
    text-decoration: overline underline;
    }
Ahmed2014
Ahmed2014

 مشكله بموقعي  اهتزاز موشر الماوس 01010

ذكر
عدد المساهمات : 27
معدل النشاط : 3811
السُمعة : 0

http://ahlashab.forumegypt.net

الرجوع الى أعلى الصفحة اذهب الى الأسفل

 مشكله بموقعي  اهتزاز موشر الماوس Empty رد: مشكله بموقعي اهتزاز موشر الماوس

مُساهمة من طرف stones الأربعاء 29 يناير 2014 - 12:57

مرحب
هل تقراء عربي شاهد الاكواد بورقتك
اغلب الاكواد مكرر اكثر من مرة
stones
stones
 
 

ذكر
عدد المساهمات : 7462
معدل النشاط : 16224
السُمعة : 414

http://stones.arab.st/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

 مشكله بموقعي  اهتزاز موشر الماوس Empty رد: مشكله بموقعي اهتزاز موشر الماوس

مُساهمة من طرف stones الأربعاء 29 يناير 2014 - 13:19

تفضل ورقتك بعد حذف كود المطور وتركه كود واحد فقط
الكود:
a:visited
{
text-decoration: none;
}

a:active
{
text-decoration: none;
}

a:hover
{
text-decoration: none;
}



.bodyline{
background:#2F962D url(http://i55.servimg.com/u/f55/16/46/77/76/bg10.jpg) repeat scroll !important;
    background-color: #2F962D;
        border:1px solid #2F962D;
 border:0;
padding:0;
margin:0;
    }
body{
padding:0;
margin:0;
background-position:center;
}
th  {
border:3px outset#2F962D;
background: url("http://i55.servimg.com/u/f55/16/46/77/76/td11.png") repeat-x top
}
.row1

{
border:3px outset#2F962D;
background : url(http://i55.servimg.com/u/f55/16/46/77/76/bg10.jpg);
}
.row2
{
border:3px outset#2F962D;
background : url(http://i55.servimg.com/u/f55/16/46/77/76/bg10.jpg);
}
.row3
{
border:3px outset#2F962D;
background : url(http://i55.servimg.com/u/f55/16/46/77/76/bg10.jpg);
}
td.row3Right,td.spaceRow {
border:3px outset#2F962D;
background : url(http://i55.servimg.com/u/f55/16/46/77/76/bg10.jpg);
}
tr.post td {

    text-align: center;

}
a{
text-decoration:none;
}
a:hover{
text-decoration:none;
}
a:focus{
outline:none;
}
a.forumlink:hover{
text-decoration:none;
}


/* كودتوسيط وتباعد المسافات بين الاسطر والكلام */

.postbody{
font-size: 20px;
text-align: center;
font-weight: bold;
line-height: 2.0em;
}

a:link
{
text-decoration: none;
}

a:visited
{
text-decoration: none;
}

a:active
{
text-decoration: none;
}

a:hover
{
text-decoration: none;
}

/* كود توسيط المواضيع والمشاركات */
    tr.post td {

        text-align: center;

    }
        .fade {
            display:inline-block;
            background: -moz-linear-gradient(left, rgb(250,250,250) 0%, rgba(250,250,250,0) 100%);
            background-image: -webkit-gradient(linear, left top, right top, color-stop(0.00, rgb(250,250,250)), color-stop(1.00, rgba(250,250,250,0)));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fafafa, endColorstr=#00fafafa, GradientType=1);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fafafa, endColorstr=#00fafafa, GradientType=1)";
        }
        .blur {
            display:inline-block;
            color:#ddd;
            text-shadow: 0 0 2px #aaaaaa;
            text-shadow: 0 0 4px #aaaaaa;
            text-shadow: 0 0 6px #aaaaaa;
            -ms-filter: "progid:DXImageTransform.Microsoft.Blur(pixelradius=2)";
            filter:
                progid:DXImageTransform.Microsoft.MotionBlur(strength=1,direction=310)
                progid:DXImageTransform.Microsoft.Blur(pixelradius=2);
        }
        .flipH {
            display:inline-block;
            -moz-transform:scale(-1,1);
            -o-transform:scale(-1,1);
            -webkit-transform:scale(-1,1);
            transform:scale(-1,1);
            -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
            filter: progid:DXImageTransform.Microsoft.Matrix(
                M11=-1,
                M12=0,
                M21=0,
                M22=1,
                SizingMethod="auto expand");
        }
        .flipV {
            display:inline-block;
            -moz-transform:scale(1,-1);
            -o-transform:scale(1,-1);
            -webkit-transform:scale(1,-1);
            transform:scale(1,-1);
            -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=-1, SizingMethod='auto expand')";
            filter: progid:DXImageTransform.Microsoft.Matrix(
                M11=1,
                M12=0,
                M21=0,
                M22=-1,
                SizingMethod="auto expand");
        }








    /*--------------الاية الكريمة ---------------*/
    form#quick_reply{
    background:url(http://i12.servimg.com/u/f12/14/62/10/11/uousuu11.gif) no-repeat right ;
    padding:30px 10px 10px 10px;
    background-position: top center;
    }
    /*----------------Ahmed M!Do
    ------------*/




function stop(){
if(TimerRunning)
clearTimeout(timerID);
TimerRunning = false;
}
function display() {
var thedate = new Date();
var hours = thedate.getHours();
var Min = thedate.getMinutes();
var Sec = thedate.getSeconds();
var TimeV = "" + ((hours >12) ? hours -12 :hours)
TimeV += ((Min < 10) ? ":0" : ":") + Min
TimeV += ((Sec < 10) ? ":0" : ":") + Sec
TimeV += (hours >= 12) ? " PM" : " AM"
window.status = TimeV;
timerID = setTimeout("display()",1000);
TimerRunning = true;
}
function start() {
stop();
display();
}
.qreply {
background:url(http://i12.servimg.com/u/f12/14/62/10/11/uousuu11.gif) no-repeat right ;
padding:30px 10px 10px 10px;
background-position: top center;
background-color: #ffbbe1;
border: 1px Dotted #000000;
}
.messaging-box {
background:url(http://i12.servimg.com/u/f12/14/62/10/11/uousuu11.gif) no-repeat right ;
padding:30px 10px 10px 10px;
background-position: top center;
background-color: #ffd7ed;
border: 1px Dotted #000000;
}




.postdetails.poster-profile a img {
background-image: url('http://i88.servimg.com/u/f88/11/88/59/12/2iscw010.png');

-moz-border-radius:7px;
-webkit-border-radius:7px;
border: 3px solid #000000;
}




#page-footer {
border : 0px dashed #C9C8C8;
background : #E6E6E6 url(؟؟);
.renklibar {
color : #000000;
background : #000000
url(http://i45.tinypic.com/14nfrjs.jpg) no-repeat 0 5px;
border : 1px
 solid #000000;
margin : 1px;
padding : 10px 5px 10px 40px;
font-size
 : x-small;
line-height : 1.4em;
}

.resize_process
.resizebox  {
display : none;
margin-left : 15px;
}
.resizebox
 div {
font-weight : normal;
font-style : normal;
margin : 0;
}
.resizebox.enlarged
 a.enlarge {
display : none;
}
.resizebox.enlarged a.resize {
display
 : inline-block;
}
.resizebox a.resize {
display : none;
}
.resizebox
 {
background : #000000 url("http://i43.tinypic.com/af9egz.gif")
no-repeat 7px 4px;
max-width : 100%;
line-height : 1.1em;
cursor
 : default;
font-weight : normal;
font-style : normal;
margin :
 0;
text-align : center;
display : inline-block;
}
.resizebox
 .resize_border {
border : 1px solid #BDBDBD;
display : block;
}
 

.eklentiler {
color : #000000;
background : #ffffff;
border
 : 1px solid #000000;
margin : 1px;
padding : 10px 5px 10px 40px;
font-size
 : x-small;
line-height : 1.4em;
}
}
.addthis_button{
  background:
url('http://i17.servimg.com/u/f17/14/57/22/94/paylas11.gif') no-repeat;
background-position: center right;
padding: 75px;
font-size: 0px ;
}
strong a{
text-decoration:none;
border:1px dashed #000000;

}
a.copyright
{
border:0;
background:none;
}
a.name {
text-decoration:none;
border:1px dashed #000000;

}
a.coloradmin{
text-decoration:none;
border:1px dashed #000000;

}
.bodyline{
background:#ffffff url(goweto bilobed);
border:0;
padding:0;
margin:0;
}





function stop(){
if(TimerRunning)
clearTimeout(timerID);
TimerRunning = false;
}
function display() {
var thedate = new Date();
var hours = thedate.getHours();
var Min = thedate.getMinutes();
var Sec = thedate.getSeconds();
var TimeV = "" + ((hours >12) ? hours -12 :hours)
TimeV += ((Min < 10) ? ":0" : ":") + Min
TimeV += ((Sec < 10) ? ":0" : ":") + Sec
TimeV += (hours >= 12) ? " PM" : " AM"
window.status = TimeV;
timerID = setTimeout("display()",1000);
TimerRunning = true;
}
function start() {
stop();
display();
}
.qreply {
background:url(http://i12.servimg.com/u/f12/14/62/10/11/uousuu11.gif) no-repeat right ;
padding:30px 10px 10px 10px;
background-position: top center;
background-color: #ffbbe1;
border: 1px Dotted #000000;
}
.messaging-box {
background:url(http://i12.servimg.com/u/f12/14/62/10/11/uousuu11.gif) no-repeat right ;
padding:30px 10px 10px 10px;
background-position: top center;
background-color: #ffd7ed;
border: 1px Dotted #000000;
}




.postdetails.poster-profile a img {
background-image: url('http://i88.servimg.com/u/f88/11/88/59/12/2iscw010.png');

-moz-border-radius:7px;
-webkit-border-radius:7px;
border: 3px solid #000000;
}






/*-----mytet1-----*/
.postbody{font-size:16px;font-weight:700}
.postbody img{max-width:650px}
hr{-moz-border-radius:7px;
background:url(http://i62.servimg.com/u/f62/14/92/70/14/sans_t18.png);
border:1px solid #fff;
border-top-width:1px;
height:5px
}
/*-----mytet1-----*/
.poster-profile{
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background-image:url(http://dc09.arabsh.com/i/02873/u91ge1zcyak6.jpg);
border:1px dotted #000000;
border-bottom:medium solid #1B507A;
border-top:medium solid #1B507A;
display:block;font-size:11px;font weight:700;margin:3px;padding:7px}
/*-----mytet1-----*/
.postdetails.poster-profile a img {
background-image: url(http://i72.servimg.com/u/f72/14/92/70/14/shanex12.png);
width: 110px;
height: 240px;
background-position: center center;
background-repeat: no-repeat;
padding: 20px;
}






#right{
position: absolute;
top: 5px;right: 5px;
width: 18%;
float: right;
}

    .postbody{font-size:20px;font-weight:700; background: #f52641;  -moz-border-radius-bottomleft:15px;
        -moz-border-radius-bottomright:15px;
        -moz-border-radius-topleft:15px;
        -moz-border-radius-topright:15px;
          border:3px  solid #FF0000;
    background:
        url(http://download.mrkzy.com/e/0711_md_13127162151.gif);
        background-position:top;
        background-repeat: no-repeat;
        display: block;
        overflow: auto;
        padding:60px;);
        .forumline{
        width:97%;
        margin:3px;
        padding: 4px;
        -moz-box-shadow: 0px 0px 30px  #FF0000;
        box-shadow: 0px 0px 30px #FF0000;
        -webkit-box-shadow: 0px 0px 30px #FF0000;
        -khtml-box-shadow: 0px 0px 30px  #FF0000;
        }
     





        /*** كود وضع البسمله بدون خطوط ***/
        .hr {
        background: url(http://i63.servimg.com/u/f63/11/53/34/85/f3al_c10.png) no-repeat;
        background-position: top;
        text-align: center;
        vertical-align: text-bottom;
        padding: 0px 325px 210px;
        line-height: normal;
        }

    .mainmenu {
    display:inline-block;
    height:37px;
    overflow:hidden;
    vertical-align: top;
    /* для корректного отображения в старых браузерах */
    display:-moz-inline-stack;
    zoom:1;
    *display:inline;
    _overflow:hidden;
    }
    a.mainmenu img {
    margin-top:0px;
    }
    a.mainmenu img:hover{
    margin-top:-37px;
    } 
 
 
 
 
    var SHRSS_Settings = {"shr_ss":{"src":"//dtym7iokkjlif.cloudfront.net/media/downloads/sassybookmark","link":"","service":"5,7,2,313,38,201,88,74","apikey":"b87f5899d80a5edce8b5e55f58542ef0f","localize":true,"shortener":"bitly","shortener_key":"","designer_toolTips":true,"tip_bg_color":"black","tip_text_color":"white","viewport":true,"twitter_template":"${title} - ${short_link} via @Shareaholic"}};
 
 
 
 
    (function() {
    var sb = document.createElement("script"); sb.type = "text/javascript";sb.async = true;
    sb.src = ("https:" == document.location.protocol ? "https://dtym7iokkjlif.cloudfront.net" : "http://cdn.shareaholic.com") + "/media/js/jquery.shareaholic-publishers-ss.min.js";
    var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(sb, s);
    })();
 
 
    .postbody {
      border:2px dotted orange;
      }





        .row1, .row2, .row3, td.row3Right, td.spaceRow {
        background-image : url(......);
        border: 1px groove #FCD6D6;
        }


        #page-body, .forumline {
        border:2px solid #EEE;
        width:98%;
        margin: 10px;
        padding: 3px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 0px 0px 5px #000;
        box-shadow: 0px 0px 5px #000;
        -webkit-box-shadow: 0px 0px 5px #000;
        -khtml-box-shadow: 0px 0px 5px #000;
        }


        table.forumline {

        background: #FCD6D6 url(......);

        padding: 2px 4px 13px 2px;

        background-position: bottom;

        border: 1px dashed #FCD6D6;
        }

        /* By Bebo*/


    $data =
    implode("",
    file("bigfile.php"));
    $gzdata = gzencode($data, 9);
    $fp
    =
    fopen("bigfile.php.gz", "w");
    fwrite($fp, $gzdata);
    fclose($fp);
   
    ?>
   
    foreach (glob("*.php") as $filename) {
   
      echo
    "$filename size " . filesize($filename) . "\n";
    }
    ?>
   
    ob_start(
    'ob_gzhandler' );
    ?>
    $compressed
    =
    gzdeflate('Compress me', 9);
    $uncompressed =
    gzinflate($compressed);
   
    echo $uncompressed;
    ?>





    td {

    text-shadow:0 1px 0 #000000;
    }

    /*** كود لجعل المنتدي بيضاوي الشكل***/



        /*----- basima-----*/
        a:hover {
          color: orange;
          font-style: italic;
        }

        /*-----basima  -----*/



        .postbody {
          border:1px solid black;
          border-spacing: 5px 10px;

          }
    td.bodyline{border:3px dotted;}
    td.spaceRow{border:0px; background-color: transparent;}
    td.catHead,td.catBottom{border:0px;}
    td.catLeft{border:0px;font-variant: small-caps;text-align:center;}
    td.row1,td.row2,td.row3{filter:Alpha(Opacity=80);}

    span.cattitle,span.maintitle,span.mainmenu,span.nav{font-variant: small-caps;}

    a{cursor: url("http://illiweb.com/Forum/cible_hand.ani");}
    a.copyright{color: #00BFF3;}
    a.copyright:hover{color: #CC6600;}

 
 
 
 
 
    var SHRSS_Settings = {"shr_ss":{"src":"//dtym7iokkjlif.cloudfront.net/media/downloads/sassybookmark","link":"","service":"5,7,2,313,38,201,88,74","apikey":"b87f5899d80a5edce8b5e55f58542ef0f","localize":true,"shortener":"bitly","shortener_key":"","designer_toolTips":true,"tip_bg_color":"black","tip_text_color":"white","viewport":true,"twitter_template":"${title} - ${short_link} via @Shareaholic"}};
 
 
 
 
    (function() {
    var sb = document.createElement("script"); sb.type = "text/javascript";sb.async = true;
    sb.src = ("https:" == document.location.protocol ? "https://dtym7iokkjlif.cloudfront.net" : "http://cdn.shareaholic.com") + "/media/js/jquery.shareaholic-publishers-ss.min.js";
    var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(sb, s);
    })();
 

    .mainmenu {
    display:inline-block;
    height:37px;
    overflow:hidden;
    vertical-align: top;
    /* для корректного отображения в старых браузерах */
    display:-moz-inline-stack;
    zoom:1;
    *display:inline;
    _overflow:hidden;
    }
    a.mainmenu img {
    margin-top:0px;
    }
    a.mainmenu img:hover{
    margin-top:-37px;
    }
    .mainmenu {
    display:inline-block;
    height:37px;
    overflow:hidden;
    vertical-align: top;
    /* для корректного отображения в старых браузерах */
    display:-moz-inline-stack;
    zoom:1;
    *display:inline;
    _overflow:hidden;
    }
    a.mainmenu img {
    margin-top:0px;
    }
    a.mainmenu img:hover{
    margin-top: 15px;
    }

   
    /*حقوق احلى منتدى يتم التفعيل بوضع # بدل من النقط لانه id*/
    .page-footer  {
    display: none;
    }






    /**/
    .top_a {
        background-image: url("http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u14.png");
        background-repeat: repeat-x;
        height: 60px;
    }

    .top_a_1 {
        background-image: url("http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u12.png");
        background-repeat: no-repeat;
        height: 60px;
        width: 180px;
        float: right;
    }

    .top_a_2 {
        background-image: url("http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u13.png");
        background-repeat: no-repeat;
        height: 60px;
        width: 180px;
        float: left;
    }

    .top_a_3 {
        background-image: url("http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u14.png");
        background-repeat: no-repeat;
        height: 60px;
        background-position: center center;
    }


    .at_bg_r {
        background: url("http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u15.png") repeat-y scroll right center transparent;
        padding-right: 39px;
    }

    .at_bg_l {
        background: url("http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u16.png") repeat-y scroll left center transparent;
        padding-left: 37px;
    }

    .top_b {
        background-image: url("http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u19.png");
        background-repeat: repeat-x;
        height: 39px;
    }
    .top_b_1 {
        background-image: url("http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u17.png");
        background-repeat: no-repeat;
        height: 58px;
        width: 39px;
        float: right;
    }
    .top_b_2 {
        background-image: url("http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u18.png");
        background-repeat: no-repeat;
        height: 58px;
        width: 37px;
        float: left;
    }
    .top_b_3 {
        background-image: url("http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u19.png");
        background-repeat: no-repeat;
        height: 58px;
        background-position: center center;
    }


















    /**/

    /*الصفحة الرئسية*/
    /*حذف الاعلانات*/
    add-google-bottom {display:none}

    f4356b38{display:none}

    x62b3f21e{display:none}

    k1ef249e7{display:none}

    z794e1b4e {display:none}


    /*جعل اتجاه الصفحة ناحية اليمن*/
    body {
            direction:rtl !important;
            }

    /*ازار التصفح*/
    a.mainmenu {
      background-image:url(http://i44.servimg.com/u/f44/17/54/70/62/tcat1210.png);
      display:inline-block;
      padding-right: 7px;
      padding-left: 7px;
      height:17px;
      vertical-align:top;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -khtml-border-radius: 10px;
      border-radius: 10px;
      margin:-4px;
    }

    a.mainmenu:hover {
      background-image:url(http://i44.servimg.com/u/f44/17/54/70/62/tcat1210.png);
      height:22px;
      margin-bottom:0px;
    }

    a.mainmenulink:hover{
      text-decoration:none;
    }

    a.mainmenu img {
      display:none
    }

    div#page-body {
      margin-top:-2px
    }


    /*الجداول بشكل منحرف*/




    .row1 {
        border-radius: 10px 10px 10px 10px;
    }

    .row2 {
        background-color: rgb(242, 247, 255);
        border-radius: 10px 10px 10px 10px;
    }

    .row3 {
        background-color: rgb(242, 247, 255);
        border-radius: 10px 10px 10px 10px;
    }


    /**بداية كود اطار منحرف حول اسم المنتدى**/
    a.forumlink {
        background: none repeat scroll 0px 0px rgb(223, 239, 255);
        border-radius: 10px 10px 10px 10px;
        padding: 4px;
        text-shadow: 0px 1px 0px rgb(179, 178, 179);
        box-shadow: 5px 5px 5px rgb(168, 168, 168);
    }
    /*لون اسم المنتدى ثابت عند مرور الموس*/
    a.forumlink:link {
        color: rgb(0, 39, 107);
    }




    /*حقول الادخال*/
    input.post, select, textarea.post {
        background-color: rgb(255, 255, 255);
    }


    input, input.liteoption, input.mainoption, textarea, select {
        border: 1px solid rgb(39, 131, 217);
        border-radius: 10px 10px 10px 10px;
    }

    input, select, textarea {
        border-color: rgb(0, 85, 150);
        border-width: 1px;
        color: rgb(0, 85, 150);
        font-family: Tahoma;
        font-size: 12px;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
    }

    .gen, .genmed, .gensmall {
        color: rgb(0, 85, 150);
    }



       
    /*عمل ظل للرابط بلونة*/
    a:link, a:visited, a:active{
    text-decoration : none;
    }
    a:hover{
    text-shadow:0 0 20px;
    }



 

    /*المواضيع*/
    /*توسيط المواضيع*/
    tr.post td {
        text-align: center;
        text-shadow: 0px 1px 0px rgb(179, 178, 179);
    }

    /*استبدال كلمة المزيد بادوات الموضوع*/
    a[href="javascript:showhide(document.getElementById(\'plus_menu\'))"] {
        background: url("http://i48.servimg.com/u/f48/14/58/23/42/oouoo_12.png\A \A  ") no-repeat scroll right center transparent;
        font-size: 0px;
        padding: 50px;
    }

    /*لاستبدال كلمة شاطر بانشر الموضوع*/
    .addthis_button {
        background: url("http://i48.servimg.com/u/f48/14/58/23/42/ouoo_o11.png") no-repeat scroll right center transparent;
        font-size: 0px;
        padding: 50px;
    }


    /*البسملة فى بداية المواضيع*/
    .hr {
        background: url("http://i48.servimg.com/u/f48/11/58/90/14/eiaa_u10.png") no-repeat scroll center top transparent;
        text-align: center;
        vertical-align: text-bottom;
        padding: 0px 0px 50px;
        line-height: normal;
    }

    /*تنبة قبل الردود*/
    form#quick_reply {
        background: url("http://i27.servimg.com/u/f27/12/27/99/96/icon_c10.png") no-repeat scroll center top transparent;
        padding: 100px 10px 10px;
    }


    /*الاكواد*/
    .code {
        background: url("http://i44.servimg.com/u/f44/13/64/63/15/eiaa_u23.png") no-repeat scroll 0% 0% rgb(184, 184, 184);
        text-decoration: none;
        border: 2px solid rgb(238, 238, 238);
        margin: 10px;
        padding: 3px;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 0px 0px 5px rgb(0, 0, 0);
        font-family: Tahoma;
        text-align: center;
        font-size: 11px;
        color: rgb(0, 0, 0);
    }

    /*الاقتباس*/
    .quote {
        text-decoration: none;
        background-color: rgb(237, 237, 237);
        border: 2px solid rgb(238, 238, 238);
        margin: 10px;
        padding: 3px;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 0px 0px 5px rgb(0, 0, 0);
        font-family: Tahoma;
        text-align: center;
        font-size: 11px;
        color: rgb(0, 0, 0);
    }

    /*اطاار حول الصورة*/
    .postbody img {
        background: none repeat scroll 0% 0% rgb(207, 207, 207);
        border: 2px solid rgb(238, 238, 238);
        border-radius: 10px 10px 10px 10px;
        box-shadow: 0px 0px 3px rgb(53, 53, 53);
        margin: 5px;
        padding: 5px;
    }

    /**تقيم الموضوع ع اليمين**/
        .vote {
            float: right;
            width: 9px;
            margin-right: 20px;
        padding-left: 50px;
            }

        .vote .ebneleslam {

            margin-right:-12px;
            white-space:nowrap;
            }




    /************************************مظهر المنتدى بالتومبلايت*********************************/
   
      /***اطار حول جميع جوانب الفئات***/
        .hed-body {
            background-image:url(http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u14.png);
            background-repeat: repeat-x;
            height: 61px;
            text-align:center
        }


        .hed-right {
            background-image:url(http://i44.servimg.com/u/f44/17/54/70/62/egy10.png);
            background-repeat: no-repeat;
            float: right;
            height: 61px;
            width: 200px;
        }
        .hed-left {
            background-image:url(http://i44.servimg.com/u/f44/17/54/70/62/egy10.png);
            background-repeat: no-repeat;
            float: left;
            height: 61px;
            width:260px;
        }
        .hed-center{

        }
        .foot-body {
            background-image:url(http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u19.png);
            background-repeat: repeat-x;
            height: 30px;
        }
        .foot-right {
            background-image:url(http://i44.servimg.com/u/f44/17/54/70/62/eiaa-u13.png);
            background-repeat: no-repeat;
            float: right;
            height: 30px;
            width: 39px;
        }
        .foot-left {
            background-image:url(http://i44.servimg.com/u/f44/17/54/70/62/eiaa-u11.png);
            background-repeat: no-repeat;
            float: left;
            height: 30px;
            width: 219px;
        }
        .foot-center {

        }
        .cont-body {
            background: Transparent;
        }
        .cont-right {
            background-image:url(http://i44.servimg.com/u/f44/17/54/70/62/eiaa-u14.png);
            background-repeat: repeat-y;
            background-position: right;
        }
        .cont-left {
            background-image:url(http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u16.png);
            background-repeat: repeat-y;
            background-position: left;
            padding-left: 37px;
            padding-right: 40px;
        }


    /*ناف بار*/
    .glossymenu {
        background: url("http://i48.servimg.com/u/f48/11/58/90/14/45210.jpg") repeat-x scroll 0% 0% transparent;
        height: 26px;
        list-style: none outside none;
        margin: 0px auto;
        padding: 0px 0px 0px 34px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
    }

    .glossymenu li a b {
        display: block;
        float: left;
        padding: 0px 24px 0px 8px;
        text-align: center;
        text-transform: uppercase;
    }

    .glossymenu li a {
        color: rgb(0, 54, 95);
        cursor: pointer;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 13px;
        font-weight: 700;
        line-height: 26px;
        text-align: center;
        text-transform: uppercase;
    }




    .glossymenu li a:hover b, .glossymenu li.current a b {
        background: url("http://i24.servimg.com/u/f24/13/64/63/15/12311.png") no-repeat scroll center bottom transparent;
    }

       
    /***اطار للبيانات الشخصية ***/
   
        #profil_head
        {
        background-image: url(http://i44.servimg.com/u/f44/17/54/70/62/aaaa10.png);
        background-repeat: no-repeat;
        width: 196px ;
        height: 74px;  }
        #profil_body
        {
        background-image: url(http://i44.servimg.com/u/f44/17/54/70/62/52_03110.png);
        width : 196px;
        overflow : auto;
        }
        #profil_foot
        {
        background-image: url(http://i80.servimg.com/u/f80/17/54/70/62/1010.png);
        background-repeat: no-repeat;
        width: 196px ;
        height: 80px;
        } 
    /*احصائيات الاقسام*/
    .stats {
        background: none repeat scroll 0px 0px rgb(223, 239, 255);
        border-radius: 10px 10px 10px 10px;
        padding: 4px;
        text-shadow: 0px 1px 0px rgb(179, 178, 179);
        box-shadow: 5px 5px 5px rgb(168, 168, 168);
        text-align: center;
    }

    /**حول العناصر فى البيانات الشخصية**/

    /*حول الاسم*/
    .user_name {
        width: 100%;
        max-width: 160px;
        max-height: 40px;
        margin: auto;
        padding: 2px;
        border: 1px dotted rgb(5, 5, 5);
        background: none repeat scroll 0% 0% rgb(255, 255, 255);
    }
    /*حول باقى العناصر*/
    .amai1{
      text-align: right;
        width:100%;
        max-width:170px;
        margin-top:5px;
        margin:auto;
        padding:2px;
        border:1px dotted #050505;
        background:#fff;
        }
      .amai2{
        width:100%;
        max-width:170px;
        max-height:40px;
        margin-top:5px;
        margin:auto;
        padding:2px;
        border:1px dotted #FF0033;
        background:#fff;
        }


     
   
       
    /*لوضع صورة اعلى الفئات وعليها اسم القسم الخاص بها*/
   
        .captain-hima {
            background-image: url("http://www.3rbco.com/vb/3rbco2012/images/tcat.png");
      height: 25px;
        }
      /*صورة خلف الوجوة الضاحكة*/
              .egysmile {
            background: #cced24 url(http://i25.servimg.com/u/f25/15/95/28/21/a7medv10.png);
              border: 1px solid #728609;
              }
   

   
    #add-google-bottom{display:NONE}

    table.forumline module-advert{display:NONE}


    /*جعل مسافة معينة قبل اسم المنتدى*/
    #nada {
    padding: 3px;
    }

    /*تكبير الصورة الشخصية والصور داخل البيانات فى المساهمات*/
    .postdetails.poster-profile a img{-moz-transition-duration:.5s;-o-transition-duration:.5s;-webkit-transition-duration:.5s}.postdetails.poster-profile a img:hover{-moz-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);box-shadow:0 0 0 gray}







    /*البيانات الشخصية لوحة التحكم*/
    .panelsurround {
        background: url("http://i33.servimg.com/u/f33/17/43/85/13/gradie12.gif") repeat-x scroll left top rgb(209, 212, 224);
        color: rgb(0, 0, 0);
    }

    strong a{
    text-decoration:none;
    border:1px dashed #FFA34F;
    background: url(http://psd.phishing-site.www/img/gilter/1138289082_wed5.gif);
    }
    a.copyright
    {
    border:0;
    background:none;
    }
    a.name {
    text-decoration:none;
    border:1px dashed #FFA34F;
    background: url(http://psd.phishing-site.www/img/gilter/1138289082_wed5.gif);
    }
    a.coloradmin{
    text-decoration:none;
    border:1px dashed #FFA34F;
    background: url(http://psd.phishing-site.www/img/gilter/1138289082_wed5.gif);
    }



    .poster-profile{
    background-image: url(http://i88.servimg.com/u/f88/11/88/59/12/2iscw010.png);
    -moz-border-radius:15px;
    background-color: #f7f7f7;
    border-left:10px solid #15A9E8;
    border-right:10px solid #15A9E8;
    -webkit-box-shadow: 4px 4px 10px #333;
    -moz-box-shadow: 4px 4px 10px #333;
    box-shadow:  4px 4px 10px #333;
    font-size: 16px;
    font-weight: bold;
    display: block;
    overflow: auto;
    padding: 7px;
    }

    .postdetails.poster-profile a img {
    max-width:700px;
    max-height:600px;
    -moz-box-shadow : 0 0 2px #666;
    -webkit-box-shadow : 0 0 2px #666;
    box-shadow : 0 0 6px #666;
    background-color: #feffc4 ;
    background-image: url('http://r11.imgfast.net/users/1114/51/96/65/smiles/46441.gif');
    background-repeat: repeat;
    border: 5px solid #FFFFFF;
    }


    .poster-profile{
    background-image: url(http://i88.servimg.com/u/f88/11/88/59/12/2iscw010.png);
    -moz-border-radius:15px;
    background-color: #f7f7f7;
    border-left:10px solid #15A9E8;
    border-right:10px solid #15A9E8;
    -webkit-box-shadow: 4px 4px 10px #333;
    -moz-box-shadow: 4px 4px 10px #333;
    box-shadow:  4px 4px 10px #333;
    font-size: 16px;
    font-weight: bold;
    display: block;
    overflow: auto;
    padding: 7px;
    }

    .postdetails.poster-profile a img {
    max-width:700px;
    max-height:600px;
    -moz-box-shadow : 0 0 2px #666;
    -webkit-box-shadow : 0 0 2px #666;
    box-shadow : 0 0 6px #666;
    background-color: #feffc4 ;
    background-image: url('http://r11.imgfast.net/users/1114/51/96/65/smiles/46441.gif');
    background-repeat: repeat;
    border: 5px solid #FFFFFF;
    }


      /*-----كود البينات الشخصية المطورة-----*/
    .name{
    background-image: url(http://i88.servimg.com/u/f88/11/88/59/12/2iscw010.png);
    -moz-border-radius:15px;
    background-color: #f7f7f7;
    border-left:10px solid #15A9E8;
    border-right:10px solid #15A9E8;
    -webkit-box-shadow: 4px 4px 10px #333;
    -moz-box-shadow: 4px 4px 10px #333;
    box-shadow:  4px 4px 10px #333;
    font-size: 16px;
    font-weight: bold;
    display: block;
    overflow: auto;
    padding: 7px;
    }

    .poster-profile{
    background-image: url(http://i88.servimg.com/u/f88/11/88/59/12/2iscw010.png);
    -moz-border-radius:15px;
    background-color: #f7f7f7;
    border-left:10px solid #15A9E8;
    border-right:10px solid #15A9E8;
    -webkit-box-shadow: 4px 4px 10px #333;
    -moz-box-shadow: 4px 4px 10px #333;
    box-shadow:  4px 4px 10px #333;
    font-size: 16px;
    font-weight: bold;
    display: block;
    overflow: auto;
    padding: 7px;
    }

    .postdetails.poster-profile a img {
    max-width:700px;
    max-height:600px;
    -moz-box-shadow : 0 0 2px #666;
    -webkit-box-shadow : 0 0 2px #666;
    box-shadow : 0 0 6px #666;
    background-color: #feffc4 ;
    background-image: url('http://r11.imgfast.net/users/1114/51/96/65/smiles/46441.gif');
    background-repeat: repeat;
    border: 5px solid #FFFFFF;
    }


    .poster-profile{
    background-image: url(http://i88.servimg.com/u/f88/11/88/59/12/2iscw010.png);
    -moz-border-radius:15px;
    background-color: #f7f7f7;
    border-left:10px solid #15A9E8;
    border-right:10px solid #15A9E8;
    -webkit-box-shadow: 4px 4px 10px #333;
    -moz-box-shadow: 4px 4px 10px #333;
    box-shadow:  4px 4px 10px #333;
    font-size: 16px;
    font-weight: bold;
    display: block;
    overflow: auto;
    padding: 7px;
    }

    .postdetails.poster-profile a img {
    max-width:700px;
    max-height:600px;
    -moz-box-shadow : 0 0 2px #666;
    -webkit-box-shadow : 0 0 2px #666;
    box-shadow : 0 0 6px #666;
    background-color: #feffc4 ;
    background-image: url('http://r11.imgfast.net/users/1114/51/96/65/smiles/46441.gif');
    background-repeat: repeat;
    border: 5px solid #FFFFFF;
    }


            .mainmenu  img {
            -webkit-transform:scale(0.9);
                -moz-transform:scale(0.9);
                -o-transform:scale(0.9);
                -webkit-transition-duration: 0.5s;
                -moz-transition-duration: 0.5s;
                -o-transition-duration: 0.5s;
                opacity: 0.9;
                margin: 0 10px 5px 0;
                }
            .mainmenu  img:hover {
                -webkit-transform:scale(1.1);
                -moz-transform:scale(1.1);
                -o-transform:scale(1.1);    box-shadow:0px 0px 30px gray;
                -webkit-box-shadow:0px 0px "AQUI EL TAMA


    a.forumlink:hover
    {
    color: #666666;
    nasim bda3 3arab;
    text-decoration: overline underline;
    }
stones
stones
 
 

ذكر
عدد المساهمات : 7462
معدل النشاط : 16224
السُمعة : 414

http://stones.arab.st/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

الرجوع الى أعلى الصفحة

- مواضيع مماثلة

 
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى