Hi

Here I have attatched css file.My problem is font-family is not applied for
LinkBar,But the remaining

Components its will be applied.What is the reason behind plz help me








-- 
Regards
D.Mahesh Babu

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

/* CSS file */

@font-face
{
	src:					url("c:/Windows/Fonts/FRABK.TTF");
	fontFamily: 			franklin1;
	font-anti-alias-type: 	advanced;
	font-weight: 			normal;
}


@font-face
{
	src:					url("c:/Windows/Fonts/Framd.TTF");
	fontFamily: 			franklin;
	font-anti-alias-type: 	advanced;
	font-weight: 			normal;
}
LinkBar
{
	font-family: 				franklin;
	/* color:                  #808080; */
	font-size:              12;
    font-weight:            normal;
    text-roll-over-color: 	#999999;
	text-selected-color: 	#000000; 
	
} 
ApplicationControlBar
{
	
   highlightAlphas: 0.78, 0.23;
   fillAlphas: 1, 0;
   dropShadowEnabled: true;
}
 

CursorManager
{
	busy-cursor: Embed("assets/UndefinedPersonalSkinLoad.swf");
} 
 FormItem {
            labelStyleName: customTextAlignLabel;
        }
.customTextAlignLabel {
            textAlign: left;
        }
.centered 
        {
          text-align: center;
         }
Application
{
	font-family: 				franklin;
	font-size: 					11;
	color: 						#333333;
	background-gradient-alphas: 0, 0;
	background-color: 			#666666;
	theme-color: 				#333333;
	font-weight:				normal;
	background-image:			Embed("/assets/general/fondo3.jpg");
	background-size:			"100%";
	modal-transparency-color:	#000000;
	modal-transparency-blur:	2;
	padding-left:               15;
	padding-right:15;
	padding-top:15;
	padding-bottom:15;
}


/*
------------------------------------------------------------------------
ALL COMBO
------------------------------------------------------------------------
*/




ComboBox
{
	up-skin: 				Embed("/assets/botones/combo.png", scaleGridTop="6", scaleGridBottom="8", scaleGridLeft="3", scaleGridRight="68");
	over-skin: 				Embed("/assets/botones/combo1.png", scaleGridTop="6", scaleGridBottom="8", scaleGridLeft="3", scaleGridRight="68");
	down-skin: 				Embed("/assets/botones/combo2.png", scaleGridTop="6", scaleGridBottom="8", scaleGridLeft="3", scaleGridRight="68");
	disabled-skin: 			Embed("/assets/botones/combo_dis.png", scaleGridTop="6", scaleGridBottom="8", scaleGridLeft="3", scaleGridRight="68");
	font-family: 			franklin1;
	font-weight:			normal;
	drop-down-style-name:	comboBoxDropDown;
	padding-left: 1;
	disabled-color:			#999999;
}


.comboBoxDropDown
{
	font-family: 	franklin;
}


/*
------------------------------------------------------------------------
BUTTON
------------------------------------------------------------------------
*/


.buttonNoOfficial
{
	up-skin:        		Embed("/assets/botones/boton_classic.png", scaleGridTop="6", scaleGridBottom="14", scaleGridLeft="6", scaleGridRight="14");
	over-skin:      		Embed("/assets/botones/boton_classic1.png", scaleGridTop="6", scaleGridBottom="14", scaleGridLeft="6", scaleGridRight="14");
	down-skin:      		Embed("/assets/botones/boton_classic2.png", scaleGridTop="6", scaleGridBottom="14", scaleGridLeft="6", scaleGridRight="14");
	disabled-skin:			Embed("/assets/botones/boton_dis.png", scaleGridTop="6", scaleGridBottom="14", scaleGridLeft="6", scaleGridRight="11");

	color: 					#333333;
	font-family: 			franklin1;
	font-weight:			normal;
	font-size:				11;

	padding-left: 			6;
	padding-right: 			6;

	text-roll-over-color: 	#333333;
	text-selected-color: 	#000000;
}


.buttonOfficial
{
	up-skin:        		Embed("/assets/botones/boton.png", scaleGridTop="6", scaleGridBottom="14", scaleGridLeft="6", scaleGridRight="14");
	over-skin:      		Embed("/assets/botones/boton1.png", scaleGridTop="6", scaleGridBottom="14", scaleGridLeft="6", scaleGridRight="14");
	down-skin:      		Embed("/assets/botones/boton2.png", scaleGridTop="6", scaleGridBottom="14", scaleGridLeft="6", scaleGridRight="14");
	disabled-skin:			Embed("/assets/botones/boton_dis.png", scaleGridTop="6", scaleGridBottom="14", scaleGridLeft="6", scaleGridRight="11");

	color: 					#e8e8e8;
	font-family: 			franklin1;

	padding-left: 			6;
	padding-right: 			6;

	text-roll-over-color: 	#e8e8e8;
	text-selected-color: 	#cccccc;
}


