Post your userFiles!

Discuss application theming and theme development.
Locked
Mike Shinoda
Posts: 61
Joined: July 26th, 2004, 10:41 am

Post by Mike Shinoda »

This is a nice thread, I adopted some codes after reading this thread.
My list is not well-organized...

Code: Select all

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

sidebarheader { height: 18px !important; }

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

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

/* Browser fonts */
menubar, menubutton, menulist, menu, menuitem, textbox,
toolbar, .tab-text, tree, tooltip, sidebarheader, statusbar
{ font-size: 8pt !important;
font-family: Lucida Sans Unicode !important; }

/* Remove the vertical separator on the sidebar */
#sidebar-splitter { display: none !important; }

/* Hide "Add to Bookmarks" in bookmarks menu */
menuitem[label="Bookmark This Page..."]
{ display: none !important; }

/* hide toolbar button impressions */
toolbarbutton { -moz-appearance: none !important;border: none !important; }

/* Remove status bar */
#bookmark-window #statusbar { display: none; }

/* Remove min/max/close buttons at fullscreen */
#nav-bar #window-controls { display: none !important; }

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

/* Hide the manage bookmarks search */
#bookmarks-search { display:none; }

/* Hide the searchbar in Bookmark Sidebar */
#bookmarksPanel > hbox { display:none; }

#toolbar-menubar {display: none !important;}

/* Hide last item in bookmark tabs "Open in Tabs" */
.openintabs-menuseparator {display: none !important;}
.openintabs-menuitem {display: none !important;}

.tab-text[value="(Untitled)"] {
display: none !important;
}

scrollbarbutton[sbattr="scrollbar-up-top"]{
display: none !important;
}
scrollbarbutton[sbattr="scrollbar-up-bottom"]{
display: -moz-box !important;
}

/* Make the active tab not bold */
tab[selected="true"] {
   font-weight: normal !important;
}

/* Remove the close button on the tab bar */
.tabs-closebutton {
   display: none !important;
}

.tabbrowser-tabs .tab-icon   {
   display: none !important;
}

