⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 style.css.svn-base

📁 用Flex开发的RSS通用阅读器
💻 SVN-BASE
📖 第 1 页 / 共 2 页
字号:
	headerColors: #f0f0f0, #ffffff;
	rollOverColor: #EEF2FB;
	selectionColor: #FFE6A3;
	disabledColor: #999999;
	selectiondDisabledColor: #999999;
	alternatingItemColors: #ffffff, #eeeeee;
}

.dataGridHeader
{
	color: #000000;
	fontSize: 12;
	backgroundAlpha: 0.0;
}


DateChooser
{
	headerColors: #e5e5e5, #edebeb;
	
	nextMonthDisabledSkin: Embed("/style/date/dateNext.png");
	nextMonthDownSkin: Embed("/style/date/dateNext.png");
	nextMonthOverSkin: Embed("/style/date/dateNext.png");
	nextMonthUpSkin: Embed("/style/date/dateNext.png");
	
	prevMonthDisabledSkin: Embed("/style/date/dateBack.png");
	prevMonthDownSkin: Embed("/style/date/dateBack.png");
	prevMonthOverSkin: Embed("/style/date/dateBack.png");
	prevMonthUpSkin: Embed("/style/date/dateBack.png");
	
	
	nextYearDisabledSkin: Embed("/style/date/yearNext.png");
	nextYearDownSkin: Embed("/style/date/yearNext.png");
	nextYearOverSkin: Embed("/style/date/yearNext.png");
	nextYearUpSkin: Embed("/style/date/yearNext.png");
	
	prevYearDisabledSkin: Embed("/style/date/yearBack.png");
	prevYearDownSkin: Embed("/style/date/yearBack.png");
	prevYearOverSkin: Embed("/style/date/yearBack.png");
	prevYearUpSkin: Embed("/style/date/yearBack.png");



	todayIndicatorSkin: Embed("/style/date/selected.png");	
	todayStyleName: "today";
	
	rollOverIndicatorSkin: Embed('/style/date/today.png');
	selectionIndicatorSkin: Embed('/style/date/today.png');
	selectionColor: #FFAC7F;
	rollOverColor: #FFE7B2;
	
}

.today {
	color: #000000;
	textRollOverColor: #cc3300;
	textSelectedOverColor: #cc3300;
	fontSize: 12;
}


DateField
{
	disabledSkin: Embed("/style/date/icon.png"); 
	downSkin: Embed("/style/date/icon.png"); 
	overSkin: Embed("/style/date/icon.png"); 
	upSkin: Embed("/style/date/icon.png"); 
}

Loader
{
	brokenImageSkin: Embed("/style/other/brokenImage.png");
}
Image
{
	brokenImageSkin: Embed("/style/other/brokenImage.png");
}


Menu
{
	
	backgroundColor: #ffffff;
	backgroundAlpha: .9;
	borderStyle: solid;
	borderThickness: 0;
	borderColor: #cccccc;
	roundedCorners:5;
	color: #000000;
	textRollOverColor: #ffffff;
	textSelectedColor:#000000;
	rollOverColor: #FDAD12;
	selectionColor: #F5FD12;
}

MenuBar
{
	fillColor: #e3e2e2, #ffffff;
	backgroundColor:#ffffff;
	backgroundAlpha: 1;
	alpha: 1;
	textSelectedColor:#ffffff;
}


NumericStepper
{

	downArrowDisabledSkin: Embed("/style/numSteper/downDisable.png");
	downArrowDownSkin: Embed("/style/numSteper/downDown.png");
	downArrowOverSkin: Embed("/style/numSteper/down.png");
	downArrowUpSkin: Embed("/style/numSteper/down.png");
	
	upArrowDisabledSkin: Embed("/style/numSteper/upDisable.png");
	upArrowDownSkin: Embed("/style/numSteper/upDown.png");
	upArrowOverSkin: Embed("/style/numSteper/up.png");
	upArrowUpSkin: Embed("/style/numSteper/up.png");
		
	
	cornerRadius:0;
	backgroundColor:#eef2fb;
	borderColor:#ffffff;

}


