/*
 *             Name:	Fission - Thin & Smooth line at the bottom
 *
 *           Author:	banthaz
 *
 *    Compatibility:	+ Only tested on Firefox 3.6, Default theme!
 *			+ Mainly developed in:
 *			    Windows 7, Windows Aero OS Theme
 *			+ Also tested on:
 *			    Windows Vista, Windows Aero OS Theme
 *			    Windows XP, Windows Classic OS Theme
 *			    Windows XP, Windows XP (blue) OS Theme
 *
 * Requires editing:	The moving to the start of the URLbar is dependent on the width
 *			of the box where the favicon is, and the look of your URLbar.
 *			Because of that you might have to make a slight adjustment in
 *			the "MOVE TO THE START OF URLBAR" part. It's easy though. Just
 *			follow the instructions there!
 *
 *          Updated:	Aug 05 2010
 *
 *          Version:	1.1
 *
 *            Notes:	Change the colors to your favorites!
 */


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");


/*************************** BONUS FEATURES ****************************/


/* Bonus feature 
#urlbar[fission="fusion"][progress="100"] #identity-box:not(:hover) #identity-icon-label
{
display: none !important;
}*/
/*
(*) The text next to the favicon (for example "mozilla.org") on secure sites (the #identity-icon-label) will be removed until hover on the box where the favicon is (but not when the page loads). This is recommend when Alt. 1 in the "MOVE" part is enabled.
*/





/******************************** MAIN *********************************/


/* Color, Shadow, Position & Height */
#urlbar[fission="fusion"] > #statusbar-icon .progress-bar
{
background-color: highlight !important;			/* â† Background color */
-moz-box-shadow: 0px 1px 6px 1px highlight !important;	/* â† Shadow (size, color) */
margin-bottom: -1px !important; /* This moves the progress line 1px down */
margin-top: 20px !important; /* This value should be [your URLbar height] - 4px, if you want the progress line to be 1px. If not, just keep on testing until it looks like you want it. */
}





/********************* MOVE TO THE START OF URLBAR *********************/
/* The moving is dependent on the width of the box where the favicon is, and the look of your URLbar. Either try and copy a predefined value from the "PREDEFINED VALUES" part and paste it next to any "Paste/Edit here!" comments, or edit the value next to any "Paste/Edit here!" comment until it looks good. By default, a value tested with Windows 7/Vista with Windows Aero OS Theme and Firefox 3.6 with the default theme is used. */


/************** MOVE **************/
/* Choose ONE of the following alternatives. */


/* Alt. 1: Move always (*) */
#urlbar[fission="fusion"][progress]:not([progress="100"]) #identity-box #identity-icon-label
{
display: none !important;
}
#urlbar[fission="fusion"] > #statusbar-icon .progress-bar
{
margin-left: -22px !important; /* â† Paste/Edit here! */
}
/*
(*) When you move always, the text next to the favicon (for example "mozilla.org") on secure sites (the #identity-icon-label) must be hidden when the page loads, to keep the box where the favicon is at a consistent width. If you don't like that, use Alt. 2.
*/


/* OR */


/* Alt. 2: Move it only on low security sites, like google.com (*) */
#urlbar:not([level="high"])[fission="fusion"] > #statusbar-icon .progress-bar
{
/*margin-left: -22px !important;*/ /* â† Paste/Edit here! */
}
/*
(*) This does not require temporarily hiding of the text described in the comments of the above code block.
*/


/* OR disable both and don't move at all */




/******** PREDEFINED VALUES *******/
/* Either try and copy a predefined value from here and paste it next to any "Paste/Edit here!" comments in the "MOVE" part, or edit the value next to any "Paste/Edit here!" comment until it looks good. The values below are ony tested with Firefox default theme. */

/*


***** Value tested with Windows 7 & Vista with Windows Aero OS Theme *****
-22px


***** Value tested with Windows XP with Windows Classic OS Theme *****
-26px


***** Value tested with Windows XP with Windows XP (blue) OS Theme *****
-24px


*/