From 54641f50f37f56676fb69b8fc153cd18d91c09ae Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 30 Nov 2021 12:28:30 -0500 Subject: [PATCH] custom thelounge css --- dbb-css/thelounge/thelounge.css | 44 +++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 dbb-css/thelounge/thelounge.css diff --git a/dbb-css/thelounge/thelounge.css b/dbb-css/thelounge/thelounge.css new file mode 100644 index 00000000..e9cd9549 --- /dev/null +++ b/dbb-css/thelounge/thelounge.css @@ -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; +}