Mailinglist Archive: yast-commit (864 mails)

< Previous Next >
[yast-commit] r42497 - /branches/tmp/coolo/wizard-rework/theme/style.qss
  • From: coolo@xxxxxxxxxxxxxxxx
  • Date: Thu, 29 Nov 2007 10:29:08 -0000
  • Message-id: <20071129102909.2117528235@xxxxxxxxxxxxxxxx>
Author: coolo
Date: Thu Nov 29 11:29:08 2007
New Revision: 42497

URL: http://svn.opensuse.org/viewcvs/yast?rev=42497&view=rev
Log:
just a proof of concept

Modified:
branches/tmp/coolo/wizard-rework/theme/style.qss

Modified: branches/tmp/coolo/wizard-rework/theme/style.qss
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/wizard-rework/theme/style.qss?rev=42497&r1=42496&r2=42497&view=diff
==============================================================================
--- branches/tmp/coolo/wizard-rework/theme/style.qss (original)
+++ branches/tmp/coolo/wizard-rework/theme/style.qss Thu Nov 29 11:29:08 2007
@@ -1,9 +1,16 @@
+/* Hintergrund: background-$RESULTION */
+
.YQWizard {
- background-image: url(bottom-gradient.png);
+ pbackground-image: url(bottom-gradient.png);
+ background-image: url(background-1024x768.png);
background-position: bottom;
background-repeat: repeat-x;
}

+QDWidget { border-style: solid; border-width: 5px; }
+
+QWidget { color: white; }
+
/* We provide a min-width and min-height for push buttons
so that they look elegant regardless of the width of the text. */
QPushButton {
@@ -13,8 +20,10 @@
border-style: solid;
border-radius: 5;
padding: 3px;
+ margin: 30px;
min-width: 9ex;
min-height: 2.5ex;
+ color: black;
}

QPushButton:hover {
@@ -54,12 +63,12 @@

.steps_heading {
font: bold;
- font-size: 14px;
+ font-size: 14pt;
}

#DialogIcon {}
#DialogHeading {
font-size: 20px;
- padding: 12px;
+ padding: 12pt;
}


--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages