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

از امامت‌پدیا، دانشنامهٔ امامت و ولایت
جزبدون خلاصۀ ویرایش
جزبدون خلاصۀ ویرایش
خط ۱: خط ۱:
/* show red links as regular text in the mainpage */
/* show red links as regular text in the mainpage */


.page-Main_Page a.new,
.page-صفحهٔ_اصلی a.new,
.page-Main_Page a.new:hover,
.page-صفحهٔ_اصلی a.new:hover,
.page-Main_Page a.new:focus {
.page-صفحهٔ_اصلی a.new:focus {
     color: #a55858;
     color: black;
    cursor: text;
    text-decoration: none;
}
}

نسخهٔ ‏۴ فوریهٔ ۲۰۲۰، ساعت ۱۳:۰۳

/* show red links as regular text in the mainpage */

.page-صفحهٔ_اصلی a.new,
.page-صفحهٔ_اصلی a.new:hover,
.page-صفحهٔ_اصلی a.new:focus {
    color: black;
    cursor: text;
    text-decoration: none;
}