style.css.svn-base

来自「用Flex开发的RSS通用阅读器」· SVN-BASE 代码 · 共 856 行 · 第 1/2 页

SVN-BASE
856
字号
global
{
	backgroundSize: "auto";
	themeColor: #7AA4B9;	
	rollOverColor: #AADEFF;
	selectionColor: #7FCDFE;	
}

Accordion
{
	backgroundAlpha: 0.0;
	borderThickness: 0;
}
AccordionHeader
{
	disabledSkin: Embed("/style/accordion/disable2.png",
		scaleGridTop=1, 				
	    scaleGridBottom=2, 
	    scaleGridLeft=1, 
	    scaleGridRight=2
	);
	downSkin: Embed("/style/accordion/over.png",
		scaleGridTop=1, 				
	    scaleGridBottom=2, 
	    scaleGridLeft=1, 
	    scaleGridRight=2
	);
	overSkin: Embed("/style/accordion/over.png",
		scaleGridTop=1, 				
	    scaleGridBottom=2, 
	    scaleGridLeft=1, 
	    scaleGridRight=2
	);
	selectedDisabledSkin: Embed("/style/accordion/selectedDisabled.png",
		scaleGridTop=1, 				
	    scaleGridBottom=2, 
	    scaleGridLeft=1, 
	    scaleGridRight=2
	);
	selectedDownSkin: Embed("/style/accordion/over.png",
		scaleGridTop=1, 				
	    scaleGridBottom=2, 
	    scaleGridLeft=1, 
	    scaleGridRight=2
	);
	selectedOverSkin: Embed("/style/accordion/over.png",
		scaleGridTop=1, 				
	    scaleGridBottom=2, 
	    scaleGridLeft=1, 
	    scaleGridRight=2
	);
	selectedUpSkin: Embed("/style/accordion/up.png",
		scaleGridTop=1, 				
	    scaleGridBottom=2, 
	    scaleGridLeft=1, 
	    scaleGridRight=2
	);
	upSkin: Embed("/style/accordion/disable.png",
		scaleGridTop=1, 				
	    scaleGridBottom=2, 
	    scaleGridLeft=1, 
	    scaleGridRight=2
	);
	fontSize: 12;
	leading: 1;

}

Application
{
	backgroundColors: #000000,#3f3f3f;
	backgroundImage: Embed(source="/style/background.jpg");
	backgroundSize: auto;
	fontSize:14;
}




Button
{
	
	upSkin: Embed(source="buttons/up.png",
		scaleGridTop=5, 				
	    scaleGridBottom=10, 
	    scaleGridLeft=5, 
	    scaleGridRight=10
	);
	overSkin: Embed(source="buttons/over.png",
		scaleGridTop=5, 				
	    scaleGridBottom=10, 
	    scaleGridLeft=5, 
	    scaleGridRight=10
	);
	downSkin: Embed(source="buttons/up.png",
		scaleGridTop=5, 				
	    scaleGridBottom=10, 
	    scaleGridLeft=5, 
	    scaleGridRight=10
	);
	disabledSkin: Embed(source="buttons/disable.png",
		scaleGridTop=5, 				
	    scaleGridBottom=10, 
	    scaleGridLeft=5, 
	    scaleGridRight=10
	);
	
	selectedDisabledSkin: Embed(source="buttons/over.png",
		scaleGridTop=5, 				
	    scaleGridBottom=10, 
	    scaleGridLeft=5, 
	    scaleGridRight=10
	);	
	
	selectedDownSkin: Embed(source="buttons/over.png",
		scaleGridTop=5, 				
	    scaleGridBottom=10, 
	    scaleGridLeft=5, 
	    scaleGridRight=10
	);
	
	selectedOverSkin: Embed(source="buttons/over.png",
		scaleGridTop=5, 				
	    scaleGridBottom=10, 
	    scaleGridLeft=5, 
	    scaleGridRight=10
	);
	
	selectedUpSkin: Embed(source="buttons/over.png",
		scaleGridTop=5, 				
	    scaleGridBottom=10, 
	    scaleGridLeft=5, 
	    scaleGridRight=10
	);	
	
	color: #FEFEFE;
	textRollOverColor: #96430C;
	textSelectedColor:#FFFFFF;
	fontWeight: normal;
	fontSize: 12;
	
}

ButtonBar 
{ 
        buttonStyleName: "buttonBarButton"; 
        firstButtonStyleName: "firstButtonBarButton"; 
        lastButtonStyleName: "lastButtonBarButton";
	color: #FFFFFF;
}

