-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirefoxtheme
More file actions
256 lines (208 loc) · 13 KB
/
firefoxtheme
File metadata and controls
256 lines (208 loc) · 13 KB
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
@namespace html url(http://www.w3.org/1999/xhtml);
@namespace xul url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/*
Author: Twily
Description: Minimal flat styled tabs for Australis
Compitability: Firefox Nightly v31.0a1 - v32.0a1 (Australis)
CSS Variables were introduced to Firefox in v29.0a1
Website: http://twily.info/
*/
:root {
/* TAB VARIABLES */
--bg-light: #D0D6E4; --bg-dark: #F0F4FA;
--fg-light: #606466; --fg-dark: #303438;
/*--tab-triangle-correction: -1px;*/
--tab-height: 36px; --tab-icon-size: 0px; --tab-strip-margin: -14px; --tab-overlap: -5px;
--tab-fonts: sans-serif; --tab-font-size: 11pt;
--tab-triangle: none; /* block | none */
/* URL VARIABLES */
--url-background: var(--bg-light); --url-color: var(--fg-dark);
--url-height: 24px; --url-right-margin: 5px;
--url-fonts: var(--tab-fonts); --url-font-size: 11pt;
--url-text-align: center; /* left | center | right */
--url-position: absolute; /* absolute == top (under tabs) || fixed == bottom of browser */
}
@-moz-document url(chrome://browser/content/browser.xul) {
/* URL-BAR */
#PanelUI-button, #bookmarks-menu-button, #downloads-button, #home-button, #stylish-toolbar-button, #abp-toolbarbutton,
#back-button, #forward-button, #identity-box, #urlbar-reload-button, #urlbar-stop-button, #urlbar-go-button, #notification-popup-box,
#new-tab-button, /*#alltabs-button, */#private-browsing-indicator, #search-container, /*#tabview-button,*/ #nav-bar-overflow-button { display: none !important; }
.tab-drop-indicator { margin-bottom: 0 !important; }
#nav-bar {
box-shadow: 1em 0 1em grey;
position: var(--url-position) !important; bottom: 0 !important;
width: 100% !important; height: var(--url-height) !important;
min-height: var(--url-height) !important; max-height: var(--url-height) !important;
margin: 0 0 0 0 !important;
/* --- Uncomment the line below to attach the url-bar to the tab-bar [EXPERIMENTAL] (Require a line in "#TabsToolbar" below) ---
position: fixed !important; top: 0 !important; left: 0 !important; width: 315px !important; max-width: 315px !important; z-index: 100 !important;*/
}
#nav-bar-customization-target { width: 100% !important; }
#urlbar-wrapper {
width: 100% !important; margin-top: -1px !important; /* adjust margin-top to ~ -5px if you experience gap */
position: absolute !important; top: 0 !important; left: 0 !important;
}
#urlbar {
border: none !important; border-radius: 0 !important;
margin: 0 0 0 0 !important; padding: 0 2px 0 9px !important;
height: var(--url-height) !important; min-height: var(--url-height) !important;
background: var(--url-background) !important; color: var(--url-color) !important;
font-family: var(--url-fonts) !important; font-size: var(--url-font-size) !important;
width: calc(100% + var(--url-right-margin)) !important; text-align: var(--url-text-align) !important;
}
/* --- Comment out the line below to make the url-bar visible ---
#nav-bar { width: 0 !important; height: 0 !important; overflow: hidden !important; position: fixed !important; left: -1px !important; top: -1px !important; visibility: hidden !important; }
/* TABS */
.tabbrowser-tab[fadein]:not([pinned]) { min-width: 100px !important; max-width: 180px /*100%*/ !important; }
tab {
font-family: var(--tab-fonts) !important;
min-height: var(--tab-height) !important; height: var(--tab-height) !important;
background: var(--bg-dark) !important; color: var(--fg-dark) !important;
font-size: var(--tab-font-size); text-shadow: none !important; text-align: center /* center | left */ !important;
/*padding: 10px -2px 10px -2px !important;*/
border-top-left-radius: 10px;
}
.tabbrowser-tabs:not([drag=detach]) > .tabbrowser-tab:not([pinned])[fadein] {
min-width: 30px !important;
max-width: 100% !important;
}
.tabbrowser-tab label { padding: 0 22px 0 22px !important; }
/*.tab-icon-image, .tab-icon-image:not([pinned]),*/
.tabs-newtab-button, .tab-close-button, .tab-close, .tab-throbber,
.tab-background-start, .tab-background-end { display: none !important; }
#tabbrowser-tabs .tabbrowser-tab[pinned] { width: 55px !important; }
#tabbrowser-tabs .tabbrowser-tab[pinned] label { display: none !important; }
#tabbrowser-tabs .tabbrowser-tab .tab-icon-image {
margin: 0 -10px 0 20px !important;
width: var(--tab-icon-size) !important; height: var(--tab-icon-size) !important;
}
.tabbrowser-tab *, .tabs-newtab-button * {
background: none !important; list-style-image: none !important;
margin: 0 0 0 0 !important; padding: 0 0 0 0 !important; -moz-appearance: none !important;
margin: 0px /* 1px */ !important;
}
#tabbrowser-tabs .tabbrowser-arrowscrollbox .box-inherit.scrollbox-innerbox { max-height: var(--tab-height) !important; }
.scrollbutton-up, .scrollbutton-down { border: none !important; }
#tabbrowser-tabs .tabbrowser-tab[pinned] .tab-stack { height: var(--tab-height) !important; width: 100% !important; }
/*#tabbrowser-tabs .tabbrowser-tab { margin: 0 -6px !important; }*/
.tabbrowser-tab[selected="true"] .tab-stack {
background: var(--bg-light) !important; color: var(--fg-light) !important;
border-radius: 0px !important; position: relative !important; margin: 0px /* 1px */ !important;
}
.tabbrowser-tab[selected="true"] {
box-shadow: 0 0 1em grey;
}
.tabbrowser-tab[selected="true"]:before { /* Left Triangle (of selected tab) */
display: var(--tab-triangle); content: '' !important; position: absolute !important; z-index: 2 !important;
top: 0 !important; left: var(--tab-overlap) !important; width: 0 !important; height: 0 !important;
border: none !important;/*
border-left: calc(var(--tab-height)/2) solid var(--bg-dark) !important;
border-top: calc((var(--tab-height)/2) - var(--tab-triangle-correction)) solid var(--bg-light) !important;*/
border-bottom: /*calc((var(--tab-height)/2) + var(--tab-triangle-correction))*/ 0px solid var(--bg-light) !important;
border-top: var(--tab-height) solid var(--bg-dark) !important;
border-right: calc(var(--tab-height)/2) solid var(--bg-light) !important;
}
.tabbrowser-tab[selected="true"]:after { /* Right Triangle (of selected tab) */
display: var(--tab-triangle); content: '' !important; position: absolute !important; z-index: 2 !important;
top: 0 !important; right: var(--tab-overlap) !important; width: 0 !important; height: 0 !important;
border: none !important;
border-right: calc(var(--tab-height)/2) solid var(--bg-dark) !important;
border-top: calc((var(--tab-height)/2) - var(--tab-triangle-correction)) solid var(--bg-light) !important;
border-bottom: /*calc((var(--tab-height)/2) + var(--tab-triangle-correction))*/ 0px solid var(--bg-light) !important;
border-top: var(--tab-height) solid var(--bg-dark) !important;
border-left: calc(var(--tab-height)/2) solid var(--bg-light) !important;
}
browser, #navigator-toolbox { -moz-appearance: none !important; background: transparent !important; }
#TabsToolbar, #tabbrowser-tabs {
-moz-appearance: none !important;
height: var(--tab-height) !important; min-height: var(--tab-height)!important;
margin-left: var(--tab-strip-margin) !important; margin-right: var(--tab-strip-margin) !important;
background: var(--bg-dark) !important;
/* --- Uncomment the line below to attach the url-bar to the tab-bar [EXPERIMENTAL] (Require a line in "#nav-bar" above) ---
margin-left: 150px !important;*/
}
#TabsToolbar::after { display: none !important; }
.tabbrowser-tab::before, .tabbrowser-tab::after { background: none !important; }
#navigator-toolbox::after { height: 2px !important; background: var(--bg-light) !important; }
#liberator-bottombar { border-top: 2px solid var(--bg-light) !important; }
/* MENUS */
menubar, menubutton, menulist, menu, menuitem { font-family: var(--tab-fonts) !important; font-size: var(--tab-font-size); height: var(--tab-height) !important; }
menuitem + menuseparator, menu + menuseparator, .menu-iconic-left { display: none !important; }
menuitem > label { margin-left: var(--tab-height) !important; }
/* HIDE ORANGE MENU BUTTON */
#appmenu-toolbar-button, #appmenu-button-container { display: none !important; }
/* HIDE STATUS BAR
#status-bar, #statusbar-display, statuspanel { display: none !important; }
/* PRIVATE BROWSING ICON HIDE */
#main-window[privatebrowsingmode=temporary] #private-browsing-indicator,
#main-window[privatebrowsingmode=temporary] #private-browsing-indicator-titlebar { display: none !important; }
#liberator-statusline:not([customizing="true"]) { margin: -2px -2px !important; padding: 0 0 !important; height: 24px !important; }
#liberator-statusline:not([customizing="true"]) :-moz-any(toolbarbutton) { height: 28px !important; }
#tabview-button { list-style-image: url(http://twily.info/img/tabview-button.png) /* 18x18 px image */ !important; -moz-image-region: rect(0, 0, 0, 0) !important; }
#tab-view-deck #tab-view { margin-top: 11px !important; }
#tab-view-deck { background: var(--bg-light) !important; }
}
/* Tab Group Page Style (Ctrl+Shift+E) */
@-moz-document url(chrome://browser/content/tabview.html) {
#content #bg, #actions, body { background: var(--bg-light) !important; }
body * { color: var(--fg-light) !important; }
body .groupItem, #content #actions, body .undo {
background: var(--bg-dark) !important;
border: 0 !important; border-radius: 0 !important; box-shadow: 0 0 0 0 !important;
}
#content #actions {
opacity: 0 !important; display: none !important; /* block | none */
transition: .3s ease-out !important;
}
#content #actions:hover { opacity: 1 !important; }
body .appTabTrayContainer { border: 0 !important; }
body .tab, body .tab .thumb {
box-shadow: 0 0 0 0 !important; border: 0 !important; border-radius: 0 !important;
background: transparent !important; padding : 0 !important;
}
body .tab .favicon { display: none !important; }
body .groupItem .name { border: 0 !important; }
body .tab .tab-title { padding-top: 2px !important; }
}
/* AGENT_SHEET */
@-moz-document url-prefix(http://), url-prefix(https://), url-prefix(chrome://liberator/) {
/* SCROLLBAR */
scrollbar[orient="vertical"], scrollbar thumb[orient="vertical"],
scrollbar[orient="horizontal"], scrollbar thumb[orient="horizontal"] {
display: none !important; /* none = hide || block = show */
}
/*scrollbar > slider { -moz-appearance: none !important; }
scrollbar[orient="vertical"] { margin: -3px -7px -3px -3px !important; }
scrollbar[orient='vertical'] > slider { background: #222326 !important; max-width: 5px !important; }
scrollbar[orient='vertical'] > slider > thumb {
-moz-appearance: none !important;
background: #9b79f7 !important; border: 0 !important;
width: 5px !important; max-width: 5px !important;
}
scrollbar[orient="horizontal"] { margin: -3px -3px -7px -3px !important; }
scrollbar[orient='horizontal'] > slider { background: #222326 !important; max-height: 5px !important; }
scrollbar[orient='horizontal'] > slider > thumb {
-moz-appearance: none !important;
background: #9b79f7 !important; border: 0 !important;
height: 5px !important; max-height: 5px !important;
}
scrollbar > scrollbarbutton { -moz-appearance: none !important; border: none !important; background: none !important; }
scrollbar[orient='vertical'] > scrollbarbutton { min-height: 0 !important; }
scrollbar[orient='horizontal'] > scrollbarbutton { min-width: 0 !important; }*/
}
/* background color around/behind pictures opened in firefox (require html namespace on top) */
@-moz-document regexp("(https?://|file:///)(.*)\\.(jpeg|jpg|gif|png|apng|svg|bmp|webm|webp)") {
body { background: var(--bg-light) !important; }
img.decoded { background: url(none) !important; }
}
/* About:Blank background */
@-moz-document url(about:blank) {
html,body { background: var(--bg-light) !important; }
}
@-moz-document regexp("about:stylish-edit.*") {
#main-area, textbox { background: var(--bg-light) !important; }
textbox, grid, columns, rows, separator { border: 0 !important; }
.devtools-toolbarbutton { background: var(--bg-dark) !important; color: var(--fg-light) !important; }
}
/*----- Fix for white flash on new tab -----*/
tabbrowser tabpanels, #appcontent > #content { background: var(--bg-light) !important; }