MediaWiki:Mobile.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 69: | Line 69: | ||
} | } | ||
/*------------------22-06-2026-----------------------*/ | /*------------------22-06-2026-----------------------*/ | ||
/* | /* FORCE editor overlay to cover page */ | ||
.mw-overlays-container, | |||
.overlay, | .overlay, | ||
.editor-overlay, | .editor-overlay, | ||
. | .overlay-content { | ||
position: fixed !important; | |||
top: 0 !important; | |||
left: 0 !important; | |||
background: # | right: 0 !important; | ||
bottom: 0 !important; | |||
background: #ffffff !important; | |||
opacity: 1 !important; | opacity: 1 !important; | ||
z-index: 99999 !important; | |||
} | } | ||
/* Editor | /* Editor area */ | ||
#wikitext-editor, | |||
.wikitext-editor { | |||
background: # | background: #ffffff !important; | ||
color: #000 !important; | |||
} | } | ||
/* Hide | /* Hide article while editor open */ | ||
. | .editor-overlay.visible ~ * { | ||
display: none !important; | |||
. | |||
} | } | ||