Place to store the code and config used for the next-Iterations live event. https://iterations.space/live/
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.
 
 
 
 

71 lines
965 B

*{
color:blue;
font-family:'unifont';
}
@font-face {
font-family: 'unifont';
src:
url('unifont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
body{
font-family:unifont;
}
#kiwi{
padding:3px;
}
li img{
display: none; /* hide kiwi */
}
.channel_tools{
display: inline-flex;
}
.initial{ /*hide kiwi*/
// display:none;
}
.server_details h1{
display:none;
}
.side_panel{
display:none;
}
.status{
font-size:20px;
padding:10px;
}
.initial_loader span{
display:none;
}
.fa-sign-out:before{
content:"";
}
.fa-users:before{
content:"";
}
textarea{
width:100%;
font-size:20px;
}
#kiwi.right-bar-toggle{
top:-70px;
left:-4em;
width:4em;
line-height:4em;
z-index:10;
background:blue;
border: 0px;
}
.app_tools{
display:none;
}