|
Tags: Replaced Manual revert |
| (One intermediate revision by the same user not shown) |
| Line 5: |
Line 5: |
| margin: 0.75em 0 0.5em; | | margin: 0.75em 0 0.5em; |
| } | | } |
|
| |
| /* VisualEditor toolbar fix for Pivot */
| |
| .ve-init-mw-desktopArticleTarget-toolbar .oo-ui-toolbar-bar .oo-ui-tool-link {
| |
| height: 55px !important;
| |
| line-height: 55px !important;
| |
| position: relative !important;
| |
| }
| |
|
| |
| .ve-init-mw-desktopArticleTarget-toolbar .oo-ui-toolbar-bar .oo-ui-tool-link > .oo-ui-iconElement-icon {
| |
| position: absolute !important;
| |
| top: 50% !important;
| |
| left: 50% !important;
| |
| margin: 0 !important;
| |
| transform: translate(-50%, -50%) !important;
| |
| }
| |
|
| |
| .ve-init-mw-desktopArticleTarget-toolbar .oo-ui-toolbar-bar .oo-ui-tool-link > .oo-ui-indicatorElement-indicator {
| |
| position: absolute !important;
| |
| top: 50% !important;
| |
| right: 8px !important;
| |
| margin: 0 !important;
| |
| transform: translateY(-50%) !important;
| |
| }
| |
|
| |
| /* Undo this inside dropdowns/popups */
| |
| .oo-ui-popupWidget .oo-ui-tool-link,
| |
| .oo-ui-popupWidget .oo-ui-iconElement-icon,
| |
| .oo-ui-popupWidget .oo-ui-indicatorElement-indicator,
| |
| .oo-ui-popupWidget .oo-ui-labelElement-label {
| |
| height: auto !important;
| |
| line-height: normal !important;
| |
| position: static !important;
| |
| transform: none !important;
| |
| margin: initial !important;
| |
| padding-left: initial !important;
| |
| }
| |
/* CSS placed here will be applied to all skins */
.mw-wiki-logo.timeless-logo img {
width: 165px;
height: auto;
margin: 0.75em 0 0.5em;
}