ToggleButtonBar 
{ 
        buttonStyleName: "buttonBarButton"; 
        firstButtonStyleName: "firstButtonBarButton"; 
        lastButtonStyleName: "lastButtonBarButton";
}

.roundedButtonBar 
{ 
        buttonStyleName: "roundedButtonBarButton"; 
        firstButtonStyleName: "roundedFirstButtonBarButton"; 
        lastButtonStyleName: "roundedLastButtonBarButton";
	fontSize: 12;
}

.firstButtonBarButton 
{ 
        disabledSkin: Embed(source="/style/buttonBar/disableLeft.png",
	        scaleGridTop=11, 				
		    scaleGridBottom=22, 
		    scaleGridLeft=11, 
		    scaleGridRight=13
		); 
        downSkin: Embed(source="/style/buttonBar/overLeft.png",
	        scaleGridTop=11, 				
		    scaleGridBottom=22, 
		    scaleGridLeft=11, 
		    scaleGridRight=13
		); 
        overSkin: Embed(source="/style/buttonBar/overLeft.png",
	        scaleGridTop=11, 				
		    scaleGridBottom=22, 
		    scaleGridLeft=11, 
		    scaleGridRight=13	
		); 
        
        selectedDisabledSkin: Embed(source="/style/buttonBar/disableLeft.png",
	        scaleGridTop=11, 				
		    scaleGridBottom=22, 
		    scaleGridLeft=11, 
		    scaleGridRight=13
		); 
        selectedDownSkin: Embed(source="/style/buttonBar/overLeft.png",
	        scaleGridTop=11, 				
		    scaleGridBottom=22, 
		    scaleGridLeft=11, 
		    scaleGridRight=13
		); 
        selectedOverSkin: Embed(source="/style/buttonBar/overLeft.png",
	        scaleGridTop=11, 				
		    scaleGridBottom=22, 
		    scaleGridLeft=11, 
		    scaleGridRight=13
        );
        selectedUpSkin: Embed(source="/style/buttonBar/overLeft.png",
	        scaleGridTop=11, 				
		    scaleGridBottom=22, 
		    scaleGridLeft=11, 
		   scaleGridRight=13
		);
        upSkin: Embed(source="/style/buttonBar/upLeft.png",
	        scaleGridTop=11, 				
		    scaleGridBottom=22, 
		    scaleGridLeft=11, 
		    scaleGridRight=13
        );
        
        color: #ffffff;
		textRollOverColor: #000000;
		textSelectedColor:#ffffff;
	fontSize: 12;
}
.buttonBarButton 
{ 
        disabledSkin: Embed(source="/style/buttonBar/disableCenter.png",
	        scaleGridTop=2, 				
		    scaleGridBottom=4, 
		    scaleGridLeft=1, 
		    scaleGridRight=3
		); 
        downSkin: Embed(source="/style/buttonBar/overCenter.png",
	        scaleGridTop=2, 				
		    scaleGridBottom=4, 
		    scaleGridLeft=1, 
		    scaleGridRight=3
		); 
        overSkin: Embed(source="/style/buttonBar/overCenter.png",
	        scaleGridTop=2, 				
		    scaleGridBottom=4, 
		    scaleGridLeft=1, 
		    scaleGridRight=3	
		); 
        
        selectedDisabledSkin: Embed(source="/style/buttonBar/disableCenter.png",
	        scaleGridTop=2, 				
		    scaleGridBottom=4, 
		    scaleGridLeft=1, 
		    scaleGridRight=3
		); 
        selectedDownSkin: Embed(source="/style/buttonBar/overCenter.png",
	        scaleGridTop=2, 				
		    scaleGridBottom=4, 
		    scaleGridLeft=1, 
		    scaleGridRight=3
		); 
        selectedOverSkin: Embed(source="/style/buttonBar/overCenter.png",
	        scaleGridTop=2, 				
		    scaleGridBottom=4, 
		    scaleGridLeft=1, 
		    scaleGridRight=3
        );
        selectedUpSkin: Embed(source="/style/buttonBar/overCenter.png",
	        scaleGridTop=2, 				
		    scaleGridBottom=4, 
		    scaleGridLeft=1, 
		    scaleGridRight=3
		);
        upSkin: Embed(source="/style/buttonBar/upCenter.png",
	        scaleGridTop=2, 				
		    scaleGridBottom=4, 
		    scaleGridLeft=1, 
		    scaleGridRight=3
        );
        color: #ffffff;
		textRollOverColor: #000000;
		textSelectedColor:#ffffff;
	fontSize: 12; 
}

