Rev | Line | |
---|
[1227] | 1 | /* CSS file */
|
---|
| 2 | @font-face
|
---|
| 3 | {
|
---|
| 4 | src: url("/assets/fonts/Vera.ttf");
|
---|
| 5 | fontFamily: main;
|
---|
| 6 | fontStyle: normal;
|
---|
| 7 | fontWeight: normal;
|
---|
| 8 | advancedAntiAliasing: true;
|
---|
| 9 | }
|
---|
| 10 |
|
---|
| 11 | @font-face
|
---|
| 12 | {
|
---|
| 13 | src: url("/assets/fonts/VeraBd.ttf");
|
---|
| 14 | fontFamily: main;
|
---|
| 15 | fontStyle: normal;
|
---|
| 16 | fontWeight: bold;
|
---|
| 17 | advancedAntiAliasing: true;
|
---|
| 18 | }
|
---|
| 19 |
|
---|
| 20 | global {
|
---|
| 21 | focusThickness: 2;
|
---|
| 22 | focusBlendMode: difference;
|
---|
| 23 | letterSpacing: .5;
|
---|
| 24 | fontThickness: -25;
|
---|
| 25 | }
|
---|
| 26 |
|
---|
| 27 | Application {
|
---|
| 28 | backgroundColor: #CCCCCC;
|
---|
| 29 | backgroundGradientColors: #CCCCCC, #EEEEEE;
|
---|
| 30 | backgroundGradientAlphas: 0.6, 0.4;
|
---|
| 31 | themeColor: #CCCCCC;
|
---|
| 32 | fontFamily:main;
|
---|
| 33 | }
|
---|
| 34 |
|
---|
| 35 | Label {
|
---|
| 36 | font-size:10;
|
---|
| 37 | }
|
---|
| 38 |
|
---|
| 39 | DataGrid {
|
---|
| 40 | selectionColor:#3366CC;
|
---|
| 41 | textSelectedColor:white;
|
---|
| 42 | use-roll-over:false;
|
---|
| 43 | headerColors: #FFFFFF, #CCCCCC;
|
---|
| 44 | }
|
---|
| 45 |
|
---|
| 46 | List {
|
---|
| 47 | selectionColor:#3366CC;
|
---|
| 48 | textSelectedColor:white;
|
---|
| 49 | use-roll-over:false;
|
---|
| 50 | }
|
---|
| 51 |
|
---|
| 52 | ComboBox {
|
---|
| 53 | selection-color: #3366CC;
|
---|
| 54 | roll-over-color: #3366CC;
|
---|
| 55 | text-selected-color: white;
|
---|
| 56 | text-roll-over-color: white;
|
---|
| 57 | font-weight: bold;
|
---|
| 58 | }
|
---|
| 59 |
|
---|
| 60 | TextInput {
|
---|
| 61 | font-weight:normal;
|
---|
| 62 | borderColor: #666666;
|
---|
| 63 | }
|
---|
| 64 |
|
---|
| 65 | LinkBar {
|
---|
| 66 | color: #6B5B5B;
|
---|
| 67 | disabledColor: #186CDD;
|
---|
| 68 | text-roll-over-color: #186CDD;
|
---|
| 69 | }
|
---|
| 70 |
|
---|
| 71 | LinkButton {
|
---|
| 72 | font-weight:bold;
|
---|
| 73 | font-size:10;
|
---|
| 74 | color:#186CDD;
|
---|
| 75 | roll-over-color: white;
|
---|
| 76 | selection-color: white;
|
---|
| 77 | }
|
---|
| 78 |
|
---|
| 79 | FormItem {
|
---|
| 80 | font-weight:bold;
|
---|
| 81 | font-size:10;
|
---|
| 82 | color:#999999;
|
---|
| 83 | }
|
---|
| 84 |
|
---|
| 85 | .linkSelected {
|
---|
| 86 | font-weight:bold;
|
---|
| 87 | font-size:10;
|
---|
| 88 | color: #6B5B5B;
|
---|
| 89 | }
|
---|
| 90 |
|
---|
| 91 | .linkUnSelected {
|
---|
| 92 | color:#186CDD;
|
---|
| 93 | font-size:10;
|
---|
| 94 | font-weight:bold;
|
---|
| 95 | }
|
---|
| 96 |
|
---|
| 97 | .reportLabel {
|
---|
| 98 | font-weight:bold;
|
---|
| 99 | font-size:10;
|
---|
| 100 | color:#999999;
|
---|
| 101 | }
|
---|
| 102 |
|
---|
| 103 | .controlLabel {
|
---|
| 104 | font-weight:bold;
|
---|
| 105 | font-size:10;
|
---|
| 106 | color:#999999;
|
---|
| 107 | }
|
---|
| 108 |
|
---|
| 109 | .normalLabel {
|
---|
| 110 | font-weight:normal;
|
---|
| 111 | font-size:10;
|
---|
| 112 | color:black;
|
---|
| 113 | }
|
---|
| 114 |
|
---|
| 115 | .formField {
|
---|
| 116 | color:black;
|
---|
| 117 | }
|
---|
| 118 |
|
---|
| 119 | .contentArea {
|
---|
| 120 | background-color: #F0F0F0;
|
---|
| 121 | }
|
---|
| 122 |
|
---|
| 123 | .viewTitle {
|
---|
| 124 | font-size: 14;
|
---|
| 125 | font-weight: bold;
|
---|
| 126 | color: black;
|
---|
| 127 | }
|
---|
| 128 |
|
---|
| 129 |
|
---|
| 130 | .subTitle {
|
---|
| 131 | font-size: 10;
|
---|
| 132 | font-weight: bold;
|
---|
| 133 | color: black;
|
---|
| 134 | }
|
---|
| 135 |
|
---|
| 136 | .bottomRightButton
|
---|
| 137 | {
|
---|
| 138 | vertical-align : bottom;
|
---|
| 139 | horizontal-align : right;
|
---|
| 140 | padding-right : 16;
|
---|
| 141 | padding-bottom : 16;
|
---|
| 142 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.