menupopup, popup {
border: 1px solid !important;

menupopup {
   margin-top: -3px;
}
User avatar
SallyK
Posts: 122
Joined: July 4th, 2004, 11:42 am

Post by SallyK »

I don't know if you use extensions but there is a very useful one that prevents most of the empty tabs that are created when you try to download things - <a href="http://www.cusser.net/extensions/disabletarget/" title="Disable Targets for Downloads">Disable Targets for Downloads</a>

My userchrome is much less interesting than most of yours

Code: Select all

/* Use MEDIUM throbber image regardless of toolbar size. */
@import url("chrome://global/skin/subskin/throbber-med.css");

/* Change Tab image from default "Page" to "Globe" image. */
@import url("chrome://global/skin/subskin/tab-globe.css");

/* Change the theme's default Flat Tabs to Native 3-D Tabs. */
@import url("chrome://global/skin/subskin/nativetabs.css");

/* Change background to Pinstripes. (For all screen widths.) */
@import url("chrome://global/skin/subskin/pinstripes.css");


/* Show icons for menuitems (English only). */
@import url("chrome://global/skin/subskin/menuitems.css");


 /* Change color of active tab */
tab{
-moz-appearance: none !important;
}
tab[selected="true"] {
background-color: rgb(222,218,210) !important;
color: black !important;
}

/* Change tab hover colors */
tab[selected="true"]:hover {
background-color: rgb(100,240,240) !important;
}
tab:not([selected="true"]):hover {
background-color: rgb(100,200,200) !important;
}

toolbarbutton[type="updates"] > .toolbarbutton-icon {
 display: none !important; }

/*
 * 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 */

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


The top half relates specifically to options in the Mostly Crystal theme and is taken from <a href="http://www.tom-cat.com/mozilla/firefox.html" title="Cat Thief's web page">Cat Thief's web page</a>

On the other hand I did make a web page of a lot of the userchrome tweaks I've found in the forums, so I knew where to look for them again.

<a href="http://www.kennettm.free-online.co.uk/Tipsandtweaks.html" title="My Userchrome tweaks page">My Userchrome tweaks page</a>

______________________________________________
Queen Anne had a very soothing Act passed called the Occasional Conformity Act, which said that people only had to conform to it occasionally. (The Occasional Conformity Act was the only Act of its kind in History, until the Speed Limit was invented.)
User avatar
CatThief
Posts: 1854
Joined: January 19th, 2004, 12:19 am
Location: Northeast USA

Post by CatThief »

Raila wrote: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?

I already tried Google, but nothing came up regarding selected or highlighted text - only stuff for the program, not web content. :(
Still passionate for Mozilla themes and extensions, just not actively developing them for public release anymore.
User avatar
mai9
Posts: 1619
Joined: January 15th, 2003, 3:41 pm
Location: Barcelona
Contact:

Post by mai9 »

ok, here I go!

the first part (before "context menu") is code I am testing.

userChrome.css

Code: Select all

menuitem[label="New Tab"] { background:url(chrome://cutemenus/content/res/new-tab.png) 2px 2px no-repeat; }
menuitem[label="Close Tab"] { background:url(chrome://cutemenus/content/res/delete.png) 2px 2px no-repeat; }
menuitem[label="Undo Close Tab"] { background:url(chrome://cutemenus/content/res/undo.png) 2px 2px no-repeat; }
menuitem[label="Bookmarks Toolbar"] { background:url(chrome://cutemenus/content/res/bookmark-manage.png) 2px 2px no-repeat; }
menuitem[label="Manage Folder"] { background:url(chrome://cutemenus/content/res/bookmark-manage.png) 2px 2px no-repeat; }
menuitem[label="Add Bookmark Here"] { background:url(chrome://cutemenus/content/res/bookmark.png) 2px 2px no-repeat; }
menuitem[label="Properties"] { background:url(chrome://cutemenus/content/res/properties.png) 2px 2px no-repeat; }
menuitem[label="Delete"] { background:url(chrome://cutemenus/content/res/delete.png) 2px 1px no-repeat; }
/* menuitem[label="New Folder..."] { background:url(chrome://cutemenus/content/res/delete.png) 2px 2px no-repeat; } */
menuitem[label="New Folder..."] { background:url(chrome://global/skin/icons/folder-item.png) 2px 2px no-repeat; }
menuitem[label="Copy Email Address"] { background:url(chrome://cutemenus/content/res/send.png) 2px 0px no-repeat; }



/* add icon to adblock image context menu item (extension) */
#adblock-image-menuitem { background:url(chrome://cutemenus/content/res/block-image.png) 2px 0px no-repeat; }

#context-keywordfield { background:url(chrome://cutemenus/content/res/search.png) 2px 0px no-repeat; }
#frame  { background:url(chrome://cutemenus/content/res/fullscreen.png) 2px 0px no-repeat; }



/* ============================== Context Menus */

/* =============== Remove Items In Context Menu: WEB PAGE */
#context-back, /* "Back" */
#context-forward, /* "Forward" */
#context-reload, /* "Reload" */
#context-stop, /* "Stop" */
#context-sep-stop, /* Separator Below "Stop" */
#context-bookmarkpage, /* "Bookmark This Page..." */
#context-savepage, /* "Save Page As..." */
#context-sendpage, /* "Send Link..." (showed on webpage) */
#context-sep-viewbgimage, /* Separator Above "View Background Image" */
/* #context-viewbgimage, /* "View Background Image" */
/* =============== Remove Items In Context Menu: LINKS */
#context-openlink, /* "Open Link in New Window" */
#context-openlinkintab, /* "Open Link in New Tab" */
#context-sep-open, /* Separator Below "Open Link in New Tab" */
#context-bookmarklink, /* "Bookmark This Link..." */
#context-savelink, /* "Save Link As..." */
#context-sendlink, /* "Send Link..." (showed on links) */
/* #context-copyemail, /* "Copy Email Address" */
/* #context-copylink, /* "Copy Link Location" */
/* #context-sep-copylink, /* Separator Below Link Items */
/* =============== Remove Items In Context Menu: IMAGES */
#context-viewimage, /* "View Image" */
#context-copyimage-contents, /* "Copy Image" */
/* #context-copyimage, /* "Copy Image Location" */
#context-sep-copyimage, /* Separator Below "Copy Image location" */
/* #context-saveimage, /* "Save Image As..." */
#context-sendimage, /* "Send Image..." */
#context-setWallpaper, /* "Set As Wallpaper..." */
#context-blockimage, /* "Block Images from [server]" */
/* =============== Remove Items In Context Menu: TEXT */
#context-undo, /* "Undo" */
#context-sep-undo, /* Separator Below "Undo" */
/* #context-cut, /* "Cut" */
/* #context-copy, /* "Copy" */
/* #context-paste, /* "Paste" */
#context-delete, /* "Delete" */
#context-sep-paste, /* "Separator Below "Delete" */
#context-selectall, /* "Select All" */
#context-sep-selectall, /* "Separator Below "Select All" */
#context-searchselect, /* "Search  Web for..." */
/* #context-viewpartialsource-selection, /* "View Selection Source" */
/* #context-keywordfield, /* "Add a Keyword for this Search..." */
/* context-sep-bidi, */
/* context-bidi-text-direction-toggle, */
/* context-bidi-page-direction-toggle /* some BiDi options */
/* =============== Remove Items In Context Menu: EXTRA */
#context-printpage, /* "Print..." */
#frame-sep, /* Separator Above "This Frame" */
/* #frame, /* "This Frame" */
/* #context-viewpartialsource-mathml, /* "View MathML Source" */
/* #context-sep-properties, /* Separator Above Properties Items */
/* #context-viewsource, /* "View Page Source" */
/* #context-viewinfo, /* "View Page Info" */
/* #context-metadata, /* "Properties" */
/* =============== Remove Items In Context Menu: EXTENSIONS */
/* #NeedleSearch-menu, /* "NeedleSearch" (extension) */
/* #nukeanything-do-nuke, /* "Remove this object" (extension) */
#context-smartsearch, /* "Search for x on..." (extension) */
#blogthis-sep /* Separator Above "BlogThis" (extension) */
{ display: none; !important; }

/* Remove context menu items added by Slogger (extension) */
#slogger-mouseaContext, /* "Log This Page..." */
#slogger-mousebContext, /* "Log This Image..." */
#slogger-mousecContext /* "Log This Location..." */
{ display: none; !important; }

/* Remove "Undo Close Tab" in context menu (extension) */
#sep-undoclosetab, #undoclosetab  { display: none !important; }

/* remove items in bookmarks context menu */
#bookmarks-context-menu menuitem[label="Expand"],
#bookmarks-context-menu menuitem[label="Open in Tabs"],
/* #bookmarks-context-menu menuitem[label="Manage Folder"] */
/* #bookmarks-context-menu menuitem[label="Manage Folder"] + menuseparator, */
#bookmarks-context-menu menuitem[label="Open"],
#bookmarks-context-menu menuitem[label="Open in New Window"],
#bookmarks-context-menu menuitem[label="Open in New Tab"],
#bookmarks-context-menu menuitem[label="Open in New Tab"] + menuseparator,
#bookmarks-context-menu menuitem[label="New Bookmark..."],
/* #bookmarks-context-menu menuitem[label="New Folder..."], */
#bookmarks-context-menu menuitem[label="New Separator"],
#bookmarks-context-menu menuitem[label="New Separator"] + menuseparator,
#bookmarks-context-menu menuitem[label="Cut"],
#bookmarks-context-menu menuitem[label="Copy"],
#bookmarks-context-menu menuitem[label="Paste"],
#bookmarks-context-menu menuitem[label="Paste"] + menuseparator,
/* #bookmarks-context-menu menuitem[label="Delete"],
#bookmarks-context-menu menuitem[label="Delete"] + menuseparator, */
#bookmarks-context-menu menuitem[label="Sort By Name"],
#bookmarks-context-menu menuitem[label="Sort By Name"] + menuseparator,
#bookmarks-context-menu menuitem[label="Properties"] + menuseparator
{ display: none; }



/* ============================== Menu Bar */

/* Hide all menu bar
( "main-menubar" test this ) */
#toolbar-menubar { display: none !important; }

/* Hide last item "Add Bookmark Here" in bookmarks menu (extension) */
.abhere-menuseparator, .abhere-menuitem { display: none !important; }

/* Hide last item "Open in Tabs" in bookmarks menu */
.openintabs-menuseparator, .openintabs-menuitem { display: none !important; }

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

/* ============================== Tool Bar */

/* change Slogger icons (extension)
#slogger-auxaButton {
  list-style-image: url("chrome://browser/skin/Toolbar.png") !important;
  -moz-image-region: rect(0px 140px 12px 122px) !important; }

#slogger-auxaButton:hover {
  list-style-image: url("chrome://browser/skin/Toolbar.png") !important;
  -moz-image-region: rect(24px 140px 36px 122px) !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: 3px !important; margin-bottom: 2px !important; } */
#go-button .toolbarbutton-icon { margin-right: 1px !important; }

/* no Back/Forward drop-down arrows */
#forward-button .toolbarbutton-menubutton-dropmarker,
#back-button .toolbarbutton-menubutton-dropmarker { display: none !important; }

/* Hide "text" or "icon" in Bookmarks Toolbar */
#personal-bookmarks .toolbarbutton-icon {display : none !important;}



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

/* Remove Livemark icon */
#livemark-button { display:none !important; }

/* Remove the link in status bar for AdBlock extension */
statusbarpanel[id="adblock-status"] { display:none !important; }

/* Remove GooglePreview icon (extension) */
#googlepreview-status { display: none !important; }



/* ============================== Bookmarks Manager */

/* Remove BM menubar */
#bookmarks-toolbox #main-menubar { display: none !important; }

/* Remove buttons labels in Bookmark Manager window (also .toolbarbutton-icon) */
#command-toolbar .toolbarbutton-text { display: none; !important; }

/* Hide toolbar icons */
/* #newbookmark, /* "New Bookmark..." */
/* #newfolder, /* "New Folder..." */
/* #newseparator, /* "New Separator" */
#moveBookmark, /* "Move..." */
#moveBookmark + toolbarseparator, /* Separator on the right to "Move..." */
/* #properties, /* "Properties" */
#rename /* "Rename..." */
/* #delete /* "Delete" */
{ display: none; !important; }

/* Remove Flat Bookmark status bar (extension) */
#bookmark-window .chromeclass-status { display: none; }

/* Remove BM status bar */
#bookmark-window #statusbar { display: none; }



userContent.css

Code: Select all

/* Hide shark tab in ChromEdit extension when called with its chrome */
#egoTab { display: none; }

/* Remove Gmail ads */
#ad {display:none !important;}


user.js there's not everything I want/need to have yet.

Code: Select all

// Don't embed acrobat to browser, 999 is the min version to do it
user_pref("plugin.scan.Acrobat", "999");



// Allow pop-up windows to be resizable
user_pref("dom.disable_window_open_feature.resizable", true);

// enable Find-As-You-Type
// user_pref("accessibility.typeaheadfind", true);

// Days to keep an url in history
user_pref("browser.history_expire_days", 60);

// Specify the amount of memory cache:
// user_pref("browser.cache.memory.capacity", 8192);

// Specify the amount of disk cache:
user_pref("browser.cache.disk.capacity", 99999);

// Delay when opening submenus (300ms by default)
user_pref("ui.submenuDelay", 10);

// Webpage can't disable context menu
user_pref("dom.event.contextmenu.enabled", false);

// Enable middle-click autoscroll
user_pref("general.autoScroll", true);

// Show plugins path in about:plugins
user_pref("plugin.expose_full_path", true);

// Always show tabbar
user_pref("browser.tabs.autoHide", false);

// don't resize images to fit screen
user_pref("browser.enable_automatic_image_resizing", false);

// Load middle-clicked bookmarks in background
user_pref("browser.tabs.loadBookmarksInBackground", true);
Old Bozz
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by Old Bozz »

In codes that use an image for a background I see some have:

Code: Select all

background-color: none !important;


...and others would have:

Code: Select all

background-color: transparent !important;


...and yet others wouldn't have either.

What's the purpose for using these codes and can anyone actually see any difference when they are applied?

If there is a difference, how do you know when to apply which code?
Sailfish
Posts: 5681
Joined: November 5th, 2002, 4:58 pm

Post by Sailfish »

bozz wrote:In codes that use an image for a background I see some have:

Code: Select all

background-color: none !important;


...and others would have:

Code: Select all

background-color: transparent !important;


...and yet others wouldn't have either.

What's the purpose for using these codes and can anyone actually see any difference when they are applied?

If there is a difference, how do you know when to apply which code?

Yes, there can be quite a difference, depending on the size of the background image (if any) and the background of the parent elements behind the current child.

The background-color fills the portion of the element (usually a box) with that color which isn't under the background-image. If it's set to transparent, then the non-image portion of the element is filled with whatever is in the parent element. The "none" value isn't used for background-color but, rather, background-image.

Here's a link that should help explain it.

gl
Old Bozz
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by Old Bozz »

I understand now. Thanks Sailfish.
n454545
Posts: 141
Joined: April 14th, 2005, 2:20 pm

Post by n454545 »

I have this in my userChrome.css, I don't think its been posted yet.

/* Stop the information bar from showing up */
browsermessage {
display: none !important;
}
User avatar
DizzyWeb
Posts: 637
Joined: March 27th, 2003, 9:56 am

Post by DizzyWeb »

Sailfish wrote:
bozz wrote:In codes that use an image for a background I see some have:

Code: Select all

background-color: none !important;


...and others would have:

Code: Select all

background-color: transparent !important;


...and yet others wouldn't have either.

What's the purpose for using these codes and can anyone actually see any difference when they are applied?

If there is a difference, how do you know when to apply which code?

Yes, there can be quite a difference, depending on the size of the background image (if any) and the background of the parent elements behind the current child.

The background-color fills the portion of the element (usually a box) with that color which isn't under the background-image. If it's set to transparent, then the non-image portion of the element is filled with whatever is in the parent element. The "none" value isn't used for background-color but, rather, background-image.

Here's a link that should help explain it.

gl


As far as I know that's not true. The background-color property cannot set the background-image, so it cannot set it to none either. background-color can have 2 sorts of values, a color or transparent. "none" is a possible value for background-image. If you want to set both, you can use the "background" shorthand, like this:

Code: Select all

 background: transparent none;


See here.
The author can never, in no way, be held responsible for any harm caused, mental or physical, by reading this post.
User avatar
ycc2106
Posts: 24
Joined: March 2nd, 2004, 2:08 am

Post by ycc2106 »

<b>This is very cool!!!!!!

It would be nice</b> if you all could tell us whitch themes you are using before, no?
And if it Mozilla, Firefox, Nvu or Camino...
That would be cool!

and :>, I'm going to try. ;)
Mine's not so interessting yet, I hope it won't stay like that, if it becomes better I'll post it.
Old Greg S
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by Old Greg S »

ycc2106 wrote:<b>This is very cool!!!!!!

and :>, I'm going to try. ;)
Mine's not so interessting yet, I hope it won't stay like that, if it becomes better I'll post it.


ycc2106, post it anyway, what's not interesting to you may be to someone else.

I'm re-posting mine. I've gone through and dug out some other things that I've played with in the past and am using them now and kinda like it. With all the edits I've made to it, the lights kinda blink when I launch Firefox, but that's OK, it also does it when the Air Conditioner kicks on too LOL, My theme is based off Mostly Crystal by a wonderful person who goes by the name of "CatThief".

Code: Select all

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

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

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

/* Remove Update Icon */
#softwareupdate {
   display: none !important; }

/* Toolbar Spacer Width */
toolbarspacer {
   width: 10px !important; }
/* ============ Toolbar Mods End ============== */


/* ============ Throbber Mods ============== */
/* Color Circle Still Throbber */
#navigator-throbber {
   list-style-image: url("colorcirc.png") !important;
   /* Re-position Throbber in Throbber Box */
   margin: -3px -10px -4px -3px !important; }

/* Activate Color Circle Throbber on Mouseover */
#navigator-throbber:hover {
   list-style-image: url("colorcirc.gif") !important; }

/* Color Circle Busy Throbber */
#navigator-throbber[busy="true"] {
   list-style-image: url("colorcirc.gif") !important; }

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

/* Throbber Box 3D Look */
#throbber-box {
   -moz-appearance: none !important;
   margin: 3px 5px 5px 0px !important;
   padding: 0px 4px 0px 0px !important;
   border-top: 2px solid ThreeDHighlight !important;
   border-right: 2px solid ThreeDHighlight !important;
   border-bottom: 2px solid ThreeDShadow !important;
   border-left: 2px solid ThreeDHighlight !important;
   background: url("menubar1.png") !important;
   background-repeat: repeat !important;  }

/* 3D Recess Hover Border for Throbber Box */
#throbber-box:hover {
   -moz-appearance: none !important;
   margin: 3px 5px 5px 0px !important;
   padding: 0px 4px 0px 0px !important;
   border-top: 3px solid ThreeDShadow !important;
   border-right: 2px solid ThreeDHighlight !important;
   border-bottom: 2px solid ThreeDHighlight !important;
   border-left: 2px solid ThreeDShadow !important; }
/* ============ Throbber Mods End ============== */


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

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

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

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

/* Change Hover Font Color & Size of Normal Tabs */
#content tab:hover[selected="false"] {
   color: rgb(51,51,51) !important;
   font-family: Dungeon !important;
   font-size: 8pt !important;
   font-style: normal !important; }

/* Change Hover Font Color & Size of Active Tab */
#content tab:hover[selected="true"] {
   color: #993333 !important;
   font-family: Dungeon !important;
   font-size: 8pt !important;
   font-style: italic !important; }

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

/* Adds Tab Bar Background Image & Remove Bottom Border */
.tabbrowser-strip {
   background-image: url("menu4.png") !important;
   border-bottom: none !important; }

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

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

/* Change Browser Tab Text Location */
.tabbrowser-tabs .tab-text {
    margin-left: 6px !important; }

/* Background Image for Tabbox */
tabbox {
   background-image: url("menu6.png") !important; }

/* Other Tabs Tab Selected Background Image & Font Hover Color */
tab[selected="true"] {
   color: white !important;
   background-image: url("background6.gif") !important;
   font-style: italic !important; }

/* Other Tabs Tab Selected Tab Hover Font Color */
tab[selected="true"]:hover {
   color: rgb(51,51,51) !important; }

/* Other Tabs Tab Background Image Hover & Font Hover Color  */
tab:hover {
   color: white !important;
   background-image: url("background6.gif") !important; }
/* ============ Tab Mods End ============== */


/* ============ Custom About Background ============== */
/* AboutDialog Window Re-Sizing */
#aboutDialog {
   width: 36em !important;
   height: 35em !important;
   border-top: 2px solid ThreeDShadow !important;
   border-right: 2px solid ThreeDShadow !important;
   border-bottom: 2px solid ThreeDHighlight !important;
   border-left: 2px solid ThreeDShadow !important; }

/* About Dialog Background Image */
#clientBox {
   background: Transparent
   url("chrome://browser/skin/icons/about.png")  no-repeat top center !important;
   font-family: Tahoma !important;
   color: rgb(0,64,62) !important; }

/* User Agent Re-Sizing */
#userAgent {
   -moz-appearance: none !important;
   margin: -5px 5px 28px 15px !important;
   padding: 0px 30px 10px 2px !important;
   min-height: 50px !important;
   min-width: 275px !important;
   border: none !important;
   background-color: Transparent !important;
   font-family: Tahoma !important;
   color: white !important; }
/* ============ Custom About Background End ============== */


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

/* Status Bar Font Hover Color */
statusbarpanel:hover {
   color: #993333; cursor: pointer !important; }

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

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

/* Always Display the Security Button in the Status Bar. */
#security-button {
   display: -moz-box !important; }

/* Always Display the Popup Blocker Button in the Status Bar. */
#page-report-button {
   display: -moz-box !important; }

/* Always Display the Livemarks Button in the Status Bar. */
#livemark-button {
   display: -moz-box !important; }

/* Status Bar Rounded Corner Image */
statusbar {
   -moz-appearance: none !important;
   background-image: url("status8.png") !important;
   padding: 0px 10px 0px 9px !important; }
/* ============ Statusbar Mods End============== */


/* ============ Options Panel Mods ============== */
#prefDialog > hbox[flex="1"] {
   -moz-box-orient: vertical !important; }
#prefsCategories {
   background-image: url("menu3pref.png") !important;
   -moz-binding: url("chrome://browser/skin/pref/hbox.xml#horizontal") !important;
   -moz-appearance: none !important;
   position: relative !important;
   border: 2px solid !important;
   -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow !important;
   -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow !important;
   -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow !important;
   -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow !important;
height: 68px !important; }
#prefsCategories-hbox {
   -moz-box-pack: center; }
#prefDialog #header{
   display: none !important; }
.buttonBoxButton {
   border: 0 !important;
   margin: 4px !important;
   position: relative !important; }

.buttonBoxButton > .button-box,
.buttonBoxButton > .button-box:hover:active,
.buttonBoxButton[checked="true"] > .button-box {
   padding: 4px 3ex !important; }

/* Pref Options Background Image & Font Color */
.listBox {
   -moz-appearance: none !important;
   background-image: url("rrr.png") !important;
   color: black !important; }

#prefDialog {
   width: 56em !important;
   height: 48em !important; }

/* Home Location Textbox Image */
#browserStartupHomepage {
   background-image: url("rrr.png") !important; }
/* ============ Options Panel Mods End ============== */


/* ============ Theme, Extensions & Download View Mods ============== */
/* Theme & Extension Font & Color */
#extensionsView {
   font-family: Dungeon !important;
   font-size: 9pt !important; }

/* Extension Background Image */
#extensionsView[state="extensions"] {
   background-image: url("extensionbg.png"); }

/* Theme Background Image */
#extensionsView[state="themes"] {
   background-image: url("themebg.png"); }

