2015-02-02 15:01:33 +00:00
|
|
|
<!DOCTYPE html>
|
2017-09-04 13:09:54 +00:00
|
|
|
<html class="cp-app-noscroll">
|
2015-02-02 15:01:33 +00:00
|
|
|
<head>
|
|
|
|
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
2017-09-21 15:56:24 +00:00
|
|
|
<script async data-bootload="/pad/inner.js" data-main="/common/sframe-boot.js?ver=1.6" src="/bower_components/requirejs/require.js?ver=2.3.5"></script>
|
2016-10-13 12:24:44 +00:00
|
|
|
<style>
|
2017-01-12 02:02:34 +00:00
|
|
|
html, body {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
2016-10-13 12:24:44 +00:00
|
|
|
#cke_1_top {
|
|
|
|
overflow: visible;
|
2017-06-12 13:59:24 +00:00
|
|
|
padding: 0px;
|
2017-07-03 14:11:41 +00:00
|
|
|
display: flex;
|
2016-10-13 12:24:44 +00:00
|
|
|
}
|
|
|
|
#cke_1_toolbox {
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
2017-06-20 10:33:50 +00:00
|
|
|
background-color: #c1e7ff;
|
2017-06-12 13:59:24 +00:00
|
|
|
}
|
|
|
|
#cke_1_toolbox .cke_toolbar {
|
|
|
|
height: 28px;
|
|
|
|
padding: 2px 0;
|
2016-10-13 12:24:44 +00:00
|
|
|
}
|
|
|
|
#cke_1_top .cryptpad-toolbar {
|
2017-06-20 15:59:11 +00:00
|
|
|
padding: 0;
|
2017-06-27 12:25:02 +00:00
|
|
|
display: block;
|
2016-10-13 12:24:44 +00:00
|
|
|
}
|
2017-06-23 15:56:14 +00:00
|
|
|
.cke_wysiwyg_frame {
|
|
|
|
min-width: 60%;
|
|
|
|
}
|
2017-09-05 15:29:03 +00:00
|
|
|
|
|
|
|
|
2020-10-13 14:31:01 +00:00
|
|
|
@media print {
|
|
|
|
#cke_1_top {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
body.app-pad .userlist-drawer {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
}
|
2017-09-05 15:29:03 +00:00
|
|
|
|
2016-10-13 12:24:44 +00:00
|
|
|
</style>
|
2015-02-02 15:01:33 +00:00
|
|
|
</head>
|
2017-09-04 13:09:54 +00:00
|
|
|
<body class="cp-app-pad">
|
2020-04-21 14:07:04 +00:00
|
|
|
<div id="cp-app-pad-toolbar" class="cp-toolbar-container"></div>
|
|
|
|
<div id="cp-app-pad-editor">
|
2015-02-02 15:01:33 +00:00
|
|
|
<textarea style="display:none" id="editor1" name="editor1"></textarea>
|
2020-04-21 14:07:04 +00:00
|
|
|
</div>
|
2015-02-02 15:01:33 +00:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|