work around css issues
[xombrero.git] / xombrero.css
blob5862b10b97957405698cfc8c5ba5020aa956b15d
1 /*
2 * Copyright (c) 2012 Josh Rickmar <jrick@devio.us>
4 * Permission to use, copy, modify, and distribute this software for any
5 * purpose with or without fee is hereby granted, provided that the above
6 * copyright notice and this permission notice appear in all copies.
8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 @define-color red #cc0000;
18 @define-color yellow #ffff66;
19 @define-color green #99ff66;
20 @define-color blue lightblue;
21 @define-color ct_bg #000000;
22 @define-color ct_inactive #dddddd;
23 @define-color ct_active #bbbb00;
24 @define-color ct_separator #555555;
26 * {
27 border-width: 1px;
28 padding: 1;
29 margin: 1;
30 -GtkScrolledWindow-scrollbar-spacing: 1;
31 -GtkWidget-line-width: 1;
34 .button,
35 GtkSpinner {
36 -GtkWidget-focus-padding: 0;
37 -GtkWidget-line-width: 0;
40 #statusbar > GtkEventBox {
41 background-image: none;
42 background-color: white;
45 #statusbar > GtkEventBox .entry {
46 background-image: none;
47 background-color: rgba(0, 0, 0, 0);
50 GtkEventBox#red,
51 .entry#red {
52 background-image: none;
53 background-color: @red;
56 GtkEventBox#yellow,
57 .entry#yellow {
58 background-image: none;
59 background-color: @yellow;
62 GtkEventBox#green,
63 .entry#green {
64 background-image: none;
65 background-color: @green;
68 GtkEventBox#blue,
69 .entry#blue {
70 background-image: none;
71 background-color: @blue;
74 .entry:selected,
75 .entry:selected#red,
76 .entry:selected#yellow,
77 .entry:selected#green,
78 .entry:selected#blue,
79 .entry.progressbar,
80 .entry.progressbar#red,
81 .entry.progressbar#yellow,
82 .entry.progressbar#green,
83 .entry.progressbar#blue,
84 #statusbar .entry:selected,
85 #statusbar .entry:selected#red,
86 #statusbar .entry:selected#yellow,
87 #statusbar .entry:selected#green,
88 #statusbar .entry:selected#blue,
89 #statusbar .entry.progressbar,
90 #statusbar .entry.progressbar#red,
91 #statusbar .entry.progressbar#yellow,
92 #statusbar .entry.progressbar#green,
93 #statusbar .entry.progressbar#blue {
94 background-color: shade (@blue, 0.70);
97 /* compact tabs */
99 #tab_bar {
100 background-color: @ct_separator;
103 #compact_tab {
104 background-color: @ct_bg;
107 #compact_tab GtkLabel {
108 -GtkLabel-width-chars: 1;
109 color: @ct_inactive;
110 padding: 4px;
113 #compact_tab GtkLabel#active {
114 color: @ct_active;