/* Theme & Extension View 3D Recess */
extension {
   margin: 2px 2px 1px 2px !important;
   border-top: 2px solid ThreeDShadow !important;
   border-right: 2px solid ThreeDHighlight !important;
   border-bottom: 2px solid ThreeDHighlight !important;
   border-left: 2px solid ThreeDShadow !important; }

/* Theme & Extension Hover Image and Hover Font Color */
extension:hover {
   background: url("chrome://mozapps/skin/shared/itemSelected.png") !important;
   color: white !important; }

/* Download Manger Background Image */
.downloadViewInner {
   background: url("rrr.png") !important;
   border-top: 2px solid ThreeDShadow !important;
   border-right: 2px solid ThreeDHighlight !important;
   border-bottom: 2px solid ThreeDHighlight !important;
   border-left: 2px solid ThreeDShadow !important; }

/* Download Manger Items Hover Image & Hover Font Color */
download:hover {
   background-image: url("chrome://mozapps/skin/shared/itemSelected.png") !important;
   color: white !important; }

/* Download Manger Save To Button Look */
#saveToFolder {
   -moz-appearance: button !important;
   padding: 2px 6px 2px 6px !important;
   color: blue !important; }

/* Download Manger Save To Button Font Hover Color */
#saveToFolder:hover {
   color: #993333 !important }
