/*
EditorFullscreen Gadget - CSS Styling
See detailed documentation in Dev/mediawiki
*/

#wikiEditor-ui-toolbar .editor-fullscreen {
  position: absolute;
  right: 105px;
  top: 0;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  color: #01ca0e;
}

#wikiEditor-ui-toolbar .editor-fullscreen .close-fullscreen { display: none; }

body.editform-fullscreen-active #wikiEditor-ui-toolbar .editor-fullscreen .close-fullscreen { display: inline; }
body.editform-fullscreen-active #wikiEditor-ui-toolbar .editor-fullscreen .open-fullscreen { display: none; }
body.editform-fullscreen-active #mw-navigation { display: none; }
body.editform-fullscreen-active .mw-header { display: none; }

body.editform-fullscreen-active #editform {
  position: fixed;
  left: 0;
  top: 0;
  width: calc( 100vw - 9px );
  height: 100vh;
  background: white; /* temporary bugfix für MediaWiki style bug 2025-04-21 */
}

body.editform-fullscreen-active #editpage-copywarn {
  display: none;
}

/*
[[Category:MultiWiki]]
*/
