mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
28 lines
349 B
CSS
28 lines
349 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;
|
|
}
|