/* ============ Theme Extensions & Download 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;
   margin: 0px 1px 0px -2px !important;
   color: rgb(51,51,51) !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 {
   margin: 0px !important;
   padding: 0px !important;
   border-top: none !important;
   border-bottom: none !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("sss.png") !important;
   font-family: Dungeon !important;
   color: white !important; }

/* System Button Look for Menus */   
menubar > menu[_moz-menuactive="true"] {
   -moz-appearance: button !important;
   margin: -2px 1px 0px -6px !important;
   color: white !important;
   font-style: italic !important; }

/* 3D Border for Menubar */
menubar {
   margin: 3px 0px 5px 5px !important;
   padding: 0px 0px 0px 4px !important;
   border-top: 2px solid ThreeDHighlight !important;
   border-right: 2px solid ThreeDHighlight !important;
   border-bottom: 2px solid ThreeDShadow !important;
   border-left: 2px solid ThreeDHighlight !important;
   background: url("menubar1.png") !important;
   background-repeat: repeat !important; }

/* 3D Recess Hover Border for Menubar */
menubar:hover {
   margin: 3px 0px 5px 5px !important;
   padding: 0px 0px 0px 4px !important;
   border-top: 2px solid ThreeDShadow !important;
   border-right: 2px solid ThreeDHighlight !important;
   border-bottom: 2px solid ThreeDHighlight !important;
   border-left: 2px solid ThreeDShadow !important; }

