.CodeMirror { height: 100%; } .cm-link { color: #008cff !important; text-decoration: none !important; } .cm-link:hover, .cm-this-prop:hover { text-decoration: underline !important; } .CodeMirror.ctrl-pressed .cm-link:hover, .CodeMirror.ctrl-pressed .cm-this-prop:hover { cursor: pointer !important; } .CodeMirror .z8-locale { background-color: #89d4ff21; font-style: italic; } .right.mode-list { height: fit-content; } .right-header { padding: 8px 10px 0 10px; } .right-header.class-not-found { padding-top: 200px; display: flex; flex-direction: column; align-items: center; } .right-header.class-not-found > .class-not-found-text { font-size: 30px; text-align: center; margin-top: 30px; } .right-header.class-not-found > .class-not-found-image { background: url(/img/404.svg); background-size: cover; width: 256px; height: 256px; } .right-header > .right-header-top { display: flex; flex-direction: row; justify-content: space-between; padding-bottom: 7px; } .right-header > .right-header-top > .class-name { font-size: 24px; } .right-header > .right-header-top > .class-name > .class-icon { background: url(/img/jsfile.svg); width: 30px; height: 30px; background-size: cover; margin-right: 5px; display: inline-block; } .right-header > .right-header-top > .display-mode-buttons { display: flex; flex-direction: row; width: 58px; justify-content: space-between; } .right-header > .right-header-top > .display-mode-buttons > .display-mode-button { width: 24px; height: 24px; border: 1px solid #d1d1d1; border-radius: 5px; background-size: 18px; background-repeat: no-repeat; background-position: center; cursor: pointer; } .right-header > .right-header-top > .display-mode-buttons > .display-mode-button.selected, .right-header > .right-header-top > .display-mode-buttons > .display-mode-button:hover { background-color: #ffffff40; } .right-header > .right-header-top > .display-mode-buttons > .display-mode-button.mode-tabs { background-image: url(/img/fa-tabs.svg); } .right-header > .right-header-top > .display-mode-buttons > .display-mode-button.mode-list { background-image: url(/img/fa-bars.svg); } .right-header > .tabs { display: flex; flex-direction: row; border-bottom: 1px solid #d1d1d1; padding: 0 10px; user-select: none; } .right-header > .tabs > .tab { border: 1px solid #d1d1d1; border-bottom: 0; padding: 5px 10px; cursor: pointer; position: relative; } .right-header > .tabs > .tab > .filler { position: absolute; width: 100%; height: 1px; left: 0; background: #443f3b; bottom: -1px; } .right-header > .tabs > .tab:not(.selected):hover { background-color: #ffffff40; } .right-header > .tabs > .tab.selected { border-bottom: 0; } .right > .content { margin-left: 10px; border: 1px solid #d1d1d1; border-top: 0; width: calc(100% - 22px); } .right.mode-list > .content { border: 0; } .right:not(.mode-list) > .content > .content-tab-title { display: none; } .right > .content > .content-tab { display: none; position: relative; } .right.mode-list > .content > .content-tab, .right > .content > .content-tab.active { display: block; } .right.mode-list > .content > .content-tab { padding: 10px; } .right.mode-list > .content > .content-tab.empty { display: none !important; } .right.mode-list > .content > .content-tab:not(:last-child) { display: block; border-bottom: 1px solid #d1d1d1; } .right.mode-list > .content { padding-bottom: 20px; } .right.mode-list > .content > .content-tab#editor > .CodeMirror { border: 1px solid #d1d1d1; height: 1080px; } .right.mode-tabs > .content > .content-tab > .content-tab-title { display: none; } .right > .content > .content-tab#editor { height: calc(100% - 85px); } .right:not(.mode-list) > .content > .content-tab:not(#editor) { height: calc(100% - 105px); overflow-y: auto; padding: 10px; } .right.mode-list > .right-header > .tabs { display: none; } .right > .content > .content-tab > .properties-header { display: flex; align-items: center; font-size: 20px; user-select: none; cursor: pointer; margin-bottom: 10px; } .right > .content > .content-tab > .properties-header > .properties-header-collapsed-icon { background: url(/img/chevron.svg); transform: rotate(90deg); width: 20px; height: 20px; background-size: cover; margin-right: 5px; display: inline-block; transition: transform 0.2s ease-in-out; } .right > .content > .content-tab > .properties-header.collapsed > .properties-header-collapsed-icon { transform: rotate(0deg); } .right > .content > .content-tab > .properties-list { padding-left: 20px; } .right > .content > .content-tab > .properties-list > .property-item.highlighted { transition: background-color 1s ease-in-out; } .right > .content > .content-tab > .properties-list > .property-item.highlighted.white { background-color: #ffffff8a; } .right > .content > .content-tab > .properties-list > .property-item { margin-bottom: 15px; padding: 10px; border: 1px solid #d1d1d1; background-color: #00000020; border-radius: 8px; cursor: pointer; user-select: none; position: relative; } .right > .content > .content-tab > .properties-list > .property-item:hover { background-color: #00000040; } .right > .content > .content-tab > .properties-list > .property-item > div:not(:last-child) { margin-bottom: 8px; } .right > .content > .content-tab > .properties-list > .property-item > .property-item-name > .property-item-name-span, .right > .content > .content-tab > .properties-list > .property-item > .property-item-type > .property-item-type-span, .right > .content > .content-tab > .properties-list > .property-item > .property-item-default-value > .property-item-default-value-span { font-family: monospace; background-color: #00000090; padding: 2px 5px; cursor: default; } .right > .content > .content-tab > .properties-list > .property-item > .property-item-default-value > .property-item-default-value-span { word-wrap: break-word; } .right > .content > .content-tab > .properties-list > .property-item > .property-item-nearest-parent > .property-item-nearest-parent-span { text-decoration: underline; cursor: pointer; } .right > .content > .content-tab > .properties-list > .property-item > .property-item-nearest-parent > .property-item-nearest-parent-span:hover { background-color: #00000090; } .right > .content > .content-tab > .properties-list > .property-item > .property-item-saving-filler { display: none; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto !important; background-color: #ffffff40; background-image: url(/img/loading.svg); background-size: 50px; background-repeat: no-repeat; background-position: center; z-index: 2; } .right > .content > .content-tab > .properties-list > .property-item.saving > .property-item-saving-filler { display: block; } .right > .content > .content-tab > .properties-list > .property-item > .property-item-comment > .property-item-comment-input, .right > .content > .content-tab > .properties-list > .property-item > .property-item-comment > .property-item-comment-static { width: 100%; padding: 10px; min-height: 100px; border: 1px solid #d1d1d1; background-color: #0000; resize: none; font-style: italic; border-radius: 4px; outline: none; font-family: 'Play'; font-size: 16px; color: #d1d1d1; } .right > .content > .content-tab > .properties-list > .property-item > .property-item-comment > .property-item-comment-input { min-height: 122px; } .right > .content > .content-tab > .properties-list > .property-item > .property-item-comment > .property-item-comment-static { width: auto; max-height: 400px; overflow: auto; } .right > .content > .content-tab > .properties-list > .property-item > .property-item-comment > .property-item-comment-static pre { border-left: 2px solid #777; padding-left: 8px; background-color: rgba(0, 0, 0, 0.2); margin: 0; } .right > .content > .content-tab > .properties-list > .property-item > .property-item-comment > .property-item-comment-static a:hover { background-color: #ffffff40; } .right > .content > .content-tab > .properties-list > .property-item > .property-item-comment > .property-item-comment-static:after { content: '\2060'; } .right > .content > .content-tab > .properties-list > .property-item > .property-item-comment > .property-item-comment-static.empty { color: #999; } .right > .content > .content-tab > .properties-list > .property-item > .property-item-comment > .property-item-comment-date { margin-top: 15px; height: 25px; } .right > .content > .content-tab > .properties-list > .property-item > .property-item-comment > .property-item-comment-button { width: 50px; text-align: center; border: 1px solid #d1d1d1; position: absolute; bottom: 18px; right: 18px; border-radius: 5px; padding: 3px 0; cursor: pointer; } .right > .content > .content-tab > .properties-list > .property-item > .property-item-comment > .property-item-comment-button:hover { background-color: #ffffff40; } /* Full Source Prompt >>> */ .right > .content > .content-tab#editor > .full-source-prompt { position: absolute; opacity: 0.2; top: 20px; right: 20px; width: 250px; display: flex; flex-direction: column; align-items: flex-end; border: 1px solid #d1d1d1; padding: 10px; background: #1a1a1a; user-select: none; } .right.mode-list > .content > .content-tab#editor > .full-source-prompt { top: 80px; right: 25px; } .right > .content > .content-tab#editor > .full-source-prompt:hover { opacity: 0.95; } .right > .content > .content-tab#editor > .full-source-prompt > .full-source-prompt-button { padding: 5px 10px; border: 1px solid #d1d1d1; cursor: pointer; width: fit-content; border-radius: 5px; } .right > .content > .content-tab#editor > .full-source-prompt > .full-source-prompt-button:hover { background-color: #ffffff40; } /* <<< Full Source Prompt */ /* Class items with indentation >>> */ .right > .content > .content-tab .class-item.indent > .class-icon { position: relative; } .right > .content > .content-tab .class-item.indent:not(:first-child) > .class-icon:before { content: '↳'; position: absolute; left: -10px; } .right > .content > .content-tab .class-item.indent > .spacing { display: inline-block; } /* <<< Class items with indentation */