summaryrefslogtreecommitdiff
path: root/src/resources/themes/elementary.css
blob: 4fb08b198e1eb093a0f2631e1a47fe7add6432bb (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
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
.floating-bar { background-color: @theme_base_color; border-width: 1px; border-style: solid solid none; border-color: @borders; border-radius: 3px 3px 0 0; }

.floating-bar.left { border-left-style: none; border-top-left-radius: 0; }

.floating-bar.right { border-right-style: none; border-top-right-radius: 0; }

.floating-bar:backdrop { background-color: @theme_unfocused_base_color; border-color: @unfocused_borders; }

#title-box-container { transition: background 200ms ease-out; }

.incognito-mode #title-box-container { background: -gtk-icontheme("user-not-tracked-symbolic") 16px 0/64px 64px no-repeat; }

.incognito-mode #title-box-container:backdrop { background-image: cross-fade(50% -gtk-icontheme("user-not-tracked-symbolic"), image(transparent)); }

.automation-mode headerbar { background-color: #ff9600; color: rgba(0, 0, 0, 0.35); }

.entry_icon_box { margin-left: 2px; margin-right: 5px; }

.entry_icon_box:dir(rtl) { margin-left: 5px; margin-right: 2px; }

.entry_icon { color: mix(@theme_fg_color, @theme_base_color, 0.2); margin: 0 4px; }

.entry_icon:hover { color: @theme_fg_color; }

.entry_icon:active { color: @theme_selected_bg_color; }

.entry_icon:backdrop { color: mix(@theme_unfocused_fg_color, @theme_unfocused_base_color, 0.2); }

.entry_icon.selected { color: @theme_selected_bg_color; }

.entry_icon.starred { color: orange; }

.bookmarks-row button { opacity: 0.25; }

.bookmarks-row:hover button { opacity: 1; }

.bookmark-tag-widget { padding-left: 8px; background-color: rgba(0, 0, 0, 0.1); border-radius: 3px; }

.bookmark-tag-widget label { padding-left: 8px; padding-right: 8px; }

.bookmark-tag-widget image, .bookmark-tag-widget label, .bookmark-tag-widget button:hover image { color: @theme_fg_color; }

.bookmark-tag-widget-selected { background-color: @theme_selected_bg_color; }

.bookmark-tag-widget-selected image, .bookmark-tag-widget-selected label, .bookmark-tag-widget-selected button:hover image { color: @theme_selected_fg_color; }

#fullscreen-popup { padding: 12px; border-radius: 18px; background: rgba(0, 0, 0, 0.65); color: white; }

.url_progress { border: none; background-color: transparent; background-image: none; padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 6px; }

.url_progress progress { background-color: @theme_selected_bg_color; background-image: none; border: none; min-height: 2px; }

.url_progress trough { border: none; background-color: transparent; background-image: none; }

.tab-attention { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color), to(transparent)); background-size: 6px 6px; background-repeat: no-repeat; background-position: center bottom; }

.tab-arrow-up-attention arrow.up { background-color: @theme_selected_bg_color; }

.tab-arrow-down-attention arrow.down { background-color: @theme_selected_bg_color; }

.page-menu-contents { margin-left: 12px; margin-right: 12px; margin-bottom: 12px; }

.search-entry-occurrences-tag { background: none; color: alpha(@theme_fg_color,0.5); box-shadow: none; border: none; margin: 2px; padding: 2px; }

.search-entry-occurrences-tag:backdrop { color: alpha(@theme_unfocused_fg_color,0.5); }

dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid { margin-left: 3px; }

dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid .title, dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid .subtitle { margin-left: 6px; }

.download_progress progress { min-height: 2px; }

.download_progress trough { min-width: 14px; }

.pages-list { background: none; }

.draggable.drag-icon { background: white; border: 1px solid black; }

.draggable.drag-row { color: gray; background: alpha(gray,0.2); }

fullscreenbox > flap > dimming, fullscreenbox > flap > outline, fullscreenbox > flap > border { min-height: 0; min-width: 0; background: none; }

fullscreenbox > flap > shadow { min-height: 9px; min-width: 9px; background: linear-gradient(to bottom, alpha(black,0.1), alpha(black,0)); }

.page-menu-contents { margin-left: 0px; margin-right: 0px; margin-bottom: 6px; }

.page-menu-zoom-box { margin-bottom: 6px; }

.url_entry { min-height: 16px; }

.entry_icon_box { margin-left: 3px; margin-right: 1px; }

.entry_icon_box:dir(rtl) { margin-left: 1px; margin-right: 3px; }

.entry_icon { margin: 0 3px; color: @internal_element_color; transition: all 200ms ease-in-out; -gtk-icon-palette: needs-attention @attention_color, success @LIME_500, warning shade(@BANANA_700, 1.25), error @error_color; }

.entry_icon:hover, .entry_icon:active { color: @text_color; }

.entry_icon:backdrop { color: @insensitive_color; }

.entry_icon.selected { color: @colorAccent; }

.entry_icon.starred { color: @BANANA_500; }

.main-notebook tab { min-width: 30px; }

dzlsuggestionpopover > revealer > box { margin: 12px; border: none; background: @theme_base_color; border-radius: 3px; box-shadow: 0 0 0 1px alpha(#000,0.2), 0 3px 6px alpha(#000,0.16), 0 3px 6px alpha(#000,0.23); }

dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row:selected .title { color: @theme_fg_color; }

.floating-bar { border: none; box-shadow: 0 1px 3px alpha(#000,0.12), 0 1px 2px alpha(#000,0.24); padding: 2px 0; margin: 6px; }

.floating-bar, .floating-bar:backdrop { background: alpha(#222,0.9); }

.floating-bar, .floating-bar.left, .floating-bar.right { border-radius: 3px; }

.floating-bar, .floating-bar label { color: #fff; text-shadow: 0 1px 2px alpha(#000,0.6); }

#title-box-container { color: @text_shadow_color; }

#title-box-container > clamp { color: @theme_fg_color; }

#title-box-container > clamp:backdrop { color: @theme_unfocused_fg_color; }

.bookmark-tag-widget image { -gtk-icon-shadow: none; }

.bookmark-tag-widget-selected { background-color: @colorAccent; }

.navigation-box button:not(:last-child) { margin-right: 6px; }

.download_progress { margin: 1px; }

.download_progress progress, .download_progress trough { border-radius: 999px; min-height: 3px; }

.download_progress progress { background: alpha(#fff,0.8); border: none; box-shadow: inset 1px 1px alpha(#000,0.1), inset -1px -1px alpha(#000,0.1); margin: 0px; }

.download_progress progress:backdrop { background: alpha(#fff,0.75); }

.download_progress trough { background: linear-gradient(to bottom, alpha(#222,0.85), alpha(#222,0.75)); border: 1px solid alpha(#222,0.95); box-shadow: none; }

.download_progress trough:backdrop { background: alpha(#333,0.4); border: 1px solid alpha(#333,0.45); }

.download_icon { -gtk-icon-transform: translateY(-2px); }