/* Align Text for 3D Border Around Menubar */
   .menubar-text {
    margin: -2px -1px 2px -1px !important; }
/* ============ Menu Mods End ============== */


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

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


/* ============ Tooltip Mods ============== */
/* 3d Look to Tooltip */
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 {
   -moz-appearance: none !important;
   border: 2px solid !important;
   -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 ============== */


/* ============ Hover Highlight for Square URL Bars Mods ============== */
/* Searchbar Hover Highlight for Address Textbox */
/*
.searchbar-textbox:hover {
   background: url("url-bar-background-hover.png") !important;
   background-repeat: repeat !important;
   -moz-appearance: none !important; } */

/* GBL & URL Hover Highlight for Address Textbox */
/*
#urlbar .autocomplete-textbox-container:hover,
#GBL-SearchTerms:hover {
   -moz-appearance: none !important;
   background: url("url-bar-background-hover.png") !important;
   background-repeat: repeat !important;
   list-style-image: none !important; } */
/* ============ Hover Highlight for Square URL Bars Mods End ============== */


/* =============== Hover Highlight for Round URL Bars Mods ============== */
/* GBL & URL Hover Highlight Left Side */
#urlbar > .autocomplete-textbox-container:hover,
#GBL-SearchTerms:hover {
   background-image: url("left.png") !important;
   background-repeat: no-repeat !important; }

