3a000cc8f0
FossilOrigin-Name: cd673444c1019f2c34abd2ed290ae9bb9d47090c27a750bf909f46e17526b881
66 lines
1.1 KiB
CSS
66 lines
1.1 KiB
CSS
*::-webkit-scrollbar {
|
|
width: 0.5em;
|
|
}
|
|
*::-webkit-scrollbar-track {
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
}
|
|
*::-webkit-scrollbar-thumb {
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
outline: 1px solid slategrey;
|
|
}
|
|
body {
|
|
background: #657B83;
|
|
color: #FDF6E3;
|
|
font-size: 14pt;
|
|
font-family: monospace;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.left,
|
|
.right {
|
|
float: left;
|
|
height: 100vp;
|
|
overflow: auto;
|
|
overflow-x: hidden;
|
|
height: 100%;
|
|
border-right: 1px solid #FDF6E3;
|
|
}
|
|
.left {
|
|
width: 49.5%;
|
|
}
|
|
.right {
|
|
width: 49.5%;
|
|
}
|
|
textarea,
|
|
iframe {
|
|
width: 100%;
|
|
height: 70%;
|
|
box-sizing: border-box;
|
|
/* For IE and modern versions of Chrome */
|
|
-moz-box-sizing: border-box;
|
|
/* For Firefox */
|
|
-webkit-box-sizing: border-box;
|
|
/* For Safari */
|
|
background: #657B83;
|
|
color: #FDF6E3;
|
|
font-size: 14pt;
|
|
border: 0px;
|
|
direction: ltr;
|
|
}
|
|
iframe {
|
|
height: 30%;
|
|
}
|
|
button {
|
|
color: #657B83;
|
|
background: #FDF6E3;
|
|
border: none;
|
|
font-size: 14pt;
|
|
}
|
|
xmp {
|
|
margin-left: 0.5em;
|
|
}
|
|
canvas {
|
|
width:100%;
|
|
height:auto;
|
|
}
|