مدیاویکی:Timeless.css: تفاوت میان نسخه‌ها

از دانشنامه BMSHO
صفحه‌ای تازه حاوی «All CSS here will be loaded for users of the Timeless skin: body { background-color: #FF0; }» ایجاد کرد
 
بدون خلاصۀ ویرایش
خط ۲: خط ۲:


body {
body {
     background-color: #FF0;
     background-color: rgba(0, 71, 171, 1);
}
}

نسخهٔ ‏۱۷ آوریل ۲۰۲۵، ساعت ۰۹:۱۰

/* All CSS here will be loaded for users of the Timeless skin */

body {
    background-color: rgba(0, 71, 171, 1);
}