Panel
{

	closeButtonDisabledSkin: Embed("panel/up.png");
	closeButtonDownSkin: Embed("panel/up.png");
	closeButtonOverSkin: Embed("panel/over.png");
	closeButtonUpSkin: Embed("panel/up.png");
	
	borderSkin: Embed(source="panel/windowSkin.png",
		scaleGridTop=50, 				
	    scaleGridLeft=11, 
	    scaleGridBottom=60, 
	    scaleGridRight=20
	);	
                
	borderThicknessLeft: 6;
	borderThicknessRight: 6;
	borderThicknessTop: 0;
	borderThicknessBottom: 6;
	titleStyleName: "title";
	backgroundColor: #ffffff;
	backgroundAlpa:.5;
	cornerRadius: 10;
	paddingTop: 36;
	paddingBottom: 36;		
	paddingLeft: 4;
	paddingRight: 4;
			
}

.title {
	fontSize: 12;
	color: #ffffff;		
	fontWeight: bold;
}

ProgressBar
{

	barSkin: Embed(source="/style/progressBar/trackOver.png",
		scaleGridTop=1, 				
	    scaleGridLeft=1, 
	    scaleGridBottom=2, 
	    scaleGridRight=3
	);
	trackSkin: Embed(source="/style/progressBar/track.png",
		scaleGridTop=3, 				
	    scaleGridLeft=3, 
	    scaleGridBottom=6, 
	    scaleGridRight=6
	);
}




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


ScrollBar
{
	
	thumbDownSkin: Embed(source="scrollBar/thumb.gif",
		scaleGridTop=2, 				
	    scaleGridLeft=2, 
	    scaleGridBottom=4, 
	    scaleGridRight=4
	);
	thumbOverSkin: Embed(source="scrollBar/thumb.gif",
		scaleGridTop=2, 				
	    scaleGridLeft=2, 
	    scaleGridBottom=4, 
	    scaleGridRight=4
	);
	thumbUpSkin: Embed(source="scrollBar/thumb.gif",
		scaleGridTop=2, 				
	    scaleGridLeft=2, 
	    scaleGridBottom=4, 
	    scaleGridRight=4
	);
	thumbIcon: Embed("scrollBar/thumbIcon.gif");	
	trackSkin: Embed("scrollBar/trackBack.jpg");	
	
	
	downArrowDisabledSkin: Embed("scrollBar/btnDown.jpg");
	downArrowDownSkin: Embed("scrollBar/btnDown.jpg");
	downArrowOverSkin: Embed("scrollBar/btnDownOver.jpg");
	downArrowUpSkin: Embed("scrollBar/btnDown.jpg");
	
	upArrowDisabledSkin: Embed("scrollBar/btnUp.jpg");
	upArrowDownSkin: Embed("scrollBar/btnUp.jpg");
	upArrowOverSkin: Embed("scrollBar/btnUpOver.jpg");
	upArrowUpSkin: Embed("scrollBar/btnUp.jpg");	
}



HSlider
{
	thumbDisabledSkin: Embed(source="/style/slider/disable.png");
	thumbDownSkin: Embed(source="/style/slider/up.png");
	thumbOverSkin: Embed(source="/style/slider/over.png");
	thumbUpSkin: Embed(source="/style/slider/up.png");
	
	trackHighlightSkin: Embed(source="/style/slider/trackUp.png",
		scaleGridTop=1, 				
	    scaleGridLeft=1, 
	    scaleGridBottom=2, 
	    scaleGridRight=2
	);
	trackSkin: Embed(source="/style/slider/trackUp.png",
		scaleGridTop=1, 				
	    scaleGridLeft=1, 
	    scaleGridBottom=2, 
	    scaleGridRight=2
	);	
}

MenuBar { 
   backgroundAlpha: .9;
   backgroundColor: #ffffff;
   borderColor: #ffffff;
   rollOverColor: #3370ce;
   selectionColor: #3370ce;
   color: #000000;
   textRollOverColor: #ffffff;
   textSelectedColor: #ffffff;
   disabledColor: #8e8e8e;
   borderThickness: 0;
   borderStyle: none;
   dropShadow: true;
}



