@yzahn אכן.
אבל בנוגע לתצוגת קריאה, צריך לפנות מי שפיתח את זה מה @administrators, כי זה פיתוח של נטפרי, ולא חלק ממדיה ויקי.
ואם המפתח יקרא את השורות האלו, אז צריך להוסיף את הcss הבא כדי לפתור את זה:
.mw-ui-button {
font-family:inherit;
font-size:1em;
display:inline-block;
min-width:4em;
max-width:28.75em;
padding:0.546875em 1em;
line-height:1.286;
margin:0;
border-radius:2px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-appearance:none;
*display:inline;
zoom:1;
vertical-align:middle;
background-color:#f8f9fa;
color:#222222;
border:1px solid #a2a9b1;
text-align:center;
font-weight:bold;
cursor:pointer
}
.mw-ui-button:visited {
color:#222222
}
.mw-ui-button:hover {
background-color:#ffffff;
color:#444444;
border-color:#a2a9b1
}
.mw-ui-button:focus {
background-color:#ffffff;
color:#222222;
border-color:#3366cc;
box-shadow:inset 0 0 0 1px #3366cc,inset 0 0 0 2px #ffffff
}
.mw-ui-button:active,
.mw-ui-button.is-on,
.mw-ui-button.mw-ui-checked {
background-color:#d9d9d9;
color:#000000;
border-color:#72777d;
box-shadow:none
}
.mw-ui-button:disabled {
background-color:#c8ccd1;
color:#fff;
border-color:#c8ccd1
}
.mw-ui-button:disabled:hover,
.mw-ui-button:disabled:active {
background-color:#c8ccd1;
color:#fff;
box-shadow:none;
border-color:#c8ccd1
}
.mw-ui-button:focus {
outline-width:0
}
.mw-ui-button:focus::-moz-focus-inner {
border-color:transparent;
padding:0
}
.mw-ui-button:not(:disabled) {
-webkit-transition:background-color 100ms,color 100ms,border-color 100ms,box-shadow 100ms;
-moz-transition:background-color 100ms,color 100ms,border-color 100ms,box-shadow 100ms;
transition:background-color 100ms,color 100ms,border-color 100ms,box-shadow 100ms
}
.mw-ui-button:disabled {
text-shadow:none;
cursor:default
}
.mw-ui-button.mw-ui-big {
font-size:1.3em
}
.mw-ui-button.mw-ui-block {
display:block;
width:100%;
margin-right:auto;
margin-left:auto
}
.mw-ui-button.mw-ui-progressive {
background-color:#3366cc;
color:#fff;
border:1px solid #3366cc
}
.mw-ui-button.mw-ui-progressive:hover {
background-color:#447ff5;
border-color:#447ff5
}
.mw-ui-button.mw-ui-progressive:focus {
box-shadow:inset 0 0 0 1px #3366cc,inset 0 0 0 2px #ffffff
}
.mw-ui-button.mw-ui-progressive:active,
.mw-ui-button.mw-ui-progressive.is-on,
.mw-ui-button.mw-ui-progressive.mw-ui-checked {
background-color:#2a4b8d;
border-color:#2a4b8d;
box-shadow:none
}
.mw-ui-button.mw-ui-progressive:disabled {
background-color:#c8ccd1;
color:#fff;
border-color:#c8ccd1
}
.mw-ui-button.mw-ui-progressive:disabled:hover,
.mw-ui-button.mw-ui-progressive:disabled:active,
.mw-ui-button.mw-ui-progressive:disabled.mw-ui-checked {
background-color:#c8ccd1;
color:#fff;
border-color:#c8ccd1;
box-shadow:none
}