Post your userFiles!

Discuss application theming and theme development.
Locked
User avatar
Raila
Posts: 524
Joined: January 21st, 2005, 2:02 pm
Location: huh? Where? WHEN?!? OH! Indiana
Contact:

Post your userFiles!

Post by Raila »

Got the ok to do this, so here goes :)

I have been wanting to do this for a while, and start looking, comparing, snatching ::evil grin:: and helping others with their files, checking for dupe entries and the like.

Here are my files :)
I have pasted them in exactly as they are in my system, including the funky things at the bottom that I am testing, or going to impliment at a later time
Enjoy!
oh and if anyone sees anything that could be better, or implimented in a different way, please speak up!! :) I have added and taken stuff away so many times, I probably DO have lots of different things duped that could be combined into more streamlined code.. Input is welcome muchly!
BTW
I use these files on all my profiles and builds, outside of the Test profiles...


userChrome.css

Code: Select all

/* -moz-appearance: none !important; */

/*------------Toolbars--------------------*/
/*
 * Do not remove the @namespace line -- it's required for correct functioning
 */

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");


/*  Change font color for urlbar */

#urlbar {
color: #9933cc !important;
}

/* change color of all text in menus and toolbars */
 menubar > menu,
 toolbar, toolbar > .toolbarbutton-text,
 .toolbarbutton-text,
#nav-bar > .toolbarbutton-1,
.toolbarbutton-menubutton-button > .toolbarbutton-text,
.toolbarbutton-1 > .toolbarbutton-text,
toolbarbutton.bookmark-item, #bookmarks-toolbox,
 menubutton, menulist, menu, menuitem, toolbar, tree, tooltip, sidebarheader,
#CustomizeToolbarWindow, #main-box, palette-box, #wrapper-tabextensions-tablist-button, wrapper-tabextensions-labelTabSession-button {
   color: #CCCCFF !important;
   font-weight: normal;
font-family: Calligrapher !important;
}


/* Use a background image for the toolbars */
   toolbox, menupopup, .tabbrowser-tabs, tooltip, #FindToolbar, menulist,
#popup-internal-box {
   -moz-appearance: none !important;
    background-image: url("file:///D:/FF%20Test/blackblue1.jpg") !important;
  /* background-color: none !important; */
   }



/* Add background to Customize window */
#CustomizeToolbarWindow, #modelist, .menulist-dropmarker
{ -moz-appearance: none !important;
background-image: url(file:///D:/pics/wallpaper/BlackBerry1024x768.jpg) !important;
}


/* Remove yellow shading in the urlbar
#urlbar[level="high"] > .autocomplete-textbox-container,
#urlbar[level="low"] > .autocomplete-textbox-container,
#urlbar[level="broken"] > .autocomplete-textbox-container {
background-color: transparent !important; } */



/* remove dropmarker from Tabbrowser Extensions icon */
#tabextensions-closedTabsHistory-button > .toolbarbutton-menu-dropmarker {
  display: none !important;
}

/* remove dropmarker from BMB extension */
#bookmarks-menu-button .toolbarbutton-menu-dropmarker {
  display: none !important;
}

/* Remove spacing between menu items on toolbar */
menu {
  padding: 2px !important;
}

/* Toolbars without borders */
menubar, toolbox, toolbar {
border-style: none !important;
}

/*------------------------Tabs-----------------------*/


