gtk-css-engine r77 - in branches/bzr: . themes/Gilouche-CSS/gtk-2.0
- From: robsta svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-css-engine r77 - in branches/bzr: . themes/Gilouche-CSS/gtk-2.0
- Date: Fri, 5 Sep 2008 11:33:52 +0000 (UTC)
Author: robsta
Date: Fri Sep 5 11:33:51 2008
New Revision: 77
URL: http://svn.gnome.org/viewvc/gtk-css-engine?rev=77&view=rev
Log:
changed the whole stylesheet
Modified:
branches/bzr/ (props changed)
branches/bzr/themes/Gilouche-CSS/gtk-2.0/styles.css
Modified: branches/bzr/themes/Gilouche-CSS/gtk-2.0/styles.css
==============================================================================
--- branches/bzr/themes/Gilouche-CSS/gtk-2.0/styles.css (original)
+++ branches/bzr/themes/Gilouche-CSS/gtk-2.0/styles.css Fri Sep 5 11:33:51 2008
@@ -3,15 +3,27 @@
background-color: #fbf8f1;
}
-/* Items in the menu */
-GtkMenuItem {
-border: 1px solid #446383;
-background-color: #76a4d5;
+/* Checkboxes */
+
+/* empty checkbox */
+check {
+background-image: url(check.png);
+}
+
+/* pressed checkbox */
+check:active {
+background-color: green;
}
-GtkToggleButton:active {
- background-image: url(togglebutton-active.png);
- border: 1px solid #a6956e;
+/* radiobuttons */
+option {
+background-image: url(radiobutton.png);
+}
+
+
+/* arrows */
+arrow[orientation=up] {
+ background-image: url(arrow-up.svg);
}
arrow[orientation=down] {
@@ -25,125 +37,93 @@
background-image: url(arrow-right.svg);
}
-GtkRadioButton{
- background-color: green;
-}
-option {
- background-color: #fbf8f1;
-}
+/* The notebook widget */
-/* A button*/
-GtkButton {
- border: 1px solid #a99975;
- background-image: url(button-back.png);
-}
-/* all the entry boxes*/
-GtkEntry flatbox {
- background-color: #fff;
- border: none;
+GtkNotebook extension focus {
+ background-color: red;
}
-/* the thing in the frame and the thing at the bottom*/
-shadow {
- border: 1px solid #c6b182;
-}
+/* buttons */
-GtkEntry shadow {
- background-color: #fff;
+/*regular button*/
+box.button, box.optionmenu {
+ border: 1px solid #a99975;
+ background-image: url(button-back.png);
}
-/* Window sliders */
-slider {
- background-color: #fff;
- background-image: url(slider-background.png);
- border: 1px solid #587ba1;
+shadow.entry{
+ border: 1px solid #948156;
}
-slider[orientation=horizontal] {
- background-color: #fff;
- background-image: url(slider-background-horizontal.png);
- border: 1px solid #587ba1;
+resizegrip.statusbar {
+ background-image: url(resizegrip.png);
}
-/* color of the tabs*/
-
-extension {
- border: 1px solid #c6b182;
+/* the horizontal and vertical lines */
+hline, vline {
+ border: 1px solid #e2d4b2;
}
+/* progressbar */
-/* When a widget have focus*/
-focus {
- border: 1px solid blue;
-}
-
-/* the small handle for resizing stuff */
-handle {
- border: none;
+box.bar {
+ background: #587ba1 url(progressbar.png);
+ border: 1px solid #000;
}
-handle[orientation=vertical] {
- background-image: url(handle.png);
+/* progressbar container*/
+box.trough {
+ background-color: #eee4cb;
+ border: 1px solid #a89a77;
}
-/* south-east?! bottom-left maybe?*/
-resizegrip[edge=south-east] {
- background-image: url(resizegrip.png);
+/* sliders for volume sliders and stuff*/
+/* horizontal slider*/
+slider.hscale {
+ background: url(scale-slider.png);
+ border: 1px solid #587ba1;
}
-
-/* the horizontal and vertical lines */
-hline, vline {
- border: 1px solid #e2d4b2;
+/*vertical slider*/
+slider.vscale {
+ background: url(scale-slider-vertical.png);
+ border: 1px solid #587ba1;
}
-/* The bar at the top*/
-
-/*
-GtkMenuBar {
- border-bottom: none;
- background-color: #fbf8f1;
- border-width: 0px;
+/* notebox widgets */
+box.notebook {
+ border: 1px solid #c6b182;
}
-*/
-/* the progress bar area*/
-GtkProgressBar {
-background-color: #eee4cb;
-border: 1px solid #a89a77;
+extension:normal{
+ border: 1px solid #a28f62;
+ background-image: url(tab-back.png);
}
-GtkProgressBar:prelight {
- background-color: #587ba1;
- background-image: url(progressbar.png);
- border: 1px solid #000;
+extension:active{
+ border: 1px solid #c6b182;
+ background-color: #ebdfc4;
}
-/* The scalers*/
-GtkScale {
- background-image: url(scale-background.png);
+/* frame around scrolled window*/
+shadow.scrolled-window {
+ background-color: #fbf8f1;
+ border: 1px solid #c6b182;
}
-/* 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;
+/* small frame boxes */
+shadow.frame{
+border: 1px solid #c6b182;
}
-/* The notebook widget */
-GtkNotebook {
- border: 1px solid #c6b182;
+/* the buttons on the scrolled window sliders*/
+box.hscrollbar {
+background-color: blue;
}
-/* wtf, is this bizarro-world? this selects the inactive ones*/
-GtkNotebook:active {
-border: 1px solid #c6b182;
-background-color: #ebdfc4;
+/* spinbuttons */
+box.spinbutton-up, box.spinbutton-down {
+border: 1px solid #a99975;
}
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]