علبة الدردشة

4 مشترك

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

ãÚáæãÉ علبة الدردشة

مُساهمة من طرف رابحي حسين الأربعاء 26 أغسطس 2015 - 16:53

أريد تكبير الكتابة في علبة الدردشة

نسخة منتداي: 3

أريد تغيير لون الإطار الذي تظهر عليه الكتابة ( حيث تكون غير واضحة ) إلى لون أقل درجة منه لتظهر بشكل جيد

علبة الدردشة 255777779


عدل سابقا من قبل رابحي حسين في الخميس 27 أغسطس 2015 - 8:41 عدل 1 مرات
رابحي حسين
رابحي حسين
 
 

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

http://riyad-assalihin.ahlamountada.com/

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

ãÚáæãÉ رد: علبة الدردشة

مُساهمة من طرف stones الأربعاء 26 أغسطس 2015 - 17:22

مرحبا
تفضل الكود
الكود:
#chatbox .msg {
  font-size: 30px;
}
يوضع في ورقةcss
مع تغير الرقم الى حجم الخط
stones
stones
 
 

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

http://stones.arab.st/

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

ãÚáæãÉ رد: علبة الدردشة

مُساهمة من طرف رابحي حسين الأربعاء 26 أغسطس 2015 - 18:21

بقي تكبير : دخول ، خروج ، أرشيف

+ أريد تغيير لون الإطار الذي تظهر عليه الكتابة ( حيث تكون غير واضحة ) إلى لون أقل درجة منه لتظهر بشكل جيد
رابحي حسين
رابحي حسين
 
 

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

http://riyad-assalihin.ahlamountada.com/

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

ãÚáæãÉ رد: علبة الدردشة

مُساهمة من طرف JoryAbdallah الأربعاء 26 أغسطس 2015 - 18:57

كود تكبير وتنحي جوانب مربع الكتابة في علبة الدردشة@

طريقه التطبيق الكود: css
اذهب الى صفحه الــ css

لوحة الإدارة --> مظهر المنتدى --> الوان --> ورقة تصميم CSS





الكود:

.gen label input#message {height: 22px;width: 400px;font-size: 12px;border: 1px solid #C9C9C9;background-color: #ffffff;border-radius: 3px;-moz-border-radius: 3px;}




صوره قبل استخدام الكود
اضغط هنا
صوره عند استخدام الكود
اضغط هنا[2]
+
اضف لنا كود الدردشة الذي عندك للتعديل عليه
JoryAbdallah
JoryAbdallah
 
 

انثى
عدد المساهمات : 3029
معدل النشاط : 8218
السُمعة : 295

http://taqnyiat.ahlamontada.com/

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

ãÚáæãÉ رد: علبة الدردشة

مُساهمة من طرف رابحي حسين الأربعاء 26 أغسطس 2015 - 19:32

علبة الدردشة 343478913
رابحي حسين
رابحي حسين
 
 

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

http://riyad-assalihin.ahlamountada.com/

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

ãÚáæãÉ رد: علبة الدردشة

مُساهمة من طرف JoryAbdallah الأربعاء 26 أغسطس 2015 - 19:57

اخي ضع لنا كود الدردشة وليس صورة الدردشة او ضع لنا ورقة css لنعدل عليه
JoryAbdallah
JoryAbdallah
 
 

انثى
عدد المساهمات : 3029
معدل النشاط : 8218
السُمعة : 295

http://taqnyiat.ahlamontada.com/

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

ãÚáæãÉ رد: علبة الدردشة

مُساهمة من طرف رابحي حسين الأربعاء 26 أغسطس 2015 - 20:07

ورقة css
الكود:
#chatbox .msg {
  font-size: 18px;
}

#chatbox .user {
    background: url(http://i80.servimg.com/u/f80/14/20/95/39/butt1110.gif);
    font: 11px georgia !important;
    border-color : #2DB9E3 !important;
    }


.fieldset {
background: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
text-shadow: rgba(1, 1, 1, 0.0980392) 1px 4px 1px;
}


.panel p {
  font-size: 1.1em;
text-align:center;
    line-height: 1.4em;
    margin-bottom: 1em;
}

/*-----Programming code byMahmoud TalaaT& sam hameed-----*/
#lbOverlay{
  position:fixed;z-index: 999;
  left:0;
  top:0;
  width:100%;
  height:100%;
  Mahmoud TalaaT;
  background-color:#000;
  cursor:pointer;
}
#lbCenter,#lbBottomContainer{
  position:absolute;
