You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!DOCTYPE html>
|
|
|
|
<html class="cp pad">
|
|
|
|
<head>
|
|
|
|
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
|
|
|
<link rel="stylesheet" href="/bower_components/components-font-awesome/css/font-awesome.min.css">
|
|
|
|
<script src="/bower_components/jquery/dist/jquery.min.js"></script>
|
|
|
|
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.min.css">
|
|
|
|
<script async data-bootload="/pad2/main.js" data-main="/common/sframe-boot.js?ver=1.0" src="/bower_components/requirejs/require.js?ver=2.3.5"></script>
|
|
|
|
<script src="/bower_components/ckeditor/ckeditor.js"></script>
|
|
|
|
<style>
|
|
|
|
html, body {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
#cke_1_top {
|
|
|
|
overflow: visible;
|
|
|
|
padding: 0px;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
#cke_1_toolbox {
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
background-color: #c1e7ff;
|
|
|
|
}
|
|
|
|
#cke_1_toolbox .cke_toolbar {
|
|
|
|
height: 28px;
|
|
|
|
padding: 2px 0;
|
|
|
|
}
|
|
|
|
#cke_1_top .cryptpad-toolbar {
|
|
|
|
padding: 0;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.cke_wysiwyg_frame {
|
|
|
|
min-width: 60%;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body class="app-pad">
|
|
|
|
<textarea style="display:none" id="editor1" name="editor1"></textarea>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|