{"version":3,"sources":["webpack://@rotdrop/nextcloud-app-dokuwiki/./style/doku-wiki.scss","webpack://@rotdrop/nextcloud-app-dokuwiki/./style/doku-wiki-popup.scss","webpack://@rotdrop/nextcloud-app-dokuwiki/./style/error-dialogs.scss","webpack://@rotdrop/nextcloud-app-dokuwiki/./style/dialogs.scss"],"names":[],"mappings":"AAsBA,yC,CACE,W,CACA,e,CAGF,uC,CACE,c,CACA,U,CACA,W,CAuBF,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,CC7CE,wB,CACA,uB,CACA,e,CACA,S,CC3BA,0B,CAAA,yB,CAAA,iC,CAKE,a,CAEA,U,CACA,Y,CACA,c,CACA,a,CAVF,gC,CAAA,yB,CAKE,a,CAEA,U,CACA,Y,CAEA,a,CAVF,gC,CASE,c,CAKF,yB,CA8CE,8B,CA9CF,yB,CAEE,e,CAGF,yB,CACE,c,CAGF,yB,CACE,c,CACA,U,CACA,iB,CASA,gC,CACE,a,CACA,e,CACA,S,CACA,e,CAGF,iC,CAKE,e,CAkBA,0C,CArBA,yC,CACE,a,CAkBJ,kC,CArBA,iC,CAsBE,Y,CAIA,U,CACA,Y,CACA,c,CACA,a,CAGA,iD,CAAA,gD,CAAA,gD,CAAA,gD,CACE,c,CAEF,mD,CACE,S,CACA,e,CAMN,mB,CAMA,yB,CALE,e,CACA,yB,CACA,mB,CAGF,yB,CAEE,iB,CAKF,6B,CACE,iB,CACA,e,CACA,S,CACA,c,CACA,c,CAIJ,2C,CACE,uB,CACA,oB,CCvGE,4C,CACE,4B,CAGF,qC,CACE,U,CACA,kB,CACA,e,CAGF,yC,CACE,oB,CAGF,wC,CACE,kB,CACA,4B,CACA,wB,CAMA,0C,CAAA,4C,CAAA,wC,CAAA,0C,CAAA,gC,CAAA,kC,CACE,c,CF5BR,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,CAWF,iD,CAIE,a","file":"css/popup-cbf5df3e99d3a523a58e.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","$dokuWikiAppName: dokuwiki;\n/**\n * DokuWikiEmbedded -- 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}_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/* 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","/**\n * @copyright Copyright (c) 2022 Claus-Justus Heine <himself@claus-justus-heine.de>\n * @author Claus-Justus Heine <himself@claus-justus-heine.de>\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program 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\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n.error {\n  &.missing,\n  &.syntax.contents,\n  &.contents,\n  &.general,\n  &.debug.contents {\n    display:block;\n    /* font-weight:bold;*/\n    color:blue;\n    margin:0 2em 0 2em;\n    max-width:100%;\n    overflow:auto;\n    /* white-space:nowrap; */\n  }\n\n  &.caption,\n  &.heading {\n    font-weight:bold;\n  }\n\n  &.general {\n    max-width:60em;\n  }\n\n  &.caption {\n    font-size:110%;\n    color:blue;\n    font-style:italic;\n  }\n\n  &.debug.contents p {\n    /* white-space:nowrap;   */\n  }\n\n  &.exception {\n\n    &.name {\n      display:block;\n      font-weight:bold;\n      color:red;\n      margin-left:2em;\n    }\n\n    &.trace {\n      display:none;\n      &.visible {\n        display: block;\n      }\n      font-weight:bold;\n      color:blue;\n      margin: 0 2em 0 2em;\n      max-width:100%;\n      overflow:auto;\n      /* white-space:nowrap; */\n    }\n\n    &.trace p {\n      /* white-space:nowrap; */\n    }\n\n    /* Exception extracted from Nextcloud HTML response */\n    h3 {\n      font-weight:bold;\n    }\n    .trace {\n      display:none;\n      &.visible {\n        display: block;\n      }\n      color:blue;\n      margin: 0 2em 0 2em;\n      max-width:100%;\n      overflow:auto;\n    }\n    ul.technical li {\n      &.class, &.code, &.file, &.line {\n        display:inline;\n      }\n      &.message {\n        color:red;\n        font-weight:bold;\n      }\n    }\n\n  }\n\n  a {\n    font-weight:bold;\n    text-decoration:underline;\n    color:red !important;\n  }\n\n  a:hover {\n    font-weight:bold;\n    font-style:italic;\n    text-decoration:underline;\n    color:red !important;\n  }\n\n  &.specialrole {\n    text-align:center;\n    font-weight:bold;\n    color:red;\n    font-size:200%;\n    margin-top:2em;\n  }\n}\n\n.#{$dokuWikiAppName}.error-page .error-wide {\n  margin-left: 0px !important;\n  width:auto!important;\n}\n","$dokuWikiAppName: dokuwiki;\n/**\n * @copyright Copyright (c) 2022, 2023, 2023 Claus-Justus Heine <himself@claus-justus-heine.de>\n * @author Claus-Justus Heine <himself@claus-justus-heine.de>\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program 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\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n.oc-dialog {\n\n  @import 'error-dialogs.scss';\n\n  &.maximize-width {\n    .oc-dialog-content {\n      max-width:calc(100vw - 20px);\n    }\n\n    .error-wide {\n      width: auto;\n      white-space: nowrap;\n      max-width: unset;\n    }\n\n    .error-wide pre {\n      white-space:pre-wrap;\n    }\n\n    .error-wide li {\n      white-space:normal;\n      max-width:calc(100vw - 20px);\n      width:calc(100vw - 60px);\n    }\n  }\n\n  .exception.error {\n    &.name, ul.technical, .trace.visible {\n      &, * {\n        cursor:pointer;\n      }\n    }\n  }\n}\n"],"sourceRoot":""}