Mahmoud TalaaT;
  z-index: 999;overflow:hidden;
  background-color:#fff;
}
.lbLoading{
  background:#fff url(http://i27.servimg.com/u/f27/14/67/90/38/novfao10.gif) no-repeat center;
}
#lbImage{
  position:absolute;left:0;top:0;border:10px solid #fff;background-repeat:no-repeat;}
#lbPrevLink,#lbNextLink{
  display:block;
Mahmoud TalaaT;
  position:absolute;
  top:0;
  width:50%;
  outline:none;
}
#lbPrevLink{
  left:0;
}
#lbPrevLink:hover{
  background:transparent url(http://i41.servimg.com/u/f41/14/81/17/27/211.png) no-repeat 0 15%;
}
#lbNextLink{
  right:0;}
#lbNextLink:hover{
  background:transparent url(http://i41.servimg.com/u/f41/14/81/17/27/310.png) no-repeat 100% 15%;
}
#lbBottom{
  font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;font-size:10px;color:#666;line-height:1.4em;
  text-align:left;
  Mahmoud TalaaT;
  border:10px solid #fff;
  border-top-style:none;
}
#lbCloseLink{
  display:block;
  float:right;
  Mahmoud TalaaT;
  width:66px;height:22px;
  background:transparent url(http://i41.servimg.com/u/f41/14/81/17/27/110.png) no-repeat center;
  outline:none;
  Mahmoud TalaaT;
  margin:5px 0;
}
#lbCaption,#lbNumber{
  margin-right:71px;
}
.postbody img{
  max-width:450px;
}
/*-----Programming code byMahmoudTalaat&samhamed-----*/

