پارس جوم ::  انجمن های تخصصی جوملا
مشکل در جی دانلود - نسخه‌ی قابل چاپ

+- پارس جوم :: انجمن های تخصصی جوملا (https://forums.parsjoom.ir)
+-- انجمن: پشتیبانی (/forum-70.html)
+--- انجمن: مباحث و مشکلات عمومی (/forum-33.html)
+--- موضوع: مشکل در جی دانلود (/thread-12501.html)

صفحه‌ها: 1 2


RE: مشکل در جی دانلود - Reza Ganji - ۲۶-۵-۱۳۹۳ ۰۸:۱۹ صبح

عزیز مشکل از قالب شماست که رنگبندی خاص و تیره داره.
شما به مسیر زیر برید و فایل سی اس اس رو باز کنید برای ویرایش :
کد:
http://download70.ir/components/com_jdownloads/jdownloads_fe.css

بعد تگ زیر ا پیدا کنید :

tr, td

بهد در انتهای دستورات سی اس اس بکگراند کالر و کالر رو اضافه کنید تا فوت ها و بکگراند تغییر کنید.مانند زیر :

کد:
tr, td {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    
    border-bottom-color: -moz-use-text-color !important;
    border-bottom-style: none !important;
    border-bottom-width: 0 !important;
    border-image-outset: 0 0 0 0 !important;
    border-image-repeat: stretch stretch !important;
    border-image-slice: 100% 100% 100% 100% !important;
    border-image-source: none !important;
    border-image-width: 1 1 1 1 !important;
    border-left-color-ltr-source: physical !important;
    border-left-color-rtl-source: physical !important;
    border-left-color-value: -moz-use-text-color !important;
    border-left-style-ltr-source: physical !important;
    border-left-style-rtl-source: physical !important;
    border-left-style-value: none !important;
    border-left-width-ltr-source: physical !important;
    border-left-width-rtl-source: physical !important;
    border-left-width-value: 0 !important;
    border-right-color-ltr-source: physical !important;
    border-right-color-rtl-source: physical !important;
    border-right-color-value: -moz-use-text-color !important;
    border-right-style-ltr-source: physical !important;
    border-right-style-rtl-source: physical !important;
    border-right-style-value: none !important;
    border-right-width-ltr-source: physical !important;
    border-right-width-rtl-source: physical !important;
    border-right-width-value: 0 !important;
    border-top-color: -moz-use-text-color !important;
    border-top-style: none !important;
    border-top-width: 0 !important;
    background-color: black;
    color: red;
}

دوتا آخری رو من اضافه کردم برای مثال بکگراند سیاه و فونت قرمز دادم و شما بدلخواه تغییر بدید.