-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
exportedIBusTheme.css
128 lines (109 loc) · 3.66 KB
/
exportedIBusTheme.css
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
/*
Generated by IBus Theme Tools
Tool Author: Hollow Man <[email protected]>
Tool Source Code: https://github.com/openSUSE/IBus-Theme-Tools
Tool Licence: GPLv3
CSS Source File: /home/hollowman/.themes/Flat-Remix-Red/gnome-shell/gnome-shell.css
Recommend to use Customize IBus GNOME Shell Extension:
https://extensions.gnome.org/extension/4112/customize-ibus/
to change IBus theme by selecting this file.
If you make any changes to this content after applying this file in above extension,
for Customize IBus Extension before v68, please disable and then enable 'custom IME theme'
again to make the changes take effect.
Starting from v69, support stylesheets hot reload, CSS changes reflecting in real-time.
*/
.candidate-page-button:focus {
color: #5c616c;
text-shadow: 0 1px rgba(255, 255, 255, 0.3);
icon-shadow: 0 1px rgba(255, 255, 255, 0.3);
box-shadow: inset 0 0 0 2px rgba(236, 1, 1, 0.6); }
.candidate-page-button:hover {
color: #5c616c;
background-color: white;
border-color: #d1d1d1;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
text-shadow: 0 1px rgba(255, 255, 255, 0.3);
icon-shadow: 0 1px rgba(255, 255, 255, 0.3); }
.candidate-page-button:insensitive {
color: #aeb0b6;
border-color: #d9d9d9;
background-color: #fdfdfd;
box-shadow: none;
text-shadow: none;
icon-shadow: none; }
.candidate-page-button:active {
color: #5c616c;
background-color: #f7f7f7;
border-color: #d1d1d1;
text-shadow: none;
icon-shadow: none;
box-shadow: none; }
.candidate-index {
padding: 0 0.5em 0 0;
color: #454850; }
.candidate-box:selected, .candidate-box:hover {
background-color: #ec0101;
color: #ffffff; }
.candidate-page-button-box {
height: 2em; }
.vertical .candidate-page-button-box {
padding-top: 0.5em; }
.horizontal .candidate-page-button-box {
padding-left: 0.5em; }
.candidate-page-button-previous {
border-radius: 8px 0px 0px 8px;
border-right-width: 0; }
.candidate-page-button-next {
border-radius: 0px 8px 8px 0px; }
.candidate-page-button-icon {
icon-size: 1em; }
.candidate-box {
padding: 0.3em 0.5em 0.3em 0.5em;
border-radius: 8px; /* Fix candidate color */
color: #5c616c;
}
.candidate-popup-content {
padding: 0.5em;
spacing: 0.3em; /* Fix system IBus theme background inherited in replaced theme */
background: transparent;
/* Fix system IBus theme candidate window border inherited in replaced theme */
border: transparent;
/* Fix system IBus theme candidate box shadow inherited in replaced theme */
box-shadow: none;
/* Fix candidate color */
color: #5c616c;
}
.candidate-popup-boxpointer {
-arrow-border-radius: 12px;
-arrow-background-color: #ffffff;
-arrow-border-width: 1px;
-arrow-border-color: #d9d9d9;
-arrow-base: 24px;
-arrow-rise: 12px;
-arrow-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
-arrow-border-radius: 11px;
-arrow-background-color: #ffffff;
-arrow-border-width: 12px;
-arrow-border-color: transparent;
-arrow-base: 0;
-arrow-rise: 0;
-arrow-box-shadow: none;
margin: 0.45em;
background-color: rgba(255, 255, 255, 0.4);
box-shadow: 0 2px 4px -6px black;
border-radius: 14px; /* Fix black border at pointer when system theme is black */
border-image: none;
}
/* Unify system page button and IBus style page button */
.candidate-page-button {
border-style: solid;
border-width: 1px;
min-height: 22px;
padding: 3px 24px;
color: #5c616c;
background-color: white;
border-color: #d1d1d1;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
text-shadow: 0 1px rgba(255, 255, 255, 0.3);
icon-shadow: 0 1px rgba(255, 255, 255, 0.3); /* IBus style page button */
padding: 4px; }