abaddon/res/css/main.css

191 lines
3.0 KiB
CSS
Raw Normal View History

2020-09-03 05:54:40 +00:00
.embed {
2020-09-10 01:05:16 +00:00
border-radius: 5px;
padding: 10px;
2023-11-28 06:46:14 +00:00
background-color: rgba(0.0, 0.0, 0.0, 0.1);
2020-09-03 05:54:40 +00:00
}
2020-09-04 02:36:57 +00:00
.embed-footer {
2020-09-10 01:05:16 +00:00
margin-top: 5px;
font-size: 11px;
2020-09-04 02:36:57 +00:00
}
.embed-author {
2020-09-10 01:05:16 +00:00
margin-bottom: 10px;
font-size: 12px;
}
2020-09-30 04:12:38 +00:00
.message-attachment-box {
border: 1px solid #aaaaaa;
padding: 2px 5px 2px 5px;
}
2020-12-15 05:30:11 +00:00
.message-attachment-box label {
margin: 5px;
}
.status-indicator.dnd {
color: #982929;
}
.status-indicator.online {
color: #43B581;
}
.status-indicator.offline {
color: #808080;
}
.status-indicator.idle {
color: #FAA61A;
}
2023-11-28 06:46:14 +00:00
.message-input textview, .message-input textview text {
background-color: inherit;
}
2023-11-28 06:46:14 +00:00
.message-text, .message-text text {
background: inherit;
}
2023-11-28 06:46:14 +00:00
.message-input textview {
padding: 10px 5px;
2023-06-14 00:40:41 +00:00
}
2023-11-28 06:46:14 +00:00
.message-reply {
border-left: 2px solid gray;
padding-left: 10px;
padding-top: 6px;
padding-bottom: 6px;
opacity: 0.8;
}
2023-11-28 06:46:14 +00:00
.profile-main-container {
padding: 20px;
}
2023-11-28 06:46:14 +00:00
.profile-username {
margin-left: 10px;
font-size: 20px;
}
2023-11-28 06:46:14 +00:00
.profile-username-nondisplay {
margin-left: 10px;
}
2023-11-28 06:46:14 +00:00
.profile-switcher {
padding-top: 5px;
}
.profile-stack {
padding-top: 5px;
}
.profile-notes-label {
padding-top: 5px;
padding-bottom: 5px;
}
.profile-badges {
padding-left: 5px;
}
2023-11-28 06:46:14 +00:00
.profile-badge {
margin-right: 5px;
}
2023-11-28 06:46:14 +00:00
.profile-connections {
margin-top: 10px;
}
2022-05-16 03:38:10 +00:00
2023-11-28 06:46:14 +00:00
.profile-connection {
padding: 5px;
border-radius: 10px;
2023-12-05 02:44:35 +00:00
border: 1px solid @theme_fg_color;
2022-05-16 03:38:10 +00:00
}
2023-11-28 06:46:14 +00:00
.profile-connection-image {
padding-right: 5px;
2022-05-16 03:38:10 +00:00
}
2023-11-28 06:46:14 +00:00
.reaction-box {
padding: 2px 5px 2px 5px;
border-radius: 5px;
2023-12-05 02:23:37 +00:00
border: 1px solid @theme_fg_color;
2022-07-07 07:09:54 +00:00
}
2023-11-28 06:46:14 +00:00
.reaction-box.reacted {
border: 1px solid #5865f2;
2023-12-05 02:23:37 +00:00
background-color: alpha(@theme_selected_bg_color, 0.5);
2022-07-07 07:09:54 +00:00
}
2023-01-04 03:52:41 +00:00
2023-11-28 06:46:14 +00:00
.set-status-dialog .dialog-vbox {
2023-01-04 03:52:41 +00:00
padding: 5px;
}
2023-11-28 06:46:14 +00:00
.set-status-dialog .dialog-action-area {
margin: 10px 5px 5px 5px;
}
2023-12-01 07:00:08 +00:00
.voice-settings-window > box {
padding: 5px;
}
.voice-settings-window scale {
margin-right: 8px;
}
.message-input scrollbar.vertical slider {
min-height: 0px;
}
2023-12-24 01:48:50 +00:00
.message-text.pending {
color: alpha(currentColor, 0.5);
}
.message-text.failed {
color: red;
}
2024-02-02 07:00:32 +00:00
.guild-list-scroll > scrollbar {
border: none;
}
.guild-list-scroll > scrollbar slider {
border: none;
margin: 0px;
min-width: 0px;
min-height: 0px;
}
2024-05-21 06:15:45 +00:00
.classic-mention-overlay:selected {
color: @theme_selected_color;
background-color: @theme_selected_bg_color;
}
.channel-list .view:selected {
background-color: @theme_selected_bg_color;
}
2024-02-20 01:27:03 +00:00
.classic-guild-list > row {
padding-left: 0px;
box-shadow: none;
border: none;
outline: none;
}
.classic-guild-list > row:hover {
background: none;
}
.classic-guild-list-guild.has-unread {
background: radial-gradient(7px circle at left, @theme_selected_bg_color 50%, transparent 20%);
}
2024-05-21 06:15:45 +00:00
.classic-guild-list-folder.has-unread stack {
background: radial-gradient(7px circle at left, @theme_selected_bg_color 50%, transparent 20%);
}
2024-02-20 01:27:03 +00:00
.classic-guild-list-guild box, .classic-guild-list-folder stack {
padding-left: 10px;
}