DataGrid {
backgroundAlpha: 0.5;
headerColors: #000000, #999999;
letterSpacing: 0;
rollOverColor: #000000;
textRollOverColor: #ffffff;
borderThickness: 0;
textIndent: 5;
headerStyleName: "mydataGridHeaderStyle";
}
.mydataGridHeaderStyle {
color: #ffffff;
}
TextInput {
backgroundColor: #cccccc;
color: #000000;
textAlign: left;
dropShadowEnabled: true;
dropShadowColor: #666666;
}
Application {
backgroundImage: Embed(source="student-mashup-youtube-assets-backgrounds-GU200-350A.jpg");
color: #ffffff;
}
@font-face {
src:url("student-mashup-youtube-assets-arial.ttf");
font-family: Arial;
}