/* about:blank - LavaFox & BlackFox - Orion's Belt + newTab */ 
/*                     Zigboom Designs                      */
/* ======================================================== */


@namespace html url("http://www.w3.org/1999/xhtml");

@-moz-document url("about:blank") {

*:empty:not([style]):not([text]):not([class]):not([onresize]) {

  background: #000000 url("chrome://browser/skin/Extra/47.jpg") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-attachment:fixed;
  background-repeat:no-repeat !important;
  width: 100%;
  height: 100%;
  margin: 0px !important; 
}

.editable, .editable * {
background:none !important;
}}

#main-window[tabsintitlebar] tabbrowser tabpanels
 {
  background: #000000 url("chrome://browser/skin/Extra/47.jpg") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-attachment:fixed;
  background-repeat:no-repeat !important;
  width: 100%;
  height: 100%;
  margin: 0px !important; 
}

#main-window:not([tabsintitlebar]) tabbrowser tabpanels
 {
  background: #000000 url("chrome://browser/skin/Extra/47.jpg") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-attachment:fixed;
  background-repeat:no-repeat !important;
  width: 100%;
  height: 100%;
  margin: 0px !important; 
}





@-moz-document url("about:newtab") {

:root {
  -moz-appearance: none;
  background-color: transparent;
}

/* SCROLLBOX */
#newtab-scrollbox:not([page-disabled]), body {
  background: #000000 url("chrome://browser/skin/Extra/47.jpg") !important;
  background-position: center center !important;
 background-size: cover !important;
background-attachment:fixed !important;
background-repeat:no-repeat !important;
    width: 100%;
  height: 100%;
}}