/* Change text color of active tab */
 tab[selected="true"] {color: #00FFFF !important;}
/* Change text color of normal tabs */
tab {color: #9933cc !important;}
tab:hover {color: #FF0000 !important;}
/* Tab while loading text color */
tab[busy] {color:gray !important;}


/* Remove the tabbar bottom border */
.tabbrowser-strip {border-bottom: none !important; }



/* Make the active tab not bold and italicized and change colors */
tab {
-moz-appearance: none !important;
}

tab[selected="true"] {
   font-weight: normal !important;
   font-style: italic  !important;
   background-color: #8B008B !important;
   padding: 3px 2px 0px 2px !important;       
}



tab:not[selected="true"] {
font-weight: normal !important;
 padding: 3px 2px 0px 2px !important;
}


   /*  change corners of tabs  */
        tab {
    border: #FFFFFF 1px solid important;
    -moz-border-radius-topleft: 4px !important;
    -moz-border-radius-topright: 4px !important;
    -moz-border-radius-bottomleft: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    -moz-border-corner-fit: scale !important;
        padding: 0px -2px 0px -2px;
        }





/*-----------------------Status Bar-----------------*/

/* Statusbar override display of default text color & bg */

window statusbarpanel {
  -moz-appearance  : none !important;
  background-image : url("file:///D:/FF%20Test/blackblue1.jpg") !important;
  color: #CCCCFF !important;
  border-top: 1px solid ThreeDShadow;
  border-left: 2px solid ThreeDHighlight;
  border-right: 2px solid ThreeDHighlight;
  border-bottom: 1px;
  background-color: none;
  min-height: 22px;
}


/*-----------------------Margin and Padding--------------------*/

/*allows increase or decrease of padding or margin around icons selected for bookmarks */
#personal-bookmarks toolbarbutton {
margin: 0px 2px 0px 2px !important;
padding: 0px 0px 0px 0px !important
}

/* Remove extra padding from the Navigation Bar */
.toolbarbutton-1, .toolbarbutton-menubutton-button {
   padding: 0px 0px 0px 0px !important;
margin: 0px 0px 0px 0px !important;
}

 .toolbarbutton-1[checked="true"], .toolbarbutton-1[open="true"],
.toolbarbutton-menubutton-button[checked="true"],
.toolbarbutton-menubutton-button[open="true"] {
   padding: 0px 0px 0px 0px !important;
margin: 0px 0px 0px 0px !important:
}


/*----------------Menus & Bookmarks------------*/

    /* Remove the Go and Help menus
   (These are just examples. Try changing "Go" to "Edit" or "Bookmarks") */
menu[label="Go"],
menu[label="Help"],
menu[label="Edit"],
menu[label="View"] {
   display: none !important;
}



/* Enabled Menus on mouseover */
menubar > menu[_moz-menuactive="true"],
menupopup > menu[_moz-menuactive="true"],
popup > menu[_moz-menuactive="true"],
menuitem[_moz-menuactive="true"] {
        color: #FFFFFF !important;
        background-image: url("file:///D:/FF%20Test/invert.jpg") !important;
       border: #FFFFFF 1px solid !important;
     -moz-border-radius-topleft: 4px !important;
    -moz-border-radius-topright: 4px !important;
    -moz-border-radius-bottomleft: 4px !important;
    -moz-border-radius-bottomright: 4px !important;
    -moz-border-corner-fit: scale !important;
 
}


/* Set font color of popup menus */
menupopup > menu, menupopup > menuitem,
popup > menu, popup > menuitem
{ font-weight: normal !important;
color: #CCCCFF !important; }



/* Change the bg of the Context Menus */
menupopup,
#toolbar-context-menu,
#contentAreaContextMenu,
.popup-internal-box {
   background-color: none;
   background-image: url("file:///D:/pics/wallpaper/BlackBerry1024x768.jpg") !important;
}


/* Dropdown & Messagepane font color*/
treechildren {
background-color: #3399cc !important;
}



/* Change Bookmark Toolbar Folder Icons */
#personal-bookmarks toolbarbutton[label="FF"] {padding: 0px 0px 0px 0px !important;}
#personal-bookmarks toolbarbutton[label="FF"] .toolbarbutton-icon {display: block !important; list-style-image: url('file:///D:/pics/Blue1.ICO') !important; -moz-image-region: auto !important; margin: 0px 2px 0px -2px !important;}
#personal-bookmarks toolbarbutton[label="FF"] .toolbarbutton-text {display: none !important;}

/* Change Bookmark Toolbar Folder Icons */
#personal-bookmarks toolbarbutton[label="TB"] {padding: 0px 0px 0px 0px !important;}
#personal-bookmarks toolbarbutton[label="TB"] .toolbarbutton-icon {display: block !important; list-style-image: url('file:///D:/pics/Favicons/ico/Butterfly.ico') !important; -moz-image-region: auto !important; margin: 0px 2px 0px 2px !important;}
#personal-bookmarks toolbarbutton[label="TB"] .toolbarbutton-text {display: none !important;}


/* Change Bookmark Toolbar Folder Icons */
#personal-bookmarks toolbarbutton[label="Puter"] {padding: 0px 0px 0px 0px !important;}
#personal-bookmarks toolbarbutton[label="Puter"] .toolbarbutton-icon {display: block !important; list-style-image: url('file:///D:/pics/Favicons/Groovy.ico') !important; -moz-image-region: auto !important; margin: 0px 2px 0px 2px !important;}
#personal-bookmarks toolbarbutton[label="Puter"] .toolbarbutton-text {display: none !important;}

/* Change Bookmark Toolbar Folder Icons */
#personal-bookmarks toolbarbutton[label="Webpage"] {padding: 0px 0px 0px 0px !important;}
#personal-bookmarks toolbarbutton[label="Webpage"] .toolbarbutton-icon {display: block !important; list-style-image: url('file:///D:/pics/Favicons/Water_Lilly.ico') !important; -moz-image-region: auto !important; margin: 0px 2px 0px 2px !important;}
#personal-bookmarks toolbarbutton[label="Webpage"] .toolbarbutton-text {display: none !important;}

  /* Change Bookmark Toolbar Folder Icons */
#personal-bookmarks toolbarbutton[label="M"] {padding: 0px 0px 0px 0px !important;}
#personal-bookmarks toolbarbutton[label="M"] .toolbarbutton-icon {display: block !important; list-style-image: url('file:///D:/pics/FavIcons/BlueSkyIcons%B8%20Complete/BlueSkyIcons%B8/BlueSkyIcons%B8%205/068.ico') !important; -moz-image-region: auto !important; margin: 0px 2px 0px 2px !important;}
#personal-bookmarks toolbarbutton[label="M"] .toolbarbutton-text {display: none !important;}

 /* Change Bookmark Toolbar Folder Icons */
#personal-bookmarks toolbarbutton[label="PSP"] {padding: 0px 0px 0px 0px !important;}
#personal-bookmarks toolbarbutton[label="PSP"] .toolbarbutton-icon {display: block !important; list-style-image: url('file:///D:/pics/FavIcons/occ6.gif') !important; -moz-image-region: auto !important; margin: 0px 2px 0px 2px !important;}
#personal-bookmarks toolbarbutton[label="PSP"] .toolbarbutton-text {display: none !important;}



/* Change Bookmark Toolbar Folder Icons */
#personal-bookmarks toolbarbutton[label="Art"] {padding: 0px 0px 0px 0px !important;}
#personal-bookmarks toolbarbutton[label="Art"] .toolbarbutton-icon {display: block !important; list-style-image: url('file:///D:/pics/FavIcons/ico/Spiral.ico') !important; -moz-image-region: auto !important; margin: 0px 2px 0px 2px !important;}
#personal-bookmarks toolbarbutton[label="Art"] .toolbarbutton-text {display: none !important;}


/* Change Bookmark Toolbar Folder Icons */
#personal-bookmarks toolbarbutton[label="Icons"] {padding: 0px 0px 0px 0px !important;}
#personal-bookmarks toolbarbutton[label="Icons"] .toolbarbutton-icon {display: block !important; list-style-image: url('file:///D:/pics/FavIcons/Yingyang1.ico') !important; -moz-image-region: auto !important; margin: 0px 2px 0px 2px !important;}
#personal-bookmarks toolbarbutton[label="Icons"] .toolbarbutton-text {display: none !important;}



/* -----------------------Misc ----------- */

   /* add an e-mail icon to mailto: links */
a[href^=”mailto:”] { background: url(mail.gif) no-repeat top left !important; padding-left: 20px !important; }



/* Removes majority of menu separators */
 menuseparator {
display: none;
}



/* Remove read mail from Tools */
menuitem[label="List of Tabs"],
menuitem[command="Browser:ReadMail"],
menuitem[label="New Message..."],
menuitem[label="JavaScript Console"],
menuitem[label="Page Info"]{
display: none !important;
}



/*-----------------------New Entries-------------*/





/* adjust tab titles  */
/* #content-tab   .tab-top   .tab-top tab-top tabbrowser tab > .tab-text-container  tabbrowser .tabbrowser-strip tab {
-moz-appearance: none !important;
 -moz-border-radius-topleft: 4px !important;
    -moz-border-radius-topright: 4px !important;
    -moz-border-radius-bottomleft: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    -moz-border-corner-fit: scale !important;
        padding: 0px 4px 0px 4px; 
}

*/


/* adjust size of tabs
.tab-icon {
margin-top: 1px;
margin-right: 3px;
margin-left: 1px;
width: 14px;
height: 14px;
} */



/* begin applying bar styles for multiple resolutions
 toolbox {
   background: url("file:///D:/FF%20Test/Blackberry1.png") !important;
     
}


#toolbar-menubar {
   background: url("file:///D:/FF%20Test/Blackberry1.png") !important;
       

#nav-bar {
   background: url("file:///D:/FF%20Test/Blackberry2.png") !important;
       
}

/* #PersonalToolbar {
   background: url("chrome://browser/skin/bgndPersonalToolbar.png") !important;
       
}
*/
   /*
tabbox {
   background: url("file:///D:/FF%20Test/Blackberry3.png") !important;
   border-top: none !important;
}
*/

tab {
border-color: transparent !important;
}



/* Eliminate Firefox Update icon in status bar */
#softwareupdate {display: none !important;}




Here is my userContent.css

Code: Select all

/* Change cursor for links that open in new window */
:link[target="_blank"], :visited[target="_blank"],
:link[target="_new"],   :visited[target="_new"] {
   cursor:  crosshair;
}


/* Change cursor for JavaScript links */
a[href^="javascript:"] {
   cursor: move;
}


a[href^="mailto:"]:before
/* Add a symbol to mailto links */ {
   content: "@";
}

That one is pretty simple lol.. dont know much TO put in there??

And here is my user.js.
still tweaking on this one. Have had some weird things happening, so have been going through and adding back in the speed tweaks one at a time.

Code: Select all

user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server", 8);
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
user_pref("network.http.proxy.pipelining", true);
user_pref("plugin.expose_full_path", true);
user_pref("network.dns.disableIPv6", true);
user_pref("browser.cache.disk_cache_ssl", true);
user_pref("signed.applets.codebase_principal_support", false;
user_pref("ui.submenuDelay", 0);
user_pref{"config.trim_on_minimize", true};
user_pref("browser.turbo.enabled", true);
user_pref{"browser.urlbar.clickSelectsAll", true);
user_pref("browser.enable_automatic_image_resizing", false);
user_pref("nglayout.initialpaint.delay", 0);
user_pref("network.http.sendRefererHeader", 1);

// user_pref("content.max.tokenizing.time", 2250000):
// user_pref("content.maxtextrun", 8191):
// user_pref("network.dnsCacheExpiration", 86400):
// user_pref("network.dnsCacheEntries", 50):
// user_pref("network.ftp.idleConnectionTimeout", 60):
// user_pref("network.http.keep-alive.timeout", 30):
// user_pref("content.interrupt.parsing", true):
// user_pref("content.max.tokenizing.time", 3000000):
// user_pref("content.notify.backoffcount", 5):
// user_pref("content.notify.interval", 100000):
// user_pref("content.notify.ontimer", true):
// user_pref("content.switch.threshold", 750000):

// user_pref("browser.cache.memory.capacity", 10000):
// user_pref("network.http.connect.timeout", 30):
// user_pref("network.http.request.max-start-delay", 5):

i5 2500 running Win 7
Vanilla Fx (for now)
Extensions-TabMixPlus, IETab2, FireGestures, Stylish, AdblockPlus 2, ColorfulTabs
Old Bozz
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by Old Bozz »

Hi Raila. I'm glad you started this thread. I've been really curious to see what codes you have come up with and almost PM'd you a couple of times. I get a kick out of reading your posts. :)

Anyway, here is mine and I also have stuff I'm toying with and stuff that I don't use anymore but leave it in there to refer to for other folks posting questions.

userChrome.css

Code: Select all

/*****  Backgrounds  *****/

/* Toolbars background green1.jpg*/
#navigator-toolbox toolbar, sidebarheader, #sidebar-box {
 -moz-appearance: none !important;
 background-image: url("file:///C:/_Mozilla/Firefox/Backgrds/green1.jpg") !important;
 background-color: transparent !important; }

/* Tabbar background #appcontent, #content green2.jpg*/
.tabbrowser-tabs, statusbarpanel {
  -moz-appearance: none !important;
   background-image: url("file:///C:/_Mozilla/Firefox/Backgrds/green2.jpg") !important;
   background-color: transparent !important; }

/* Change color of active tab */
tab{ -moz-appearance: none !important;
  -moz-outline-color: none !important; }
   tab[selected="true"] {
   background-image: url("file:///C:/_Mozilla/Firefox/Backgrds/green2.jpg") !important;
   background-color: transparent !important; }
/*   border: 2px solid !important;
  -moz-border-bottom-colors: transparent !important; }
  -moz-border-top-colors: #66CCCC !important;
  -moz-border-right-colors: #66CCCC !important;
  -moz-border-bottom-colors: #66CCCC !important;
  -moz-border-left-colors: #66CCCC !important;  } */

/* Change color of normal tabs  */
tab:not([selected="true"]) {
  -moz-appearance: none !important;
   background-image: url("file:///C:/_Mozilla/Firefox/Backgrds/green2.jpg")
   !important;
   background-color: transparent !important;  }
/*   border: 1px solid !important; }
  -moz-border-top-colors: #66CCCC !important;
  -moz-border-right-colors: #66CCCC !important;
  -moz-border-bottom-colors: #66CCCC !important;
  -moz-border-left-colors: #66CCCC !important; } */

/* Menu popups background */
menupopup, #toolbar-context-menu, #contentAreaContextMenu
{  -moz-appearance: none !important;
   background-image: url("file:///C:/_Mozilla/Firefox/Backgrds/green3.jpg") !important; 
   background-color: transparent !important; }

/* Menu popup items hover highlight */
  menupopup > menu[_moz-menuactive="true"],
  menupopup > menuitem[_moz-menuactive="true"],
  popup > menu[_moz-menuactive="true"],
  popup > menuitem[_moz-menuactive="true"] {
  background-image: url("file:///C:/_Mozilla/Firefox/Backgrds/green1.jpg") !important;
  color: #000000 !important;
  border: #D1FFFF 1px solid !important;
  -moz-border-radius: 4px !important;
  -moz-border-corner-fit: scale !important;
  background-color: transparent !important; }

/* Add border to popup menus CCFFF1*/
menupopup, popup {
  border: 1px solid !important;
  -moz-border-top-colors: #CCFFF1 !important;
  -moz-border-right-colors: #CCFFF1 !important;
  -moz-border-bottom-colors: #CCFFF1 !important;
  -moz-border-left-colors: #CCFFF1 !important;
  padding: 2px !important;
  min-width: 1px !important;
  background-color: none !important; }

/* Sidebar background */
tree {
  -moz-appearance: none !important;
  background-image: url("file:///C:/_Mozilla/Firefox/Backgrds/green3.jpg")  !important;
  background-color: transparent !important; }

/* Sidebar 'selected' bookmarks */
treechildren::-moz-tree-cell-text(selected) {
  color: #000000 !important;
  background-color: transparent !important; }

treechildren::-moz-tree-row(selected) {
  background-image: url("file:///C:/_Mozilla/Firefox/Backgrds/green1.jpg") !important;
  border: #D1FFFF 1px solid !important;
 -moz-border-radius: 4px !important;
 -moz-border-corner-fit: scale !important;
  background-color: transparent !important; }

treechildren::-moz-tree-row(selected, focus) {
  background-image: url("file:///C:/_Mozilla/Firefox/Backgrds/green1.jpg") !important;
  border: #D1FFFF 1px solid !important;
 -moz-border-radius: 4px !important;
 -moz-border-corner-fit: scale !important;
  background-color: transparent !important; }

/* CustomizeToolbar palette and Options panel
#CustomizeToolbarWindow, #modelist, .menulist-dropmarker, dialog, wizard, page
{ -moz-appearance: none !important;
    background-image: url("file:///C:/_Mozilla/Firefox/Backgrds/green3_CustomizePalette    .jpg") !important; }*/

/* change colours
scrollbar {
   -moz-appearance: none !important;
    background: #669999 !important;} */
/*thumb,
scrollbarbutton {
   -moz-appearance: none !important;
   background-color: #669999 !important; } */


/*****  Browser misc  *****/

/* Fonts */
menubar, menubutton, menulist, menu, menuitem, textbox,
toolbar, .tab-text, tree, tooltip, sidebarheader, statusbar
{  font-size: 9pt !important;
    font-family: Times New Roman !important; }

/* Stop blinking text */
blink { text-decoration: none ! important; }

 /* Change maximum width of bookmarks in menus:
default is 26em 16em */
  menu.bookmark-item, menuitem.bookmark-item
 { max-width: 16em !important; }   

/* Set max length for bookmark menu list
menupopup, popup {
 max-height: 400px !important; } */

 /* Hide Find Toolbar */
#FindToolbar { display: none !important; }

/* Text highlight...also goes in userContent.css */
::-moz-selection {
color: #D1FFFF !important;
background: #006699 !important; }

/* Stop the popup bar when Allow software to install is off */
browsermessage {
display: none !important; }



/*****  Toolbars  *****/

/* Resize Menu Bar */
#navigator-toolbox toolbar { max-height: 24px !important; }
#navigator-toolbox toolbarbutton { padding: 0px !important; }

/* Resize urlbar and searchbar height */
#urlbar, #searchbar .searchbar-textbox
{  height: 19px !important; }

/* Urlbar and searchbar background and text color */
#urlbar, #searchbar .searchbar-textbox{
background-color: #F6F6F6 !important;
color: #000000 !important; }

/* Remove Favicon placeholder in URL bar */
#page-proxy-deck {
  display: none !important; }

/* Remove yellow color in the urlbar */
#urlbar[level="high"] > .autocomplete-textbox-container,
#urlbar[level="low"] > .autocomplete-textbox-container,
#urlbar[level="broken"] > .autocomplete-textbox-container {
  background-color: transparent !important; }

/* Slightly rounded address and search bar corners */
#urlbar {
-moz-appearance: none !important;
-moz-border-radius: 3px !important;
  padding-right: 1px !important; }

#searchbar .searchbar-textbox {
-moz-appearance: none !important;
-moz-border-radius: 3px !important; }