.LinkButton1
{
	font-family: 			franklin1;
	font-weight: 			normal;
	font-size: 				11;
	/* text-decoration: 		underline; */
	/* corner-radius:			0; */
	/* disabled-color:			#999999; */
	/* text-roll-over-color: 	#666666; */
	/* up-skin:				Embed("/assets/blanc.png");
	down-skin:				Embed("/assets/blanc.png");
	over-skin:				Embed("/assets/blanc.png"); */
}


/*
------------------------------------------------------------------------
TOGGLE BUTTONS
------------------------------------------------------------------------
*/




/*----------------------------------------------------------------------------------------------------------*/





/*
------------------------------------------------------------------------
RADIOS & CHECKBOX
------------------------------------------------------------------------
*/


/* CheckBox
{
	up-icon: 			Embed("/assets/botones/chekOff.png");
	over-icon: 			Embed("/assets/botones/chekOff1.png");
	down-icon: 			Embed("/assets/botones/chekOff2.png");
	selected-up-icon: 	Embed("/assets/botones/chekOn.png");
	selected-over-icon: Embed("/assets/botones/chekOn1.png");
	selected-down-icon: Embed("/assets/botones/chekOn2.png");
	disabled-icon: 		Embed("/assets/botones/chek_dis.png");
	font-family:		franklin;
} */


RadioButton
{
	up-icon: 			Embed("/assets/botones/radio.png");
	over-icon: 			Embed("/assets/botones/radio1.png");
	down-icon: 			Embed("/assets/botones/radio2.png");
	selected-up-icon: 	Embed("/assets/botones/radio3.png");
	selected-over-icon: Embed("/assets/botones/radio3.png");
	selected-down-icon: Embed("/assets/botones/radio4.png");
	disabled-icon: 		Embed("/assets/botones/radio_dis.png");
	color:				#333333;
	font-family:		franklin;
}



/*
------------------------------------------------------------------------
ACCORDION
------------------------------------------------------------------------
*/



/*
------------------------------------------------------------------------
DATA CHOOSER - CALENDARIO
------------------------------------------------------------------------
*/


DateChooser
{
	border-thickness: 			1;
	border-color:				#cccccc;
	dropShadowEnabled: 			true;
	shadowDistance: 			0;
	header-colors:				#dfdfdf, #dfdfdf;
	disabled-color:				#999999;
	font-family:				franklin;
	headerStyleName: 			"mydateChooserHeaderStyle";
	week-day-style-name: 		"weekDayChooserStyle";
	roll-over-indicator-skin:	Embed("/assets/botones/seleccionData.png", scaleGridTop="7", scaleGridBottom="14", scaleGridLeft="7", scaleGridRight="14");
	today-indicator-skin:		Embed("/assets/botones/seleccionDataSelected.png", scaleGridTop="7", scaleGridBottom="14", scaleGridLeft="7", scaleGridRight="14");
	selection-indicator-skin:	Embed("/assets/botones/seleccionDataUp.png", scaleGridTop="7", scaleGridBottom="14", scaleGridLeft="7", scaleGridRight="14");
	prev-month-up-skin:			Embed("/assets/botones/atras.png");
	prev-month-over-skin:		Embed("/assets/botones/atras1.png");
	prev-month-down-skin:		Embed("/assets/botones/atras2.png");
	prev-month-disabled-skin:	Embed("/assets/botones/atras_dis.png");
	next-month-up-skin:			Embed("/assets/botones/adelante.png");
	next-month-over-skin:		Embed("/assets/botones/adelante1.png");
	next-month-down-skin:		Embed("/assets/botones/adelante2.png");
	next-month-disabled-skin:	Embed("/assets/botones/adelante_dis.png");
}


.mydateChooserHeaderStyle 
{
   color: 					#333333;
   font-weight:				normal;
   font-size:				13px;
   font-family:				franklin1;
} 


.weekDayChooserStyle
{
	color:					#333333;
	font-weight:			normal;
	font-size:				13;
	font-family:			franklin1;
}


ToolTip
{
	background-image: 		Embed("/assets/botones/toolTip.png", scaleGridTop="4", scaleGridBottom="5", scaleGridLeft="7", scaleGridRight="16");
	color:					#333333;
	border-style:			none;
	border-color:			none;
	background-size: 		"100%";
	font-family: 			franklin1;
	font-weight: 			normal;
	font-size: 				10;
	drop-shadow-enabled:	false;
	padding-bottom: 		5;
	dding-left:				6;
	dding-right:			6;
	dding-top:				3;
}
















Reply via email to