الگو:مدخل مرتبط/styles.css: تفاوت میان نسخه‌ها

از امامت‌پدیا، دانشنامهٔ امامت و ولایت
جزبدون خلاصۀ ویرایش
جزبدون خلاصۀ ویرایش
خط ۱: خط ۱:
.im-hatnote {
.im-hatnote {
text-align:center;
text-align: center;
font-size: 12px;
font-size: 12px;
color: #54595d;
overflow: hidden;
}
}


.im-hatnote-topic {
.im-hatnote-topic {
background-color: #fcfce9;
background-color: #fcfce9;
padding: 1px;
padding: 3px;
}
}


.im-hatnote-entry {
.im-hatnote-entry {
background-color: rgb(255, 245, 227);
background-color: #f8f9fa;
padding: 1px;
padding: 3px;
}
}
.im-hatnote-question {
.im-hatnote-question {
font-weight: normal;
font-weight: normal;
}
}
/* Hide stuff meant for accounts with special permissions. Made visible again in
/* Hide stuff meant for accounts with special permissions. Made visible again in
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-patroller.css]],
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-patroller.css]],

نسخهٔ ‏۲۸ اوت ۲۰۲۲، ساعت ۱۱:۴۶

.im-hatnote {
	text-align: center;
	font-size: 12px;
	color: #54595d;
	overflow: hidden;
}

.im-hatnote-topic {
	background-color: #fcfce9;
	padding: 3px;
}

.im-hatnote-entry {
	background-color: #f8f9fa;
	padding: 3px;
}

.im-hatnote-question {
	font-weight: normal;
}

/* Hide stuff meant for accounts with special permissions. Made visible again in
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-patroller.css]],
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],
   [[MediaWiki:Group-extendedconfirmed.css]], and [[Mediawiki:Group-autoconfirmed.css]]. */
.checkuser-show,
.sysop-show,
.patroller-show,
.templateeditor-show,
.extendedmover-show,
.extendedconfirmed-show,
.autoconfirmed-show,
.user-show {
	display: none;
}