طلب معرفة عمل هذه الاكواد

2 مشترك

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

طلب معرفة عمل هذه الاكواد Empty طلب معرفة عمل هذه الاكواد

مُساهمة من طرف 3baq الأحد 29 ديسمبر 2013 - 11:03

اهلا 
طلب معرفة عمل هذه الاكواد
الكود:

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;

}
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;

}



الكود:

td {
    height: px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border:0px solid #fffff;
    }


الكود:

body.chatbox {
background-image : url();
background-color : #ffffff;
border : 0px dotted #0db4fc;
}



الكود:
td {
  text-shadow:0px 1px 0px #dddee2;
}

الكود:

.fade {
         display:inline-block;
         background: -moz-linear-gradient(left, rgb(247,210,166) 0%, rgba(247,210,166,0) 100%);
         background-image: -webkit-gradient(linear, left top, right top, color-stop(0.00, rgb(247,210,166)), color-stop(1.00, rgba(247,210,166,0)));
         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f7d2a6, endColorstr=#00f7d2a6, GradientType=1);
         -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f7d2a6, endColorstr=#00f7d2a6, 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");
3baq
3baq

طلب معرفة عمل هذه الاكواد 01010

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

http://3baq-des.ace.st/

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

طلب معرفة عمل هذه الاكواد Empty رد: طلب معرفة عمل هذه الاكواد

مُساهمة من طرف زائر الأحد 29 ديسمبر 2013 - 11:22

لحذف الخط من تحت اسماء الاعضاء

الكود:

    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;

    }
    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(247,210,166) 0%, rgba(247,210,166,0) 100%);
            background-image: -webkit-gradient(linear, left top, right top, color-stop(0.00, rgb(247,210,166)), color-stop(1.00, rgba(247,210,166,0)));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f7d2a6, endColorstr=#00f7d2a6, GradientType=1);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f7d2a6, endColorstr=#00f7d2a6, 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");


عدل سابقا من قبل Mr.T!TO في الأحد 29 ديسمبر 2013 - 11:25 عدل 1 مرات
Anonymous
زائر
زائر


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

طلب معرفة عمل هذه الاكواد Empty رد: طلب معرفة عمل هذه الاكواد

مُساهمة من طرف 3baq الأحد 29 ديسمبر 2013 - 11:24

شكرا انتظر البقية
3baq
3baq

طلب معرفة عمل هذه الاكواد 01010

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

http://3baq-des.ace.st/

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

طلب معرفة عمل هذه الاكواد Empty رد: طلب معرفة عمل هذه الاكواد

مُساهمة من طرف زائر الأحد 29 ديسمبر 2013 - 11:27

تغيير ازرار علبة الدردشة

الكود:

    body.chatbox {
    background-image : url();
    background-color : #ffffff;
    border : 0px dotted #0db4fc;
    }
Anonymous
زائر
زائر


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

طلب معرفة عمل هذه الاكواد Empty رد: طلب معرفة عمل هذه الاكواد

مُساهمة من طرف زائر الأحد 29 ديسمبر 2013 - 11:31

تغيير شكل الكتابة

الكود:
   td {
      text-shadow:0px 1px 0px #dddee2;
    }


اتمني اكون افدتك  tongue 
Anonymous
زائر
زائر


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

طلب معرفة عمل هذه الاكواد Empty رد: طلب معرفة عمل هذه الاكواد

مُساهمة من طرف 3baq الأحد 29 ديسمبر 2013 - 11:33

مشكوووور كثير
انتظر البقية
وشكرا لك
3baq
3baq

طلب معرفة عمل هذه الاكواد 01010

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

http://3baq-des.ace.st/

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

طلب معرفة عمل هذه الاكواد Empty رد: طلب معرفة عمل هذه الاكواد

مُساهمة من طرف 3baq الثلاثاء 31 ديسمبر 2013 - 12:26

رفع
3baq
3baq

طلب معرفة عمل هذه الاكواد 01010

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

http://3baq-des.ace.st/

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

طلب معرفة عمل هذه الاكواد Empty رد: طلب معرفة عمل هذه الاكواد

مُساهمة من طرف cool amir السبت 4 يناير 2014 - 18:05

ماذا تريد ان تعرف اكثر ؟؟؟؟
cool amir
cool amir
 
 

ذكر
عدد المساهمات : 5631
معدل النشاط : 12966
السُمعة : 140

http://www.stibda3.com

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

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

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

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