Experimental communication tools (televex screen + televex print)
https://televex.vvvvvvaria.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
652 B
53 lines
652 B
body{
|
|
margin:2em;
|
|
}
|
|
div#print,
|
|
div#multifeeder,
|
|
div#webcam{
|
|
|
|
|
|
}
|
|
div#multifeeder div.multipost{
|
|
margin:1em 0;
|
|
}
|
|
div#webcam img{
|
|
width: 500px;
|
|
}
|
|
div.msg pre{
|
|
margin: 1em 0;
|
|
padding: 0;
|
|
font-size: 14px;
|
|
width: 400px;
|
|
word-break: break-word;
|
|
white-space: pre-wrap;
|
|
}
|
|
hr{
|
|
margin: 4em 0;
|
|
}
|
|
form{
|
|
display: inline-block;
|
|
}
|
|
textarea{
|
|
height: 600px;
|
|
border: 1px solid black;
|
|
}
|
|
textarea#normal{
|
|
line-height: 1.5;
|
|
}
|
|
textarea#big{
|
|
background-color: black;
|
|
color: white;
|
|
line-height: 1;
|
|
word-break: break-all;
|
|
}
|
|
|
|
@media only screen and (max-width: 600px) {
|
|
body {
|
|
background-color: lightblue;
|
|
}
|
|
|
|
textarea {
|
|
width: 100%;
|
|
height: 15em;
|
|
}
|
|
}
|
|
|