MediaWiki:Common.css: различия между версиями
User (обсуждение | вклад) Нет описания правки |
User (обсуждение | вклад) Нет описания правки |
||
Строка 70: | Строка 70: | ||
float: left; | float: left; | ||
margin: 0px 7px 0px 0px; | margin: 0px 7px 0px 0px; | ||
} | |||
#create-buttons select { | |||
width: 30%; | |||
} | |||
#create-buttons input[name="title"] { | |||
width: 55%; | |||
} | } |
Версия от 13:15, 17 мая 2024
/* Размещённый здесь CSS будет применяться ко всем темам оформления */ .mw-logo { position: relative; } .mw-logo:before { content: ''; background-image: url(/images/custom/wiki.png); width: 100%; height: 100px; background-repeat: no-repeat; } .srf-listwidget-navigation .ln-letters a { padding: 0.5rem; } .custom-top-menu li a, .custom-top-menu li a:hover, .custom-top-menu li a:visited, .custom-top-menu li a:active { text-decoration: none; color: #fff; } .custom-top-menu li a { padding: 12px 9px; display: block; } .custom-top-menu li { display: inline-block; margin: 0; } .custom-top-menu li:first-child a { padding-left: 12px; } .custom-top-menu li:hover { box-shadow: rgba(39, 174, 96, .2) 0 6px 12px; background-color: #1e8449; box-shadow: rgba(0, 1, 0, .2) 0 2px 8px; } .a-current { box-shadow: rgba(39, 174, 96, .2) 0 6px 12px; background-color: #1e8449; box-shadow: rgba(0, 1, 0, .2) 0 2px 8px; } .custom-top-menu li:active { box-shadow: rgba(0,0,0,0.5) 0px 0px 4px 1px; } .custom-top-menu li:focus { outline: 0; } .custom-top-menu { margin: 0; padding: 0; background: #0c672f; } .mw-logo-container, .mw-logo-icon, #footer-places-privacy, #footer-icons, #footer-places-disclaimers { display: none; } } #create-buttons { float: left; } #create-buttons select, #create-buttons input { line-height: initial; float: left; margin: 0px 7px 0px 0px; } #create-buttons select { width: 30%; } #create-buttons input[name="title"] { width: 55%; }