custom thelounge css
This commit is contained in:
parent
a9e1efd1fb
commit
54641f50f3
44
dbb-css/thelounge/thelounge.css
Normal file
44
dbb-css/thelounge/thelounge.css
Normal file
@ -0,0 +1,44 @@
|
||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/themes/thelounge/thelounge-base.css");
|
||||
|
||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/variables/plex.css");
|
||||
|
||||
#user-specified-css-input {
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
.not-secure-icon, .not-secure-tooltip{display: none;}
|
||||
|
||||
body {
|
||||
font-family: "Garamond";
|
||||
}
|
||||
|
||||
/*
|
||||
change cursor to regular when over the active channel
|
||||
*/
|
||||
#sidebar .chan.active {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#sidebar .networks {
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
#sidebar .network {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.channel-list-item {
|
||||
padding: 5px 15px;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
#chat .userlist {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#chat .self .content {
|
||||
color: orange;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user