
/*##############################################################################

 Pelod / Dmitry Natenzon
 Mozilla Firefox UI Settings
 v. 3.0.9

##############################################################################*/

/*------------------------------------------------------------------------------
 HIDE MENU ITEMS (English Localization)
------------------------------------------------------------------------------*/

/* Menu Bar --> File */
menuitem[label="New Window"],
menuitem[label^="Open Location"],
menuitem[label="Close Window"],
/*
NICHT AUSKOMMENTIEREN, SONST VERSCHWINDET AUCH DER HTML-IMPORT IN BOOKMARKS :(
menuitem[label^="Import"],
menuitem[label^="Import"] + menuseparator,
*/
menuitem[label="Work Offline"],

/* Menu Bar --> View */
menu[label="Toolbars"],
menuitem[label="Status Bar"],
menu[label="Sidebar"],
menuitem[label="Adblock Plus: Blockable Items"],
menuitem[label="Adblock Plus: Blockable Items"] + menuseparator,
menuitem[label="Stop"],
menuitem[label="Reload"],
menuitem[label="Reload"] + menuseparator,
menu[label="Zoom"],
menu[label="Page Style"],
menuitem[label="Page Source"],

/* Menu Bar --> History */
menu[label="History"],

/* Menu Bar --> Bookmarks */
menuitem[label="Bookmark This Page"],
menuitem[id="subscribeToPageMenuitem"],  /* alle 3 Varianten können vorkommen! */
menuitem[id="subscribeToPageMenupopup"], /* alle 3 Varianten können vorkommen! */
menu[label="Subscribe to This Page"],    /* alle 3 Varianten können vorkommen! */
menuitem[label^="Bookmark All Tabs"],
menu[label="Bookmarks Toolbar"],
menu[label="Bookmarks Toolbar"] + menuseparator,

/* Menu Bar --> Tools */
menuitem[label="Web Search"],
menuitem[label="Web Search"] + menuseparator,
menuitem[label="Add-ons"] + menuseparator,
menuitem[label="Adblock Plus Preferences..."],
menuitem[label="Page Info"],
menuitem[label="Page Info"] + menuseparator,
menu[label="Personas"],

/* Menu Bar --> Help */
menuitem[label="For Internet Explorer Users"],
menuitem[label="Release Notes"],
menuitem[label^="Report Broken Web Site"],
menuitem[label^="Report Web Forgery"],
menuitem[label^="Report Web Forgery"] + menuseparator,

/* Main Context Menu - By ID */
#context-keywordfield, /* Add a Keyword for this Search... */
#context-searchselect, /* Search Web for ... */
#context-searchselect + menuseparator,
#context-bookmarklink, /* Bookmark This Link... */
#context-sendimage, /* Send Image... */
#context-setDesktopBackground, /* Set As Desktop Background... */
#context-back, /* Back */
#context-forward, /* Forward */
#context-reload, /* Reload */
#context-stop, /* Stop */
#context-stop + menuseparator,

/* Main Context Menu - By Name (Firefox) */
menuitem[label="Open Link in New Window"],

/* Main Context Menu - By Name (Extensions) */
menuitem[label="Open Links in New Tabs"], /* Tab Mix Plus */
menuitem[label="CoolPreviews - Send link"], /* CoolPreviews */
menuitem[label="CoolPreviews - Add To Stack"], /* CoolPreviews */
menuitem[label="Add more >>"], /* CoolPreviews */
menuitem[label="Setup MyWords..."], /* MyWords, 2nd Level Context Menu */
menuitem[label="Download videos from YouTube link(s)"], /* DownloadHelper */
menu[label="Smart naming"], /* DownloadHelper */
menuitem[label="Adblock Plus: Block image..."], /* adblock+ */

/* Toolbar Context Menu */
menuitem[label="Navigation Toolbar"],
menuitem[label="Bookmarks Toolbar"],
menuitem[label="Bookmarks Toolbar"] + menuseparator

{ display:none !important; }

/*------------------------------------------------------------------------------
 HIDE STATUS BAR ITEMS
------------------------------------------------------------------------------*/

/*
DO NOT DISABLE:
FF Built-In, popup indicator
   statusbarpanel#page-report-button,
*/

statusbarpanel#security-button, /* FF Built-In */
statusbarpanel#personas-selector-button /* Personas */

{ display:none !important; }

/*------------------------------------------------------------------------------
 UPPER AREA
------------------------------------------------------------------------------*/

/* Hide the throbber */
#throbber-box { display: none !important; }

/* Hide Search Bar */
/* #search-container { display: none !important; } */

/* Hide Navigation Bar */
/* #nav-bar { display: none !important; } */

/* Hide Home Button */
#home-button { display: none !important; }

/* hide the Back button when there's nothing to go back to */
/* #back-button[disabled="true"] { display: none !important;} */

/* hide the Forward button when there's nothing to go forward to */
/* #forward-button[disabled="true"] { display: none !important;} */

/* hide the Stop button when there's nothing to stop */
#stop-button[disabled="true"] { display: none !important;}

/* hide the Refresh button when there's nothing to refresh */
#reload-button[disabled="true"] { display: none !important;}

/* Hide text under the toolbar buttons */
.toolbarbutton-menubutton-button > .toolbarbutton-text,
.toolbarbutton-1 > .toolbarbutton-text {
   display: none !important;
} 

/* Remove padding from Bookmarks Toolbar items */
.bookmark-item > .toolbarbutton-icon { margin: 0px !important; }
#bookmarks-ptf toolbarbutton { padding: 0px !important; }

/* Remove extra padding from the Navigation Bar */
.toolbarbutton-1 {
   padding: 0px 0px 0px 0px !important;
   margin:  0px 0px 0px 0px !important;
}

/*------------------------------------------------------------------------------
 MISC
------------------------------------------------------------------------------*/

/* Change max width of bookmarks menu items (default is 26em) */
menu.bookmark-item,
menuitem.bookmark-item {
   max-width: 100em !important;
}

/* Hide labels from Bookmark Toolbar, but only for non-folder items */
toolbarbutton.bookmark-item:not([container="true"]) > label {
   display: none !important;
}

/* Change Bookmark Toolbar font */
.bookmark-item .toolbarbutton-text {
   font-size:   7pt     !important;
   font-weight: bold    !important;
   /*color:       #000000 !important;*/
   color:       cyan !important;
}

/*############################################################################*/
/*eof*/
