1 @namespace mx "library://ns.adobe.com/flex/mx";
2 @namespace s "library://ns.adobe.com/flex/spark";
3 @namespace p2 "net.systemeD.potlatch2.*";
6 /* General Flex UI elements */
10 borderThicknessLeft: 5;
11 borderThicknessRight: 5;
14 titleStyleName: "titleHeader";
17 .titleHeader { font-size: 14; font-weight: bold; color: white; }
26 highlightAlphas: 0, 0;
28 fillColors: white, white;
30 borderColor: haloBlue;
35 textRollOverColor: black;
40 highlightAlphas: 0, 0;
41 fillAlphas: 0, 0, 0, 0;
42 fillColors: white, white, white, white;
43 trackColors: #eeeeee, #eeeeee;
48 mx|CheckBox, mx|List, p2|StyleSelector, p2|BackgroundSelector { color: black; }
69 backgroundColor: #6495ED;
77 dividerColor: #0000ff;
78 backgroundColor: #6495ED;
81 /* backgroundColor: #ffff99; */
84 mx|ApplicationControlBar {
89 highlightAlphas: 0, 0;
91 fillColors: haloBlue, #6495ED;
92 /*fillColors: #ffffcc, #ffff99;*/
93 /*backgroundColor: #ffffcc;*/
94 /*dropShadowEnabled: false;*/
95 /*borderSkin: ClassReference("mx.skins.halo.ApplicationBackground");*/
105 highlightAlphas: 0, 0;
107 fillColors: haloBlue, #6495ED;
109 textRollOverColor: white;
110 disabledColor: #5555bb;
111 borderColor: haloBlue;
114 /* General text classes */
116 .failText { color: red; }
117 .warningText { color: #ff4500; }
118 .promptText { fontStyle: italic; }
122 verticalAlign: middle;
126 /* Drag-and-drop panel */
129 borderColor: #dddddd;
130 backgroundColor: #dddddd;
133 .dndEditorContainer {
138 backgroundColor: white;
149 backgroundColor: #dddddd;
150 borderColor: #aaaaaa;
154 .catToggleButtonBar {
156 buttonStyleName: "mytoggleButtonBarButtonStyle";
159 .mytoggleButtonBarButtonStyle { fillColors: #dddddd, #eeeeee, #eeeeee, #eeeeee; borderColor: white; }
165 /* Drag-and-drop POI icons */
175 backgroundColor: white;
177 .dndPanelCategoryLabel {
184 /* Simple tag view - header */
198 fillColors: white, white, white, white;
199 borderColor: #aaaaaa;
210 /* Simple tag view - editor container */
213 backgroundColor: white;
217 borderColor: #999999;
218 tabStyleName: "myTabs";
219 firstTabStyleName: "myTabs";
220 lastTabStyleName: "myTabs";
221 selectedTabTextStyleName: "mySelectedTabs";
224 .myTabs { font-size: 11; font-weight: normal; cornerRadius: 0; fillColors: white, white; borderColor: #999999; themeColor: #999999; }
225 .mySelectedTabs { fillColors: white, white; }
230 borderColor: #999999;
231 headerStyleName: "accordionHeader";
234 .accordionHeader { fillColors: #888888, #999999; fillAlphas: 1,1; color: white; fontWeight: bold; fontSize: 11; }
236 /* Simple tag view - panels for subcategories */
239 borderThicknessLeft: 1;
240 borderThicknessTop: 1;
241 borderThicknessBottom: 1;
242 borderThicknessRight: 1;
245 dropShadowEnabled: false;
247 backgroundColor: gray;
248 backgroundAlpha: 0.2;
251 headerColors: #d9d9d9, #ffffff;
259 openIcon: Embed(source="../embedded/CollapsiblePanelAssets.swf", symbol="CollapseButtonDown");
260 closedIcon: Embed(source="../embedded/CollapsiblePanelAssets.swf", symbol="CollapseButtonOver");
266 headerColors: haloBlue, #6495ED;
269 borderThicknessRight: 0; borderThicknessLeft: 0; borderThicknessBottom: 0;
270 paddingLeft: 4; paddingTop: 4;
273 .mypanelTitle { textAlign: center; color: #333333; fontSize: 10; fontWeight: bold; }
294 /* Don't appear to be used */
297 fillColors: haloSilver, x222222;
299 selectedFillColors: haloBlue, black;