/* Make the Search box flex wider */
#search-container, #searchbar {
  width: 236px !important; }

/* Adds a little space between icon and text in the Search bar */
.searchbar-dropmarker
{ margin-right: 2px !important;
 margin-left: 1px !important; }

/* Hide type ahead auto-complete drop down in Address bar */
/* use along with user_pref   auto fill false  */
#PopupAutoComplete, .autocomplete-tree { visibility: hidden !important;
display: none !important; }

/* Remove the drop down arrow in the Address bar */
.autocomplete-history-dropmarker {
display: none !important; }

/* Remove the drop arrow in the Search bar */
.searchbar-dropmarker-image {display: none !important;}

/* Hide dropdown arrows in Back & Forward buttons */
#back-button .toolbarbutton-menubutton-dropmarker,
#forward-button .toolbarbutton-menubutton-dropmarker
{ display: none !important; }

/* Icon is too big when I put it up on the menu bar */
toolbarbutton.bookmark-item > .toolbarbutton-icon {
  margin-top: -1px !important; }   



/*****  Tabs  *****/

/* Don't show tab icons */
.tab-icon { display: none !important; }

/* Change all tab height margin-bottom: -3px*/
tab {
-moz-appearance: none !important;
height: 15px !important;
max-height: 20px !important;
margin-bottom: -3px !important;
padding-bottom: +1px !important; }

