|
|
|
@ -278,7 +278,7 @@ a:hover{
|
|
|
|
|
|
|
|
|
|
#shell_03 {
|
|
|
|
|
position: absolute;
|
|
|
|
|
/*white-space: pre-wrap;*/
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
/*height: 350px;
|
|
|
|
|
width: 500px;*/
|
|
|
|
|
font-family: monospace;
|
|
|
|
@ -287,13 +287,13 @@ a:hover{
|
|
|
|
|
background: black;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
/*overflow: hidden;*/
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
/*-webkit-user-select: none;
|
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
-o-user-select: none;
|
|
|
|
|
-ms-user-select: none;
|
|
|
|
|
-khtml-user-select: none;
|
|
|
|
|
user-select: none;
|
|
|
|
|
user-select: none;*/
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -654,7 +654,6 @@ filter: invert(1);
|
|
|
|
|
#shell_03header{
|
|
|
|
|
padding: 5px;
|
|
|
|
|
cursor: move;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
background-color: white;
|
|
|
|
|
color: #fff;
|
|
|
|
|
z-index:2000;
|
|
|
|
@ -666,7 +665,6 @@ filter: invert(1);
|
|
|
|
|
#audio_05header{
|
|
|
|
|
padding: 10px;
|
|
|
|
|
cursor: move;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
background-color: grey;
|
|
|
|
|
color: #fff;
|
|
|
|
|
z-index:2000;
|
|
|
|
|