OS Integration
mGANT 1.4
Category
OS Integration
| Comments (0)
A GANT theme for Firefox 2.
It's similar to QGant wich is using the same icons sets, but unlike QGant it's design for latest version of Firefox.
GANT icons are Mattahan's work (http://mattahan.deviantart.com/)
2.0 – 2.0.0.*
Version 1.4 — April 14, 2007
AeroFox Basic 1.9.6
Category
OS Integration
| Comments (0)
AeroFox Basic for Windows Vista Aero or Vista Basic themes. IE7 Interface clone for Firefox.
AeroFox Basic - A theme for Firefox using Windows Vista Aero or Vista Basic themes. This theme is for the people who like the IE7 interface.
SPECIAL FEATURES:
SHOWCASE BUTTON:
I recommend using Firefox Showcase for proper functionality of the showcase button.
https://addons.mozilla.org/en-US/firefox/addon/1810
TABBAR TOOLS MENU OPTION:
I recommend using Mr Tech Local Install for the Tabbar > Tools > Options to work.
https://addons.mozilla.org/en-US/firefox/addon/421
HIDING THE MENUBAR: I recommand using an Extension called HIDE MENUBAR - https://addons.mozilla.org/en-US/firefox/addon/4762
--------------------------------------------------------
Remove the labels on Tabbar > Page & Tabbar > Tools:
#tabs-page-button > label,
#tabs-tools-button > label {
display: none !important;
}
To adjust the dropmarker to make it a little closer to the icon:
#tabs-page-button > .toolbarbutton-menu-dropmarker,
#tabs-tools-button > .toolbarbutton-menu-dropmarker {
margin-left: -2px !important;
}
Move the menubar above the tabbar like IE7 (NOTE: If you move the menubar when using HIDE MENUBAR this extension will not show the Menubar by using the ALT key. Extension will have to be disable to get the menu back.):
#toolbar-menubar {
-moz-appearance: none;
display: table-cell;
background: url("chrome://global/skin/icons/toolbar-menubar-bkgrnd.png") top left repeat-x !important;
padding: 0px;
margin: 0px;
width: 1700px;
}
2.0 – 3.0a4
Version 1.9.6 — April 10, 2007
Firefox Default for Vista 2.0.3
Category
OS Integration
| Comments (0)
Firefox Default for Vista provided by Hawke, please visit http://www.hawke-firefox.co.nr and donate just £1.
This theme basically replaces the irritable sickly blueness away from the default theme when using Vista and replaces it with a much more neutral grey colour.
PLEASE NOTE: IF YOU ARE USING XP DON'T DOWNLOAD THIS THEME YOU WILL BE DISAPPOINTED.
2.0 – 2.0.0.*
Version 2.0.3 — April 3, 2007
Neofox IE 6 1.6
Category
OS Integration
| Comments (0)
This theme gives the Look of Internet Explorer 6.0. Why Make Firefox Theme that looks like GNOME,Apple,Ubuntu,Vista and yes IE. Because we happen to like the look.. Also some School,Companies don't allow open source software. Some People are fans…
This theme gives the Look of Internet Explorer 6.0. Why Make Firefox Theme that looks like GNOME,Apple,Ubuntu,Vista and yes IE. Because we happen to like the look.. Also some School,Companies don't allow open source software. Some People are fans of the windows xp UI.
2.0 – 2.0.0.*
Version 1.6 — January 26, 2007
Cobalt Firefox 2.1.6
Category
OS Integration & Modern
| Comments (0)
The popular Abstract PC updated and built on the well designed MacfoxII theme by Kelly Cunningham to work on Firefox 2.0. This theme has a few changes while keeping the overall look and feel of the original. I have had comments that this theme…
The popular Abstract PC updated and built on the well designed MacfoxII theme by Kelly Cunningham to work on Firefox 2.0. This theme has a few changes while keeping the overall look and feel of the original. I have had comments that this theme has a "mac" look. For a less "mac" theme, check out Abstract Classic. Also look for the Thunderbird theme I put together that goes along with this Firefox theme.
2.0 – 2.0.0.*
Version 2.1.6 — May 11, 2007
Abstract Classic 2.1.7
Category
OS Integration & Modern
| Comments (0)
For those of you who have to have the original, here it is. This theme maintains most of the features of the original that made it so popular. I am still working on updates to get it as close to the original as possible.
For those of you who have to have the original glassy blue Abstract PC, here it is. This theme maintains nearly all of the features of the original that made it so popular. I am still working on updates to get it as close to the original as possible.
Enjoy your Abstract Classic Skin.
2.0 – 2.0.0.*
Version 2.1.7 — June 3, 2007
myFireFox 1.0.0900
Category
OS Integration
| Comments (0)
Myfirefox is the theme of the most perfectly simulating Internet Explorer 7+ by far. It can work perfectly in Widnows Vista Ultimate.
If you want hide menubar .you can use Personal Menu ! this is a very good Extension.
https://addons.mozilla.org/firefox/3895/
You can install Firefox Showcase Extension .to make FireFox showcase button working https://addons.mozilla.org/firefox/1810/
you can use ChromEdit Plus to customize myFirefox theme to suit yourself !
http://webdesigns.ms11.net/chromeditp.htmlGood Luck !
If you want show searchbar-engine-image , you can add these strings into userChrome.css .
/* show searchbar-engine-image */
.searchbar-engine-image{display:-moz-box !important;}
toolbar:not([iconsize="small"]) .searchbar-engine-button .searchbar-dropmarker-image {
display:none !important;}
If you want make menubar to the top of toolbox , you can add these strings into userChrome.css .
#toolbar-menubar{display:-moz-box !important ;}
●If you don't want the Tab Bar Buttons, you can add these strings into userChrome.css to hide them:
/* Hide Back Menu in toolbar */
#myBackMenu{ display:none !important ;}
/* Hide all toolbarbutton in tabbar */
.tabbrowser-strip {-moz-binding:none !important;}
/* Hide toolbarbotton in left tabbar */
#myTab-Left-toolbar{display:none !important ;}
/* Hide FireFox showCase button */
#myShowCaseButton{display:none !important ;}
/*Hide display your bookmarks button */
#myTabBookmarks-button{display:none !important ;}
/* Hide bookmark this page button */
#myAddBookMark-button{display:none !important ;}
/* Hide all button in right tabbar */
#myTab-Right-toolbar{display:none !important ;}
/*Hide Undo Close Tab button */
#myUndoCloseTab{display:none !important ;}
/*Hide Home button */
#myTabhome-button{display:none !important ;}
/*Hide downloads button */
#myTabdownloads-button{display:none !important ;}
/*Hide PageInfo button */
#myPageInfo{display:none !important ;}
/*Hide print this page button */
#myPrint-stack{display:none !important ;}
/*Hide Extend Button button */
#myExtendButton{display:none !important ;}
/* Hide SideBar header button */
sidebarheader {-moz-binding:none !important;}
/* Hide status bar button */
#status-bar {-moz-binding:none !important;}
/* Hide Find in this Page button */
#myMenu_find{display:none !important ;}
/* Hide increase button */
#myZoom-stack{display:none !important ;}
2.0 – 3.0a5
Version 1.0.0900 — June 3, 2007
Cylence Theme : Diamond Variation 1.0
Category
OS Integration & Modern
| Comments (0)
A Diamond Variation of the Cylence Theme. Enjoy a white Firefox ! (Also available in grey, red…
A Diamond Variation of the Cylence Theme. Enjoy a white Firefox ! (Also available in grey, red, blue/purple,…).
2.0 – 2.0.0.*
Version 1.0 — December 24, 2006
Cylence Theme : Ruby Variation 1.0
Category
OS Integration & Modern
| Comments (0)
A Ruby Variation of the Cylence Theme. Enjoy a red Firefox ! (Also available in grey, blue/purple…
A Ruby Variation of the Cylence Theme. Enjoy a red Firefox ! (Also available in grey, blue/purple, white…).
2.0 – 2.0.0.*
Version 1.0 — December 24, 2006
Cylence Theme : Obsidian Variation 1.0
Category
OS Integration & Modern
| Comments (0)
An Obsidian Variation of the Cylence Theme. Enjoy a black Firefox ! (Also available in grey, red, blue/purple…
An Obsidian Variation of the Cylence Theme. Enjoy a black Firefox ! (Also available in grey, red, blue/purple, white…).
2.0 – 2.0.0.*
Version 1.0 — December 24, 2006
Plugin Search
Latest Plugins
Browse by Category
Extensions
·RSS, News and Blogging
·Web and Developer Tools
·Downloading and File Management
·Privacy and Security
·Search Tools
·Social and Sharing
·Web Data, Alerts, and Widgets
·Miscellaneous
·Interface Customizations
·Bookmarks
·Site-specific
·Language Support and Translation
·Photos and Media
Themes
·Miscellaneous
·Sports
·Nature
·Animals
·Retro
·Compact
·OS Integration
·Modern
·Large






