mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
29 lines
342 B
CSS
29 lines
342 B
CSS
.view {
|
|
font-size: 16px;
|
|
white-space: pre;
|
|
height: 100%;
|
|
overflow: auto;
|
|
}
|
|
|
|
.view:focus {
|
|
outline: 0;
|
|
}
|
|
|
|
.view::selection {
|
|
text-shadow: none;
|
|
background: #b3d4fc;
|
|
}
|
|
|
|
.view-overlay {
|
|
display: block;
|
|
background: rgb(255 255 255 / 10%);
|
|
}
|
|
|
|
.media,
|
|
video {
|
|
width: 100%;
|
|
}
|
|
|
|
audio {
|
|
margin-top: 10px;
|
|
}
|