السلام عليكم ورحمة الله وبركاتة ،،،
بعد التحية :
بحاول اعالج ملف الاستايل من الاخطاء التالية ادناه لكي يكون متوافق مع المعايير :
128 |
.thead a:visited |
Value Error : color Seablue is not a color value : Seablue |
577 |
#register_link |
Value Error : display #E4E9EE is not a display value : #E4E9EE |
600 |
#sign_link |
Value Error : display #E4E9EE is not a display value : #E4E9EE |
623 |
#logout_link |
Value Error : display #E4E9EE is not a display value : #E4E9EE |
646 |
#usercp_link |
Value Error : display #E4E9EE is not a display value : #E4E9EE |
671 |
#primary_nav |
Value Error : padding-bottom -1px negative values are not allowed : -1px |
701 |
#primary_nav a:hover |
Value Error : display #E4E9EE is not a display value : #E4E9EE |
727 |
#primary_nav .primary_tabon a |
Value Error : display #E4E9EE is not a display value : #E4E9EE |
834 |
#subnavigation a:hover |
Property zoom doesn't exist : 1 |
1209 |
.border_forums div:hover |
Parse Error url(../images/row-td-hover.gif) repeat-x bottom; |
1210 |
|
Parse Error [,0] |
1213 |
|
Parse Error [,0.1); } .border_radius .tcat] |
1397 |
.button |
Parse Error #D8D8D8 |
1527 |
.footer_bar_links a:link |
Value Error : color #ffff is not a valid color 3 or 6 hexadecimals numbers : #ffff |
1800 |
#imageData #numberDisplay |
Value Error : display #E4E9EE is not a display value : #E4E9EE |
1830 |
#pm_popup |
Value Error : margin-left Too many values or values are not recognized : 0 0 0 0 |
2106 |
.popmenubutton |
Value Error : display #E4E9EE is not a display value : #E4E9EE |
2521 |
.syntaxhighlighter .script |
Value Error : background-color none is not a background-color value : none |
2681 |
ul.post_controls a |
Value Error : display #E4E9EE is not a display value : #E4E9EE |
2753 |
ul.writer_controls a |
Value Error : display #E4E9EE is not a display value : #E4E9EE |
3137 |
.full_image:hover |
كيف لي بمعرفة مكانهم بالقوالب مثال :
كود HTML
thead
{
background: #D4E9EC url(../images/gradient_thead.gif) repeat-x;
color: #0000ff
font-family: Tahoma;
font-size: 8pt;
text-align: center;
padding: 4px;
font-weight: bold;
}
كود css
.thead
{
background: #D4E9EC url(../images/gradient_thead.gif) repeat-x;
color: #0000ff
font-family: Tahoma;
font-size: 8pt;
text-align: center;
padding: 4px;
font-weight: bold;
}