This repository has been archived by the owner on Dec 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
userChrome.css
95 lines (43 loc) · 2.06 KB
/
userChrome.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
/* / / // / / / / / / / /
/______ / / __ / _____ .. /. ___ ___ / / /
| \.--.-(ЖЖ)-----./ __/ ЖЖЖЖЖ \ \/ / / 5.3 /
| / | | . | _| ЖЖЖЖЖЖЖ / / 2019-2022
|__|\__\___._|__|__|__|__| J /__/\__\ / /
-- info and updates: github.com/1280px/rainfox --
To disable/enable some part of the style, add/remove "/* " before its @import. Example:
@import "userChromeReplaceEverythingWithPizza.css" [ ENABLED ]
/* @import "userChromeReplaceEverythingWithPizza.css" [ DISABLED ]
/* ### ### Configure Variables ### ### */
@import "userChromeVariables.css";
/* ### ### Elem Animations & Rounding ### ### */
@import "userChromeAnimations.css";
/* ### ### PhotonUI icons (.icon) ### ### */
@import "userChromeIcons.css";
/* ### ### Hide Bloaty/Useless Opts ### ### */
@import "userChromeOptHider.css";
/* ### ### Legacy Context Menus ### ### */
@import "userChromeContextMenus.css";
/* ### ### ArrowPanel Context Menus ### ### */
@import "userChromePanels.css";
/* ### ### Adaptive Downloads Panel ### ### */
@import "userChromeDownloads.css";
/* ### ### Photon-like Rounded Tabs ### ### */
@import "userChromeTabs.css";
/* ### ### Various Tabbar-rel Changes ### ### */
@import "userChromeTabbar.css";
/* ### Tab Container Line/Cover Control ### */
@import "userChromeTabContainers.css";
/* ### Hourglass Tabs Loading Animation ### */
@import "userChromeHourglassLoading.css";
/* ### Autohide Tab Names until Hovered ### */
/* @import "userChromeTabParanoia.css";
/* ### Centered Autohide Bookmark Toolbar ### */
@import "userChromeBookmarks.css";
/* ### ### Menubar Animation & Shadow ### ### */
@import "userChromeMenubar.css";
/* ### ### Navigation Btns Features ### ### */
@import "userChromeNavButtons.css";
/* ### ## Adaptive 'Customize...' Page ## ### */
@import "userChromePageCustomize.css";
/* ### ### Small URLbar Changes ### ### */
@import "userChromeURLbar.css";