/* GBL & URL Hover Highlight Right Side */
#urlbar:hover .autocomplete-history-dropmarker {
   background-image: url("right.png") !important; }
#GBL-SearchTerms:hover .menulist-dropmarker {
   background-image: url("right.png") !important; }

/* GBL & URL Hover Highlight Middle */
#urlbar > .autocomplete-textbox-container > .textbox-input-box:hover,
#GBL-SearchTerms > .menulist-editable-box:hover {
   background-repeat: repeat !important;
   background-image: url("url-bar-background-hover.png") !important;
   color: white !important; }

/* Searchbar Hover Highlight Left Side */
#search-container:hover {
   background-image: url("left.png") !important;
   background-repeat: no-repeat !important; }

/* Searchbar Hover Highlight Right Side */
#search-bar:hover,
#searchbar:hover {
   background-image: url("right.png") !important;
   background-position: right center !important;
   background-repeat: no-repeat !important; }

/* Searchbar Hover Highlight Middle */
#search-bar > .autocomplete-textbox-container:hover,
#searchbar .autocomplete-textbox-container:hover,
#searchbar .info-icon:hover {
   background-repeat: repeat !important;
   background-image: url("url-bar-background-hover.png") !important;
   color: white !important; }
/* =============== Hover Highlight for Round URL Bars Mods End ============== */


