مشكلة في ورقة CSS

3 مشترك

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

مشكلة في ورقة  CSS Empty مشكلة في ورقة CSS

مُساهمة من طرف م وصايا الحبيب الاسلامية الجمعة 25 يناير 2013 - 22:37

خطأ

تم العثور على خلل
لقد قمنا بإيجاد عدد مختلف من "{" و "}". هذا يعني أن CSS الخاص بك قد لا يعمل و لن يظهر بشكل لائق في منتداك.

ننصحك بمراجعة الكود المستعمل.

وهذا هو الكود ...... الاستايل تومبيلات

.postbody{
font-size: 24px;

font-weight: bold;
font-family:
Traditional Arabic;
}

td {

font-weight: bold;

}
a:visited
{
text-decoration: none;
}

a:active
{
text-decoration: none;
}

a:hover
{
text-decoration: none;
}

padding: 40px 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(https://i.servimg.com/u/f46/16/46/77/76/ouuuso50.jpg) repeat scroll !important;
background-color: #ffffff;
border:1px solid #1A001B;
border:0;
padding:0;
margin:0;
}
body{
padding:0;
margin:0;
background-position:center;
}
th {
border:2px outset#1A001B;
background: url("https://i.servimg.com/u/f49/17/09/15/61/n_211.gif") repeat-x top
}
.row1

{
border:1px outset#1A001B;
background : url(https://i.servimg.com/u/f49/17/09/15/61/oouu_o24.png);
}
.row2
{
border:1px outset#1A001B;
background : url(https://i.servimg.com/u/f49/17/09/15/61/oouu_o24.png);
}
.row3
{
border:1px outset#1A001B;
background : url(https://i.servimg.com/u/f49/17/09/15/61/oouu_o25.png);
}
td.row3Right,td.spaceRow {
border:1px outset#1A001B;
background : url(https://i.servimg.com/u/f49/17/09/15/61/oouu_o25.png);
}
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;
}

.pagination {
background-color:#fff;
color:#512421;
padding:10px 0 10px 0;

font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
text-align:right;
}

.pagination a {
color:#512421;
padding:3px 5px;
margin:0 3px;
text-decoration:none;
border:3px solid #61592E;
}

.pagination a:hover, div.pagination a:active {
border:3px solid #923503;
color:#ff5a00;
}

.pagination span.current {
padding:3px 5px;
border:3px solid #923503;
color:#fff;
font-weight:bold;
background-color:#923503;
}
.pagination span.disabled {
display:none;
}

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

/*----- ظل لروابط الأقسام عند مرور
الماوس -----*/
a.forumlink:hover{
-moz- text-shadow: 4px 4px 4px
#000;
-webkit- text-shadow: 4px 4px 4px #000;
text-shadow: 4px 4px
4px #000;
filter:progid:DXImageTransform.Microsoft.Shadow(color='#848282',
Direction=115, Strength=2);
zoom: 1;
}

/*----- Clean Adv in Footer (WWW.DES-STARS.COM)-----*/
#add-google-bottom{display:NONE}
.postbody img{
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}
.postbody img:hover
{
filter:alpha(opacity=70);
-moz-opacity: 0.65;
opacity: 0.65;
}

.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("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('') no-repeat;
background-position: center right;
padding: 75px;
font-size: 0px ;
}


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




/*-----mytet1-----*/
.postbody{font-size:16px;font-weight:700}
.postbody img{max-width:650px}
hr{-moz-border-radius:7px;

border:1px solid #fff;
border-top-width:1px;
height:5px
}



.twrank{
background: none repeat scroll 0 0 #;
border: 2px solid #ff0000;
color: #242424;
margin-top: 2px;
padding: 3px 3px 3px 10px;
text-align: right;
}
/*Copyright a7medvirus*/
.tw{
background: none repeat scroll 0 0 #;
border: 2px solid #61592E;
color: #242424;
margin-top: 2px;
padding: 3px 3px 3px 10px;
text-align: right;
}




}
#up-nav a{
width: 70px;
height: 20px;
display: block;
font-family: tahoma;
font-size: 10pt;
color: #FFFFFF;
text-decoration: none;
}
#up-nav a:hover{
background-color: #043263;
color: #fff;
border-right-style: solid;
border-right-width: 2px;
border-right-color: #000000;
border-left-style: solid;
border-left-width: 2px;
border-left-color: #000000;
}



