2021-11-12 00:16:33 -08:00
|
|
|
:root {
|
|
|
|
/* Minimal Functional Fox variables*/
|
2021-07-28 23:44:53 -07:00
|
|
|
--mff-bg: #292f36;
|
|
|
|
--mff-icon-color: #e0fbfc;
|
|
|
|
--mff-nav-toolbar-padding: 8px;
|
|
|
|
--mff-sidebar-bg: var(--mff-bg);
|
|
|
|
--mff-sidebar-color: #e0fbfc;
|
|
|
|
--mff-tab-border-radius: 0px;
|
|
|
|
/* --mff-tab-color: #fefefa; */
|
|
|
|
--mff-tab-color: #ffffff;
|
|
|
|
--mff-tab-font-family: "Cantarell", sans;
|
|
|
|
--mff-tab-font-size: 11pt;
|
|
|
|
--mff-tab-font-weight: 400;
|
|
|
|
--mff-tab-height: 32px;
|
|
|
|
--mff-tab-pinned-bg: #70c1b3;
|
|
|
|
/* --mff-tab-selected-bg: #ee6c4d; */
|
|
|
|
--mff-tab-selected-bg: #99b679;
|
|
|
|
--mff-tab-soundplaying-bg: #9c89b8;
|
|
|
|
/* --mff-tab-soundplaying-bg: #55aebb; */
|
|
|
|
--mff-urlbar-color: #98c1d9;
|
|
|
|
--mff-urlbar-focused-color: #e0fbfc;
|
|
|
|
--mff-urlbar-font-family: "Cantarell", serif;
|
|
|
|
--mff-urlbar-font-size: 12pt;
|
|
|
|
--mff-urlbar-font-weight: 700;
|
|
|
|
--mff-urlbar-results-color: #e0fbfc;
|
|
|
|
--mff-urlbar-results-font-family: "mononoki Nerd Font", serif;
|
|
|
|
--mff-urlbar-results-font-size: 12pt;
|
|
|
|
--mff-urlbar-results-font-weight: 700;
|
|
|
|
--mff-urlbar-results-url-color: #98c1d9;
|
|
|
|
/* --mff-tab-selected-bg: linear-gradient(90deg, rgba(232,74,95,1) 0%, rgba(255,132,124,1) 50%, rgba(254,206,168,1) 100%); */
|
|
|
|
/* --mff-urlbar-font-weight: 600; */
|
|
|
|
|
|
|
|
/* Overriden Firefox variables*/
|
|
|
|
--autocomplete-popup-background: var(--mff-bg) !important;
|
|
|
|
--default-arrowpanel-background: var(--mff-bg) !important;
|
|
|
|
--default-arrowpanel-color: #fefefa !important;
|
|
|
|
--lwt-toolbarbutton-icon-fill: var(--mff-icon-color) !important;
|
|
|
|
--panel-disabled-color: #f9f9fa80;
|
|
|
|
--toolbar-bgcolor: var(--mff-bg) !important;
|
|
|
|
--urlbar-separator-color: transparent !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
_____ _ ___ ___
|
|
|
|
|_ _/_\ | _ ) __|
|
|
|
|
| |/ _ \| _ \__ \
|
|
|
|
|_/_/ \_\___/___/
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
.tab-background[selected="true"] {
|
|
|
|
background: var(--mff-tab-selected-bg) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-background:not[visuallyselected] {
|
|
|
|
background: var(--mff-tab-selected-bg) !important;
|
|
|
|
opacity: 0.5 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* This positions the tabs under the navaigator container */
|
|
|
|
#titlebar {
|
|
|
|
-moz-box-ordinal-group: 3 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-tab::after,
|
|
|
|
.tabbrowser-tab::before {
|
|
|
|
border-left: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-background {
|
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-arrowscrollbox {
|
|
|
|
margin-inline-start: 4px !important;
|
|
|
|
margin-inline-end: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-close-button {
|
2021-11-12 00:16:33 -08:00
|
|
|
display: none !important;
|
2021-07-28 23:44:53 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.tab-text {
|
|
|
|
font-family: var(--mff-tab-font-family);
|
|
|
|
font-weight: var(--mff-tab-font-weight);
|
|
|
|
font-size: var(--mff-tab-font-size) !important;
|
|
|
|
color: var(--mff-tab-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Hide the favicon for tabs */
|
|
|
|
hbox.tab-content .tab-icon-image {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Show the favicon for tabs that are pinned */
|
2021-11-12 00:16:33 -08:00
|
|
|
hbox.tab-content[pinned="true"] .tab-icon-image {
|
2021-07-28 23:44:53 -07:00
|
|
|
display: initial !important;
|
|
|
|
}
|
|
|
|
|
2021-11-12 00:16:33 -08:00
|
|
|
hbox.tab-content[pinned="true"] .tab-text {
|
2021-07-28 23:44:53 -07:00
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabbrowser-tabs {
|
|
|
|
--tab-loading-fill: #033433 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-label-container:not([textoverflow]) {
|
|
|
|
display: flex;
|
|
|
|
overflow: hidden;
|
|
|
|
justify-content: center;
|
2021-11-12 00:16:33 -08:00
|
|
|
width: 50% !important;
|
2021-07-28 23:44:53 -07:00
|
|
|
max-width: 50% !important;
|
|
|
|
min-width: 50% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* .tab-label-container::after {
|
|
|
|
content: "?" !important;
|
|
|
|
|
|
|
|
} */
|
|
|
|
|
|
|
|
.tab-line {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-tab {
|
|
|
|
border-radius: var(--mff-tab-border-radius) !important;
|
|
|
|
border-width: 0;
|
|
|
|
height: var(--mff-tab-height) !important;
|
|
|
|
margin-bottom: 4px !important;
|
|
|
|
margin-inline-end: 4px !important;
|
|
|
|
margin-top: 4px !important;
|
|
|
|
max-height: var(--mff-tab-height) !important;
|
|
|
|
min-height: var(--mff-tab-height) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabbrowser-tab[soundplaying="true"] {
|
|
|
|
background-color: var(--mff-tab-soundplaying-bg) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabs-newtab-button {
|
|
|
|
list-style-image: url("add.svg") !important;
|
|
|
|
opacity: 0.7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-icon-sound {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
_____ ___ ___ _ ___ _ ___
|
|
|
|
|_ _/ _ \ / _ \| | | _ ) /_\ | _ \
|
|
|
|
| || (_) | (_) | |__| _ \/ _ \| /
|
|
|
|
|_| \___/ \___/|____|___/_/ \_\_|_\
|
|
|
|
*/
|
|
|
|
|
|
|
|
.urlbar-icon > image {
|
|
|
|
fill: var(--mff-icon-color) !important;
|
|
|
|
color: var(--mff-icon-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolbarbutton-text {
|
2021-11-12 00:16:33 -08:00
|
|
|
color: var(--mff-icon-color) !important;
|
2021-07-28 23:44:53 -07:00
|
|
|
}
|
|
|
|
.urlbar-icon {
|
2021-11-12 00:16:33 -08:00
|
|
|
color: var(--mff-icon-color) !important;
|
2021-07-28 23:44:53 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.toolbarbutton-icon {
|
2021-11-12 00:16:33 -08:00
|
|
|
/* filter: drop-shadow(0 0 0.75rem crimson); */
|
2021-07-28 23:44:53 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-results {
|
|
|
|
font-family: var(--mff-urlbar-results-font-family);
|
|
|
|
font-weight: var(--mff-urlbar-results-font-weight);
|
|
|
|
font-size: var(--mff-urlbar-results-font-size) !important;
|
|
|
|
color: var(--mff-urlbar-results-color) !important;
|
|
|
|
}
|
|
|
|
|
2021-11-12 00:16:33 -08:00
|
|
|
.urlbarView-row[type="bookmark"] > span {
|
2021-07-28 23:44:53 -07:00
|
|
|
color: green !important;
|
|
|
|
}
|
|
|
|
|
2021-11-12 00:16:33 -08:00
|
|
|
.urlbarView-row[type="switchtab"] > span {
|
2021-07-28 23:44:53 -07:00
|
|
|
color: orange !important;
|
|
|
|
}
|
|
|
|
|
2021-11-12 00:16:33 -08:00
|
|
|
.urlbarView-url,
|
|
|
|
.search-panel-one-offs-container {
|
2021-07-28 23:44:53 -07:00
|
|
|
color: var(--mff-urlbar-results-url-color) !important;
|
|
|
|
font-family: var(--mff-urlbar-font-family);
|
|
|
|
font-weight: var(--mff-urlbar-results-font-weight);
|
|
|
|
font-size: var(--mff-urlbar-font-size) !important;
|
|
|
|
}
|
|
|
|
|
2021-11-12 00:16:33 -08:00
|
|
|
.urlbarView-favicon,
|
|
|
|
.urlbarView-type-icon {
|
2021-07-28 23:44:53 -07:00
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-input {
|
|
|
|
font-size: var(--mff-urlbar-font-size) !important;
|
|
|
|
color: var(--mff-urlbar-color) !important;
|
|
|
|
font-family: var(--mff-urlbar-font-family) !important;
|
2021-11-12 00:16:33 -08:00
|
|
|
font-weight: var(--mff-urlbar-font-weight) !important;
|
2021-07-28 23:44:53 -07:00
|
|
|
text-align: center !important;
|
|
|
|
}
|
|
|
|
|
2021-11-12 00:16:33 -08:00
|
|
|
#tracking-protection-icon-container,
|
|
|
|
#identity-box {
|
2021-07-28 23:44:53 -07:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2021-11-12 00:16:33 -08:00
|
|
|
#back-button > .toolbarbutton-icon {
|
2021-07-28 23:44:53 -07:00
|
|
|
--backbutton-background: transparent !important;
|
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#back-button {
|
|
|
|
list-style-image: url("left-arrow.svg") !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#forward-button {
|
|
|
|
list-style-image: url("right-arrow.svg") !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbar {
|
|
|
|
background-image: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-background {
|
2021-11-12 00:16:33 -08:00
|
|
|
opacity: 0.98 !important;
|
2021-07-28 23:44:53 -07:00
|
|
|
}
|
|
|
|
|
2021-11-12 00:16:33 -08:00
|
|
|
#navigator-toolbox,
|
|
|
|
toolbaritem {
|
2021-07-28 23:44:53 -07:00
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-background {
|
|
|
|
background-color: var(--mff-bg) !important;
|
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolbar-items {
|
|
|
|
background-color: var(--mff-bg) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar-search-container {
|
|
|
|
background-color: var(--mff-sidebar-bg) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
box.panel-arrowbox {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
box.panel-arrowcontent {
|
|
|
|
border-radius: 8px !important;
|
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
tab.tabbrowser-tab {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
tab.tabbrowser-tab:hover {
|
2021-11-12 00:16:33 -08:00
|
|
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
|
2021-07-28 23:44:53 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
image#star-button {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbar#nav-bar {
|
|
|
|
padding: var(--mff-nav-toolbar-padding) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbar#nav-bar {
|
|
|
|
padding: 4px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar {
|
|
|
|
max-width: 70% !important;
|
|
|
|
margin: 0 15% !important;
|
2021-11-12 00:16:33 -08:00
|
|
|
/* position: unset!important; */
|
2021-07-28 23:44:53 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-input:focus {
|
|
|
|
color: var(--mff-urlbar-focused-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.megabar[breakout-extend="true"]:not([open="true"]) > #urlbar-background {
|
|
|
|
box-shadow: none !important;
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbarbutton {
|
|
|
|
box-shadow: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
___ ___ ___ ___ ___ _ ___
|
|
|
|
/ __|_ _| \| __| _ ) /_\ | _ \
|
|
|
|
\__ \| || |) | _|| _ \/ _ \| /
|
|
|
|
|___/___|___/|___|___/_/ \_\_|_\
|
|
|
|
*/
|
|
|
|
|
2021-11-12 00:16:33 -08:00
|
|
|
.close-icon,
|
|
|
|
.urlbar-icon {
|
2021-07-28 23:44:53 -07:00
|
|
|
fill: var(--mff-icon-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-placesTree {
|
|
|
|
color: var(--mff-sidebar-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar-switcher-target {
|
2021-11-12 00:16:33 -08:00
|
|
|
/* color: white !important; */
|
2021-07-28 23:44:53 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar-box {
|
|
|
|
--sidebar-background-color: var(--mff-sidebar-bg) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
splitter#sidebar-splitter {
|
|
|
|
opacity: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
splitter#sidebar-splitter {
|
|
|
|
border: none !important;
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
image#sidebar-icon {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
_ ___ ___ _____ _____ _ _ _ ___ _
|
|
|
|
/_\ | _ \ _ \/ _ \ \ / / _ \/_\ | \| | __| |
|
|
|
|
/ _ \| / / (_) \ \/\/ /| _/ _ \| .` | _|| |__
|
|
|
|
/_/ \_\_|_\_|_\\___/ \_/\_/ |_|/_/ \_\_|\_|___|____|
|
|
|
|
*/
|
|
|
|
|
|
|
|
.panel-arrowcontent {
|
|
|
|
padding: 0px !important;
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbarseparator {
|
|
|
|
display: none;
|
|
|
|
}
|
2021-11-12 00:16:33 -08:00
|
|
|
|
|
|
|
#contentAreaContextMenu {
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|