summaryrefslogtreecommitdiff
path: root/themes/Plata/xfce-notify-4.0/gtk.css
blob: 26acd3beba4c4743614dbb584f939b9028ca9acd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* This file is part of plata-theme Copyright (C) 2018-2020 Tista <tista.gma500@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. */
@keyframes ink-std { to { background-size: 800% 800%; } }

@keyframes ink-dec { to { background-size: 1000% 1000%; } }

#XfceNotifyWindow, #XfceNotifyWindow:hover { border-radius: 2px; border: 1px solid alpha(black, 0.15); color: #f5f5f5; background-color: alpha(#424242, 0.93); box-shadow: none; }

#XfceNotifyWindow box.vertical > label#summary { color: #f5f5f5; font-weight: 700; }

#XfceNotifyWindow box.vertical > label#body { color: alpha(#f5f5f5, 0.87); }

#XfceNotifyWindow buttonbox button { border: none; background-color: alpha(alpha(#9ea9e4, 0.87), 0); color: alpha(alpha(#9ea9e4, 0.87), 0.87); background-image: radial-gradient(circle farthest-corner at center, alpha(#9ea9e4, 0) 12.5%, transparent 0%); background-size: 800% 800%; background-repeat: no-repeat; background-position: center center; transition-property: opacity, border-color, border-image, background-color, background-size, background-image, box-shadow, -gtk-icon-transform; transition-timing-function: cubic-bezier(0, 0, 0.2, 1); transition-duration: 0.27s; font-weight: 500; }

#XfceNotifyWindow buttonbox button:hover { border: none; background-color: alpha(#9ea9e4, 0.12); color: #9ea9e4; }

#XfceNotifyWindow buttonbox button:active { border: none; background-color: alpha(#9ea9e4, 0.12); color: #9ea9e4; background-image: radial-gradient(circle farthest-corner at center, alpha(#9ea9e4, 0.12) 12.5%, transparent 0%); background-size: 0 0; transition-property: opacity, border-color, border-image, background-color, box-shadow, -gtk-icon-transform; transition-timing-function: cubic-bezier(0, 0, 0.2, 1); transition-duration: 0.27s; animation: ink-dec 0.27s cubic-bezier(0, 0, 0.2, 1) forwards; transition-delay: 0.03s; }

#XfceNotifyWindow buttonbox button:disabled { border: none; background-color: alpha(#f5f5f5, 0); color: alpha(#f5f5f5, 0.28); }

#XfceNotifyWindow buttonbox button:checked { border: none; background-color: alpha(#9ea9e4, 0.25); color: #9ea9e4; }

#XfceNotifyWindow buttonbox button:checked:disabled { border: none; background-color: alpha(#9ea9e4, 0.0336); color: alpha(#9ea9e4, 0.28); }

#XfceNotifyWindow progressbar { min-width: 4px; min-height: 4px; }

#XfceNotifyWindow progressbar trough { border-style: none; background-color: alpha(#7986cb, alpha(currentColor, 0.2)); box-shadow: none; }

#XfceNotifyWindow progressbar progress { border-style: none; border-radius: 0; background-image: none; background-color: #7986cb; }