.tfoot
{

background: #eeeeee;
color: #5a5a5a;
padding:3px 6px;
font-size:14px;
background:url(https://i.servimg.com/u/f49/17/09/15/61/n_211.gif);
}
.tfoot a:link, .tfoot_alink
{

color: #707070;
font-size:14px;
}
.tfoot a:visited, .tfoot_avisited
{

color: #707070;
font-size:14px;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{

.pagination {
background-color:#fff;
color:#48b9ef;
padding:10px 0 10px 0;

font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
text-align:right;
}

.pagination a {
color:#48b9ef;
padding:2px 5px;
margin:0 2px;
text-decoration:none;
border:2px solid #f0f0f0;
}

.pagination a:hover, div.pagination a:active {
border:2px solid #ff5a00;
color:#ff5a00;
}

.pagination span.current {
padding:2px 5px;
border:2px solid #ff5a00;
color:#fff;
font-weight:bold;
background-color:#ff6c16;
}
.pagination span.disabled {
display:none;
}

img{
border:none;
opacity:0.3;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition:all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-moz-box-shadow:0px 0px 8px #000;
-webkit-box-shadow:0px 0px 8px #000;
-khtml-box-shadow:0px 0px 8px #000;
box-shadow:0px 0px 8px #000;
}
img:hover{
opacity:1.0;
}



.postbody{font-size:20px;font-weight:90%; background:#FFFFFF ; -moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border:10px solid#FFFFFF ;
background-position:top;
background-repeat: no-repeat;
display: block;
overflow: auto;
padding:60px;);
.forumline{
width:90%;
margin:9px;
padding: 9px;
-moz-box-shadow: 0px 0px 60px #FFFFFF;
box-shadow: 0px 0px 60px #FF0000;
-webkit-box-shadow: 0px 0px 60px #FFFFFF;
-khtml-box-shadow: 0px 0px 60px #FFFFFF;
}
.postbody{
font-size: 27pt;
font-style: italic;
text-align: center;
font-weight: bold;
font-family: arial;
Traditional Arabic;
line-height: 2.0em;
}


الموقع
وصايا الحبيب الاسلامي
http://wsaya.alafdal.net
م وصايا الحبيب الاسلامية
م وصايا الحبيب الاسلامية

مشكلة في ورقة  CSS 01010

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

http://wsaya.alafdal.net

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

مشكلة في ورقة  CSS Empty رد: مشكلة في ورقة CSS

مُساهمة من طرف !وزير الاكواد!2013 الجمعة 25 يناير 2013 - 22:44

يوجد بالورقة كلام بلغة العربية احذفو وخلاص
!وزير الاكواد!2013
!وزير الاكواد!2013
 
 

ذكر
عدد المساهمات : 893
معدل النشاط : 5231
السُمعة : 14

http://www.pubda3m.com/

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

مشكلة في ورقة  CSS Empty رد: مشكلة في ورقة CSS

مُساهمة من طرف زيزو اليكس الإثنين 15 أبريل 2013 - 7:10

يغلق حتى عوده صاحب الموضوع لفتح موضوع جديدلأن الموضوع مهمل من فتره كبيره Cool مشكلة في ورقة  CSS 221706
زيزو اليكس
زيزو اليكس
 
 

ذكر
عدد المساهمات : 11595
معدل النشاط : 17761
السُمعة : 427

https://mohamed-elsherbini.yoo7.com/

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

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

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

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