/* Adjust tab titles
.tabbrowser-tabs .tab-text {
  font-size: 127% !important; }*/

/* Cosmetic effects to line everything up */
.tabs-closebutton {
   padding: 1px !important; }

/* Hide close button on tab bar and side bar */
.tabs-closebutton {
   display: none !important; }

/* Hide the close button on the tab bar only
.tabbrowser-tabs > stack > .tabs-closebutton-box > .tabs-closebutton,
.tabbrowser-tabs > stack > .tabs-right,
.tabbrowser-tabs > hbox > .tabs-right {
  display: none !important; }*/



/*****  Status Bar  *****/

/* Status Bar Height */
#statusbar-display {
   max-height: 19px !important; }

/* Hide status bar icons */
statusbarpanel#security-button,
statusbarpanel#page-report-button,
statusbarpanel#page-theme-button,
statusbarpanel#statusbar-updates {
 display: none !important; }


/* Remove Firefox Update icon in status bar ...see if above 'updates' is the same
#softwareupdate {display: none !important;}*/
/* Remove the security-button from the status bar
#urlbar .info-icon {
display:none !important; } */

/* Remove RSS icon in status bar */
#livemark-button { display: none !important; }

/* Hide styleselector/switcher */
#page-theme-button[themes]  { display: none !important; }

/* Remove Icon Spacers in StatusBar */
statusbarpanel {
   -moz-appearance: none !important;
   border-left: 0px !important;
   border-right: 0px !important; }

/* Remove the statusbar-progress panel from the status bar */
#statusbar-progresspanel {
  display: none !important; }



/*****  Sidebar  *****/

/*Sidebar
#historyTree, #bookmarks-view tree
{ -moz-appearance: none !important;
font-size: 9pt !important;
font-family: Times New Roman !important; }*/

sidebarheader { height: 22px !important; }

#sidebar-splitter { min-width: 0px !important;
max-width: 4px !important; }

#sidebar { max-width: none !important;
 min-width: 0px !important; }

/* Hide the Sidebar bookmarks Search box */
#bookmarksPanel > hbox { display:none; }

/* Hide bookmarks sidebar scrollbar..scrollable with mouse wheel */
#bookmarks-view, scrollbar[orient=vertical] { width: 0px !important; }



/*****  Bookmark icons  *****/

/* Hide "normal" bookmark icons in the bookmarks menu */
menuitem.bookmark-item > .menu-iconic-left {
  display: none; }

/* Hide bookmark icons in the Personal Toolbar */
toolbarbutton.bookmark-item > .toolbarbutton-icon {
  display: none; }

/* Hide icons for bookmark folders in Bookmarks menu */
menu.bookmark-item > .menu-iconic-left {
  display: none; }

/* Hide icons for bookmark groups in Bookmarks menu */
menuitem.bookmark-group > .menu-iconic-left {
  display: none; }



/*****  Menus and Context menus  *****/

/* Hide All Separators ? */
/* Removes majority of menu separators */
 menuseparator { display: none; }

