You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.2 KiB
53 lines
1.2 KiB
|
|
#statuspanel { |
|
position: fixed; |
|
bottom: -1px; |
|
right: -1px; |
|
text-align: right; |
|
background-color: #282828; |
|
color: #fbf1c7; |
|
border: 1px solid #689d6a; |
|
} |
|
|
|
#statuspanel-inner { |
|
height: auto !important; |
|
margin-right: 0; |
|
} |
|
|
|
/* hides the url bar unless I hover over it */ |
|
#navigator-toolbox { |
|
margin-top: -82px; |
|
transition: 0.2s margin-top ease-out; |
|
border-bottom-width: 0; |
|
} |
|
#navigator-toolbox:hover { |
|
margin-top: 0; |
|
} |
|
|
|
|
|
#main-window[sizemode="maximized"] #content-deck { |
|
padding-top: 8px; |
|
} |
|
|
|
#titlebar, window, #main-window, #toolbar-menubar, #TabsToolbar, #PersonalToolbar, #navigator-toolbox{ |
|
background:transparent !important; |
|
-moz-appearance: none !important; |
|
} |
|
|
|
#main-window{ |
|
background-image: linear-gradient(30deg, rgba(239, 240, 241, 0.5), transparent, rgba(239, 240, 241, 0.5), transparent, rgba(239, 240, 241, 0.3)) !important; |
|
background-color: rgba(239, 240, 241, 0.6) !important; |
|
} |
|
|
|
#toolbar-menubar{ |
|
border-bottom: solid 0px #013 !important; |
|
background-color: var(--toolbar-bgcolor) !important; |
|
position: relative !important; |
|
filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.3)) !important; |
|
padding: 6px 0px 6px 0px !important; |
|
} |
|
|
|
#nav-bar{ |
|
background-color: #282828; |
|
opacity: 0.7; |
|
}
|
|
|