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

محتوای حذف‌شده محتوای افزوده‌شده
بدون خلاصۀ ویرایش
هماهنگی با نسخهٔ ویکی‌پدیای انگلیسی، en:Special:Permalink/881674990
خط ۱:
/* Protected pages have text area in light red, to prevent
/* CSS placed here will affect sysops only */
accidental editing by admins who didn't notice the header */
 
.mw-textarea-protected,
/* در سردر تغییرات اخیر استفاده شده است */
.mw-textarea-protected + .ui-resizable .ace_content,
.bold-for-patroller, .bold-for-sysops { font-weight: bold; }
.mw-textarea-protected + .CodeMirror,
 
.ns-8 textarea,
/* دکمهٔ مخفی کردن ویرایش‌های گشت‌زده شده پررنگ شود */
.ns-8 .ace_content,
.rcshowhidepatr.rcshowhideoption a { font-weight: bold; }
.ns-8 .CodeMirror {
 
background-color: #FFE0E0;
/* The "hide/show" links to Special:RevisionDelete */
span.mw-revdelundel-link,
strong.mw-revdelundel-link {
font-size: inherit;
}
 
/*</nowiki></pre>*/
/* The "return to Main page" link on [[Special:MovePage]] after
deleting the target page makes no sense and is in the way. */
*/
.page-Special_MovePage #mw-returnto {
display: none;
}
 
/* Show hidden items that hashave class="sysop-show". */
div.sysop-show { ,
p.sysop-show {
display: block !important;
}
span.sysop-show { ,
small.sysop-show {
display: inline !important;
}
table.sysop-show {
display: table !important;
}
li.sysop-show {
display: list-item !important;
}
/* Avoid accidental delete's and move's */
.page-Main_Page #ca-delete,
.page-Main_Page #ca-move {
display: none !important;
}
 
/* Persian Wikipedia customizations */
/* در سردر تغییرات اخیر استفاده شده است */
.bold-for-patroller, .bold-for-sysops { font-weight: bold; }
 
/* دکمهٔ مخفی کردن ویرایش‌های گشت‌زده شده پررنگ شود */
.rcshowhidepatr.rcshowhideoption a { font-weight: bold; }
 
/* The "hide/show" links to Special:RevisionDelete */
span.mw-revdelundel-link,
strong.mw-revdelundel-link {
font-size: inherit;
}
 
/* Hide unused protection level; from User:Ebraminio */
#mw-Protect-Form #mwStabilityLevel option[value=autoreview] { display: none; }