/* Hide All Separators...except View>Toolbars>Bookmarks Toolbar(unknown)
menuitem + menuseparator { display: none; }
menu + menuseparator { display: none !important; }*/

/* Hide Menus */
#navigator-toolbox menu[label="File"],
#navigator-toolbox menu[label="Go"],
#navigator-toolbox menu[label="Edit"],
#navigator-toolbox menu[label="View"],
#navigator-toolbox menu[label="Tools"],
#navigator-toolbox menu[label="Help"] { display: none !important; }

/* Hide Tools Menus */
menuitem[label="Web Search"],
menuitem[label="Downloads"],
menuitem[label="Themes"],
menuitem[label="Extensions"],
menuitem[label="Read Mail (0 new)"],
menuitem[label="New Message..."],
menuitem[label="DOM Inspector"],
menuitem[label="Page Info"] { display: none; }

/* Hide Bookmarks Menuitems */
menuitem[label="Add to Bookmarks..."],
menuitem[label="New Bookmark..."],
menuitem[label="New Separator"],
menuitem[label="Open in Tabs"] { display: none; }
menuitem[label="Open"],
menu[label="Mozilla Firefox & Mozilla Information"],
menu[label="Bookmarks Toolbar Folder"]  { display: none !important; }

menupopup > menuitem[label="Bookmark This Page..."] {display: none !important;}


/* Hide Context Menuitems */
#context-back,
#context-forward,
#context-reload,
#context-stop,
#context-viewsource,
#context-openlink,
#context-openlinkintab,
#context-viewpartialsource-selection,
#context-selectall,
menuitem[label="View Background Image"],
menuitem[label="Reload Tab"],
menuitem[label="Reload All Tabs"],
menuitem[label="Close Tab"] { display: none !important; }

menuitem[label="Open"],
menuitem[label="Open in New Tab"],
menuitem[label="Expand"],
menuitem[label="Manage Folder"],
menuitem[label="New Folder..."],
menuitem[label="Show Only This Frame"],
menuitem[label="Open in New Window"],
menuitem[label="JavaScript Console"],
menuitem[label="Reload Frame"],
menuitem[label="Bookmark This Frame..."],
menuitem[label="Save Frame As..."],
menuitem[label="View Frame Source"],
menuitem[label="View Frame Info"],
menuitem[label="Open Frame in New Window"] { display: none; }



user.js

Code: Select all

//* Stop popup confirmation to Sanitize when closing
user_pref("privacy.sanitize.promptOnSanitize", false);

//* Turn off auto update check
user_pref("update.app.enabled", false);
user_pref("update_notifications.enabled", false);
user_pref("update.showSlidingNotification", false);

//* Delay Download Manager opening
user_pref("browser.download.manager.openDelay", 1000);

//* Stop download links opening blank tab
user_pref("browser.block.target_new_window", true);

//* Set homepage
user_pref("browser.startup.homepage", "http://forums.mozillazine.org/");

//* Shortcut to Bookmarks backup
user_pref("browser.bookmarks.file", "C:\\_Mozilla\\Firefox\\Bookmarks\\bookmarks.html");

//* Type-Ahead-Find sounds...see chrome for auto fill
user_pref("accessibility.typeaheadfind.autostart", false);
user_pref("accessibility.typeaheadfind.enablesound", false);

//* Security warning alerts
user_pref("security.warn_entering_secure", false);
user_pref("security.warn_entering_weak", false);
user_pref("security.warn_leaving_secure", false);
user_pref("security.warn_submit_insecure", false);
user_pref("security.warn_viewing_mixed", false);

//* Notification that saving your password is a security risk
user_pref("wallet.caveat", true);

//* Prevent from asking to save form data
user_pref("signon.rememberSignons", false);

//* Referer logging settings
//* 0=don't send any, 1=send only on clicks, 2=send on image requests as well
user_pref("network.http.sendRefererHeader", 0);

//* Put an end to blinking text!
user_pref("browser.blink_allowed", false);

//* Instead of annoying error dialog messages, display pages:
user_pref("browser.xul.error_pages.enabled", true);

//* Notification about popup suppression
user_pref("privacy.popups.firstTime", false);

//* Turn off popup blocker notice
user_pref("browser.popups.showPopupBlocker", false);

//* Change Web Search for...
user_pref("browser.search.defaulturl", "http://www.google.com/search?lr=&ie=UTF-8&oe=UTF-8&q=");

//* Turn off Download Manager Finished Alert "biff"
user_pref("browser.download.manager.showAlertOnComplete", false);

//* Remove border around links
user_pref("browser.display.focus_ring_width", 0);

//* Browser display color(replaces default white)
user_pref("browser.display.background_color", "#F6F6F6");

//* Turn off plugin display bar notice
user_pref("plugin.default_plugin_disabled", false);

//* Disable inline autocomplete_use along with hide dropdown
user_pref("browser.urlbar.autoFill", false);

//* Disable Bookmark Icons
user_pref("browser.chrome.site_icons", false);
user_pref("browser.chrome.favicons", false);

//* Reveal more tab/window options:
user_pref("browser.tabs.showSingleWindowModePrefs", true);

//* Force New Windows Restrictions
      0: no restrictions - divert everything
      1: don't divert window.open at all
      2: Don't divert JS windows that include size/placement/toolbar info
user_pref("browser.link.open_newwindow.restriction", 2);*//

//* Tuneup Browsing
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 3000000);
user_pref("content.maxtextrun", 8191);
user_pref("content.notify.backoffcount", 5);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server", 8);
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
user_pref("network.http.proxy.pipelining", true);
user_pref("nglayout.initialpaint.delay", 250);


userContent.css

Code: Select all

/* Mozz forums... removes items from display  #masthead, */
  #store, #footer, #donations, iframe, .spaceRow img {
    display: none !important;  }

/* Text highlight...also goes in userChrome.css */
::-moz-selection {
color: #D1FFFF !important;
background: #006699 !important; }

/* Color links visited */
a[href]:visited {
color: #D50000 !important; }
Last edited by Old Bozz on June 11th, 2005, 5:11 pm, edited 8 times in total.
Old Greg S
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by Old Greg S »

Nothing innovative here. I have made alot of changes in the themes jarfile and have about 5 different userChrome files I save as a text file and copy and paste to change them out, but here is one of the userChrome
userCrome

Code: Select all

/**************************************/
/* Custom Firefox 1.0+ userChrome.css */
/*          xxxxxxxxxxxxxxxx          */
/*             My Version             */
/**************************************/

@import url("chrome://global/skin/subskins/cutebuttons.css" );
@import url("chrome://global/skin/subskin/menuitems.css");
@import url("chrome://global/skin/subskin/rounded.css");
@import url("chrome://global/skin/subskin/nativetabs.css");
@import url("chrome://global/skin/subskin/toolbars-small.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 */


/* ============ Toolbar Mods ============== */
/* Searchbar Font & Text Color */
.searchbar-textbox {
   color: dimgray !important; }

/* Address Bar Font & Text Color */
#urlbar {
   color: dimgray !important; }

/* Toolbars Without Borders */
menubar, toolbox, toolbar {
   border-style: none !important; } 

/* Remove the Mail Button Dropmarker */
#mail-button > hbox > dropmarker {
   display: none !important; }

/* Remove the 'Go' word in Go Button (and correct the button size) */
#go-button .toolbarbutton-text {
   display: none !important; }
