body { background-color: black; color: white; } #document-add { background-image: url('static/document-add.svg'); border: 0; width: 30px; height: 30px; cursor: pointer; } #txts { position: absolute; top: 15; right: 0; font-size: 25px; } .chit { border: 1px solid black; position: absolute; } .txt { width: 90%; height: 90%; margin: 5%; overflow: auto; } .edit { position: absolute; background-image: url('static/edit.svg'); background-color: rgba(0, 0, 0, 0); border: 0; cursor: pointer; height: 25px; width: 25px; } .resize { position: absolute; background-image: url('static/resize.svg'); background-color: rgba(0, 0, 0, 0); cursor: pointer; height: 25px; width: 25px; bottom: 0; right: 0; } .delete { position: absolute; background-image: url('static/x.svg'); background-color: rgba(0, 0, 0, 0); cursor: pointer; height: 25px; width: 25px; top: 0; right: 0; } #tinymce { display: none; } .tinymce-footer { height: 40px; } #wysiwyg { position: absolute; top: 10%; left: 17%; width: 70vw; height: 50vh; } #tfp { height: 26px; line-height: 26px; } #save { background-image: url('static/save.svg'); border: 0; width: 24px; height: 24px; cursor: pointer; } #cancel { background-image: url('static/x.svg'); border: 0; width: 24px; height: 24px; cursor: pointer; }