MediaWiki:Common.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| (32 intermediate revisions by the same user not shown) | |||
| Line 561: | Line 561: | ||
} | } | ||
@media | .ekatra-right-author { | ||
text-align: right !important; | |||
width: 100%; | |||
display: block; | |||
margin: 15px 0; | |||
} | |||
/*---------------------------10-06-2026----------------*/ | |||
/* Mobile - logged out users - show only Share icon */ | |||
@media screen and (max-width: 767px) { | |||
. | body:not(.mw-editable).skin-minerva #language-selector, | ||
body:not(.mw-editable).skin-minerva #minerva-download, | |||
body:not(.mw-editable).skin-minerva #page-actions-watch, | |||
body:not(.mw-editable).skin-minerva #page-actions-viewsource { | |||
display: none !important; | display: none !important; | ||
} | } | ||
} | } | ||
/* Mobile - logged out users - move Share icon to right */ | |||
@media screen and (max-width: 767px) { | |||
body:not(.mw-editable).skin-minerva #p-views.page-actions-menu__list.minerva-icon-only-menu { | |||
display: flex !important; | |||
justify-content: flex-end !important; | |||
width: 100% !important; | |||
} | |||
body:not(.mw-editable).skin-minerva #custom-share-li { | |||
margin-left: auto !important; | |||
} | |||
} | |||
/*--------------------------------11-06-2026----------------------------------*/ | |||
.ekatra-right-author { | |||
text-align: right !important; | |||
width: 100%; | |||
display: block; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
} | |||
.ekatra-right-author p { | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
line-height: 1.3 !important; | |||
} | |||
.poem .ekatra-right-author + br { | |||
display: none !important; | |||
} | |||
/* Hide empty paragraphs generated after right author blocks */ | |||
.ekatra-right-author + p:empty, | |||
.ekatra-right-author + p > br:only-child, | |||
.ekatra-right-author + p { | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
line-height: 0 !important; | |||
} | |||
/*----------------------------------22-06-2026----------------------------------*/ | |||
/* Mobile only - Force editor overlay visible */ | |||
@media screen and (max-width: 768px) { | |||
.mw-overlays-container .overlay.editor-overlay { | |||
opacity: 1 !important; | |||
background-color: #fff !important; | |||
} | |||
} | |||
/*----------------------------------25-06-2026-----------------------------------*/ | |||