Advertisement
Guest User

Untitled

a guest
May 4th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. @-moz-document url("chrome://browser/content/browser.xul"){
  2. /*invert address suggestion line*/[autocompleteinput],[autocompleteinput] image {filter:invert(1); }
  3. .tabs-newtab-button {width:30px}
  4. .tab-background-middle {margin:0}
  5. toolbox * {border:0!important}
  6. #TabsToolbar *,toolbox :not(box):not(hbox):not(vbox) {background:transparent!important}
  7. #TabsToolbar *,#personal-bookmarks *,toolbox textbox,toolbox searchbar {color:#EDEDED!important;text-shadow:none!important}
  8. .tab-background-end,.tab-background-start {display:none}
  9. .tab-background,.arrowscrollbox-scrollbox,.tabs-newtab-button {-moz-margin-start:0px!important;-moz-margin-end:0px!important}
  10. .tabbrowser-tab:not([selected]) ,.tabs-newtab-button ,#personal-bookmarks toolbarbutton {opacity:1; filter:invert(40%);}
  11. .tabbrowser-tab:not([selected]):hover,.tabs-newtab-button:hover,#personal-bookmarks toolbarbutton:hover {opacity:1; filter:invert(10%);}
  12. #notification-popup-box {background:transparent!important;border:0!important}
  13. #urlbar>box {background-color:transparent!important;color:orange!important}
  14. #nav-bar {border-top:none!important;box-shadow:none!important}
  15. .toolbarbutton-icon:not(#ׂ) {background:none!important;box-shadow:none!important}
  16. tab .tab-close-button,.tabbrowser-tab:before,.tabbrowser-tab:after {display:none!important}
  17. tab:hover .tab-close-button {display:block!important}
  18. }
  19. @-moz-document regexp("(chrome://browser/content/about.dialog.xul|about:(?!blank|stylish-edit).*)"){
  20. #launcher>button {opacity:0!important;transition:.5s}
  21. #launcher:hover>button {opacity:.9!important}
  22. #launcher>button:hover {opacity:8!important}
  23. #searchText,#newtab-search-text {padding:6px 8px!important}
  24. #topSection>:not(#searchIconAndTextContainer),#searchIconAndTextContainer>:not(#searchText):not(table),#aboutMozilla,#restorePreviousSessionSeparator,#newtab-search-form>:not(#newtab-search-text):not(table) {display:none!important}
  25. #searchIconAndTextContainer {top:210px!important}
  26. body {border:0!important;background-image:none!important}
  27. body:before {display:none!important}
  28. :not(label) {background-color:transparent!important}
  29. treechildren {background-color:rgba(255,255,255,.6)!important}
  30. [oncommand^="RemoteTabViewer"] :not(#ׂ) {color:black!important}
  31. :root
  32. {background:url(http://static.tumblr.com/8ebb5b64aae5d9f9884a22dcd43e6c39/v4mtuei/AE7ndyvxb/tumblr_static_2711w1939xno8c48o4sscoowg.jpg)fixed #000!important;background-size:100% 100%!important;margin:0!important}
  33. :root:not([snippetsURL]):after {content:"";position:fixed;top:0;bottom:0;left:0;right:0;background:#000;z-index:-2;pointer-events:none;opacity:.8}
  34. #newtab-intro-modal,#newtab-customize-panel {background:rgba(0,0,0,.85)!important;border-radius:10px}
  35. #topSection,#aboutLogoContainer,#leftBox {background:url(http://orig07.deviantart.net/6904/f/2009/014/2/c/firefox_icon_by_nero84.png)no-repeat center!important;background-size:192px!important;height:192px!important;border:0!important}
  36. #aboutLogoContainer {margin:0 auto;text-align:right}
  37. [src="about:logo"] {opacity:0}
  38. #version {margin-top:-60px!important}
  39. :not(#ׂ) :link {color:orange!important}
  40. .download[selected] {background-image:none!important;outline-color:orange!important}
  41. :not(#ׂ) {color:white!important;text-shadow:none!important}
  42. button,[type="button"]:not(.newtab-control):not(#newtab-customize-button),toolbarbutton,textbox,[type="text"],menupopup,menulist,table[role="presentation"],[id^="warning_"]>*,[type="search"],.newtab-cell,.alert,[role="dialog"] {background-color:rgba(0,0,0,.5)!important;border:0!important}
  43. arrowscrollbox {background:#000!important}
  44. button,[type="button"],#searchText,#newtab-search-text {border-radius:2px!important}
  45. textbox :not(#ׂ),table[role="presentation"] button {background-color:transparent!important}
  46. #launcher {border-top:none!important;box-shadow:none!important}
  47. #launcher>button {background-color:transparent!important}
  48. .checkbox-check,.radio-check {filter:invert(1)}}
  49. @-moz-document url-prefix("about:stylish-edit") {:root{filter:invert(1)hue-rotate(210deg)}}
  50. @-moz-document url("about:logo") {body>*{opacity:0}
  51. html:after{display:none!important}
  52. body{background:url(http://orig07.deviantart.net/6904/f/2009/014/2/c/firefox_icon_by_nero84.png)no-repeat center!important;height:100%!important;background-size:192px!important}
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement