add missing cp class to more html

This commit is contained in:
ansuz
2016-12-28 10:45:14 +01:00
parent 46024853ec
commit 8f0de589dc
3 changed files with 11 additions and 52 deletions

View File

@@ -47,34 +47,6 @@
display: flex;
flex-flow: column;
}
#bar > button {
margin: 5px;
}
textarea{
width: 100%;
min-height: 90%;
display: block;
position: relative;
font-size: 25px;
background-color: #073642;
color: #DDD;
overflow-x: hidden;
/* disallow textarea resizes */
resize: none;
border: 0px;
}
textarea[disabled] {
background-color: #275662;
color: #637476;
}
#modal {
display: none;
}
#modal.shown {
display: block;
position: fixed;
@@ -87,11 +59,6 @@
width: 100%;
}
#content {
width: 90%;
margin: auto;
}
#content h1, h2, h3, h4, h5, h6 {
text-align: center;
}
@@ -103,20 +70,6 @@
h5 { font-size: 27px; }
h6 { font-size: 24px; }
#content p,
#content ul,
#content ol {
font-size: 26px;
}
#content img {
position: relative;
max-width: 90%;
max-height: 90%;
margin: auto;
}
html {
height: 100%;
}
.CodeMirror {
height: 100%;
}
@@ -135,9 +88,13 @@
<!-- <textarea></textarea>-->
<div id="cme_toolbox" class="toolbar-container"></div>
<textarea id="editor1" name="editor1"></textarea>
<div id="modal" class="cp slide">
<span class="cp slide">
<div id="modal">
<div id="content"></div>
</div>
</span>
<div id="nope"></div>
<div id="colorPicker_check"></div>
</body>