/* =============== Sidebar Mods ============== */
/* Sidebar Header Title Background Image */
sidebarheader {
   -moz-appearance: none !important;
   background-image: url("menu5.png") !important;
   color: white !important; }

/* Sidebar 3D Border & Font Color */
tree {
   -moz-appearance: none !important;
   background-image: url("rrr.png") !important;
   margin: 0px 4px !important;
   border: 2px solid !important;
   -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow !important;
   -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow !important;
   -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow !important;
   -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow !important;
   color: white !important; }

/* Sidebar 3D Border & Font Color */
treechildren::-moz-tree-row {
   -moz-appearance: none !important;
   border: none !important;
   min-height: 20px !important; }

/* Sidebar Text Selected Color */
treechildren::-moz-tree-cell-text(selected) {
   color: darkseagreen !important; }

/* Sidebar Text Selected Highlight Image */
treechildren::-moz-tree-row(selected) {
   -moz-appearance: none !important;
   background-image: url("menu6.png") !important;
   background-repeat: repeat !important;
   margin-left: 17px !important;
   border: 2px solid !important;
   -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow !important;
   -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow !important;
   -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow !important;
   -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow !important; }
/* =============== Sidebar Mods End ============== */


/* =============== Textbox, Listbox & Menulist Mods ============== */
/* Textbox 3D Look & Background Image */
textbox > .textbox-input-box {
   background: transparent !important;
   background-image: url("rrr.png") !important;
   border: 2px solid !important;
   -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow !important;
   -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow !important;
   -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow !important;
   -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow !important;
   margin-right: 2px !important; }

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

/* Menulist Background Image */
menulist {
   -moz-appearance: none !important;
   background-image: url("rrr.png") !important; }

/* Menulist Hover Highlight Image */
menulist:hover {
   background: url("url-bar-background-hover.png") !important;
   background-repeat: repeat !important;
   -moz-appearance: none !important;
   color: white !important; }

/* Caption 3D Look & Background Image */
caption {
   border-top: 2px solid ThreeDShadow !important;
   border-right: 2px solid ThreeDHighlight !important;
   border-bottom: 2px solid ThreeDHighlight !important;
   border-left: 2px solid ThreeDShadow !important;
   background-image: url("menubar.png") !important; }

/* Caption Text Hover Font Color */
.caption-text:hover {
   color: white !important;
   text-decoration: underline !important;  }

/* Listbox 3D Look */
listbox {
   -moz-appearance: none !important; }

/* Do Away With Radio Box Dotted Border */
radio[focused="true"] > .radio-label-box {
   border: none !important; }

/* Do Away With Check Box Dotted Border */
checkbox:focus > .checkbox-label-box {
   border: none !important; }

/* Background Image for Autocomplete Dropdown Menu */
treechildren.autocomplete-treebody {
   background: url("sss.png") !important; }

/* Adjust Text for Background Image of Autocomplete Dropdown Menu */
.autocomplete-treebody::-moz-tree-cell-text {
  padding-left: 18px !important; }
/* =============== Textbox, Listbox & Menulist Mods End ============== */


/* =============== Various Extension Mods ============== */
/* ForecastFox List Pages Font Color */
#ff-list-pages {
   color: white !important; }

/* ForecastFox List Items Selected Highlight Image & Font Color */
#ff-list-pages > listitem[selected="true"] {
   background-image: url("menu5.png") !important;
   color: darkseagreen !important;
   border: 2px solid !important;
   -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow !important;
   -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow !important;
   -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow !important;
   -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow !important; }

/* Forecast Fox List Items Hover Image & Font Hover Color */
#ff-list-pages > listitem:hover {
   background-image: url("menu5.png") !important;
   color: white !important;
   border: 2px solid !important;
   -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow !important;
   -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow !important;
   -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow !important;
   -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow !important; }

/* ForecastFox Header Label Image */
.ff-header {
   background-image: url("menu3.png") !important;
   color: white !important;
   border: 2px solid !important;
   -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow !important;
   -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow !important;
   -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow !important;
   -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow !important; }

/* Adjust Text of Forecast Fox Options Dropdown Menus */
#ff-options .menu-iconic-text {
   padding-left: 16px !important; }

/* Web Color Names Header Label Image */
#wcn-box1-1-1 {
   background-image: url("menu9.png") !important;
   border: 2px solid !important;
   -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow !important;
   -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow !important;
   -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow !important;
   -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow !important; }

/* Web Color Names Label Font Color */
#wcn-label-title {
   color: white !important; }

