الفرق بين الصفحتين: «ميدياويكي:Gadget-morebits.css» و«ويكيبيديا:لمح البصر/ورشة/سكريبتات/Gadget-morebits.css»

(الفرق بين الصفحتين)
صفحة 1
صفحة 2
تم حذف المحتوى تمت إضافة المحتوى
لا ملخص تعديل
 
لا ملخص تعديل
 
سطر 1: سطر 1:
<syntaxhighlight lang="css" line="1">
/**
/**
* morebits.css
* morebits.css
* ===========
* ===========
* Styles to support morebits.js.
* أنماط لدعم morebits.js.
*
*
* تُصان هذه المكتبة بواسطة المشرفين على صيانة أداة لمح البصر.
* The morebits library is maintained by the maintainers of Twinkle.
* للاستفسارات والاقتراحات والمساعدة وما إلى ذلك ، توجه إلى صفحة نقاش لمح البصر
* For queries, suggestions, help, etc., head to [[WT:TW]].
* The latest development source is available at [https://github.com/azatoth/twinkle/blob/master/morebits.css].
* أحدث مصدر للتطوير متوفر على: [https://github.com/azatoth/twinkle/blob/master/morebits.css].
*/

/* Morebits.status */
/* Morebits.status */


سطر 73: سطر 73:
}
}


/* أعط الحد العلوي فقط للرؤوس مع وجود شيء فوقهم */
/* only give the top border to headers with something above them */
form.quickform div + h5, form.quickform div + div > h5, form.quickform h5 + h5
form.quickform div + h5, form.quickform div + div > h5, form.quickform h5 + h5
{
{
سطر 117: سطر 117:




/* Scrollbox styles, for use within Morebits.simpleWindow */
/* أنماط صندوق التمرير ، للاستخدام داخل Morebits.simpleWindow */


div.morebits-scrollbox
div.morebits-scrollbox
سطر 143: سطر 143:




/* صندوق المعاينة */
/* Previewbox */


div.morebits-previewbox
div.morebits-previewbox
سطر 167: سطر 167:




/* Portlet */
/* المدخل */


.skin-modern #mw_contentwrapper div.portlet {
.skin-modern #mw_contentwrapper div.portlet {
سطر 223: سطر 223:
body .ui-dialog.morebits-dialog .ui-dialog-titlebar {
body .ui-dialog.morebits-dialog .ui-dialog-titlebar {
height: 1em;
height: 1em;
background: repeat-x 50% 80% #cfd6e1 !important; /* the actual image is specified in morebits.js - ResourceLoader mangles data: URIs in CSS */
background: repeat-x 50% 80% #cfd6e1 !important; /* تم تخصيص الصورة الحالية في morebits.js */
font: bold 1em sans-serif;
font: bold 1em sans-serif;
padding: .4em .3em .5em !important;
padding: .4em .3em .5em !important;
سطر 249: سطر 249:


.ui-dialog.morebits-dialog .morebits-dialog-content {
.ui-dialog.morebits-dialog .morebits-dialog-content {
/*font-size: 88%; this just seems to be traditional - I don't quite see the point, in this day and age of huge monitors, etc. */
padding: 0;
padding: 0;
}
}
سطر 281: سطر 280:


.ui-dialog.morebits-dialog a, .ui-dialog.morebits-dialog .ui-widget-content a {
.ui-dialog.morebits-dialog a, .ui-dialog.morebits-dialog .ui-widget-content a {
color: #0645AD; /* jQuery imposes a ridiculous nearly-black colour on <a> tags... I don't understand it */
color: #0645AD; /* جي كويري يفرض لونًا أسود تقريبًا في الروابط لسبب غير مفهوم */
}
}


سطر 287: سطر 286:
display: inline-block;
display: inline-block;
}
}
</syntaxhighlight>