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.
 
 
 
 

43 lines
533 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;
font-size: 72px;
line-height: 1;
word-break: break-all;
}