#go-button .toolbarbutton-icon {
   margin-top: 2px !important; margin-bottom: 1px !important; }
#go-button .toolbarbutton-icon {
   margin-right: 1px !important; }

/* Remove the 'Search' word in Search Button (and correct the button size) */
#search-button .toolbarbutton-text {
   display: none !important; }
#search-button .toolbarbutton-icon {
   margin-top: 2px !important; margin-bottom: 1px !important; }
#search-button .toolbarbutton-icon {
   margin-right: 1px !important; }
 
/*Changes All Toolbar Heights*/
#main-window toolbar {
   max-height: 32px !important; }
/* #main-window toolbarbutton { 
   padding: 0px !important; } */

/* No Back/Forward Drop-Down Arrows */
.toolbarbutton-menubutton-dropmarker {
   display: none !important; }

/* Changes Background Color of Find Toolbar */
#FindToolbar{
   background-color: gray !important; }

/* Adds Tool Bar Background Image */
   toolbar{
   background-image: url("menu4.png") !important; }

#softwareupdate {
   display: none !important; }
/* ============ Toolbar Mods End ============== */


/* ============ Throbber Mods ============== */
/*The Fox Throbber*/
#navigator-throbber {
   list-style-image: url("patrick.png") !important; }

#navigator-throbber[busy="true"] {
   list-style-image: url("patrick.gif") !important; }

/*The Throbber Shown on Tabs*/
#content tab[busy] .tab-icon {
   list-style-image: url("patrick.gif") !important;}
/* ============ Throbber Mods End ============== */


/* ============ Tab Mods =========== */
/* System Button Tab Look */
#content tab {
   -moz-appearance: button !important; }

#content tab[selected="false"] {
   font-style: normal !important; }

/* Show Tabs at Bottom */
#content > tabbox {
   -moz-box-direction: reverse; }

/* Change Color of Normal Tabs */
tab:not([selected="true"]) {
   color: rgb(51,51,51) !important;
   font-family: Dungeon !important;
   font-size: 9pt !important; }

/* Change Color of Active Tab */
tab[selected="true"] {
   color: #c43333 !important; font-weight: bold !important;
   font-family: Dungeon !important;
   font-size: 9pt !important;
   font-style: italic !important; }

/* Change All Tab Icons to 100% Opacity. */
.tab-icon {
   -moz-opacity: 1.0 !important; }

/* Adds Tab Bar Background Image */
.tabbrowser-strip {
   background-image: url("menu4.png") !important; }

/* Centers Up The Tabs in Tab Strip */
.tabbrowser-tabs {
   margin: -1px 0px 1px 0px !important; }

/* Remove Tab Bar Bottom Border */
.tabbrowser-strip {
   border-bottom: none !important; }

/* Change Tab Icon Location */
.tabbrowser-tabs .tab-icon {
   margin: -2px 0px 2px 6px !important; }

/* Change Tab Text Location */
.tab-text {
    margin: -2px 0px 2px 6px !important; }
/* ============ Tab Mods End ============== */


/* ============ Custom About Background ============== */
#aboutDialog {
   width: 36em !important;
   height: 35em !important; }

#clientBox {
   background: Transparent
   url("about.png")  no-repeat top center !important;
   font-family: Dungeon !important;
   color: rgb(0,64,62) !important; }

#userAgent {
   margin: 3px 5px 12px 5px !important;
   padding: 1px 0px 1px 2px !important;
   -moz-appearance: none !important;
   border: none !important;
   background-color: Transparent !important;
   min-height: 50px !important;
   min-width: 275px !important;
   font-family: Dungeon !important;
   color: rgb(0,64,62) !important;  }
/* ============ Custom About Background End ============== */


/* ============ Statusbar Mods ============== */
/* Change Adbock Statusbar Text Color */
/* #adblock-status-text {
   color: #c43333 !important; } */

/* Change Status Bar Font */
#status-bar {
   font-family: Dungeon !important;
   color: rgb(51,51,51) !important; }

/* Change Status Bar Height */
#statusbar-display {
   max-height: 24px !important; }

/* Remove Icon Spacers in StatusBar */
statusbarpanel {
   -moz-appearance: none !important;
   border-left: 0px !important;
   border-right: 0px !important; }
/* ============ Statusbar Mods End============== */


/* ============ Options Panel Mods ============== */
#prefDialog > hbox[flex="1"] {
   -moz-box-orient: vertical !important; }
#prefsCategories {
   -moz-binding: url("chrome://browser/skin/pref/hbox.xml#horizontal") !important;
   -moz-appearance: none !important;
   margin: -8px -10px 4px -8px !important;
   position: relative !important;
   border-bottom: 1px solid !important;
   -moz-border-bottom-colors: ThreedShadow !important; }
#prefsCategories-hbox {
   -moz-box-pack: center;
   border-bottom: 1px solid ThreedShadow !important; }
#prefDialog #header{
   display: none !important; }
.buttonBoxButton {
   border: 0 !important;
   margin: 0 !important;
   position: relative !important; }

.buttonBoxButton > .button-box,
.buttonBoxButton > .button-box:hover:active,
.buttonBoxButton[checked="true"] > .button-box {
   padding: 4px 3ex !important; }
#prefDialog {
   width: 56em !important;
   height: 48em !important; }
/* ============ Options Panel Mods End ============== */


/* ============ Theme & Extensions View Mods ============== */
#extensionsView {
   font-family: Dungeon !important;
   font-size: 9pt !important; }
/* ============ Theme & Extensions View Mods End ============== */


/* ============ Menu Mods ============== */
/* Menu Text Size Change */
menu[label="File"],
menu[label="Edit"],
menu[label="View"],
menu[label="Go"],
menu[label="Bookmarks"],
menu[label="Tools"],
menu[label="Help"] {
font-family: Dungeon !important;   
   color: white !important; }

/* Set Style of Popup Menus */
menupopup > menu, menupopup > menuitem,
popup > menu, popup > menuitem {
   font-family: Dungeon !important;
   color: white !important; }

/* Change the Color of Menu Separators */
menuseparator {
   border-top: none !important;
   border-bottom: none !important; }

/* Give Textbox & Menulist 3D Look */
textbox {
   -moz-appearance: none !important;
   background: Transparent !important; }

menulist {
   -moz-appearance: none !important;
   background: Transparent !important; }