VSlider
{
	thumbDisabledSkin: Embed(source="/style/slider/disable.png");
	thumbDownSkin: Embed(source="/style/slider/up.png");
	thumbOverSkin: Embed(source="/style/slider/over.png");
	thumbUpSkin: Embed(source="/style/slider/up.png");
	
	trackHighlightSkin: Embed(source="/style/slider/trackUp.png",
		scaleGridTop=1, 				
	    scaleGridLeft=1, 
	    scaleGridBottom=2, 
	    scaleGridRight=2
	);
	trackSkin: Embed(source="/style/slider/trackUp.png",
		scaleGridTop=1, 				
	    scaleGridLeft=1, 
	    scaleGridBottom=2, 
	    scaleGridRight=2
	);	
}



TabBar
{
	firstButtonStyleName: "tabStyle";
	tabStyleName: "tabStyle";
	lastButtonStyleName: "tabStyle";
	selectedTabTextStyleName: "selectedTabText";
	color:#FFFFFF;
	textRollOverColor:#FFFFFF;
	textSelectedColor:#FFFFFF;
	fontSize: 12;
}

.tabStyle {
	
	disabledSkin: Embed(source="tab/disabled.png",
		scaleGridTop=6, 				
	    scaleGridBottom=12, 
	    scaleGridLeft=5, 
	    scaleGridRight=10
	);
	downSkin: Embed(source="tab/selected.png",
		scaleGridTop=6, 				
	    scaleGridBottom=12, 
	    scaleGridLeft=5, 
	    scaleGridRight=10
	);
	overSkin: Embed(source="tab/selected.png",
		scaleGridTop=6, 				
	    scaleGridBottom=12, 
	    scaleGridLeft=5, 
	    scaleGridRight=10
	);
	
	selectedDisabledSkin: Embed(source="tab/selectedDisabled.png",
		scaleGridTop=6, 				
	    scaleGridBottom=12, 
	    scaleGridLeft=5, 
	    scaleGridRight=10
	);
	
	selectedDownSkin: Embed(source="tab/selected.png",
		scaleGridTop=6, 				
	    scaleGridBottom=12, 
	    scaleGridLeft=5, 
	    scaleGridRight=10
	);
	
	
	selectedOverSkin: Embed(source="tab/selected.png",
		scaleGridTop=6, 				
	    scaleGridBottom=12, 
	    scaleGridLeft=5, 
	    scaleGridRight=10
	);
	
	selectedUpSkin: Embed(source="tab/selected.png",
		scaleGridTop=6, 				
	    scaleGridBottom=12, 
	    scaleGridLeft=5, 
	    scaleGridRight=10
	);
	
	upSkin: Embed(source="tab/up.png",
		scaleGridTop=6, 				
	    scaleGridBottom=12, 
	    scaleGridLeft=5, 
	    scaleGridRight=10
	);
	
	
	color:#FFFFFF;
	textRollOverColor:#FFFFFF;
	textSelectedColor:#FFFFFF;
	fontSize: 12;
}

.selectedTabText {
	color:#FFFFFF;
	textRollOverColor:#000000;
	textSelectedColor:#000000;
	fontSize: 12;
}


TextInput
{
	backgroundImage: Embed(source="/style/textInput/up.png",
		scaleGridTop=1, 				
	    scaleGridBottom=2, 
	    scaleGridLeft=2, 
	    scaleGridRight=4
	);
	backgroundSize:"100%";
	cornerRadius:0;
	border-style:inset;
}

TextArea
{
	backgroundImage: Embed(source="/style/textInput/up.png",
		scaleGridTop=1, 				
	    scaleGridBottom=2, 
	    scaleGridLeft=2, 
	    scaleGridRight=4
	);
	backgroundSize:"100%";
	cornerRadius:0;
	border-style:none;
	
}		

TitleWindow
{
	closeButtonDisabledSkin: Embed("panel/up.png");
	closeButtonDownSkin: Embed("panel/up.png");
	closeButtonOverSkin: Embed("panel/over.png");
	closeButtonUpSkin: Embed("panel/up.png");
	borderThicknessTop: 60;
	borderThicknessLeft: 10;
	borderThicknessRight: 10;
	borderThicknessBottom: 10;	
	
}



ControlBar
{
	backgroundSize: "100%";
}

⌨️ 快捷键说明

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