.lastButtonBarButton 
{ 
       disabledSkin: Embed(source="/style/buttonBar/disableRight.png",
	        scaleGridTop=11, 				
		    scaleGridBottom=22, 
		    scaleGridLeft=1, 
		    scaleGridRight=2
		); 
        downSkin: Embed(source="/style/buttonBar/overRight.png",
	        scaleGridTop=11, 				
		    scaleGridBottom=22, 
		    scaleGridLeft=1, 
		    scaleGridRight=2
		); 
        overSkin: Embed(source="/style/buttonBar/overRight.png",
	        scaleGridTop=11, 				
		    scaleGridBottom=22, 
		    scaleGridLeft=1, 
		    scaleGridRight=2	
		); 
        
        selectedDisabledSkin: Embed(source="/style/buttonBar/disableRight.png",
	        scaleGridTop=11, 				
		    scaleGridBottom=22, 
		    scaleGridLeft=1, 
		    scaleGridRight=2
		); 
        selectedDownSkin: Embed(source="/style/buttonBar/overRight.png",
	        scaleGridTop=11, 				
		    scaleGridBottom=22, 
		    scaleGridLeft=1, 
		    scaleGridRight=2
		); 
        selectedOverSkin: Embed(source="/style/buttonBar/overRight.png",
	        scaleGridTop=11, 				
		    scaleGridBottom=22, 
		    scaleGridLeft=1, 
		    scaleGridRight=2
        );
        selectedUpSkin: Embed(source="/style/buttonBar/overRight.png",
	        scaleGridTop=11, 				
		    scaleGridBottom=22, 
		    scaleGridLeft=1, 
		    scaleGridRight=2
		);
        upSkin: Embed(source="/style/buttonBar/upRight.png",
	        scaleGridTop=11, 				
		    scaleGridBottom=22, 
		    scaleGridLeft=1, 
		    scaleGridRight=2
        );
                
        color: #ffffff;
		textRollOverColor: #000000;
		textSelectedColor:#ffffff;
	fontSize: 12; 
}


CheckBox
{
	disabledIcon: Embed("checkBox/unSelectedDisable.png");
	downIcon: Embed("checkBox/selected.png");
	overIcon: Embed("checkBox/unSelected.png");
	selectedDisabledIcon: Embed("checkBox/selectedDisable.png");
	selectedDownIcon: Embed("checkBox/selected.png");
	selectedOverIcon: Embed("checkBox/selected.png");
	selectedUpIcon: Embed("checkBox/selected.png");
	upIcon: Embed("checkBox/unSelected.png");
	
	
	color: #000000;
	textSelectedColor: #000000;
	textRollOverColor: #000000;
}		


ColorPicker
{
	disabledSkin: Embed("/style/colorPicker/up.png");
	downSkin: Embed("/style/colorPicker/up.png");
	overSkin: Embed("/style/colorPicker/over.png");
	upSkin: Embed("/style/colorPicker/up.png");
}		

ComboBox
{

	
	downSkin: Embed(source="combobox/up.png",
		scaleGridLeft=1,		
		scaleGridTop=2,
		scaleGridBottom=4,
		scaleGridRight=19
	);
	
	overSkin: Embed(source="combobox/up.png",
		scaleGridLeft=1,		
		scaleGridTop=2,
		scaleGridBottom=4,
		scaleGridRight=19
	);
	
	upSkin: Embed(source="combobox/up.png",
		scaleGridLeft=1,		
		scaleGridTop=2,
		scaleGridBottom=4,
		scaleGridRight=25
	);
	

	
	color: #000000;
	textRollOverColor: #000000;
	textSelectedColor:#ffffff;
	dropDownStyleName: "dropDown";
	highlightAlphas: .5, .8;
	fontWeight:normal;
	fontSize: 12;
}


.dropDown {
	backgroundColor: #ffffff;
	backgroundAlpha: 0.0;
	borderStyle: solid;
	borderThickness: 0;
	borderColor: #ffffff;
	roundedCorners:5;
	color: #000000;
	textRollOverColor: #000000;
	textSelectedColor:#000000;
	rollOverColor: #EEF2FB;
	fontSize: 12;
}


CursorManager
{
	busyCursor: Embed(source="/style/other/busy.png");
	busyCursorBackground: Embed(source="/style/other/empty.png");
	cursor: Embed(source="/style/other/busy.png");
}


DataGrid
{
	headerStyleName: "dataGridHeader";

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?