2021-12-22 18:54:43 +00:00
|
|
|
/*
|
2022-02-24 00:59:37 +00:00
|
|
|
Title: Drannex42's FirefoxSidebar / Vertical Tabs
|
2022-03-16 02:16:47 +00:00
|
|
|
Description: Vertical tab design for Firefox with dynamic indentation::
|
|
|
|
Sideberry and TreeStyleTabs (Legacy) themes available!
|
2022-02-24 00:59:37 +00:00
|
|
|
Repository URL: https://github.com/drannex42/FirefoxSidebar
|
2022-04-18 03:36:38 +00:00
|
|
|
Version: 12022.04.17
|
2021-03-03 04:58:13 +00:00
|
|
|
*/
|
2021-03-03 05:06:19 +00:00
|
|
|
|
2022-03-16 02:16:47 +00:00
|
|
|
/*
|
2022-03-16 02:26:09 +00:00
|
|
|
Preferences / Settings ::
|
|
|
|
Use this file to set your preferences this will save them in one place for easier future updating
|
|
|
|
=========================================================================
|
2022-02-24 00:59:37 +00:00
|
|
|
*/
|
2021-03-03 05:03:35 +00:00
|
|
|
|
2022-03-16 02:16:47 +00:00
|
|
|
@import url("./prefs.css");
|
|
|
|
|
|
|
|
/* ========================================================================= */
|
|
|
|
|
2022-03-16 02:26:09 +00:00
|
|
|
/* Sidebar (Core) :: This file is for the sidebar implementation */
|
|
|
|
@import url("./extensions/sidebar.css");
|
2022-03-16 02:16:47 +00:00
|
|
|
|
|
|
|
/*
|
2022-03-16 02:26:09 +00:00
|
|
|
Extensions ::
|
|
|
|
To enable/disable specific extensions just comment/uncomment the line below.
|
|
|
|
=========================================================================
|
2022-03-16 02:16:47 +00:00
|
|
|
*/
|
|
|
|
|
2022-03-16 02:26:09 +00:00
|
|
|
/* CSD / Window Controls */
|
2023-10-13 18:34:30 +00:00
|
|
|
/* @import url("./extensions/window_controls.css"); */
|
|
|
|
|
2022-03-16 02:26:09 +00:00
|
|
|
/* Bookmark Arrows :: add a little arrow next to folders in bookmarks toolbar */
|
2023-10-13 18:42:27 +00:00
|
|
|
@import url("./extensions/bookmark_arrow.css");
|
2022-03-16 02:16:47 +00:00
|
|
|
|
2022-03-16 02:26:09 +00:00
|
|
|
/* Superbox Removal :: heavily customize superbox (flat look, colors, smaller entries,...) */
|
|
|
|
@import url("./extensions/superbox_removal.css");
|
2022-03-16 02:16:47 +00:00
|
|
|
|
2022-03-16 02:26:09 +00:00
|
|
|
/* Avatar Size :: change the avatar size for the Firefox Account to what makes sense */
|
2023-10-13 18:42:27 +00:00
|
|
|
@import url("./extensions/avatar_size.css");
|
2021-03-03 05:03:35 +00:00
|
|
|
|
2022-03-16 02:26:09 +00:00
|
|
|
/* fix sidebar switcher if bookmarks toolbar is hidden */
|
2023-10-13 18:42:27 +00:00
|
|
|
@import url("./extensions/fix_hidden_bookmarks.css");
|
2022-03-16 02:16:47 +00:00
|
|
|
|
2022-03-16 02:26:09 +00:00
|
|
|
/* hide sidebar switcher */
|
2023-10-13 18:42:27 +00:00
|
|
|
@import url("./extensions/hide_sidebar_switcher.css");
|
2022-03-16 02:16:47 +00:00
|
|
|
|
2022-03-16 02:26:09 +00:00
|
|
|
/* END EXTENSIONS ========================================================== */
|
2022-03-16 02:16:47 +00:00
|
|
|
|
|
|
|
/*
|
2022-03-16 02:26:09 +00:00
|
|
|
Themes ::
|
2022-03-16 02:16:47 +00:00
|
|
|
To enable/disable specific theme just comment/uncomment the line below.
|
|
|
|
Please enable only one theme at a time!
|
2022-03-16 02:26:09 +00:00
|
|
|
=========================================================================
|
2022-03-16 02:16:47 +00:00
|
|
|
*/
|
|
|
|
|
2022-03-16 02:26:09 +00:00
|
|
|
/* GTK Adwaita */
|
|
|
|
/* @import url("./themes/gtk_adwaita.css"); */
|
2022-03-16 02:16:47 +00:00
|
|
|
|
2022-03-16 02:26:09 +00:00
|
|
|
/* GTK Breeze */
|
|
|
|
/* @import url("./themes/gtk_breeze.css"); */
|
2022-03-16 02:16:47 +00:00
|
|
|
|
2022-03-16 02:26:09 +00:00
|
|
|
/* END THEMES ========================================================== */
|
2022-03-16 02:16:47 +00:00
|
|
|
|
|
|
|
/*
|
2022-03-16 02:26:09 +00:00
|
|
|
Custom tweaks ::
|
|
|
|
If you have any custom CSS for Firefox, place them in this file.
|
|
|
|
=========================================================================
|
2022-02-24 00:59:37 +00:00
|
|
|
*/
|
2021-03-03 05:03:35 +00:00
|
|
|
|
2022-03-16 02:26:09 +00:00
|
|
|
@import url("./custom.css");
|
2021-03-10 00:04:31 +00:00
|
|
|
|
2022-03-16 02:16:47 +00:00
|
|
|
/* ========================================================================= */
|
2022-11-21 16:47:32 +00:00
|
|
|
|
|
|
|
|
|
|
|
|