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

از ویکی تست
پرش به ناوبری پرش به جستجو
بدون خلاصۀ ویرایش
برچسب: برگردانده‌شده
بدون خلاصۀ ویرایش
برچسب: برگردانده‌شده
خط ۱: خط ۱:
/* تست CSS در Common.css */
body {
body {
   background-color: yellow !important;
   background-color: #ffffcc !important;
   color: blue !important;
   color: #003366 !important;
}
 
a {
  color: #990000 !important;
}
}

نسخهٔ ‏۵ ژوئن ۲۰۲۵، ساعت ۱۵:۵۴

/* تست CSS در Common.css */
body {
  background-color: #ffffcc !important;
  color: #003366 !important;
}

a {
  color: #990000 !important;
}