mirror of
https://github.com/zhigang1992/Progress-backup.git
synced 2026-01-12 16:33:13 +08:00
127 lines
3.3 KiB
Plaintext
127 lines
3.3 KiB
Plaintext
@primaryFontName: AppleGothic;
|
|
@secondaryFontName: HelveticaNeue-Light;
|
|
@secondaryFontNameBold: HelveticaNeue;
|
|
@secondaryFontNameStrong: HelveticaNeue-Medium;
|
|
@inputFontName: HelveticaNeue;
|
|
@primaryFontColor: #555555;
|
|
@secondaryFontColor: #888888;
|
|
@primaryBackgroundColor: #E6E6E6;
|
|
@primaryBackgroundTintColor: #ECECEC;
|
|
@primaryBackgroundColorTop: #F3F3F3;
|
|
@primaryBackgroundColorBottom: #E6E6E6;
|
|
@primaryBackgroundColorBottomStrong: #DDDDDD;
|
|
@secondaryBackgroundColorTop: #FCFCFC;
|
|
@secondaryBackgroundColorBottom: #F9F9F9;
|
|
@primaryBorderColor: #A2A2A2;
|
|
@primaryBorderWidth: 1;
|
|
|
|
BarButton {
|
|
background-color: @primaryBackgroundColor;
|
|
background-color-highlighted: #CCCCCC;
|
|
border-color: @primaryBorderColor;
|
|
border-width: @primaryBorderWidth;
|
|
corner-radius: 7;
|
|
font-name: @secondaryFontNameBold;
|
|
font-color: @primaryFontColor;
|
|
font-color-disabled: @secondaryFontColor;
|
|
font-size: 13;
|
|
text-shadow-color: clear;
|
|
}
|
|
CustomButton {
|
|
background-color-top: #FFFFFF;
|
|
background-color-bottom: @primaryBackgroundColorBottom;
|
|
border-color: @primaryBorderColor;
|
|
border-width: @primaryBorderWidth;
|
|
font-color: @primaryFontColor;
|
|
font-color-highlighted: @secondaryFontColor;
|
|
font-name: @secondaryFontName;
|
|
font-size: 18;
|
|
height: 37;
|
|
corner-radius: 7;
|
|
}
|
|
LargeButton {
|
|
height: 50;
|
|
font-size: 20;
|
|
corner-radius: 10;
|
|
}
|
|
SmallButton {
|
|
height: 24;
|
|
font-size: 14;
|
|
corner-radius: 5;
|
|
}
|
|
Label {
|
|
font-name: @secondaryFontName;
|
|
font-size: 20;
|
|
font-color: @primaryFontColor;
|
|
text-auto-fit: false;
|
|
}
|
|
LargeLabel {
|
|
font-size: 24;
|
|
}
|
|
SmallLabel {
|
|
font-size: 15;
|
|
}
|
|
NavigationBar {
|
|
font-name: @secondaryFontName;
|
|
font-size: 20;
|
|
font-color: @primaryFontColor;
|
|
text-shadow-color: clear;
|
|
background-color-top: @primaryBackgroundColorTop;
|
|
background-color-bottom: @primaryBackgroundColorBottomStrong;
|
|
}
|
|
SearchBar {
|
|
background-color-top: @primaryBackgroundColorTop;
|
|
background-color-bottom: @primaryBackgroundColorBottom;
|
|
scope-background-color: #FFFFFF;
|
|
}
|
|
SegmentedControl {
|
|
background-color: @primaryBackgroundColorTop;
|
|
background-color-selected: @primaryBackgroundColorBottomStrong;
|
|
border-color: @primaryBorderColor;
|
|
border-width: @primaryBorderWidth;
|
|
corner-radius: 7;
|
|
font-name: @secondaryFontNameBold;
|
|
font-size: 13;
|
|
font-color: @primaryFontColor;
|
|
text-shadow-color: clear;
|
|
}
|
|
Switch {
|
|
on-tint-color: @primaryBackgroundTintColor;
|
|
}
|
|
TabBar {
|
|
background-color-top: @primaryBackgroundColorTop;
|
|
background-color-bottom: @primaryBackgroundColorBottom;
|
|
}
|
|
TabBarItem {
|
|
font-name: @secondaryFontName;
|
|
font-color: @primaryFontColor;
|
|
font-size: 18;
|
|
text-offset: 0,-11;
|
|
}
|
|
TableCell {
|
|
background-color-top: @secondaryBackgroundColorTop;
|
|
background-color-bottom: @secondaryBackgroundColorBottom;
|
|
font-color: @primaryFontColor;
|
|
font-name: @secondaryFontNameBold;
|
|
font-size: 17;
|
|
}
|
|
TableCellDetail {
|
|
font-name: @secondaryFontName;
|
|
font-size: 14;
|
|
font-color: @secondaryFontColor;
|
|
}
|
|
TextField {
|
|
height: 37;
|
|
font-name: @inputFontName;
|
|
font-size: 18;
|
|
border-style: rounded;
|
|
vertical-align: center;
|
|
}
|
|
LargeTextField {
|
|
height: 50;
|
|
font-size: 28;
|
|
}
|
|
CustomView {
|
|
background-color: @primaryBackgroundColor;
|
|
background-image: NUIViewBackground.png;
|
|
} |