طلب خاص بايطار الصورة الشخصية

2 مشترك

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

طلب خاص بايطار الصورة الشخصية Empty طلب خاص بايطار الصورة الشخصية

مُساهمة من طرف egyptmax الإثنين 1 أبريل 2013 - 12:26


اطلب من احد الخبراء ازالة كود الايطار الذى يوجد على الصورة الشخصية .. لا اريد اى اطارات اطلاقا على الصورة الشخصية لو سمحتوا

صورة للمعاينة

طلب خاص بايطار الصورة الشخصية Screen15

وهذا كود الcss بالكامل الخاص بى

الكود:
a:visited
{
text-decoration: none;
}

a:active
{
text-decoration: none;
}

a:hover
{
text-decoration: none;
}







.forumline{
    background-color: #C2C2C2;
    border: 0;
   background: #E6E6E6 url(http://i76.servimg.com/u/f76/15/96/05/08/ind11110.png) no-repeat;
padding: 85px 0px 0px 0px;
background-position: top;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border:5px solid #;
}
.bodyline{
background:#fff url(http://i46.servimg.com/u/f46/16/46/77/76/ouuus415.jpg) repeat scroll !important;
    background-color: #ffffff;
       border:1px solid #E6E6E6;
 border:0;
padding:0;
margin:0;
   }
body{
padding:0;
margin:0;
background-position:center;
}
th  {
border:2px outset#000000;
background: url("http://i46.servimg.com/u/f46/16/46/77/76/uoo110.jpg") repeat-x top
}
.row1

{
border:1px outset#E6E6E6;
background : url(http://i46.servimg.com/u/f46/16/46/77/76/uoo210.jpg);
}
.row2
{
border:1px outset#E6E6E6;
background : url(http://i46.servimg.com/u/f46/16/46/77/76/uoo210.jpg);
}
.row3
{
border:1px outset#E6E6E6;
background : url(http://i46.servimg.com/u/f46/16/46/77/76/uoo_310.jpg);
}
td.row3Right,td.spaceRow {
border:1px outset#E6E6E6;
background : url(http://i46.servimg.com/u/f46/16/46/77/76/uoo_310.jpg);
}



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

.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");
      }




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: #000000;
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: #000000;
border: 1px Dotted #000000;
}






.thin {
    line-height: 150%;
    margin: 2px 0pt;
 
padding: 6px 0pt;
background-color:#000000;
    }
.thin a
{
border:1px
 dashed #000000;
padding:0px 15px 0px 20px;
}
.180-hours a
{
border:1px
 dashed #000000;
padding:0px 20px 0px 10px;
}





    /*--------------الاية الكريمة ---------------*/
    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;
}





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://i46.servimg.com/u/f46/16/46/77/76/uoo_310.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;
}





strong a {
text-decoration : none;
border : 1px dotted #ffc600;
background : url(http://img106.imageshack.us/img106/425/b20.gif);
}





/*** كود وضع البسمله بدون خطوط ***/
.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;
}
/*** Ahmed M!Do ***/
egyptmax
egyptmax
 
 

ذكر
عدد المساهمات : 377
معدل النشاط : 5573
السُمعة : -1

http://www.pes6stars.hooxs.com

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

طلب خاص بايطار الصورة الشخصية Empty رد: طلب خاص بايطار الصورة الشخصية

مُساهمة من طرف Kimo Mimo الإثنين 1 أبريل 2013 - 13:35

تفضل عزيزي تم التعديل :

الكود:
a:visited
{
text-decoration: none;
}

a:active
{
text-decoration: none;
}

a:hover
{
text-decoration: none;
}







.forumline{
    background-color: #C2C2C2;
    border: 0;
  background: #E6E6E6 url(http://i76.servimg.com/u/f76/15/96/05/08/ind11110.png) no-repeat;
padding: 85px 0px 0px 0px;
background-position: top;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border:5px solid #;
}
.bodyline{
background:#fff url(http://i46.servimg.com/u/f46/16/46/77/76/ouuus415.jpg) repeat scroll !important;
    background-color: #ffffff;
      border:1px solid #E6E6E6;
 border:0;
padding:0;
margin:0;
  }
body{
padding:0;
margin:0;
background-position:center;
}
th  {
border:2px outset#000000;
background: url("http://i46.servimg.com/u/f46/16/46/77/76/uoo110.jpg") repeat-x top
}
.row1

{
border:1px outset#E6E6E6;
background : url(http://i46.servimg.com/u/f46/16/46/77/76/uoo210.jpg);
}
.row2
{
border:1px outset#E6E6E6;
background : url(http://i46.servimg.com/u/f46/16/46/77/76/uoo210.jpg);
}
.row3
{
border:1px outset#E6E6E6;
background : url(http://i46.servimg.com/u/f46/16/46/77/76/uoo_310.jpg);
}
td.row3Right,td.spaceRow {
border:1px outset#E6E6E6;
background : url(http://i46.servimg.com/u/f46/16/46/77/76/uoo_310.jpg);
}



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

.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");
      }




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: #000000;
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: #000000;
border: 1px Dotted #000000;
}






.thin {
    line-height: 150%;
    margin: 2px 0pt;
 
padding: 6px 0pt;
background-color:#000000;
    }
.thin a
{
border:1px
 dashed #000000;
padding:0px 15px 0px 20px;
}
.180-hours a
{
border:1px
 dashed #000000;
padding:0px 20px 0px 10px;
}





    /*--------------الاية الكريمة ---------------*/
    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;
}





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://i46.servimg.com/u/f46/16/46/77/76/uoo_310.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}

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





strong a {
text-decoration : none;
border : 1px dotted #ffc600;
background : url(http://img106.imageshack.us/img106/425/b20.gif);
}





/*** كود وضع البسمله بدون خطوط ***/
.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;
}
/*** Ahmed M!Do ***/
Kimo Mimo
Kimo Mimo
 
 

ذكر
عدد المساهمات : 6840
معدل النشاط : 19884
السُمعة : 728

https://help.ahlamontada.com

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

طلب خاص بايطار الصورة الشخصية Empty رد: طلب خاص بايطار الصورة الشخصية

مُساهمة من طرف egyptmax الإثنين 1 أبريل 2013 - 13:44


طيب معلش هتعبك معايا

هو كان اى كود بالظبط اللى المفروض يتحذف ؟
egyptmax
egyptmax
 
 

ذكر
عدد المساهمات : 377
معدل النشاط : 5573
السُمعة : -1

http://www.pes6stars.hooxs.com

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

طلب خاص بايطار الصورة الشخصية Empty رد: طلب خاص بايطار الصورة الشخصية

مُساهمة من طرف Kimo Mimo الإثنين 1 أبريل 2013 - 13:47

عزيزي الكود تم حذفها و هو هذا عزيزي :

الكود:
/*-----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;
}
Kimo Mimo
Kimo Mimo
 
 

ذكر
عدد المساهمات : 6840
معدل النشاط : 19884
السُمعة : 728

https://help.ahlamontada.com

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

طلب خاص بايطار الصورة الشخصية Empty رد: طلب خاص بايطار الصورة الشخصية

مُساهمة من طرف egyptmax الإثنين 1 أبريل 2013 - 14:35


شكرا لك تم الحل

اشكرك جزيلا
egyptmax
egyptmax
 
 

ذكر
عدد المساهمات : 377
معدل النشاط : 5573
السُمعة : -1

http://www.pes6stars.hooxs.com

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

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

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

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