منتدى دعم PBBoard الرسمي
(نسخة قابلة للطباعة من الموضوع)
https://pbboard.info/forums/t12885
أنقر هنا لمشاهدة الموضوع بهيئته الأصلية

طلب شرح طريقة ايجاد كلاسات css مكانها داخل القوالب !!
ashraf 18-03-2013 07:37 صباحاً
السلام عليكم ورحمة الله وبركاتة ،،،

بعد التحية :

بحاول اعالج ملف الاستايل من الاخطاء التالية ادناه لكي يكون متوافق مع المعايير :
CODE

URI : http://4-future.net/vb/styles/Stylefor/css/style.css

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
CODE
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
CODE
.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;
}
منتدى دعم PBBoard الرسمي

Copyright © 2009-2024 PBBoard® Solutions. All Rights Reserved