/*
 * This file can be used to customize the look of Mozilla's user interface
 * You should consider using !important on rules which you want to
 * override default settings.
 */

/*OCC/Eurynome theme stuff:*/
/* for more subskin information on my themes (Eurynome, Nereid and Nuvola) enter this in the urlbar: chrome://global/skin/about/about.html */

/* Native menus (GNU/Linux only) */
/* Menus and menuitems take on the native gtk appearance; not needed with VL edition, as this is already in the theme */
 @import url("chrome://global/skin/subskin/menu-native.css"); 

/* Round urlbar (3D style, improved): */
@import url("chrome://global/skin/subskin/rnd-urlbars/rnd-urlbar-3d-b.css");

/*Round tabs (3D style, varied encap width, improved):*/
 @import url("chrome://global/skin/subskin/rnd-tabs/rnd-tabs-3d-b.css"); 
/* if you use TBE or Multizilla, consult the theme's about page for extension support */

/* Light toolbox: Removes some of the border effects on the toolbox and toolbars, for a more streamlined look: */
@import url("chrome://global/skin/subskin/toolbox-lite.css");

/* Metallic look: Gives toolbox and tabstrip metallic background: */
@import url("chrome://global/skin/subskin/metal/metal.css");
/* @import url("chrome://global/skin/subskin/metal/heavy-metal.css"); */

/* To place icons in the menus (not compatible with Cute Menus extension): */
@import url("chrome://global/skin/subskin/menuicons.css");

/* To use small (24px) icons: */
 @import url("chrome://global/skin/subskin/small_icons.css"); 

/* To use large (32px) icons: */
/* @import url("chrome://global/skin/subskin/large_icons.css"); */


/* Round menulists in mail to match round urlbar and tabs in navigator */
/* 3d-b style:*/
/* @import url("chrome://global/skin/subskin/rnd-mail/mail-menulist-3d.css"); */

/* flat-b style: */
/* @import url("chrome://global/skin/subskin/rnd-mail/mail-menulist-flat.css"); */

/* Blue new-tab button */
@import url("chrome://global/skin/subskin/blue-tab-new-btn.css");

/* Red tab-close button */
@import url("chrome://global/skin/subskin/red-tab-close-btn.css");

/* icons on buttons */
@import url("chrome://global/skin/subskin/buttonImage.css");

/*
 * Scrollbars
 * There are currently two slightly different styles.  To use these subskins, 
 * put one or the other of the following two lines in both userChrome.css and 
 * userContent.css (like all user scrollbar code, this must go in both 
 * userChrome.css and userContent.css to work):
 * DO NOT use these scrollbar subskins if you're applying QT styles to GTK:
 * refer to about page for details
*/
/*@import url("chrome://global/skin/subskin/scrollbars5.css");*/
/*@import url("chrome://global/skin/subskin/scrollbars6.css");*/




/*
 * Do not remove the @namespace line -- it's required for correct functioning
 */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */


/*.tabbrowser-tab {
   -moz-appearance: none !important;
    margin: 0px 1px 0px 1px !important;
}

.tabbrowser-strip {
  padding-bottom: 1px !important;
}*/

/*.sidebarheader-main {*/
/*   background-image: url("chrome://global/skin/subskin/metal/brushed-a.png") !important; */
/*}*/


/*.taskbutton {
  padding: 0px 2px 0px 2px !important;
}
.statusbarpanel-iconic > .statusbarpanel-icon,
.taskbutton > .toolbarbutton-icon {
   margin-bottom: -1px !important;
}*/


/*Fix for QT theme scrollbar arrows (also in userContent.css):*/





/*Fix for large UI fonts:*/
/** {*/
/*   font-size: 8pt !important;*/
/*}*/



/*
 * Some possible accessibility enhancements:
 */
/*
 * Make all the default font sizes 20 pt:
 *
 * * {
 *   font-size: 20pt !important
 * }
 */
/*
 * Make menu items in particular 15 pt instead of the default size:
 *
 * menupopup > * {
 *   font-size: 15pt !important
 * }
 */
/*
 * Give the Location (URL) Bar a fixed-width font
 *
 * #urlbar {
 *    font-family: monospace !important;
 * }
 */

/*
 * Eliminate the throbber and its annoying movement:
 *
 * #throbber-box {
 *   display: none !important;
 * }
 */

/*
 * For more examples see http://www.mozilla.org/unix/customizing.html
 */
 
/* The following four lines were added by KDE */
scrollbarbutton[sbattr="scrollbar-up-top"] { display: -moz-box !important; }
scrollbarbutton[sbattr="scrollbar-down-top"] { display: none !important; }
scrollbarbutton[sbattr="scrollbar-up-bottom"] { display: none !important; }
scrollbarbutton[sbattr="scrollbar-down-bottom"] { display: -moz-box !important; }
