Sahli/editor-old-js/sahliedit.css

98 lines
1.5 KiB
CSS
Raw Normal View History

label, input, textarea{
display: block;
}
input, textarea {
width: 90%;
}
textarea {
height: 8em;
}
.colorbox {
border: 0;
padding: 0;
height: 2em;
}
pre {
font-family: 'TopazPlus a500a1000a2000','mOsOul',Monaco,monospace;
font-size: 16;
border: 2px inset #808080;
}
label {
font-size: 10;
2014-04-15 15:49:09 +03:00
}
div ul li{
list-style-type: none
}
2014-04-15 15:49:09 +03:00
#list {
border: 1px solid black;
2014-04-15 18:57:23 +03:00
}
2014-04-16 07:51:06 +03:00
#formica {
font-size: medium;
}
2014-04-15 18:57:23 +03:00
.entry {
margin: 0 3px 3px 3px;
padding: 0.4em;
padding-left: 1.5em;
width: 95%;
2014-04-15 18:57:23 +03:00
height: 18px;
border: 2px outset rgb(255,228,196);
background-color: rgb(245,245,220);
}
.righty {
float: right;
}
2014-04-15 18:57:23 +03:00
.entry span {
display: inline-block;
2014-04-16 07:51:06 +03:00
}
# this does not actually change anything because the design is set by
# the jquery-ui bit. Altering in the script does work. Here for reference.
.45box {
width: 45%;
display: inline-block;
}
div.groupbox p {
margin: .25 ex;
}
2014-08-06 17:24:27 +03:00
#dumparea {
position: absolute;
top: 1em;
padding: 1em;
margin: 1em;
width: 90%;
height: 90%;
background: floralwhite;
border: inset 2px royalblue;
}
#sahlioutput {
font-family: 'TopazPlus a500a1000a2000','mOsOul',Monaco,monospace;
font-size: 16;
background: aliceblue;
overflow-wrap: break-word;
word-wrap: break-word;
width: 100%;
height: 95%;
padding: 1ex;
border: inset 2px royalblue;
}
#closespan {
float: right;
margin: 0px 0px 1ex;
padding: 0px;
}