menulist:focus > .menulist-label-box {
   -moz-appearance: none !important;
   background: Transparent !important; }

/* Add Highlight Image to Menus */
menupopup > menu[_moz-menuactive="true"],
menupopup > menuitem[_moz-menuactive="true"],
popup > menu[_moz-menuactive="true"],
popup > menuitem[_moz-menuactive="true"] {
   -moz-appearance: button !important;
   color: darkslategray !important;
   margin: 0px 0px 0px 18px !important;
   padding: 0px 0px 0px 8px !important; }

/* Add Background Image to Menus */
.popup-internal-box {
   background-image: url("xxx.png") !important;
   font-family: Dungeon !important;
   color: white !important; }

/* System Button Look for Menus */   
menubar > menu[_moz-menuactive="true"] {
   -moz-appearance: button !important;
   color: darkslategray !important; }
/* ============ Menu Mods End ============== */


/* ============ Button Mods ============== */
/* Change Moseover Text Color on Buttons */
button:not([disabled="true"]):hover,
button:not([disabled="true"]):hover:active {
   color: darkslategray !important; }

/* Change Moseover Text Color on Disabled Buttons */
button[disabled="true"]:hover,
button[disabled="true"]:hover:active {
   color: black !important; }
/* ============ Button Mods End ============== */


/* ============ Tooltip Mods ============== */
tooltip {
   -moz-appearance: none !important;
   border: 2px solid !important;
   -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight !important;
   -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow !important;
   -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow !important;
   -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight !important;
   padding: 4px 3px 4px 4px !important; }

.tooltip-label {
   border: 2px solid;
   -moz-border-top-colors: ThreeDDarkShadow ThreeDShadow !important;
   -moz-border-right-colors: ThreeDLightShadow ThreeDHighlight !important;
   -moz-border-bottom-colors: ThreeDLightShadow ThreeDHighlight !important;
   -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow !important;
   margin: 0px !important;
   background-color: darkslategray !important; }
/* ============== Tooltip Mods End ============== */


userContent

Code: Select all

/***************************************/
/* Custom Firefox 1.0+ userContent.css */
/*           xxxxxxxxxxxxxxxxx         */
/*              My Version             */
/***************************************/

/* Changes Color of Previous Viewed Links */
a[href]:visited {
color: #800000 !important; }

/* Change Cursor for Links Open in New window */
:link[target="_blank"], :visited[target="_blank"],
:link[target="_new"],   :visited[target="_new"] {
   cursor:  crosshair; }

/* Stacks Scrollbar Arrows on the Bottom */
scrollbarbutton[sbattr="scrollbar-up-bottom"]{
   display: -moz-box !important; }


user.js

Code: Select all

user_pref("browser.cache.memory.capacity", 16384);
user_pref("browser.cache.disk_cache_ssl", true);
user_pref("browser.xul.error_pages.enabled", true);
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 3000000);
user_pref("content.maxtextrun", 8191);
user_pref("content.notify.backoffcount", 5);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("network.dnsCacheExpiration", 360);
user_pref("network.dnsCacheEntries", 100);
user_pref("network.http.max-connections", 32);
user_pref("network.http.max-connections-per-server", 8);
user_pref("network.http.max-persistent-connections-per-proxy", 8);
user_pref("network.http.max-persistent-connections-per-server", 4);
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
user_pref("network.http.proxy.pipelining", true);
user_pref("nglayout.initialpaint.delay", 750);
user_pref("plugin.expose_full_path", true);
user_pref("signed.applets.codebase_principal_support", true);
user_pref("network.dns.disableIPv6", true);
User avatar
Raila
Posts: 524
Joined: January 21st, 2005, 2:02 pm
Location: huh? Where? WHEN?!? OH! Indiana
Contact:

Post by Raila »

Bozz, you have similar code doing the same thing hun..

Code: Select all


/* Remove Back/Forward drop-down arrows */
.toolbarbutton-menubutton-dropmarker { display: none !important; }

AND

* Hide dropdown arrows in Back & Forward buttons */
#back-button .toolbarbutton-menubutton-dropmarker,
#forward-button .toolbarbutton-menubutton-dropmarker
{ display: none !important; }


And I borrowed something :)
//* Stop download links opening blank tab
user_pref("browser.block.target_new_window", true);

I really HATE that lol
Thanks!

And I borrowed something from yours too, Greg, to play with
the

/* Give Textbox & Menulist 3D Look */

stuff :>

thanks guys :)
i5 2500 running Win 7
Vanilla Fx (for now)
Extensions-TabMixPlus, IETab2, FireGestures, Stylish, AdblockPlus 2, ColorfulTabs
Old Greg S
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by Old Greg S »

Raila wrote:
And I borrowed something from yours too, Greg, to play with
the

/* Give Textbox & Menulist 3D Look */

stuff :>

thanks guys :)


I would like for it to look different, without it, it just has a line around it as below
Image

And below with it, it's not dramatic but looks better to me anyway. Come up with something diff for me to try!
Image
User avatar
scratch
Posts: 4942
Joined: November 6th, 2002, 1:27 am
Location: Massachusetts

Post by scratch »

Raila wrote:And I borrowed something :)
//* Stop download links opening blank tab
user_pref("browser.block.target_new_window", true);

I really HATE that lol
Thanks!


that doesn't work anymore. it was removed around 0.9.
Sailfish
Posts: 5681
Joined: November 5th, 2002, 4:58 pm

Post by Sailfish »

No userChrome.css overrides but here's my userContent.css and user.js ones, fwiw:

Code: Select all

userContent.css

/*
 * Eliminate the plain-text tags (bold, italics, underline)
 * encapsulating phrases in mail/news messages.
 */

.moz-txt-tag { display: none; }

/*
 * Add IE link:hover underline effect.
 */

:link:hover , :visited:hover { text-decoration: underline !important; }

/*
 * Override the background for the Cards extension.
 */
#cards-window { background: #007F00 !important; }

Code: Select all

// Mozilla User Preferences

/* Make Mozilla re-use the open window when a link in another Windows
 * application is clicked
 */

user_pref("advanced.system.supportDDEExec", true);

/* Redefine my bookmarks location
 */

user_pref("browser.bookmarks.file", "C:\\MyPlace\\Mozilla\\bookmarks.html");

/* Does something with mail??
 */

user_pref("mail.display_struct", true);

// Security Prefs, see:
// http://www.mozilla.org/projects/security/components/ConfigPolicy.html


/* disables the referer on everything except pages, so images
 * and scripts don't get a referer - Means that sites don't get
 * image referrers on their own pages.
 * 1 - disables referrers for images and other page elements but leaves
 *     it for pages,
 * 0 - disables all referrers and will hobble some CGI scripts or in some
 *     cases make it impossible to download files.
 */

user_pref("network.http.sendRefererHeader", 1);

