70 lines
2.5 KiB
CSS
70 lines
2.5 KiB
CSS
#TabsToolbar {
|
|
display: none !important;
|
|
}
|
|
#navigator-toolbox {
|
|
border-bottom: none !important;
|
|
}
|
|
#sidebar-splitter {
|
|
display: none !important;
|
|
}
|
|
/* #sidebar-header is hidden by default, change "none" to "inherit" to restore it. */
|
|
#sidebar-header {
|
|
display: none !important;
|
|
}
|
|
:root {
|
|
/* --tabpanel-background-color: #1113174c !important;*/
|
|
--tabpanel-background-color: red !important;
|
|
--toolbar-bgcolor: #795f7c7f !important;
|
|
--toolbar-field-background-color: transparent !important;
|
|
--urlbar-box-bgcolor: transparent !important;
|
|
}
|
|
.urlbar-input-container {
|
|
text-align: center !important;
|
|
}
|
|
#tabbrowser-tabpanels {
|
|
margin: 10px !important;
|
|
margin-left: 10px !important;
|
|
/* background-color: red !important;*/
|
|
border-radius: 12px !important;
|
|
* { border-radius: 12px !important; }
|
|
}
|
|
#urlbar-searchmode-switcher {
|
|
display: none !important;
|
|
}
|
|
#sidebar-box {
|
|
background-color: transparent !important;
|
|
/* background-color: #1113174c !important;*/
|
|
margin: 10px !important;
|
|
margin-right: 0px !important;
|
|
border-radius: 10px !important;
|
|
/* background-color: red !important;*/
|
|
* {
|
|
border-radius: 10px !important;
|
|
/* background-color: red !important;*/
|
|
}
|
|
}
|
|
/*:root { --tabpanel-background-color: #11131700 !important; }*/
|
|
/*:root { --tabpanel-background-color: rgba(17,19,23,1) !important; }*/
|
|
|
|
/*************************************************************************************************************************************************************************************************************************************************************
|
|
|
|
"userChrome.css" is a custom CSS file that can be used to specify CSS style rules for Floorp's interface (NOT internal site) using "chrome" privileges.
|
|
For instance, if you want to hide the tab bar, you can use the following CSS rule:
|
|
|
|
**************************************
|
|
#TabsToolbar { *
|
|
display: none !important; *
|
|
} *
|
|
**************************************
|
|
|
|
NOTE: You can use the userChrome.css file without change preferences (about:config)
|
|
|
|
Quote: https://userChrome.org | https://github.com/topics/userchrome
|
|
|
|
************************************************************************************************************************************************************************************************************************************************************/
|
|
|
|
@charset "UTF-8";
|
|
@-moz-document url(chrome://browser/content/browser.xhtml) {
|
|
/* Please write your custom CSS under this line*/
|
|
|
|
}
|