.vote {        float: right;        width: 9px;        margin-right: 4px;        }
/*MESSAGE BOX WITH ICONS FROM AL-MOSA3D ALIELI*/
   
    .warning-box{
    border:solid 1px #ba4c0e;
    background:#ffcaa4 url(none) 97% 8px no-repeat;
    color:#222222;
    padding:6px;
    font-size: 12px
    text-align:center;
    font-family: Tahoma;
    font-color: #000000;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }


    .Hima-elmasry{width:100%;max-width:145px;max-height:40px;margin-top:3px;margin:auto;padding:2px;border:1px dotted #050505;background:#fff;}


    .content {
    background: url(http://im59.gulfup.com/Sk2f7X.gif) no-repeat;
    background-position: top;
    text-align: center;
    vertical-align: text-bottom;
    padding: 190px 10px 10px 10px;
    line-height: normal;
    }

    .panel {
        background-color: #F1F1F1;
   
    }
   
    blockquote {
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-bottomleft: 9px;
        -webkit-border-bottom-left-radius: 9px;
        -moz-border-radius-bottomright: 25px;
        -webkit-border-bottom-rightright-radius: 25px;
        }
        blockquote {
          border-top: 1px solid #ADC8E5;;
          border-right: 2px solid #ADC8E5;
          border-bottom: 3px solid #ADC8E5;
          border-left: 5px solid #ADC8E5;
          background-color: #dfe6ef;
        -webkit-box-shadow: 4px 4px 10px #333;
        -moz-box-shadow: 4px 4px 10px #333;
        box-shadow:  4px 4px 10px #333;
          }
        blockquote cite {
          display: block;
          margin: -8px -8px 8px -8px;
          padding: 3px;
          background-image: url('http://i60.servimg.com/u/f60/13/80/01/02/sfondo22.jpg');
          background-repeat: repeat-x;
          background-position: top right;
          font-style: normal;
          font-size: 13px;
          }
        blockquote {
        background: url(http://i38.servimg.com/u/f38/14/18/94/73/quote15.jpg) no-repeat top right;
        min-height:75px; }
        .spoiler {
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-bottomleft: 9px;
        -webkit-border-bottom-left-radius: 9px;
        -moz-border-radius-bottomright: 25px;
        -webkit-border-bottom-rightright-radius: 25px;
        }
        .spoiler {
          border-top: 1px solid #ADC8E5;;
          border-right: 2px solid #ADC8E5;
          border-bottom: 3px solid #ADC8E5;
          border-left: 5px solid #ADC8E5;
          background-color: #dfe6ef;
        -webkit-box-shadow: 4px 4px 10px #333;
        -moz-box-shadow: 4px 4px 10px #333;
        box-shadow:  4px 4px 10px #333;
          }
        .spoiler dt {
          display: block;
          margin: -8px -8px 8px -8px;
          padding: 3px;
          background-image: url('http://i60.servimg.com/u/f60/13/80/01/02/sfondo22.jpg');
          background-repeat: repeat-x;
          background-position: top right;
          font-style: normal;
          font-size: 13px;
          }
        .spoiler {
        background: url(http://i38.servimg.com/u/f38/14/18/94/73/quote16.jpg) no-repeat top right;
        min-height:30px; }
   
   
   
        #navstrip li {
            float: left;
            margin: 0 2px;
            padding-left: 15px;
            background: url('http://i30.servimg.com/u/f30/13/80/01/02/immagi14.gif') no-repeat left 50%;
            }
   



    #up-nav{
    margin: 0px auto 0px auto;
    width: 100%;
    background-image: url('http://www6.0zz0.com/2015/07/26/18/799351146.png');
    background-repeat: repeat-x;
    height: 20px;
    }
    #up-nav ul{
    padding: 0px;
    margin: 13px;
    list-style-type: none;
    }
    #up-nav ul li{
    float: right;
    text-align: center;
    }
    #up-nav a{
    width: 202px;
    height: 20px;
    display: block;
    font-family: tahoma;
    font-size: 10pt;
    color: #FFFFFF;
    text-decoration: none;
    }
    #up-nav a:hover{
    background-color: #ضع لون الخلفية عند مرور الماوس;
    color: #fff;
    border-right-style: solid;
    border-right-width: 0px;
    border-right-color: #000000;
    border-left-style: solid;
    border-left-width: 0px;
    border-left-color: #000000;
    }

    /*********** Powered by alshaeery ® alshaeery.yoo7.com *********/
    body{
    text-shadow: 1px 4px 1px rgba(1,1,1,.1);
    }
    /**** اطارات المنتدى ****/
    /* صوره فوق الجدول  */
    span.corners-top{
    background: url(http://i19.servimg.com/u/f19/19/12/22/06/tttttt10.jpg) center;
    background-position: bottom;
    padding: 15px;
    }
   
    span.corners-top span {
    background-image: url();
    }
    /*صوره تحت الجدول */
    span.corners-bottom {
    background: url(http://i19.servimg.com/u/f19/19/12/22/06/untitl10.jpg) center;
    background-position: bottom;
    padding: 15px;
    }
   
    span.corners-bottom span {
    background-image: url();
    }


    /***** نهاية اطارات المنتدى  ****/


    .row1

    {
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border:1px outset#3456cf;
    background : url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    }
    .row2
    {
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border:1px outset#3456cf;
    background : url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    }
    .row3
    {
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border:1px outset#3456cf;
    background : url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    }
    td.row3Right,td.spaceRow {
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border:1px outset#3456cf;
    background : url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    }
    tr.post td {
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;

        text-align: center;

    }
    a{
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    text-decoration:none;
    }
    a:hover{
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    text-decoration:none;
    }
    a:focus{
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    outline:none;
    }
    a.forumlink:hover{
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    text-decoration:none;
    }




    /** خلفية الواجهه **/
    .headerbar {
    border: none;
    background: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    }

    /** خلفية الاقسام **/
    .row {
    background-image: url(http://i33.servimg.com/u/f33/13/93/90/70/a1211.png);
    }

    .row1 {
    background-image: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    }

    .row2 {
    background-image: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    }

    .row3{
    background-color: #3456cf;
    }

    th {
    background-image: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    text-align: center;

    }
    /** خلفية الفواصل **/
    h1 {
    background-image: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    text-align: center;
    border: 4px double #3456cf;
    }

    /** صوره توضيحيه في الرئيسيه  **/
    .h3{
    background-image: url(http://i19.servimg.com/u/f19/19/12/22/06/untitl10.png);
    background-position: right;
    background-repeat: no-repeat;
    padding: 8px;
    }

    /** خلفيه داخليه لجميع المنتدى **/
    div#main-content {

    }

    /** صوره خلفيه اعلى الصفحه**/
    .catHead {
    background-image: url(http://i19.servimg.com/u/f19/19/12/22/06/untitl10.png);
    }

    /** إيطار على الصوره الرئيسيه **/
    #main-content {
    background: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    }

    /**صوره الاطار الداخلي **/
    body {
    background: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    }

    /* الخلفيه الثانيه */
    #wrap{
    background: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    }


    /** خلفية صندوق الهوتمل الخاص بالرئيسيه **/
    .mes-txt {
    background: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    }

    /** خلفية الازرار الرئيسيه **/
    .inner {
    background: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    }




    /** زوايا الاقسام **/
    .forabg {
    background: url(http://i19.servimg.com/u/f19/19/12/22/06/tttttt11.jpg);
    border: none;
    }

    /**خلفيه للنافبار**/
    .navbar {
    background: url(http://i19.servimg.com/u/f19/19/12/22/06/tttttt11.jpg);
    border: none;
    }

    /** زاوية خلفية الاعلانات والازرار الرئيسيسه **/
    .module {
    background: #3456cf;
      background: url(http://i19.servimg.com/u/f19/19/12/22/06/tttttt11.jpg);
    border: none;
    }






    /** خلفية اسم التنبيه لرساله جديده **/
    .new-message {
    color: #3456cf;
    }

    /*  خلفية ايقونات الرد السريع */
    button.button1, input.button1 {
    background-image : url(صوره خلفيه للرابط );

    }
    button.button1:hover, input.button1:hover {
    background-image : url(صوره خلفيه للرابط عند مرور الماروس);
    }
    button.button2, input.button2 {
    background-image : url(صوره خلفيه للرابط);

    }
    button.button2:hover, input.button2:hover {
    background-image : url(صوره خلفيه للرابط عند مرور الماوس);
    }



 


    /** لتوسيط النصوص بالمواضيع**/
    .content.clearfix {
    text-align: center;
    font-size: 24px;

    }


    /** جوانب الرسائل **/
    div.panel.row1 {
    background: transparent url() left;
    border: none;
    }
    div.panel.row2 {
    background: transparent url() left;
    border: none;
    }

    /**  الاطارات بالاماكن الاخرا بالمنتدى **/

    /** الجهه العلويه **/
    #cp-main span.corners-top {
    background-image : url(http://i19.servimg.com/u/f19/19/12/22/06/untitl10.png);
    background-position: bottom;
    padding: 20px;
    }

    #cp-main span.corners-top span {
    background-image : url(http://i19.servimg.com/u/f19/19/12/22/06/untitl10.png);
    }


    /** الجهه التحتيه **/
    #cp-main span.corners-bottom {
    background: url() center;
    background-position: bottom;
    padding: 20px;
    }
    #cp-main span.corners-bottom span {
    background-image : url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    }



    /** تغير شكل احتواء الاحصائيات **/
    fieldset.stats-field.genmed {
    background-image: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    border: 2px dashed Red;
    }


    /**صوره ملومات العضو في البيانات الشخصيه **/
    .postprofile {
    padding : 50px 0px 20px 0px;
    border: 4px double #2c58d1;
    background : url(http://i19.servimg.com/u/f19/19/12/22/06/anigif11.gif) no-repeat top center;
    }


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


    .postprofile {
        background-image: url('http://i22.servimg.com/u/f22/15/52/27/82/grey13.png');
        background-repeat: repeat-x;
        background-position: bottom;
        background-color: #FAFAFA;
        padding-top: 20px;
        padding-bottom: 20px;
        border: 1px solid #dddddd;
        text-align:center;
        text-weight: bold;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }.postprofile dt img {
      border-radius: 5px 5px 5px 5px;

    }
    .postprofile dd  {
        background-color:transparent;
        border-bottom: 2px dotted #CCCCCC;
        border-radius: 5px 5px 5px 5px;
        border-right: 3px solid #0099FF;
        border-width: 0 3px 2px 0;
        font-family: "tahoma";
        font-size: 11px;
        letter-spacing: 0;
        margin: 1px 1px 3px;
        padding: 2px;
        vertical-align: middle;
    }.postprofile hr{
        background: none repeat scroll 0 0 transparent;
        border-bottom: 1px dashed #DDDDDD;
        color: #4D5153;
        margin-top: 2px;
        padding: 3px 3px 3px 10px;
        text-align: center;
    }.postprofile dd a img {
        opacity: 0.7;
    }
    .postprofile dd a:hover img {
        opacity: 1;
    }

    /** ايطار الزرار بالبينلت الشخصيه **/
    li.activetab {
    border: 2px dashed Black;
    }

    /*نهاية اليانات*/

    pun .paging b, .pagination b, .pagination span strong {
    border-image: initial;
    border-radius: 3px;
    color: white!important;
    font-size: 12px;
    font-weight: 400!important;
    margin-left: -1px!important;
    padding: 5px 5px!important;
    text-shadow: 0 1px 0 black;
    visibility: visible;
    background: #7BA60D;
    color: #fff;
    font-weight: bold;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 1px 5px;
    }
    (img)http://r17.imgfast.net/users/1717/45/34/10/smiles/1337678750.png(img)
    .paging a , .paging input, .pagination a, .pagination input {
    border-image: initial;
    border-radius: 3px;
    font-size: 12px!important;
    margin: 2px;
    padding: 5px 5px!important;
    text-shadow: 0 1px 0 white;
    visibility: visible;
    color: #333;
    display: inline-block;
    display: inline-block;
    padding: 1px 4px;
    color: #999;
    }
    /*نهاية صفحات متعددة */
            .postbody {
        width:{vb:stylevar doc_width};
        min-width:{vb:stylevar doc_minWidth};
        max-width:{vb:stylevar doc_maxWidth};
        margin: {vb:stylevar doc_margin};
        font-size:{vb:stylevar font.fontSize}px;
                    text-shadow: 1px 1px 1px #ccc;
        color:{vb:stylevar body_color};
        line-height:{vb:stylevar line_height};
    }

شكرا
رابحي حسين
رابحي حسين
 
 

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

http://riyad-assalihin.ahlamountada.com/

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

ãÚáæãÉ رد: علبة الدردشة

مُساهمة من طرف YasirAyad الخميس 27 أغسطس 2015 - 8:32

جربة الان ستجد الاكواد في بداية ال css

الكود:
#chatbox .msg {
  font-size: 18px;
}
#chatbox .user {
    background: url(http://i80.servimg.com/u/f80/14/20/95/39/butt1110.gif)!important;
    border-color: #2DB9E3!important;
    font-family: georgia!important;
    font-size: 11px!important;
    font-style: normal!important;
    font-variant: normal!important;
    font-weight: normal!important;
    line-height: !important;
}
 

.fieldset {
background: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
text-shadow: rgba(1, 1, 1, 0.0980392) 1px 4px 1px;
}


.panel p {
  font-size: 1.1em;
text-align:center;
    line-height: 1.4em;
    margin-bottom: 1em;
}

/*-----Programming code byMahmoud TalaaT& sam hameed-----*/
#lbOverlay{
  position:fixed;z-index: 999;
  left:0;
  top:0;
  width:100%;
  height:100%;
  Mahmoud TalaaT;
  background-color:#000;
  cursor:pointer;
}
#lbCenter,#lbBottomContainer{
  position:absolute;
Mahmoud TalaaT;
  z-index: 999;overflow:hidden;
  background-color:#fff;
}
.lbLoading{
  background:#fff url(http://i27.servimg.com/u/f27/14/67/90/38/novfao10.gif) no-repeat center;
}
#lbImage{
  position:absolute;left:0;top:0;border:10px solid #fff;background-repeat:no-repeat;}
#lbPrevLink,#lbNextLink{
  display:block;
Mahmoud TalaaT;
  position:absolute;
  top:0;
  width:50%;
  outline:none;
}
#lbPrevLink{
  left:0;
}
#lbPrevLink:hover{
  background:transparent url(http://i41.servimg.com/u/f41/14/81/17/27/211.png) no-repeat 0 15%;
}
#lbNextLink{
  right:0;}