/* disables onunload scripts altogether - Means that other scripts
   that are set to run when you leave a page won't work.
 */

user_pref("capability.policy.default.Window.onunload", "noAccess");

/* Overrides the delay (default: 1200ms) between the start page load
 * and the rendering to minimize reflows as later page changes occur.
 *
 * user_pref("nglayout.initialpaint.delay", 0);
 */

/*
 * Have Mozilla check domain root for favicon.ico file and if it
 * exists, display it.
 */
user_pref("browser.chrome.favicons",true);

/*
 * Have Mozilla always display browser tab panel.
 */
user_pref("browser.tabs.autoHide",false);

/*
 * Add support for sharing Outlook Address book
 *
 * See http://abzilla.mozdev.org/index.html#Outlook
 *
 */

user_pref("ldap_2.servers.mapitest.description", "mapitest");
user_pref("ldap_2.servers.mapitest.dirType", 3);
user_pref("ldap_2.servers.mapitest.position", 4);
user_pref("ldap_2.servers.mapitest.uri", "moz-aboutlookdirectory://oe/");
/* Use below for Outlook Sharing instead of Outlook Express
user_pref("ldap_2.servers.mapitest.uri", "moz-aboutlookdirectory://op/");
 */

/*
 * Have Mozilla use itself with link click, irrespective of
 * system settings.
 */
user_pref("network.protocols.useSystemDefaults", false);

/*
 * Allocate 4MB to the memory cache.
 */
user_pref("browser.cache.memory.capacity", 4096);

/*
 * Disable chrome XUL "fastload".
 */
user_pref("nglayout.debug.disable_xul_cache", true);

/*
 * Security vuln - Disable the external shell protocol.
 */
user_pref("network.protocol-handler.external.shell", false);

/*
 * Display site icons in bookmarks file (0=never, 1=when in cache, 2=always)
user_pref("browser.chrome.load_toolbar_icons", 2);
 */


Some of these are quite old so may no longer be relevant? Also, some are quite dubious, like the one with the comment, "Does something with mail??"

I knew what it did when I originally added it but neglected to comment it. Now it's just there 'cause I'm afeared if I remove it I won't find out what great funtionality it provided until months afterwards and then, aggravatingly, not recall how to get it back :-)
Old Bozz
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by Old Bozz »

Raila wrote:Bozz, you have similar code doing the same thing hun..
Code:


/* Remove Back/Forward drop-down arrows */
.toolbarbutton-menubutton-dropmarker { display: none !important; }

AND

* Hide dropdown arrows in Back & Forward buttons */
#back-button .toolbarbutton-menubutton-dropmarker,
#forward-button .toolbarbutton-menubutton-dropmarker
{ display: none !important; }


Thanks babe. Cleaned up and edited post. :)

This is fun. I see lots of good things to try out. :mrgreen:

btw...did I see you refer to a web site you have? Where?
User avatar
Raila
Posts: 524
Joined: January 21st, 2005, 2:02 pm
Location: huh? Where? WHEN?!? OH! Indiana
Contact:

Post by Raila »

I know what you mean Bozz, there are lots of neath things here!
lol site is mostly to store stuff and has my Guild page on it, but I did do a site for a friend/client that sells handmade soaps..
IF you wanna check that out, (THEY smell awesome!) its www.cherokeesoap.com

And doggonit.. I wish that stupid empty tab thing would still work!
Thanks (I think :) ) Scratch..

Sailfish, I know what you mean about not remembering how to do something, but why dont you comment it out until you DO, or if, you figure it out, put it back that way?

Greg, I am gonna mess with the coloring around those highlights and see if we can get something REALLY cool :>
i5 2500 running Win 7
Vanilla Fx (for now)
Extensions-TabMixPlus, IETab2, FireGestures, Stylish, AdblockPlus 2, ColorfulTabs
Old Greg S
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by Old Greg S »

Raila wrote:
Greg, I am gonna mess with the coloring around those highlights and see if we can get something REALLY cool :>

lol, yea I'd hate to think you wouldn't mess with it!
Old Bozz
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by Old Bozz »

scratch wrote:
Raila wrote:And I borrowed something :)
//* Stop download links opening blank tab
user_pref("browser.block.target_new_window", true);

I really HATE that lol
Thanks!


that doesn't work anymore. it was removed around 0.9.

Oh really...I guess I haven't clicked a link of this type for quite a while now. Anybody have one...not meaning to question you scratch of course, but would like to see it happen just the same.
Sailfish
Posts: 5681
Joined: November 5th, 2002, 4:58 pm

Post by Sailfish »

Raila wrote:Sailfish, I know what you mean about not remembering how to do something, but why dont you comment it out until you DO, or if, you figure it out, put it back that way?

It's against the little known "Law of Prefs":

"Once added, no pref may be removed without knowing the reason one added it in the first place."
Old Bozz
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by Old Bozz »

Sailfish wrote:
Raila wrote:Sailfish, I know what you mean about not remembering how to do something, but why dont you comment it out until you DO, or if, you figure it out, put it back that way?

It's against the little known "Law of Prefs":

"Once added, no pref may be removed without knowing the reason one added it in the first place."

^^Yep^^
Last edited by Old Bozz on April 3rd, 2005, 1:33 pm, edited 1 time in total.
User avatar
CatThief
Posts: 1854
Joined: January 19th, 2004, 12:19 am
Location: Northeast USA

Post by CatThief »

What an incredibly diverse assortment of tweaks! Just goes to show how personal tastes vary so much.

I'm wondering... does anyone here know of a userContent.css entry for changing the color of selected text for web content and input boxes? For the life of me I can't get anything to work. The current Fx nightlies have a disturbing habit of ignoring the OS default and no one in the Fx Builds forum seems to want to address or acknowledge this problem. I certainly hope this little feature is not deliberate, but who knows anymore. :roll:

Anyhow, the selected-text background color is fine, but the text itself varies from black to orange to green - something different each and every time the browser is started. I want it to be white and only white! Grrrrrr. Somehow there must be a way to do this.

Suggestions are most appreciated.
Still passionate for Mozilla themes and extensions, just not actively developing them for public release anymore.
User avatar
Raila
Posts: 524
Joined: January 21st, 2005, 2:02 pm
Location: huh? Where? WHEN?!? OH! Indiana
Contact:

Post by Raila »

Aww Cmon Sailfish! yer so not telling me you neeeeever save anything! LOL
I can tell yer a packrat cause you said you have code that doesnt work
::grins::

Im sorry Cat, I havent seen anything that is definitive on that :< I have seen a few discussions, but nothing about it not :sticking:
:(
Ill keep an eye out..
and maybe Google it too?
i5 2500 running Win 7
Vanilla Fx (for now)
Extensions-TabMixPlus, IETab2, FireGestures, Stylish, AdblockPlus 2, ColorfulTabs
Locked