custom discord-style for kiwisdr. extremely ugly but I'm gonna fix it soon I SWEARRR
proxy.kiwisdr.com by yourfriendoss
Details
Authoryourfriendoss
LicenseMIT
Categorysdr, radio, whatever else i dont care cnat read jajajajaa
Created
Updated
Size1.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
fart
Source code
/* ==UserStyle==
@name proxy.kiwisdr.com
@version 20220128.16.38
@namespace userstyles.world/user/yourfriendoss
@description custom discord-style for kiwisdr. extremely ugly but I'm gonna fix it soon I SWEARRR
@author yourfriendoss
@license MIT
==/UserStyle== */
@-moz-document domain("proxy.kiwisdr.com") {
.class-panel {
background-color: #23272A;
}
.class-top-bar-parts {
background-color: #2C2F33;
}
#id-dx-container {
background-color: #2C2F33 !important;
}
.cl-dx-line {
background-color: #5865F2 !important;
top: 20px !important;
height: 50px!important;
}
.cl-dx-label {
background-color: #2C2F33 !important;
color: #5865F2;
border: 1px #404EED solid;
top: 20px!important;
}
#id-band-container {
height: 62px;
}
#id-band-canvas {
height: 0px;
width: 0px;
}
#id-dx-container {
height: 100px;
width: 100%;
top: 0px;
}
#id-rx-details-arrow {
visibility: hidden;
}
#id-scale-canvas {
background: none;
background-color: #23272A;
}
.w3-border {
border: none!important;
}
input[type=text] {
background-color: #23272A!important;
border: 1px #404EED solid!important;
border-radius: 20px;
color: #404EED!important;
outline: none;
padding: 5px!important;
}
.id-time-display-logo-text, .id-time-display-text-inner > * {
color: #404EED!important;
}
}