Guest User

Firefox About:Blank Glass

a guest
Jun 17th, 2012
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  2.  
  3. /*Removes Background-Color From Chrome*/
  4. #appcontent,
  5. #appcontent > #content,
  6. #appcontent > #content > tabbox > tabpanels {
  7. background-color: transparent !important;
  8. }
  9.  
  10. /*Fixes Aero Border*/
  11. #main-window[stylish-url="about:blank"]:not([onclose^="PrintUtils"]):not([title^="Source Chart"]):not([chromehidden="menubar toolbar directories extrachrome "]) #appcontent {
  12. -moz-appearance: none !important;
  13. }
  14.  
  15. /*For Transparency In Fullscreen*/
  16. #main-window[inFullscreen="true"]{
  17. -moz-appearance: -moz-win-borderless-glass !important;
  18. background: none !important;
  19. }
  20.  
  21. /*Sets Content Transparent*/
  22. #main-window[stylish-url="about:blank"]:not([onclose^="PrintUtils"]):not([title^="Source Chart"]):not([chromehidden="menubar toolbar directories extrachrome "]) #content browser:not([src]){
  23. opacity: 0 !important;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment