Thread: SF.net SVN: fclient:[846] trunk/fclient/fclient/impl/res/stylesheets/ default.css
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-08-01 23:52:57
|
Revision: 846
http://fclient.svn.sourceforge.net/fclient/?rev=846&view=rev
Author: jUrner
Date: 2008-08-01 23:53:07 +0000 (Fri, 01 Aug 2008)
Log Message:
-----------
experimental, style progressBars
Modified Paths:
--------------
trunk/fclient/fclient/impl/res/stylesheets/default.css
Modified: trunk/fclient/fclient/impl/res/stylesheets/default.css
===================================================================
--- trunk/fclient/fclient/impl/res/stylesheets/default.css 2008-08-01 23:51:57 UTC (rev 845)
+++ trunk/fclient/fclient/impl/res/stylesheets/default.css 2008-08-01 23:53:07 UTC (rev 846)
@@ -14,8 +14,7 @@
**********************************************************************************************/
/* label style. sample:
Host:
- | 9999|
-*/
+ | 9999| */
QLabel#fieldHeader,
QLabel#fieldHeader_2,
QLabel#fieldHeader_3,
@@ -30,8 +29,7 @@
/* label style. sample:
- Host: | 9999|
-*/
+ Host: | 9999| */
QLabel#fieldName,
QLabel#fieldName_2,
QLabel#fieldName_3,
@@ -41,6 +39,44 @@
QLabel#fieldName_7,
QLabel#fieldName_8,
QLabel#fieldName_9{
- font: bold;
- color: green;
- }
\ No newline at end of file
+ }
+
+
+/* progressBars */
+QProgressBar:horizontal {
+border: 1px solid gray;
+border-radius: 3px;
+background: white;
+text-align: center vcenter;
+padding: 1px;
+}
+QProgressBar::chunk:horizontal {
+background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5, stop: 0 green, stop: 1 white);
+}
+
+/*
+QProgressBar{
+ color: white;
+ border: 0px solid black;
+ background: gray;
+ margin: 0px;
+ padding: 0px;
+ text-align: center vcenter;
+}
+QProgressBar::chunk{
+ background: #377FFF;
+ border-radius: 5px;
+ border: 1px solid darkgrey;
+ }
+
+
+QProgressBar#downloadKey[status="loading"]::chunk{
+ background:#0000FF;
+ }
+QProgressBar#downloadKey[status="complete"]::chunk{
+ background:#009600;
+ }
+QProgressBar#downloadKey[status="error"]::chunk{
+ background:red;
+ }
+*/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jU...@us...> - 2008-08-11 10:42:09
|
Revision: 896
http://fclient.svn.sourceforge.net/fclient/?rev=896&view=rev
Author: jUrner
Date: 2008-08-11 10:42:15 +0000 (Mon, 11 Aug 2008)
Log Message:
-----------
more css
Modified Paths:
--------------
trunk/fclient/fclient/impl/res/stylesheets/default.css
Modified: trunk/fclient/fclient/impl/res/stylesheets/default.css
===================================================================
--- trunk/fclient/fclient/impl/res/stylesheets/default.css 2008-08-11 10:42:00 UTC (rev 895)
+++ trunk/fclient/fclient/impl/res/stylesheets/default.css 2008-08-11 10:42:15 UTC (rev 896)
@@ -69,34 +69,26 @@
background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5, stop: 0 green, stop: 1 white);
}
-/*
-QProgressBar{
- color: white;
- border: 0px solid black;
- background: gray;
- margin: 0px;
- padding: 0px;
- text-align: center vcenter;
+
+/* downloadWidget progressBars (omitted [status="removed"]) */
+QProgressBar#downloadKey[status="pending"]::chunk{
+background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5, stop: 0 gray, stop: 1 lightgray);
}
-QProgressBar::chunk{
- background: #377FFF;
- border-radius: 5px;
- border: 1px solid darkgrey;
- }
-
QProgressBar#downloadKey[status="loading"]::chunk{
- background:#0000FF;
- }
+background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5, stop: 0 blue, stop: 1 aqua);
+}
+
QProgressBar#downloadKey[status="complete"]::chunk{
- background:#009600;
- }
+background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5, stop: 0 green, stop: 1 limegreen);
+}
+
QProgressBar#downloadKey[status="error"]::chunk{
- background:red;
- }
-*/
+background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5, stop: 0 red, stop: 1 pink);
+}
+/* label indicating connected status on statusBar */
QLabel#LabelConnectionConnected{
color: green;
font: bold;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jU...@us...> - 2008-08-12 08:44:11
|
Revision: 906
http://fclient.svn.sourceforge.net/fclient/?rev=906&view=rev
Author: jUrner
Date: 2008-08-12 08:44:19 +0000 (Tue, 12 Aug 2008)
Log Message:
-----------
more css
Modified Paths:
--------------
trunk/fclient/fclient/impl/res/stylesheets/default.css
Modified: trunk/fclient/fclient/impl/res/stylesheets/default.css
===================================================================
--- trunk/fclient/fclient/impl/res/stylesheets/default.css 2008-08-12 08:43:51 UTC (rev 905)
+++ trunk/fclient/fclient/impl/res/stylesheets/default.css 2008-08-12 08:44:19 UTC (rev 906)
@@ -86,8 +86,10 @@
QProgressBar#downloadKey[status="error"]::chunk{
background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5, stop: 0 red, stop: 1 pink);
}
+QProgressBar#downloadKey[status="compressing"]::chunk{
+background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5, stop: 0 orange, stop: 1 yellow);
+}
-
/* label indicating connected status on statusBar */
QLabel#LabelConnectionConnected{
color: green;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jU...@us...> - 2008-08-16 06:51:14
|
Revision: 909
http://fclient.svn.sourceforge.net/fclient/?rev=909&view=rev
Author: jUrner
Date: 2008-08-16 06:51:24 +0000 (Sat, 16 Aug 2008)
Log Message:
-----------
playing around with styles
Modified Paths:
--------------
trunk/fclient/fclient/impl/res/stylesheets/default.css
Modified: trunk/fclient/fclient/impl/res/stylesheets/default.css
===================================================================
--- trunk/fclient/fclient/impl/res/stylesheets/default.css 2008-08-16 06:50:50 UTC (rev 908)
+++ trunk/fclient/fclient/impl/res/stylesheets/default.css 2008-08-16 06:51:24 UTC (rev 909)
@@ -72,22 +72,23 @@
/* downloadWidget progressBars (omitted [status="removed"]) */
QProgressBar#downloadKey[status="pending"]::chunk{
-background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5, stop: 0 gray, stop: 1 lightgray);
+background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 gray, stop: 0.5 lightgray, stop: 1 gray);
}
QProgressBar#downloadKey[status="loading"]::chunk{
-background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5, stop: 0 blue, stop: 1 aqua);
+background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 blue, stop: 0.5 aqua, stop: 1 blue);
}
QProgressBar#downloadKey[status="complete"]::chunk{
-background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5, stop: 0 green, stop: 1 limegreen);
+background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 green, stop: 0.5 limegreen, stop: 1 green);
}
+
QProgressBar#downloadKey[status="error"]::chunk{
background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5, stop: 0 red, stop: 1 pink);
}
QProgressBar#downloadKey[status="compressing"]::chunk{
-background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5, stop: 0 orange, stop: 1 yellow);
+background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 orange, stop: 0.5 yellow, stop: 1 orange);
}
/* label indicating connected status on statusBar */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|