source: extensions/gally/gally-graphite/css/ASEgally-graphite.css @ 12604

Last change on this file since 12604 was 7377, checked in by grum, 14 years ago

Compatibility with ASearchEngine plugin

  • Property svn:executable set to *
File size: 5.2 KB
Line 
1
2/* ---- Themes colors ---- */
3.gcText { color: #999999; }
4.gcText2 { color: #999999; }
5.gcText3 { color: #333333; }
6.gcTextInput { color:#333333; font-family:monospace; }             /* used for inputs */
7.gcLink { color: #F0F0F0; }                 /* used for link */
8.gcLinkHover { color: #F0F0F0; }            /* used for link */
9.gcBgPage { background-color: #333333; }               /* used for page background */
10.gcBgTabSheet { background-color: #333333; }           /* used inside tabsheet & menu */
11.gcBgTableRow1 { background-color: #000000; }            /* used in for tables rows background */
12.gcBgTableRow2 { background-color: #333333; }            /* used in tables rows & some widgets background */
13.gcBgInput { background-color:#F0F0F0; }                      /* used for inputs */
14.gcBorder    { border: 1px solid #606060; }            /* used for borders */
15.gcBorder2   { border: 1px solid #606060; }            /* used for widgets borders */
16.gcBorderInput { border: #606060; }           /* used for inputs */
17.cPnDisabled { cursor:default; color:#666666; }
18.pnInactive:hover { background:#606060; color:#F0F0F0; }
19.pnActive { background:#333333; color:#F0F0F0; font-weight:bold; }
20
21.ui-datepicker, .ui-category-selector, .ui-category-selector-list,
22.ui-tag-selector-list, .ui-tag-selector-input {
23  background-color:#F0F0F0;
24  color:#333333;
25  border-color:#606060;
26}
27.ui-datepicker-title { color:#f0f0f0; font-weight:bold; }
28.ui-datepicker td a { color:#333333; }
29.ui-datepicker td:hover { background-color:#606060; }
30.ui-datepicker td:hover a { color:#f0f0f0; }
31.ui-datepicker td.ui-datepicker-current-day { background-color:#333333; }
32.ui-datepicker td.ui-datepicker-current-day a { color:#f0f0f0; }
33.ui-category-selector-arrow { color:#333333; }
34.ui-category-selector, .ui-category-selector-list { font-family:monospace; }
35li.ui-category-selector-item:hover, li.ui-tag-selector-list-item:hover { background-color:#606060; color:#f0f0f0; }
36.ui-category-selector-selected-item { background-color:#333333; color:#f0f0f0; }
37
38
39.ui-category-selector-expandable-item { background-image:url(./../icon/asearchengine/expand_b.png); }
40.ui-category-selector-collapsable-item { background-image:url(./../icon/asearchengine/collapse_b.png); }
41.ui-category-selector-expandable-item:hover, .ui-category-selector-selected-item.ui-category-selector-expandable-item { background-image:url(./../icon/asearchengine/expand.png); }
42.ui-category-selector-collapsable-item:hover, .ui-category-selector-selected-item.ui-category-selector-collapsable-item { background-image:url(./../icon/asearchengine/collapse.png); }
43li.ui-category-selector-item div.ui-category-selector-check { background-image:url(./../icon/asearchengine/check_notchecked.png); }
44li.ui-category-selector-selected-item div.ui-category-selector-check { background-image:url(./../icon/asearchengine/check_checked.png); }
45
46.ui-tag-selector-list, .ui-tag-selector-input { font-family:monospace; }
47.ui-tag-selector-text {
48  font-style:italic;
49  font-size:80%;
50  border-top:1px dotted #606060;
51  background:#F0F0F0;
52  color:#333333;
53}
54.ui-tag-selector-selected-tag-list li.ui-tag-selector-selected-tag {
55  background:#606060;
56  color:#F0F0F0;
57  margin-top:0px;
58  padding-bottom:1px;
59  padding-top:1px;
60}
61.ui-tag-selector-highlight {
62  color:#000000;
63  font-weight:bold;
64  background:#999999;
65}
66
67.ui-dialog-titlebar {
68  display:block;
69  padding-left:6px;
70  border:none;
71}
72
73.iconEdit { background:url(./../icon/edit.png) no-repeat 0 0 transparent; }
74.iconDelete { background:url(./../icon/delete.png) no-repeat 0 0 transparent; }
75.iconMove { background:url(./../icon/asearchengine/move.png) no-repeat 0 0 transparent; }
76.iconMove:hover { background:url(./../icon/asearchengine/move_h.png) no-repeat 0 0 transparent; }
77.iconSwitchCondition  { background:url(./../icon/asearchengine/switch.png) no-repeat 0 0 transparent; }
78.iconSwitchCondition:hover { background:url(./../icon/asearchengine/switch_h.png) no-repeat 0 0 transparent; }
79.cbItemMultiple { border:1px solid gray; }
80.cbItemOverGroup { border:1px dotted gray; }
81.itemContent { border-left:22px solid #606060; min-height:34px; padding-left:3px; }
82
83fieldset { margin:3px 18px; }
84#iResultQuery { margin-bottom:0px; }
85div.cbOperatorBg, .cbButtons, .ui-dialog-titlebar,
86.ui-datepicker .ui-datepicker-header { background:#606060; }
87
88
89.cbButtons { border:1px solid #333333; }
90.cbButtons:hover {
91  background:#333333;
92  border:1px solid #606060;
93}
94
95input.cRequestCriterions {
96  margin-left:30px;
97  margin-top:10px;
98}
99
100#iMenuCItems ul {
101  background:#333333;
102  border:1px solid #606060;
103}
104#iMenuCItems ul li, .cbButtons:hover #iMenuCText { background:#333333; }
105
106div#iMenuCaddieBar div#iMenuCaddieItems { z-index:8600; }
107div#iMenuCriterions div#iMenuCItems { margin-left:-1px; }
108div#iMenuCaddieText, div#iMenuCaddieText a { color:#333333;}
109
110/* AMD specific CSS */
111span.tagName { border-right:1px dotted #666666; }
112#iTagList { border-top:1px solid #101010; }
113#iTagList li:hover { cursor:pointer; background:#606060; color:#f0f0f0; }
114#iTagList.selected, #iTagList li.gcText3 { background:#333333; color:#f0f0f0; }
115div.ruleTypeM, div.ruleTypeM2 { border:0px solid #666666; }
116.error, input.error { background:#FFAAAA; border:1px solid #800000; color:#800000; }
117#mdRulesArea { border-top:1px solid #333333; }
118
Note: See TracBrowser for help on using the repository browser.