/* Bookmarks Toolbar Fx29 Blue/Folders, Red/Bookmarks */ /* ================================================ */ /* David McRitchie, style 9091, 2008-07-26, updated 2008-10-07 code for 10px */ /* 2011-04-15 style 46947 smaller separators & height */ /* 2014-05-15 style xxxxx changes for fx29 keep separated from Fx4 - Fx28 */ @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); /*Changes to Bookmarks toolbar remove file/folder icons, change folder names to blue, and filenames to red. Changes do not affect the dropdowns where you will still see the folder/file icons. The bookmarks drop down width was increased. */ #PersonalToolbar {min-height:16px !important; max-height:16px !important; font-size: 10px !important; } /* hide icons for bookmark folders */ #personal-bookmarks .bookmark-item[container="true"] .toolbarbutton-icon { display:none!important; } .bookmark-item > .toolbarbutton-icon {display: none !important; } /* Make bookmark folders items bold (900) and navy blue (#0000EE)*/ /* use 400 #0000E8 on main, 400 #800000 on firefox portable */ .bookmark-item[type="menu"] > .toolbarbutton-text { font-weight: 500 !important; color:#0000E8 !important; font-size: 10px !important;} /* make bookmark file items on toolbar red */ /* font-size choice */ .bookmark-item > .toolbarbutton-text { font-weight: 100 !important; color: red !important; font-size: 10px !important;} /* need help with #PlacesToolbar and/or PlacesChevron or More */ /* an improvement but still have oversized item selection bubble */ .bookmark-item > .toolbarbutton-text { -moz-appearance: none !important; background-image: none !important; font-size: 10px !important; } /* remove folder/file icons from bookmarks toolbar */ .bookmark-item > .toolbarbutton-icon {display: none !important; } /* widen all bookmarks dropdown menus (>>) -- Chris Ilias 2007-01-12*/ menu.bookmark-item, menuitem.bookmark-item { max-width: 36em !important; } /* finally a fix for misplaced chevron | probably also good for older styles */ .chevron { font-size: 5px !important; } <* http://userstyles.org/styles/56 *> @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #bookmarks-menu menupopup, #personal-bookmarks menupopup { max-height: 650px; /* or any height you specify */; } #bookmarks-menu autorepeatbutton, #personal-bookmarks autorepeatbutton { display: none; } #bookmarks-menu scrollbox, #personal-bookmarks scrollbox { overflow-y: auto; } <* http://userstyles.org/styles/54 [650px] Lou C*> @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #contentAreaContextMenu, #contentAreaContextMenu menupopup {max-height: 650px; /* or any height you specify */; } #contentAreaContextMenu autorepeatbutton { display: none; } #contentAreaContextMenu scrollbox { overflow-y: auto; } <* style 52 menus *> @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); menupopup { max-height: 650px; /* or any height you want */; } menupopup autorepeatbutton { display: none; } menupopup scrollbox { overflow-y: auto; } /* Google harmful site alert in RED */ /* ===================================================== */ /* David McRitchie, 2011-01-01 installed Style 16842 */ /* 2011-01-01 special marking for Google "This site may harm your computer." */ @namespace url(http://www.w3.org/1999/xhtml); /* ===Highlight harmful site alert=== Google see style 16887 */ @-moz-document url-prefix("http://www.google"), url-prefix("http://google"), domain("google.ca"), domain("google.com") { div.s a[href^="/support/bin/answer"]{ color: #FF0000 !important; background: #FFD1D1 !important; outline: red 2px solid !important; } } /* end of Google domain test/changes */