[rnbrowse-commits] SF.net SVN: rnbrowse:[154] branches/RNBGUI/src/dark.css
Brought to you by:
cjsoftuk
|
From: <dav...@us...> - 2008-08-02 14:22:50
|
Revision: 154
http://rnbrowse.svn.sourceforge.net/rnbrowse/?rev=154&view=rev
Author: davidisofox
Date: 2008-08-02 14:22:46 +0000 (Sat, 02 Aug 2008)
Log Message:
-----------
Added Paths:
-----------
branches/RNBGUI/src/dark.css
Added: branches/RNBGUI/src/dark.css
===================================================================
--- branches/RNBGUI/src/dark.css (rev 0)
+++ branches/RNBGUI/src/dark.css 2008-08-02 14:22:46 UTC (rev 154)
@@ -0,0 +1,178 @@
+/* CSS file */
+Application {
+ backgroundColor: #000000;
+ backgroundGradientColors: #333333, #000000;
+ themeColor: #000000;
+}
+
+Accordion {
+ highlightAlphas: 0, 0;
+ fillAlphas: 1, 1, 1, 1;
+ fillColors: #333333, #333333, #666666, #666666;
+ themeColor: #000000;
+ backgroundColor: #000000;
+ borderColor: #b7babc;
+ textRollOverColor: #ffffff;
+ textSelectedColor: #ffffff;
+}
+
+CheckBox {
+ highlightAlphas: 0, 0;
+ fillAlphas: 1, 1, 1, 1;
+ fillColors: #000000, #000000, #333333, #333333;
+ iconColor: #ffffff;
+ disabledIconColor: #666666;
+ color: #ffffff;
+ textSelectedColor: #ffffff;
+ textRollOverColor: #ffffff;
+ themeColor: #000000;
+}
+
+ColorPicker {
+ swatchBorderColor: #000000;
+ swatchGridBackgroundColor: #000000;
+ swatchHighlightColor: #000000;
+}
+
+ComboBox {
+ cornerRadius: 0;
+ color: #ffffff;
+ highlightAlphas: 0, 0;
+ fillAlphas: 1, 1, 1, 0.85;
+ fillColors: #000000, #000000, #333333, #333333;
+ selectionColor: #000000;
+ textSelectedColor: #ffffff;
+ rollOverColor: #333333;
+ textRollOverColor: #ffffff;
+ themeColor: #000000;
+ alternatingItemColors: #666666, #666666;
+ dropdownStyleName: "myComboBoxDropDowns";
+}
+
+.myComboBoxDropDowns {
+ color: #ffffff;
+}
+
+HRule {
+ strokeColor: #000000;
+ shadowColor: #333333;
+}
+
+HScrollBar {
+ cornerRadius: 0;
+ highlightAlphas: 0, 0;
+ fillAlphas: 1, 1, 1, 1;
+ fillColors: #333333, #333333, #666666, #666666;
+ trackColors: #000000, #000000;
+ themeColor: #000000;
+ borderColor: #000000;
+ iconColor: #999999;
+ thumbOffset: 1;
+}
+
+List {
+ backgroundColor: #666666;
+ rollOverColor: #333333;
+ textRollOverColor: #ffffff;
+ selectionColor: #000000;
+ color: #ffffff;
+ textSelectedColor: #ffffff;
+}
+
+Panel {
+ borderColor: #333333;
+ borderAlpha: 0.7;
+ roundedBottomCorners: false;
+ backgroundColor: #000000;
+ titleStyleName: "mypanelTitle";
+}
+
+.mypanelTitle {
+ color: #ffffff;
+}
+
+ProgressBar {
+ barColor: #000000;
+ trackColors: #666666, #666666;
+}
+
+RadioButton {
+ highlightAlphas: 0, 0;
+ fillAlphas: 1, 1, 1, 1;
+ fillColors: #000000, #000000, #333333, #333333;
+ iconColor: #ffffff;
+ color: #ffffff;
+ textSelectedColor: #ffffff;
+ textRollOverColor: #ffffff;
+ themeColor: #000000;
+}
+
+TabNavigator {
+ cornerRadius: 0;
+ horizontalAlign: left;
+ backgroundColor: #000000;
+ borderColor: #aab3b3;
+ color: #ffffff;
+ dropShadowEnabled: false;
+ tabStyleName: "myTabs";
+ firstTabStyleName: "myTabs";
+ lastTabStyleName: "myTabs";
+ selectedTabTextStyleName: "mySelectedTabs";
+}
+
+.myTabs {
+ cornerRadius: 0;
+ highlightAlphas: 0, 0;
+ fillAlphas: 1, 1;
+ fillColors: #333333, #333333;
+ backgroundColor: #000000;
+ color: #ffffff;
+ textRollOverColor: #ffffff;
+ themeColor: #000000;
+
+}
+
+.mySelectedTabs {
+}
+
+TextArea {
+ color: #ffffff;
+ backgroundColor: #000000;
+ borderColor: #b7babc;
+}
+
+TextInput {
+ backgroundColor: #000000;
+ color: #ffffff;
+}
+
+ToolTip {
+ backgroundColor: #000000;
+ color: #ffffff;
+}
+
+Tree {
+ backgroundColor: #666666;
+ rollOverColor: #333333;
+ textRollOverColor: #ffffff;
+ selectionColor: #000000;
+ color: #ffffff;
+ textSelectedColor: #ffffff;
+}
+
+VRule {
+ strokeColor: #000000;
+ shadowColor: #333333;
+}
+
+VScrollBar {
+ cornerRadius: 0;
+ highlightAlphas: 0, 0;
+ fillAlphas: 1, 1, 1, 1;
+ fillColors: #333333, #333333, #666666, #666666;
+ trackColors: #000000, #000000;
+ themeColor: #000000;
+ borderColor: #000000;
+ iconColor: #999999;
+ thumbOffset: 1;
+}
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|