MediaWiki:Common.css: различия между версиями

м Стили для хомяков
м important
Строка 1904: Строка 1904:
}
}
.mw-scribunto-console-fieldset {
.mw-scribunto-console-fieldset {
color:none !important;
background-color: none !important;
}
}
.mw-scribunto-message {
.mw-scribunto-message {
     color: #008000;
     color: #008000!important;
}
}
#mw-scribunto-input {
#mw-scribunto-input {
     width: 100%;
     width: 100% !important;
     border: 0;
     border: 0 !important;
     overflow: auto;
     overflow: auto !important;
}
}


.mw-scribunto-input {
.mw-scribunto-input {
     color: #d3d3d3;
     color: #d3d3d3 !important;
     font: inherit;
     font: inherit !important;
     font-weight: bold;
     font-weight: bold !important;
     margin-top: 0.5em;
     margin-top: 0.5em !important;
}
}