2018-02-08 05:30:55 +01:00
|
|
|
.d-editor-container {
|
|
|
|
display: flex;
|
|
|
|
flex-grow: 1;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.d-editor-overlay {
|
|
|
|
position: absolute;
|
|
|
|
background-color: black;
|
|
|
|
opacity: 0.8;
|
2021-04-12 08:35:15 +02:00
|
|
|
z-index: z("modal", "overlay");
|
2018-02-08 05:30:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.d-editor-modals {
|
|
|
|
position: absolute;
|
2021-04-12 08:35:15 +02:00
|
|
|
z-index: z("modal", "content");
|
2018-02-08 05:30:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.d-editor {
|
|
|
|
display: flex;
|
|
|
|
flex-grow: 1;
|
|
|
|
min-height: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.d-editor .d-editor-modal {
|
|
|
|
min-width: 400px;
|
|
|
|
position: absolute;
|
2020-08-19 06:41:20 +02:00
|
|
|
background-color: var(--secondary);
|
|
|
|
border: 1px solid var(--primary);
|
2018-02-08 05:30:55 +01:00
|
|
|
padding: 1em;
|
|
|
|
top: 25px;
|
|
|
|
|
2018-02-10 08:04:31 +01:00
|
|
|
@media screen and (max-width: 424px) {
|
|
|
|
min-width: 300px;
|
|
|
|
}
|
|
|
|
|
2018-02-08 05:30:55 +01:00
|
|
|
input {
|
|
|
|
width: 95%;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-10-02 02:33:01 +02:00
|
|
|
.wizard-field-composer .wmd-controls {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2022-03-16 12:33:34 +01:00
|
|
|
.wizard-field-composer.show-preview .d-editor-textarea-column {
|
2019-11-20 13:08:04 +01:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2018-02-08 05:30:55 +01:00
|
|
|
.d-editor-textarea-wrapper,
|
|
|
|
.d-editor-preview-wrapper {
|
2020-08-19 06:41:20 +02:00
|
|
|
background-color: var(--secondary);
|
|
|
|
border: 1px solid var(--primary-medium);
|
2018-02-08 05:30:55 +01:00
|
|
|
flex: 1;
|
2020-10-02 02:33:01 +02:00
|
|
|
max-width: unset;
|
2018-02-08 05:30:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.d-editor-textarea-wrapper {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.d-editor-preview-wrapper {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2020-10-05 03:32:14 +02:00
|
|
|
margin-left: 0;
|
2021-12-14 02:11:23 +01:00
|
|
|
overflow: auto;
|
|
|
|
cursor: default;
|
|
|
|
margin-top: unset;
|
|
|
|
padding-top: unset;
|
2018-02-08 05:30:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.d-editor-button-bar {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
border-bottom: none;
|
|
|
|
min-height: 30px;
|
|
|
|
padding-left: 3px;
|
2020-08-19 05:14:28 +02:00
|
|
|
border-bottom: 1px solid var(--primary-low);
|
2018-02-08 05:30:55 +01:00
|
|
|
|
|
|
|
button {
|
|
|
|
background-color: transparent;
|
2020-08-19 06:41:20 +02:00
|
|
|
color: var(--primary);
|
2018-02-08 05:30:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn:not(.no-text) {
|
|
|
|
font-size: 1.1487em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn.bold {
|
|
|
|
font-weight: bolder;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn.italic {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.d-editor-spacer {
|
|
|
|
width: 1px;
|
|
|
|
height: 20px;
|
|
|
|
margin: 0 5px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.d-editor-input,
|
|
|
|
.d-editor-preview {
|
|
|
|
box-sizing: border-box;
|
|
|
|
flex: 1 1 100%;
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
min-height: auto;
|
|
|
|
word-wrap: break-word;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
border-radius: 0;
|
|
|
|
&:focus {
|
|
|
|
box-shadow: none;
|
|
|
|
border: 0;
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.d-editor-input {
|
|
|
|
border: 0;
|
|
|
|
padding: 10px;
|
2021-01-27 07:13:09 +01:00
|
|
|
height: unset; // overrides core css
|
2018-02-08 05:30:55 +01:00
|
|
|
overflow-x: hidden;
|
|
|
|
resize: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.d-editor-preview {
|
|
|
|
height: auto;
|
2019-11-20 13:08:04 +01:00
|
|
|
padding: 10px;
|
2018-02-08 05:30:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.d-editor-plugin {
|
|
|
|
display: flex;
|
|
|
|
flex: 1 1;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.composing-whisper .d-editor-preview {
|
|
|
|
font-style: italic;
|
2020-08-19 06:41:20 +02:00
|
|
|
color: var(--primary) !important;
|
2018-02-08 05:30:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.d-editor-preview > *:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hide-preview .d-editor-preview-wrapper {
|
|
|
|
display: none;
|
|
|
|
flex: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
////
|
|
|
|
|
|
|
|
.d-editor {
|
2019-06-03 10:18:31 +02:00
|
|
|
min-height: 200px;
|
|
|
|
|
|
|
|
.d-editor-input {
|
|
|
|
resize: vertical;
|
|
|
|
flex: initial;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2019-11-20 13:08:04 +01:00
|
|
|
textarea {
|
|
|
|
min-height: calc(200px - 32px);
|
|
|
|
}
|
2018-02-08 05:30:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.d-editor-modal.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.d-editor-button-bar .btn {
|
|
|
|
border: none;
|
2020-10-02 02:33:01 +02:00
|
|
|
font-size: 0.9em;
|
2018-02-08 05:30:55 +01:00
|
|
|
}
|
2020-10-01 07:43:29 +02:00
|
|
|
|
|
|
|
.wizard-composer-upload {
|
|
|
|
display: none;
|
|
|
|
}
|
2020-10-01 15:48:20 +02:00
|
|
|
|
2020-10-02 02:33:01 +02:00
|
|
|
.wizard-composer-hyperlink {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2021-06-29 09:49:28 +02:00
|
|
|
background-color: rgba(var(--primary-rgb), 0.8);
|
2020-10-02 02:33:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.wizard-composer-hyperlink-contents {
|
2021-06-29 09:49:28 +02:00
|
|
|
background-color: var(--secondary);
|
2020-10-02 02:33:01 +02:00
|
|
|
padding: 20px;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-10-02 02:33:01 +02:00
|
|
|
h3 {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-10-02 02:33:01 +02:00
|
|
|
.composer-link-url,
|
|
|
|
.composer-link-name {
|
|
|
|
display: block;
|
|
|
|
min-width: 450px;
|
|
|
|
}
|
2020-10-01 15:48:20 +02:00
|
|
|
}
|
|
|
|
|
2021-04-12 08:35:15 +02:00
|
|
|
.hide-hyperlink-box,
|
|
|
|
.add-link {
|
2020-10-01 15:48:20 +02:00
|
|
|
display: inline;
|
|
|
|
}
|
2020-10-02 02:33:01 +02:00
|
|
|
|
|
|
|
#file-uploading {
|
|
|
|
position: absolute;
|
2021-02-18 04:57:16 +01:00
|
|
|
bottom: 1px;
|
|
|
|
right: 1px;
|
|
|
|
padding: 10px;
|
2021-06-29 09:49:28 +02:00
|
|
|
background-color: var(--secondary);
|
2020-10-02 02:33:01 +02:00
|
|
|
}
|
2021-01-19 07:51:37 +01:00
|
|
|
|
|
|
|
.bottom-bar {
|
|
|
|
display: flex;
|
2021-04-12 08:35:15 +02:00
|
|
|
justify-content: space-between;
|
2021-01-19 07:51:37 +01:00
|
|
|
margin-top: 20px;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2021-02-18 13:50:40 +01:00
|
|
|
|
|
|
|
// Markdown table styles for wizard composer preview
|
|
|
|
|
2021-07-12 13:35:05 +02:00
|
|
|
.cooked,
|
|
|
|
.d-editor-preview {
|
|
|
|
a.mention {
|
|
|
|
display: inline-block; // https://bugzilla.mozilla.org/show_bug.cgi?id=1656119
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 0.93em;
|
|
|
|
color: var(--primary-high-or-secondary-low);
|
|
|
|
padding: 0 4px 1px;
|
|
|
|
background: var(--primary-low);
|
|
|
|
border-radius: 8px;
|
2021-02-18 13:50:40 +01:00
|
|
|
}
|
|
|
|
|
2021-07-12 13:35:05 +02:00
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
|
|
|
tr {
|
|
|
|
border-bottom: 1px solid var(--primary-low);
|
|
|
|
&.highlighted {
|
|
|
|
animation: background-fade-highlight 2.5s ease-out;
|
|
|
|
}
|
2021-02-18 13:50:40 +01:00
|
|
|
}
|
|
|
|
|
2021-07-12 13:35:05 +02:00
|
|
|
thead {
|
|
|
|
th {
|
|
|
|
text-align: left;
|
|
|
|
padding: 0.5em;
|
|
|
|
font-weight: bold;
|
|
|
|
color: var(--primary);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
tbody {
|
|
|
|
border-top: 3px solid var(--primary-low);
|
|
|
|
}
|
2021-02-18 13:50:40 +01:00
|
|
|
|
2021-07-12 13:35:05 +02:00
|
|
|
td {
|
|
|
|
padding: 3px 3px 3px 0.5em;
|
|
|
|
}
|
2021-02-18 13:50:40 +01:00
|
|
|
}
|
|
|
|
}
|