dino/main/data/theme.css

377 lines
8.6 KiB
CSS

/**
* This theme file is applied after the operating system theme
* It provides sane defaults for things that are very Dino-specific.
*/
window.dino-main .dino-header-right {
background: @theme_base_color;
}
window.dino-main .dino-header-left {
background: @insensitive_bg_color;
}
window.dino-main headerbar.dino-left label.title {
opacity: 0;
font-size: 0;
color: transparent;
}
window.dino-main .dino-conversation {
background: @theme_base_color;
}
window.dino-main .dino-conversation undershoot,
window.dino-main .dino-conversation viewport /* Some themes set this */ {
background: none;
}
@keyframes highlight {
from { background: alpha(@warning_color, 0.5) }
to { background: transparent }
}
window.dino-main .dino-conversation .highlight-once {
animation-duration: 3s;
animation-timing-function: ease-out;
animation-iteration-count: 1;
animation-name: highlight;
}
window.dino-main .dino-conversation .message-box:hover {
background: alpha(@theme_fg_color, 0.04);
}
window.dino-main .unread-count-notify {
background-color: alpha(@theme_fg_color, 0.8);
color: @theme_base_color;
font-family: monospace;
border-radius: 999em;
padding: .2em .41em;
}
window.dino-main .unread-count-notify:backdrop {
background-color: alpha(@theme_unfocused_fg_color, 0.8);
color: @theme_unfocused_base_color;
}
window.dino-main .unread-count {
background-color: alpha(@theme_fg_color, 0.1);
color: @theme_fg_color;
font-family: monospace;
border-radius: 999em;
padding: .2em .41em;
}
window.dino-main .unread-count:backdrop {
background-color: alpha(@theme_unfocused_fg_color, 0.1);
color: @theme_unfocused_fg_color;
}
window.dino-main .dino-sidebar > frame {
background: @insensitive_bg_color;
border-left: 1px solid @borders;
border-bottom: 1px solid @borders;
}
.message-box {
transition: background .05s ease;
}
window.dino-main .circular-button {
padding: 0;
border-radius: 1000px;
}
window.dino-main .dino-conversation .message-box.edit-mode {
background: alpha(@theme_selected_bg_color, 0.1);
}
window.dino-main .dino-conversation .message-box.edit-mode:hover {
background: alpha(@theme_selected_bg_color, 0.12);
}
window.dino-main .dino-conversation .message-box.error {
background: alpha(@error_color, 0.1);
}
window.dino-main .dino-conversation .message-box.error:hover {
background: alpha(@error_color, 0.12);
}
window.dino-main .file-box-outer,
window.dino-main .call-box-outer {
background: @theme_base_color;
border-radius: 3px;
border: 1px solid alpha(@theme_fg_color, 0.1);
}
window.dino-main .file-box,
window.dino-main .call-box {
margin: 12px 16px 12px 12px;
}
window.dino-main .file-image-widget {
border: 1px solid alpha(@theme_fg_color, 0.1);
border-radius: 3px;
}
window.dino-main .file-image-widget .file-box-outer {
color: #eee;
background: rgba(0, 0, 0, 0.5);
}
window.dino-main .file-image-widget .file-box-outer button {
color: #eee;
background: transparent;
border: none;
box-shadow: none;
}
window.dino-main .file-image-widget .file-box-outer button:hover {
background: rgba(100, 100, 100, 0.5);
}
window.dino-main .call-box-outer.incoming {
border-color: alpha(@theme_selected_bg_color, 0.3);
}
window.dino-main .incoming-call-box {
background: alpha(@theme_selected_bg_color, 0.1);
}
window.dino-main .multiparty-participants {
border-top: 1px solid alpha(@theme_fg_color, 0.05);
background: alpha(@theme_fg_color, 0.04)
}
window.dino-main .dino-sidebar > frame.collapsed {
border-bottom: 1px solid @borders;
}
window.dino-main .dino-sidebar frame.auto-complete {
background: @theme_base_color;
}
window.dino-main .dino-sidebar frame.auto-complete list > row {
transition: none;
}
window.dino-main .dino-white-overlay {
background: @theme_base_color;
}
window.dino-main .dino-file-overlay {
border-radius: 5px;
border: 1px solid alpha(black, 0.2);
box-shadow: 0 2px 3px alpha(black, 0.1);
}
window.dino-main .dino-chatinput frame box {
background: transparent;
}
window.dino-main button.dino-attach-button {
min-width: 24px; /* Make button the same with as avatars */
}
window.dino-main button.dino-chatinput-button {
border: none;
background: transparent;
box-shadow: none;
min-height: 0;
padding: 7px 5px;
color: alpha(@theme_fg_color, 0.6);
outline: none;
}
window.dino-main button.dino-chatinput-button:hover {
color: @theme_selected_bg_color;
}
window.dino-main button.dino-chatinput-button:backdrop {
color: alpha(@theme_unfocused_fg_color, 0.6);
}
window.dino-main button.dino-chatinput-button:active,
window.dino-main button.dino-chatinput-button:checked {
color: alpha(@theme_selected_bg_color, 0.8);
}
window.dino-main button.dino-chatinput-button:checked:backdrop {
color: alpha(@theme_unfocused_selected_bg_color, 0.8);
}
.dino-chatinput,
.dino-chatinput textview,
.dino-chatinput textview text {
background-color: @theme_base_color;
}
/*Chat input warning*/
box.dino-input-warning frame border {
border-color: @warning_color;
}
box.dino-input-warning frame separator {
background-color: @warning_color;
border: none;
}
box.dino-input-warning label {
color: mix(@warning_color, @theme_fg_color, 0.5);
}
/*Chat input error*/
box.dino-input-error frame border {
border-color: @error_color;
}
box.dino-input-error frame separator {
background-color: @error_color;
border: none;
}
box.dino-input-error label {
color: @error_color;
}
@keyframes input-error-highlight {
0% { color: mix(@error_color, @theme_fg_color, 0.3);}
30% { color: @error_color; text-shadow: 0px 0px 2px alpha(@error_color, 0.4); }
100% { color: mix(@error_color, @theme_fg_color, 0.3); }
}
box.dino-input-error label.input-status-highlight-once {
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: 1;
animation-name: input-error-highlight;
}
/* Call window */
.dino-call-window decoration {
border-radius: 0;
}
.dino-call-window .titlebar {
min-height: 0;
}
.dino-call-window headerbar, .call-button {
box-shadow: none;
}
.dino-call-window button.call-button {
outline: 0;
border-radius: 1000px;
}
.dino-call-window button.white-button {
color: #1d1c1d;
background: rgba(255,255,255,0.85);
border: lightgrey;
}
.dino-call-window button.white-button:hover {
background: rgba(255,255,255,1);
}
.dino-call-window button.transparent-white-button {
color: white;
background: rgba(255,255,255,0.15);
border: none;
}
.dino-call-window button.transparent-white-button:hover {
background: rgba(255,255,255,0.25);
}
.dino-call-window button.call-mediadevice-settings-button {
border-radius: 1000px;
min-height: 0;
min-width: 0;
padding: 3px;
margin: 2px;
transition-duration: 0;
}
.dino-call-window button.call-mediadevice-settings-button:hover,
.dino-call-window button.call-mediadevice-settings-button:checked { /* Effect that makes the button slightly larger on hover :) */
border-radius: 1000px;
min-height: 0;
min-width: 0;
padding: 5px;
margin: 0;
}
.dino-call-window .participant-header-bar {
background: none;
border: none;
border-radius: 0;
color: #ededec;
text-shadow: 0 0 2px black;
}
.dino-call-window .call-header-background {
background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0));
border: 0;
border-radius: 0;
}
.dino-call-window .participant-header-bar button {
background: none;
}
.dino-call-window .participant-header-bar button:hover {
background: rgba(255,255,255,0.15);
border-color: rgba(255,255,255,0);
box-shadow: none;
}
.dino-call-window .participant-header-bar button image {
color: alpha(white, 0.7);
-gtk-icon-shadow: none;
}
.dino-call-window .participant-header-bar button:hover image {
color: white;
}
.dino-call-window .participant-header-bar button.unencrypted image {
color: @error_color;
}
.dino-call-window .call-bottom-bar {
background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3));
border: 0;
}
.dino-call-window {
background-color: #212121;
}
.dino-call-window .participant-name {
color: white;
text-shadow: black;
}
.dino-call-window .text-no-controls {
color: black;
background: white;
border-radius: 5px;
padding: 5px 10px;
}
.dino-call-window .own-video {
box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
}
.qrcode-container {
background: white; /* Color of the quiet zone. MUST have the same "reflectance" as light modules of the QR code. */
}