/* G-Mail Notifier Header Label Image */
.gm-notifier-dialog-title {
   -moz-appearance: none !important;
   background-image: url("menu4.png") !important;
   color: white !important;
   border: 2px solid !important;
   -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow !important;
   -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow !important;
   -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow !important;
   -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow !important; }

/* Chromedit Address Path Hover Highlight */
#path-chrome > .textbox-input-box:hover,
#path-content > .textbox-input-box:hover,
#path-js > .textbox-input-box:hover,
#path-prefs > .textbox-input-box:hover {
   background: url("url-bar-background-hover.png") !important;
   background-repeat: repeat !important;
   color: white !important; }

/* Chromedit Tab Icon Change */
#chromeTab .tab-icon, #contentTab .tab-icon,
#jsTab .tab-icon, #prefTab .tab-icon,
#egoTab .tab-icon {
   list-style-image: url("edit.png") !important; }

/* Resize Googlebar Lite Toolbar */
#GBL-Toolbar {
   padding: 2px 0px 2px 0px !important; }

/* Adjust Text of Googlebar Lite Auto Search Dropdown Menu */
#GBL-SearchTerms .menu-iconic-text {
   padding-left: 15px !important; }

/* Adblock Options Button Look */
#optionsbutton, #helpbutton,
#revertbutton {
   -moz-appearance: button !important; }

/* Adblock Options Button Add Filter Button Look */
toolbarbutton[id="newbutton"] {
   -moz-appearance: button !important; }

/* DomI Search Text Fix */
#mnSearch {
   color: rgb(51,51,51) !important;
   font-size: 9pt !important; }
/* =============== Various Extension Mods End ============== */


/* =============== Window & Customize Toolbar Mods ============== */
/* 3D Border to Windows */
window {
   -moz-appearance: none !important;
   border: 2px solid !important;
   -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow !important;
   -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow !important;
   -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow !important;
   -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow !important; }

/* Customize Toolbar Options Background Image */
#palette-box {
   -moz-appearance: none !important;
   background-image: url("rrr.png") !important;
   border: 2px solid !important;
   -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow !important;
   -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow !important;
   -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow !important;
   -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow !important;  }

/* Customize Toolbar Instructions Label Background Image */
#instructions {
   -moz-appearance: none !important;
   background-image: url("menu5.png") !important;
   margin: 0px 1px 0px 1px !important;
   color: white !important; }
/* =============== Window & Customize Toolbar Mods End ============== */


/* =============== Find Bar Mods ============== */
/* Find Bar Font Colors */
#FindToolbar, #find-field, #find-next, #find-previous, #highlight {
   color: white !important; }

/* Find Bar 3D Textbox Look */
#find-field-container {
   -moz-appearance: none !important; }
/* =============== Find Bar Mods End ============== */

/* .textbox-input-box:hover {
   color: white !important;
 } */

Last edited by Old Greg S on May 1st, 2005, 1:35 pm, edited 1 time in total.
Old Bozz
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by Old Bozz »

n454545 wrote:I have this in my userChrome.css, I don't think its been posted yet.

/* Stop the information bar from showing up */
browsermessage {
display: none !important;
}

lol...I had that one on my hitlist for tonight. Thanks.

I haven't changed much in mine except to finally organize it. It was a mess. I edited my post to clean it up.

Greg...good stuff my friend.

I did add a couple of things:

Code: Select all

/* 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; }


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);


Code: Select all

/* Mozz forums... removes items from page  #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; }


ycc2106 wrote:It would be nice</b> if you all could tell us whitch themes you are using before, no?
And if it Mozilla, Firefox, Nvu or Camino...
That would be cool!

Added the build I'm using to my sig.
Old Greg S
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by Old Greg S »

bozz wrote:
n454545 wrote:I have this in my userChrome.css, I don't think its been posted yet.

Greg...good stuff my friend.
.

Hi bozz,
I haven't dl'd Tbird yet but probably will in the next day or so. Been kinda busy the last few days. Thanks for the tips!
User avatar
ShareBird
Posts: 2740
Joined: December 8th, 2004, 7:09 am
Location: Berlin | Made in Brasil
Contact:

Post by ShareBird »

My favourite:

Code: Select all

/*for unread tabs*/

#content tab:not([selected]) .tab-text {
/*color: #ff4444 !important;
  font-style: italic !important;*/
  font-weight:bold!important;
}
User avatar
firemonkey
Posts: 950
Joined: March 14th, 2004, 10:57 pm
Location: Down in the basement

Post by firemonkey »

Sailfish wrote:

Code: Select all

 user_pref("mail.display_struct", true);

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??"


Btw..if anyone is curious, this enables the display of structured text in plain text messages (i.e. adds html formatting to the display of the message) in TB or the suite. For example, if you received a plain text message containing the text *this is bold text* you would see *this is bold text* in bold even in a plain text message. It allows limited display of formatting without having to use HTML formatted messages. I know it supports *bold*, /italics/, _underline_ and possibly others.

Anyways, mine is pretty boring. I have only the following in userChrome.css for Firefox which I came up with for someone else but have never bothered to remove it.

Code: Select all

/*  make the sidebar into a bottombar */

#browser {
   -moz-box-orient: vertical;
   -moz-box-direction: reverse;
}

#sidebar {
   max-width: none !important;
   height: 100px;
}

Locked