#lbNextLink:hover{
  background:transparent url(http://i41.servimg.com/u/f41/14/81/17/27/310.png) no-repeat 100% 15%;
}
#lbBottom{
  font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;font-size:10px;color:#666;line-height:1.4em;
  text-align:left;
  Mahmoud TalaaT;
  border:10px solid #fff;
  border-top-style:none;
}
#lbCloseLink{
  display:block;
  float:right;
  Mahmoud TalaaT;
  width:66px;height:22px;
  background:transparent url(http://i41.servimg.com/u/f41/14/81/17/27/110.png) no-repeat center;
  outline:none;
  Mahmoud TalaaT;
  margin:5px 0;
}
#lbCaption,#lbNumber{
  margin-right:71px;
}
.postbody img{
  max-width:450px;
}
/*-----Programming code byMahmoudTalaat&samhamed-----*/

.vote {        float: right;        width: 9px;        margin-right: 4px;        }
/*MESSAGE BOX WITH ICONS FROM AL-MOSA3D ALIELI*/
   
    .warning-box{
    border:solid 1px #ba4c0e;
    background:#ffcaa4 url(none) 97% 8px no-repeat;
    color:#222222;
    padding:6px;
    font-size: 12px
    text-align:center;
    font-family: Tahoma;
    font-color: #000000;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }


    .Hima-elmasry{width:100%;max-width:145px;max-height:40px;margin-top:3px;margin:auto;padding:2px;border:1px dotted #050505;background:#fff;}


    .content {
    background: url(http://im59.gulfup.com/Sk2f7X.gif) no-repeat;
    background-position: top;
    text-align: center;
    vertical-align: text-bottom;
    padding: 190px 10px 10px 10px;
    line-height: normal;
    }

    .panel {
        background-color: #F1F1F1;
   
    }
   
    blockquote {
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-bottomleft: 9px;
        -webkit-border-bottom-left-radius: 9px;
        -moz-border-radius-bottomright: 25px;
        -webkit-border-bottom-rightright-radius: 25px;
        }
        blockquote {
          border-top: 1px solid #ADC8E5;;
          border-right: 2px solid #ADC8E5;
          border-bottom: 3px solid #ADC8E5;
          border-left: 5px solid #ADC8E5;
          background-color: #dfe6ef;
        -webkit-box-shadow: 4px 4px 10px #333;
        -moz-box-shadow: 4px 4px 10px #333;
        box-shadow:  4px 4px 10px #333;
          }
        blockquote cite {
          display: block;
          margin: -8px -8px 8px -8px;
          padding: 3px;
          background-image: url('http://i60.servimg.com/u/f60/13/80/01/02/sfondo22.jpg');
          background-repeat: repeat-x;
          background-position: top right;
          font-style: normal;
          font-size: 13px;
          }
        blockquote {
        background: url(http://i38.servimg.com/u/f38/14/18/94/73/quote15.jpg) no-repeat top right;
        min-height:75px; }
        .spoiler {
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-bottomleft: 9px;
        -webkit-border-bottom-left-radius: 9px;
        -moz-border-radius-bottomright: 25px;
        -webkit-border-bottom-rightright-radius: 25px;
        }
        .spoiler {
          border-top: 1px solid #ADC8E5;;
          border-right: 2px solid #ADC8E5;
          border-bottom: 3px solid #ADC8E5;
          border-left: 5px solid #ADC8E5;
          background-color: #dfe6ef;
        -webkit-box-shadow: 4px 4px 10px #333;
        -moz-box-shadow: 4px 4px 10px #333;
        box-shadow:  4px 4px 10px #333;
          }
        .spoiler dt {
          display: block;
          margin: -8px -8px 8px -8px;
          padding: 3px;
          background-image: url('http://i60.servimg.com/u/f60/13/80/01/02/sfondo22.jpg');
          background-repeat: repeat-x;
          background-position: top right;
          font-style: normal;
          font-size: 13px;
          }
        .spoiler {
        background: url(http://i38.servimg.com/u/f38/14/18/94/73/quote16.jpg) no-repeat top right;
        min-height:30px; }
   
   
   
        #navstrip li {
            float: left;
            margin: 0 2px;
            padding-left: 15px;
            background: url('http://i30.servimg.com/u/f30/13/80/01/02/immagi14.gif') no-repeat left 50%;
            }
   



    #up-nav{
    margin: 0px auto 0px auto;
    width: 100%;
    background-image: url('http://www6.0zz0.com/2015/07/26/18/799351146.png');
    background-repeat: repeat-x;
    height: 20px;
    }
    #up-nav ul{
    padding: 0px;
    margin: 13px;
    list-style-type: none;
    }
    #up-nav ul li{
    float: right;
    text-align: center;
    }
    #up-nav a{
    width: 202px;
    height: 20px;
    display: block;
    font-family: tahoma;
    font-size: 10pt;
    color: #FFFFFF;
    text-decoration: none;
    }
    #up-nav a:hover{
    background-color: #ضع لون الخلفية عند مرور الماوس;
    color: #fff;
    border-right-style: solid;
    border-right-width: 0px;
    border-right-color: #000000;
    border-left-style: solid;
    border-left-width: 0px;
    border-left-color: #000000;
    }

    /*********** Powered by alshaeery ® alshaeery.yoo7.com *********/
    body{
    text-shadow: 1px 4px 1px rgba(1,1,1,.1);
    }
    /**** اطارات المنتدى ****/
    /* صوره فوق الجدول  */
    span.corners-top{
    background: url(http://i19.servimg.com/u/f19/19/12/22/06/tttttt10.jpg) center;
    background-position: bottom;
    padding: 15px;
    }
   
    span.corners-top span {
    background-image: url();
    }
    /*صوره تحت الجدول */
    span.corners-bottom {
    background: url(http://i19.servimg.com/u/f19/19/12/22/06/untitl10.jpg) center;
    background-position: bottom;
    padding: 15px;
    }
   
    span.corners-bottom span {
    background-image: url();
    }


    /***** نهاية اطارات المنتدى  ****/


    .row1

    {
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border:1px outset#3456cf;
    background : url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    }
    .row2
    {
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border:1px outset#3456cf;
    background : url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    }
    .row3
    {
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border:1px outset#3456cf;
    background : url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    }
    td.row3Right,td.spaceRow {
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border:1px outset#3456cf;
    background : url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    }
    tr.post td {
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;

        text-align: center;

    }
    a{
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    text-decoration:none;
    }
    a:hover{
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    text-decoration:none;
    }
    a:focus{
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    outline:none;
    }
    a.forumlink:hover{
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    text-decoration:none;
    }




    /** خلفية الواجهه **/
    .headerbar {
    border: none;
    background: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    }

    /** خلفية الاقسام **/
    .row {
    background-image: url(http://i33.servimg.com/u/f33/13/93/90/70/a1211.png);
    }

    .row1 {
    background-image: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    }

    .row2 {
    background-image: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    }

    .row3{
    background-color: #3456cf;
    }

    th {
    background-image: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    text-align: center;

    }
    /** خلفية الفواصل **/
    h1 {
    background-image: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    text-align: center;
    border: 4px double #3456cf;
    }

    /** صوره توضيحيه في الرئيسيه  **/
    .h3{
    background-image: url(http://i19.servimg.com/u/f19/19/12/22/06/untitl10.png);
    background-position: right;
    background-repeat: no-repeat;
    padding: 8px;
    }

    /** خلفيه داخليه لجميع المنتدى **/
    div#main-content {

    }

    /** صوره خلفيه اعلى الصفحه**/
    .catHead {
    background-image: url(http://i19.servimg.com/u/f19/19/12/22/06/untitl10.png);
    }

    /** إيطار على الصوره الرئيسيه **/
    #main-content {
    background: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    }

    /**صوره الاطار الداخلي **/
    body {
    background: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    }

    /* الخلفيه الثانيه */
    #wrap{
    background: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    }


    /** خلفية صندوق الهوتمل الخاص بالرئيسيه **/
    .mes-txt {
    background: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    }

    /** خلفية الازرار الرئيسيه **/
    .inner {
    background: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    }




    /** زوايا الاقسام **/
    .forabg {
    background: url(http://i19.servimg.com/u/f19/19/12/22/06/tttttt11.jpg);
    border: none;
    }

    /**خلفيه للنافبار**/
    .navbar {
    background: url(http://i19.servimg.com/u/f19/19/12/22/06/tttttt11.jpg);
    border: none;
    }

    /** زاوية خلفية الاعلانات والازرار الرئيسيسه **/
    .module {
    background: #3456cf;
      background: url(http://i19.servimg.com/u/f19/19/12/22/06/tttttt11.jpg);
    border: none;
    }






    /** خلفية اسم التنبيه لرساله جديده **/
    .new-message {
    color: #3456cf;
    }

    /*  خلفية ايقونات الرد السريع */
    button.button1, input.button1 {
    background-image : url(صوره خلفيه للرابط );

    }
    button.button1:hover, input.button1:hover {
    background-image : url(صوره خلفيه للرابط عند مرور الماروس);
    }
    button.button2, input.button2 {
    background-image : url(صوره خلفيه للرابط);

    }
    button.button2:hover, input.button2:hover {
    background-image : url(صوره خلفيه للرابط عند مرور الماوس);
    }



 


    /** لتوسيط النصوص بالمواضيع**/
    .content.clearfix {
    text-align: center;
    font-size: 24px;

    }


    /** جوانب الرسائل **/
    div.panel.row1 {
    background: transparent url() left;
    border: none;
    }
    div.panel.row2 {
    background: transparent url() left;
    border: none;
    }

    /**  الاطارات بالاماكن الاخرا بالمنتدى **/

    /** الجهه العلويه **/
    #cp-main span.corners-top {
    background-image : url(http://i19.servimg.com/u/f19/19/12/22/06/untitl10.png);
    background-position: bottom;
    padding: 20px;
    }

    #cp-main span.corners-top span {
    background-image : url(http://i19.servimg.com/u/f19/19/12/22/06/untitl10.png);
    }


    /** الجهه التحتيه **/
    #cp-main span.corners-bottom {
    background: url() center;
    background-position: bottom;
    padding: 20px;
    }
    #cp-main span.corners-bottom span {
    background-image : url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    }



    /** تغير شكل احتواء الاحصائيات **/
    fieldset.stats-field.genmed {
    background-image: url(http://i49.servimg.com/u/f49/16/89/40/74/bg_61_10.jpg);
    border: 2px dashed Red;
    }


    /**صوره ملومات العضو في البيانات الشخصيه **/
    .postprofile {
    padding : 50px 0px 20px 0px;
    border: 4px double #2c58d1;
    background : url(http://i19.servimg.com/u/f19/19/12/22/06/anigif11.gif) no-repeat top center;
    }


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


    .postprofile {
        background-image: url('http://i22.servimg.com/u/f22/15/52/27/82/grey13.png');
        background-repeat: repeat-x;
        background-position: bottom;
        background-color: #FAFAFA;
        padding-top: 20px;
        padding-bottom: 20px;
        border: 1px solid #dddddd;
        text-align:center;
        text-weight: bold;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }.postprofile dt img {
      border-radius: 5px 5px 5px 5px;

    }
    .postprofile dd  {
        background-color:transparent;
        border-bottom: 2px dotted #CCCCCC;
        border-radius: 5px 5px 5px 5px;
        border-right: 3px solid #0099FF;
        border-width: 0 3px 2px 0;
        font-family: "tahoma";
        font-size: 11px;
        letter-spacing: 0;
        margin: 1px 1px 3px;
        padding: 2px;
        vertical-align: middle;
    }.postprofile hr{
        background: none repeat scroll 0 0 transparent;
        border-bottom: 1px dashed #DDDDDD;
        color: #4D5153;
        margin-top: 2px;
        padding: 3px 3px 3px 10px;
        text-align: center;
    }.postprofile dd a img {
        opacity: 0.7;
    }
    .postprofile dd a:hover img {
        opacity: 1;
    }

    /** ايطار الزرار بالبينلت الشخصيه **/
    li.activetab {
    border: 2px dashed Black;
    }

    /*نهاية اليانات*/

    pun .paging b, .pagination b, .pagination span strong {
    border-image: initial;
    border-radius: 3px;
    color: white!important;
    font-size: 12px;
    font-weight: 400!important;
    margin-left: -1px!important;
    padding: 5px 5px!important;
    text-shadow: 0 1px 0 black;
    visibility: visible;
    background: #7BA60D;
    color: #fff;
    font-weight: bold;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 1px 5px;
    }
    (img)http://r17.imgfast.net/users/1717/45/34/10/smiles/1337678750.png(img)
    .paging a , .paging input, .pagination a, .pagination input {
    border-image: initial;
    border-radius: 3px;
    font-size: 12px!important;
    margin: 2px;
    padding: 5px 5px!important;
    text-shadow: 0 1px 0 white;
    visibility: visible;
    color: #333;
    display: inline-block;
    display: inline-block;
    padding: 1px 4px;
    color: #999;
    }
    /*نهاية صفحات متعددة */
            .postbody {
        width:{vb:stylevar doc_width};
        min-width:{vb:stylevar doc_minWidth};
        max-width:{vb:stylevar doc_maxWidth};
        margin: {vb:stylevar doc_margin};
        font-size:{vb:stylevar font.fontSize}px;
                    text-shadow: 1px 1px 1px #ccc;
        color:{vb:stylevar body_color};
        line-height:{vb:stylevar line_height};
    }
YasirAyad
YasirAyad
 
 

ذكر
عدد المساهمات : 10113
معدل النشاط : 15298
السُمعة : 297

http://yasirayad.com/

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

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

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

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