gtk-css-engine r25 - in bzr-playground: . themes/Gilouche-CSS/gtk-2.0
- From: robsta svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-css-engine r25 - in bzr-playground: . themes/Gilouche-CSS/gtk-2.0
- Date: Mon, 18 Aug 2008 13:51:06 +0000 (UTC)
Author: robsta
Date: Mon Aug 18 13:51:05 2008
New Revision: 25
URL: http://svn.gnome.org/viewvc/gtk-css-engine?rev=25&view=rev
Log:
Merge latest Gilouche-CSS.
Modified:
bzr-playground/ (props changed)
bzr-playground/themes/Gilouche-CSS/gtk-2.0/styles.css
Modified: bzr-playground/themes/Gilouche-CSS/gtk-2.0/styles.css
==============================================================================
--- bzr-playground/themes/Gilouche-CSS/gtk-2.0/styles.css (original)
+++ bzr-playground/themes/Gilouche-CSS/gtk-2.0/styles.css Mon Aug 18 13:51:05 2008
@@ -1,69 +1,23 @@
-/*
-box {
- background-color: yellow;
- border: 1px dashed green;
- border-bottom: 2px solid red;
-}
-
-box:prelight {
- background-color: red;
-}
-
-box.bar {
- background-color: orange;
-}
-
-hline {
- border: 2px solid black;
-}
-
-vline {
- border: 2px solid brown;
-}
-
-GtkButton {
- background-color: blue;
-}
-
-GtkButton:prelight {
- background-color: green;
-}
-
-GtkToggleButton {
- background-color: lightblue;
-}
-
-GtkComboBox GtkButton {
- background-color: lightgreen;
+/* The whole shebang inside the window*/
+* {
+background-color: #fbf8f1;
}
-GtkVBox GtkButton {
- background-color: indigo;
-}
+/* Items in the menu */
+GtkMenuItem {
+border: 1px solid #446383;
+background-color: #76a4d5;
-GtkScrollbar box {
- background-color: lightgreen;
}
-GtkScrollbar box.trough {
- background-color: darkgreen;
-}
-
-GtkCheckButton check.checkbutton {
- background-color: white;
-}
-*/
-arrow[orientation=up] {
- background-image: url(arrow-up.png);
-}
-
-* {
-background-color: #fbf8f1;
+GtkToggleButton:active {
+ background-image: url(togglebutton-active.png);
+ border: 1px solid #a6956e;
}
arrow[orientation=down] {
background-color: yellow;
- background-image: url(foo.svg);
+ background-image: url(arrow-down.png);
}
arrow[orientation=left] {
@@ -73,8 +27,10 @@
background-image: url(arrow-right.png);
}
+
+/* ? */
tab {
- background-color: blue;
+ background-color: #000;
}
option {
@@ -88,7 +44,6 @@
/* Seems like all boxes used all over the place*/
box {
border: 0px solid black;
- background-color: blue;
}
/* A button*/
@@ -97,56 +52,69 @@
background-image: url(button-back.png);
}
+/* all the entry boxes*/
GtkEntry flatbox {
- background-color: #fbf8f1;
+ background-color: #fff;
border: none;
}
+/* the thing in the frame and the thing at the bottom*/
shadow {
- background-color: khaki;
- border: 1px solid black;
+ border: 1px solid #c6b182;
}
GtkEntry shadow {
- background-color: darkkhaki;
+ background-color: #fff;
}
+/* Window sliders */
+
slider {
background-color: #fff;
background-image: url(slider-background.png);
border: 1px solid #587ba1;
}
+slider[orientation=horizontal] {
+ background-color: #fff;
+ background-image: url(slider-background-horizontal.png);
+ border: 1px solid #587ba1;
+}
+
+/* color of the tabs*/
+
extension {
- border: 1px solid black;
+ border: 1px solid #c6b182;
}
-/* When a widget have focus*/
+/* When a widget have focus*/
focus {
border: 1px solid blue;
}
+/* the small handle for resizing stuff */
handle {
- border: 1px dashed blue;
+ border: none;
}
handle[orientation=vertical] {
- background-color: gray;
- border-left: 3px solid blue;
+ background-image: url(handle.png);
}
+/* south-east?! bottom-left maybe?*/
resizegrip[edge=south-east] {
- border-right: 2px solid blue;
- border-bottom: 2px solid blue;
+ background-image: url(resizegrip.png);
}
+/* the horizontal line*/
hline {
- border: 1px dotted black;
+ border: 1px solid #e2d4b2;
}
+/* the vertical line*/
vline {
- border: 1px dotted black;
+ border: 1px solid #e2d4b2;
}
/* The bar at the top*/
@@ -159,7 +127,41 @@
}
*/
+/* the progress bar area*/
+GtkProgressBar {
+background-color: #eee4cb;
+border: 1px solid #a89a77;
+}
+
GtkProgressBar:prelight {
background-color: #587ba1;
+ background-image: url(progressbar.png);
+ border: 1px solid #000;
+}
+
+/* The scalers*/
+GtkScale {
+ background-image: url(scale-background.png);
+}
+
+/* The scalers*/
+GtkScale slider{
+ background-image: url(scale-slider.png);
+}
+/* hm, don't work apparently */
+GtkScale slider[orientation=horizontal] {
+ background-color: #fff;
+ background-image: url(scale-slider.png);
+ border: 1px solid #587ba1;
+}
+
+/* The notebook widget */
+GtkNotebook {
+ border: 1px solid #c6b182;
}
+/* wtf, is this bizarro-world? this selects the inactive ones*/
+GtkNotebook:active {
+border: 1px solid #c6b182;
+background-color: #ebdfc4;
+}
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]