MediaWiki:Common.css: различия между версиями
AsnDen (обсуждение | вклад) м Темнее стили для редакторов |
AsnDen (обсуждение | вклад) м Сделал темнее менюшку для редакторов |
||
| Строка 1523: | Строка 1523: | ||
color: #e0e0e0 !important; | color: #e0e0e0 !important; | ||
font-weight: bold !important; | font-weight: bold !important; | ||
} | |||
#wikieditor-toolbar-file-target, | |||
#wikieditor-toolbar-file-caption, | |||
#wikieditor-toolbar-file-alt { | |||
width: 100% !important; | |||
background-color: #27272e !important; | |||
color: #e0e0e0 !important; | |||
} | |||
.wikiEditor-toolbar-dialog .ui-dialog-content input[type='text'] { | |||
box-sizing: border-box !important; | |||
background-color: #27272e !important; | |||
color: #e0e0e0 !important; | |||
} | |||
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { | |||
font-family: Verdana,Arial,sans-serif !important; | |||
font-size: 1em !important; | |||
background-color: #27272e !important; | |||
color: #e0e0e0 !important; | |||
} | |||
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { | |||
border: 1px solid #4a4a57 !important; | |||
background: #27272e !important; | |||
font-weight: normal !important; | |||
color: #e0e0e0 !important; | |||
} | |||
.ui-state-hover, .ui-widget-contetn .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { | |||
border: 1px solid #4a4a57 !important; | |||
background: #4c4c59 !important; | |||
font-weight: normal !important; | |||
color: #e0e0e0 !important; | |||
} | } | ||