Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
- /* tab & url bar font */
- window {
- font-family: Segoe UI !important;
- font-size: 9pt !important;
- margin: -1px !important
- }
- /* transparency */
- #TabsToolbar, #main-menubar, #tab-view-deck, #navigator-toolbox > toolbar, #browser-bottombox, findbar {
- background: transparent !important
- }
- /* menu bar */
- #main-window menubar > menu {
- -moz-appearance: none !important;
- border: 0 !important;
- color: rgba(55,55,55,0.7) !important;
- font-family: Segoe UI !important;
- font-size: 10px !important;
- font-weight: 400 !important;
- max-height: 12px !important;
- text-shadow: 1px 1px 1px rgba(0,0,0,.15) !important;
- transition: color .15s ease-in-out
- }
- #main-window menubar:hover > menu {
- color: rgba(255,255,255,0.9) !important
- }
- #main-window menubar menu:hover, #main-window menubar menu:focus {
- background-color: rgba(0,0,0,.1) !important
- }
- #main-window #toolbar-menubar {
- max-height: 14px !important;
- min-height: 12px !important
- }
- /* urlbar */
- #urlbar {
- text-shadow: 0 0 3px rgba(205,205,205,0.5) !important
- }
- #searchbar {
- opacity: .7 !important
- }
- /* bars */
- #urlbar {
- background-color: rgba(255,255,255,0.6) !important
- }
- /* separator */
- #ctr_puib_separator {
- display: none !important
- }
- /* flash nag */
- notification[value="plugin-hidden"] {
- display: none !important
- }
- /* de-australis tabs */
- .tab-background {
- opacity: 0 !important
- }
- /* remove tab transitions */
- .tabbrowser-tab:not([pinned]) {
- -moz-transition-property: none !important
- }
- /* restore TMP tab colors */
- /* other tabs */
- .tabbrowser-tab:not([selected="true"]) {
- background-image: linear-gradient(to top,
- rgba(234,242,251,.7),
- rgba(238,245,252,.7),
- rgba(251,253,255,.7)) !important
- }
- /* unloaded tabs */
- .tabbrowser-tab[pending],
- .tabbrowser-tab[pending]:hover {
- background-image: linear-gradient(to top,
- rgba(234,242,251,.35),
- rgba(238,245,252,.35),
- rgba(251,253,255,.35)) !important;
- background-color: transparent !important;
- color: transparent !important; /* why doesn't this work */
- font-style: italic !important;
- text-shadow: 0 0 0 rgba(255,0,0,1) !important
- }
- /* unread tabs */
- .tabbrowser-tab[unread]:not([selected="true"]):not(:hover),
- .tabbrowser-tab[unread]:not([selected="true"]) {
- color: transparent !important; /* why */
- text-shadow: 0 0 0 rgba(255,0,0,1) !important
- }
- /* borders */
- #content-deck { /* there is a border here that cannot be removed */
- border: 0 none !important
- }
- #nav-bar { /* (above url bar) */
- border: 0 none transparent !important;
- box-shadow: none !important;
- margin: 0 !important
- }
- #navigator-toolbox { /* can't get rid of border use margin instead */
- border: 0 none transparent !important;
- margin-bottom: -2px !important
- }
- #TabsToolbar {
- margin-bottom: 1px !important
- }
- /* necessary to toggle navbar in fullscreen for some reason */
- #fullscr-toggler {
- margin-top: 3px
- }
- /* find bar */
- .findbar-container spacer {
- visibility: collapse
- }
- /* download timer color */
- #downloads-button * {
- color: white !important;
- text-shadow: black 0px 0px 2px !important
- }
Advertisement
Add Comment
Please, Sign In to add comment