مشاكل هامة جدا فى النسخة الثانية

+3
AsHeK EgYpT
HAMSAHAQ
يارب انصرنا
7 مشترك

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

مشاكل هامة جدا فى النسخة الثانية Empty مشاكل هامة جدا فى النسخة الثانية

مُساهمة من طرف egyptmax الثلاثاء 19 مارس 2013 - 15:45


egyptmax كتب:
المشكلة الاولى انى اريد ازاله هذا الخط الازرق الموجود دائما على البسملة .. واذا اضطر الامر اريد حذف البسملة نهائيا

مشاكل هامة جدا فى النسخة الثانية FwtJL

المشكلة الثانية اننى اريد جعل خلفية المواضيع بيضاء تماما ولا اريدها مثل التى فى الصورة

مشاكل هامة جدا فى النسخة الثانية AIAdx

المشكلة الثالثة

اننى اريد ان تكون صورة الملف الشخصى عادية جدا ولا يوجد بها هذا الايطار

مشاكل هامة جدا فى النسخة الثانية HW6wi

المشكلة الرابعة

اريد وضع خلفية للفئات وللبيانات الشخصية .. مع البقاء على ان تكون خلفية المواضيع بيضاء تماما

مشاكل هامة جدا فى النسخة الثانية H46bx

مع العلم انى املك حق تعديل التمبيلات ... وارجو الحل السريع يا اخوانى لو سمحتوا

وهذا كود 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://i46.servimg.com/u/f46/16/46/77/76/uusoo176.jpg) no-repeat;
padding: 84px 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/med_0610.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#E6E6E6;
background: url("http://i46.servimg.com/u/f46/16/46/77/76/tb10.gif") repeat-x top
}
.row1

{
border:1px outset#E6E6E6;
background : url(http://i46.servimg.com/u/f46/16/46/77/76/td11.gif);
}
.row2
{
border:1px outset#E6E6E6;
background : url(http://i46.servimg.com/u/f46/16/46/77/76/td11.gif);
}
.row3
{
border:1px outset#E6E6E6;
background : url(http://i46.servimg.com/u/f46/16/46/77/76/td11.gif);
}
td.row3Right,td.spaceRow {
border:1px outset#E6E6E6;
background : url(http://i46.servimg.com/u/f46/16/46/77/76/td11.gif);
}
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;
}


#page-footer
{
height:22px;
background:url(http://i60.servimg.com/u/f60/14/80/85/31/sans_t15.png) no-repeat top;
}


.hr {
background: url(http://i83.servimg.com/u/f83/12/73/86/96/bsm910.gif) no-repeat center;
border-top: thin groove;
padding: 48px;
line-height: 10px;
}






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

.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 : #E8EDF0
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 : #FFF9BF 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 #FFA34F;

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

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

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



#page-footer
{
border:7px width: 100%; height:8em; ridge #120D0B;
background:#100C0A url(http://i46.servimg.com/u/f46/16/46/77/76/ououu141.jpg);
}
 

/*** كود وضع البسمله بدون خطوط ***/
.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
معدل النشاط : 5582
السُمعة : -1

http://www.pes6stars.hooxs.com

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

مشاكل هامة جدا فى النسخة الثانية Empty رد: مشاكل هامة جدا فى النسخة الثانية

مُساهمة من طرف يارب انصرنا الثلاثاء 19 مارس 2013 - 17:19

احذف جميع الاكواد
يارب انصرنا
يارب انصرنا
 
 

ذكر
عدد المساهمات : 735
معدل النشاط : 5087
السُمعة : 5

http://www.ibda3araby.com/

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

مشاكل هامة جدا فى النسخة الثانية Empty رد: مشاكل هامة جدا فى النسخة الثانية

مُساهمة من طرف HAMSAHAQ الثلاثاء 19 مارس 2013 - 21:08

اخي تفضل كود البسملة بدون خطوط

كود (Css) لوضع صورة البسمله بدون خطوط للنسخه الثانيه فقط


اما عن الخلفية ضع لي اكواد السي اس حتى احذف لك الخلفية
HAMSAHAQ
HAMSAHAQ
 
 

انثى
عدد المساهمات : 4432
معدل النشاط : 9295
السُمعة : 118

http://alhoub.arab.st/

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

مشاكل هامة جدا فى النسخة الثانية Empty رد: مشاكل هامة جدا فى النسخة الثانية

مُساهمة من طرف egyptmax الأربعاء 20 مارس 2013 - 0:34


ايه الردود العشوائية المستفزة دى ؟

واللى بيقوللى احذف جميع الاكواد ده .. والله مانا رادد عليك

ارجو الاهتمام من الخبراء لو سمحتوا
egyptmax
egyptmax
 
 

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

http://www.pes6stars.hooxs.com

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

مشاكل هامة جدا فى النسخة الثانية Empty رد: مشاكل هامة جدا فى النسخة الثانية

مُساهمة من طرف egyptmax الأربعاء 20 مارس 2013 - 0:36

hamsa-haq كتب:اخي تفضل كود البسملة بدون خطوط

كود (Css) لوضع صورة البسمله بدون خطوط للنسخه الثانيه فقط


اما عن الخلفية ضع لي اكواد السي اس حتى احذف لك الخلفية

الاكواد كلها فى الموضوع حضرتك .. اقرة الموضوع حلو
egyptmax
egyptmax
 
 

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

http://www.pes6stars.hooxs.com

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

مشاكل هامة جدا فى النسخة الثانية Empty رد: مشاكل هامة جدا فى النسخة الثانية

مُساهمة من طرف egyptmax الأربعاء 20 مارس 2013 - 0:36

hamsa-haq كتب:اخي تفضل كود البسملة بدون خطوط

كود (Css) لوضع صورة البسمله بدون خطوط للنسخه الثانيه فقط


اما عن الخلفية ضع لي اكواد السي اس حتى احذف لك الخلفية

الاكواد كلها فى الموضوع حضرتك .. اقرة الموضوع حلو
egyptmax
egyptmax
 
 

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

http://www.pes6stars.hooxs.com

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

مشاكل هامة جدا فى النسخة الثانية Empty رد: مشاكل هامة جدا فى النسخة الثانية

مُساهمة من طرف AsHeK EgYpT الأربعاء 20 مارس 2013 - 20:19

بالنسبة للخلفية
الكود:
border:1px outset#E6E6E6;
background : url(http://i46.servimg.com/u/f46/16/46/77/76/td11.gif);
}
border:1px outset#E6E6E6;
background : url(http://i46.servimg.com/u/f46/16/46/77/76/td11.gif);
}
border:1px outset#E6E6E6;
background : url(http://i46.servimg.com/u/f46/16/46/77/76/td11.gif);
}
احذف الروابط
الكود:
[url=http://i46.servimg.com/u/f46/16/46/77/76/td11.gif]http://i46.servimg.com/u/f46/16/46/77/76/td11.gif[/url]
واختر الصورة اللى تناسبك
أما بالنسبة للبسملة
كما قالت الأخت لك
كود (Css) لوضع صورة البسمله بدون خطوط للنسخه الثانيه فقط
أو إذا أردت حذفها
قم بحذف هذا الكود
الكود:
.hr {
background: url(http://i83.servimg.com/u/f83/12/73/86/96/bsm910.gif) no-repeat center;
border-top: thin groove;
padding: 48px;
line-height: 10px;
}
AsHeK EgYpT
AsHeK EgYpT
احلى محاور
احلى محاور

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

https://www.7babil.com

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

مشاكل هامة جدا فى النسخة الثانية Empty رد: مشاكل هامة جدا فى النسخة الثانية

مُساهمة من طرف فــيــصــل الخميس 21 مارس 2013 - 5:35

egyptmax كتب:
ايه الردود العشوائية المستفزة دى ؟

واللى بيقوللى احذف جميع الاكواد ده .. والله مانا رادد عليك

ارجو الاهتمام من الخبراء لو سمحتوا
ياخي عيب عليك اتسحي على وجهك كلنا بنغلط
فــيــصــل
فــيــصــل

مشاكل هامة جدا فى النسخة الثانية 01010

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

http://arab-cstrike.moontada.com

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

مشاكل هامة جدا فى النسخة الثانية Empty رد: مشاكل هامة جدا فى النسخة الثانية

مُساهمة من طرف mohmmad lotfe الخميس 21 مارس 2013 - 14:27

اخي ممكن رابط منتداك للمعاينة
mohmmad lotfe
mohmmad lotfe
 
 

ذكر
عدد المساهمات : 38677
معدل النشاط : 40272
السُمعة : 44

http://jorway.net

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

مشاكل هامة جدا فى النسخة الثانية Empty رد: مشاكل هامة جدا فى النسخة الثانية

مُساهمة من طرف egyptmax الخميس 21 مارس 2013 - 14:50


هذا موضوع بداخل نسخة منتداى وهى النسخة الثانية

http://maxtechnology.alafdal.net/t147-topic

اريد ان اعرف هل يمكن تغيير خلفية الموضوعات الى خلفية بيضاء ؟

لان اكواد خلفيات الموضوعات تجعل الشكل سئ
egyptmax
egyptmax
 
 

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

http://www.pes6stars.hooxs.com

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

مشاكل هامة جدا فى النسخة الثانية Empty رد: مشاكل هامة جدا فى النسخة الثانية

مُساهمة من طرف mohmmad lotfe الخميس 21 مارس 2013 - 16:47

اخي ارى ان كل المشاكل تم حلها ! لا ارى البسملة اصلا اخي و الخلفية بيضاء و الصورة الشخصية لا يوجد بها اطار Wink
mohmmad lotfe
mohmmad lotfe
 
 

ذكر
عدد المساهمات : 38677
معدل النشاط : 40272
السُمعة : 44

http://jorway.net

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

مشاكل هامة جدا فى النسخة الثانية Empty رد: مشاكل هامة جدا فى النسخة الثانية

مُساهمة من طرف egyptmax الجمعة 22 مارس 2013 - 10:09

mohmmad lotfe كتب:اخي ارى ان كل المشاكل تم حلها ! لا ارى البسملة اصلا اخي و الخلفية بيضاء و الصورة الشخصية لا يوجد بها اطار Wink

لالالا دى نسخة تانية كنت بجرب فيها بس .. انما انا جايبلك صورة لموضوع من النسخة اللى انا عاوزها تبين ان خلفية الموضوع ليست بيضاء

مشاكل هامة جدا فى النسخة الثانية Screen10

كل ما اريده بالله عليكم هو ان اعرف هل يوجد طريقة لجعل خلفية المواضيع بيضاء للنسخة الثانية ام لا .. لان كل استايل وله خواصه
egyptmax
egyptmax
 
 

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

http://www.pes6stars.hooxs.com

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

مشاكل هامة جدا فى النسخة الثانية Empty رد: مشاكل هامة جدا فى النسخة الثانية

مُساهمة من طرف BeN.ShArAbi الخميس 18 أبريل 2013 - 10:26

يغلق حتى عوده صاحب الموضوع لفتح موضوع جديد لأن الموضوع مهمل من فتره كبيره Arrow

مشاكل هامة جدا فى النسخة الثانية 221706
BeN.ShArAbi
BeN.ShArAbi
 
 

ذكر
عدد المساهمات : 9545
معدل النشاط : 15837
السُمعة : 54

http://www.ben7sharabi.com/

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

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

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

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