distribusi-verse: medium-tech web app content management system for the web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
.editareas {
|
|
|
|
margin: auto;
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-start;
|
|
|
|
}
|
|
|
|
.editarea {
|
|
|
|
width: 30%;
|
|
|
|
border: 3px solid #E0B0FF;
|
|
|
|
border-style: outset;
|
|
|
|
margin-right: 1em;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor {
|
|
|
|
min-width: 35%;
|
|
|
|
}
|
|
|
|
.editform {
|
|
|
|
width: 100%%;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
min-height: 250px;
|
|
|
|
background: #E0B0FF;
|
|
|
|
outline: none;
|
|
|
|
font-family: Courier, sans-serif;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
iframe {
|
|
|
|
bottom: 0;
|
|
|
|
position: relative;
|
|
|
|
margin-top: 1em;
|
|
|
|
width: 100%;
|
|
|
|
height: 30em;
|
|
|
|
}
|