{"version":3,"sources":["webpack://@rotdrop/nextcloud-app-dokuwiki/./style/doku-wiki.scss"],"names":[],"mappings":"AAsBA,yC,CACE,W,CACA,e,CAGF,uC,CACE,c,CACA,U,CACA,W,CAGF,kC,CACE,U,CACA,W,CAGF,oC,CACE,Q,CACA,e,CAGF,e,CACE,oB,CACA,W,CACA,c,CACA,e,CACA,a,CACA,S,CACA,qB,CAGF,c,CAaA,e,CAZE,U,CACA,mC,CACA,oB,CACE,iB,CACA,S,CAIJ,kC,CACE,W,CAGF,e,CACE,iB,CACA,O,CACA,Q,CACA,W,CACA,W,CACA,e,CACA,iB,CAEA,U,CACA,sB,CACI,S,CACA,iB,CAIN,yCACE,e,CACE,0BAKJ,8B,CACE,wB,CACA,uB,CACA,e,CACA,S,CAGF,iD,CAIE,a","file":"css/app-aeb7e25e3e845900a451.css","sourcesContent":["$dokuWikiAppName: dokuwiki;\n/**\n * DokuWiki -- Embed DokuWiki into NextCloud with SSO.\n *\n * @author Claus-Justus Heine\n * @copyright 2020, 2021, 2023 Claus-Justus Heine <himself@claus-justus-heine.de>\n *\n * DokuWikiEmbedded is free software: you can redistribute it and/or\n * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE\n * License as published by the Free Software Foundation; either\n * version 3 of the License, or (at your option) any later version.\n *\n * DokuWikiEmbedded is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * AFFERO GENERAL PUBLIC LICENSE for more details.\n *\n * You should have received a copy of the GNU Affero General Public\n * License along with DokuWikiEmbedded. If not, see\n * <http://www.gnu.org/licenses/>.\n */\n\n##{$dokuWikiAppName}FrameWrapper.#{$dokuWikiAppName}-fullscreen {\n  height: 100%;\n  overflow: hidden;\n}\n\n##{$dokuWikiAppName}_container.#{$dokuWikiAppName}-fullscreen {\n  position: fixed;\n  width: 100%;\n  height: 100%;\n}\n\n##{$dokuWikiAppName}_container.#{$dokuWikiAppName}-popup {\n  width: auto;\n  height: auto;\n}\n\n##{$dokuWikiAppName}FrameWrapper.#{$dokuWikiAppName}-popup {\n  height:0px;\n  overflow: hidden;\n}\n\n##{$dokuWikiAppName}_popup {\n  width:75em !important;\n  height:auto;\n  max-width:100%;\n  max-height:100%;\n  overflow: auto;\n  padding: 0;\n  box-sizing:border-box;\n}\n\n##{$dokuWikiAppName}Frame {\n  width: 100%;\n  transition: visibility 1s, opacity 1s;\n  &.faded {\n    visibility: hidden;\n    opacity:0;\n  }\n}\n\n##{$dokuWikiAppName}Frame.#{$dokuWikiAppName}-fullscreen {\n  height: 100%;\n}\n\n##{$dokuWikiAppName}Loader {\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  width: 128px;\n  height: 14px;\n  margin-top: -7px; /* Half the height */\n  margin-left: -64px; /* Half the width */\n  transition: visibility 1s, opacity 1s;\n  z-index: 10;\n  &.fading {\n      opacity: 0;\n      visibility: hidden;\n  }\n}\n\n@media only screen and (max-width: 768px) {\n  ##{$dokuWikiAppName}Loader {\n    position: fixed !important;\n  }\n}\n\n/* make popups scrollable in smaller viewports */\n.ui-dialog.#{$dokuWikiAppName}-page-popup {\n  max-height: 90% !important;\n  max-width: 90% !important;\n  overflow: hidden;\n  padding: 0;\n}\n\n.ui-dialog.#{$dokuWikiAppName}-page-popup .ui-dialog-content {\n  /* height has to be computed in order to attach the vertical\n   * scrollbar to the inner div.\n   */\n  overflow: auto;\n}\n"],"sourceRoot":""}