mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
28 lines
351 B
CSS
28 lines
351 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 : rgba(255, 255, 255, 0.1);
|
|
}
|
|
|
|
.media, video {
|
|
width: 100%;
|
|
}
|
|
|
|
audio {
|
|
margin-top: 10px;
|
|
}
|