source: extensions/ASearchEngine/themes/dark/ASEdark.css @ 7374

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

Add search by tag ; improve css theming ; add en_Uk language

  • Property svn:executable set to *
File size: 4.3 KB
Line 
1
2/* ---- Themes colors ---- */
3.gcText { color: #D0D0D0; }                 /* used for text */
4.gcText3 { color: #000000; }                 /* used for text */
5.gcTextInput { color:#000000; }             /* used for inputs */
6.gcLink { color: #ffffff; }                 /* used for link */
7.gcLinkHover { color: #fff48e; }            /* used for link */
8.gcBgTabSheet { background-color: #505050; }           /* used inside tabsheet & menu */
9.gcBgTableRow1 { background-color: #EEEEEE; }            /* used in for tables rows background */
10.gcBgTableRow2 { background-color: #505050; }            /* used in tables rows & some widgets background */
11.gcBgInput { background-color:#D3D3D3; }                      /* used for inputs */
12.gcBorder    { border: 1px solid gray; }            /* used for borders */
13.gcBorder2   { border: 1px solid #666666; }            /* used for widgets borders */
14.gcBorderInput { border: gray; }           /* used for inputs */
15.cPnDisabled { cursor:default; color:#666666; }
16.pnInactive:hover { background:gray; color:#fff48e; }
17.pnActive { background:#505050; color:#fff48e; font-weight:bold; }
18div.cbOperatorBg { background:gray; color:#FFF48E; }
19.ui-dialog { border-width:3px; }
20.ui-datepicker, .ui-category-selector-list,
21.ui-tag-selector-list, .ui-tag-selector-input {
22  background-color:#F5F5F5;
23  color:#000000;
24  border:1px solid gray;
25}
26.ui-category-selector {
27  background-color:#D3D3D3;
28  color:#000000;
29  border-color:gray;
30}
31.ui-datepicker td a { color:#000000; }
32.ui-datepicker .ui-datepicker-header { background-color:#505050; }
33.ui-datepicker td:hover { background-color:gray; color:fff48e; }
34.ui-datepicker td.ui-datepicker-current-day { background-color:#505050; color:#fff48e; }
35.ui-category-selector-arrow { color:#000000; }
36li.ui-category-selector-item:hover, li.ui-tag-selector-list-item:hover  { background-color:gray; color:#fff48e; }
37.ui-category-selector-selected-item { background-color:#505050; color:#fff48e; }
38.ui-category-selector-expandable-item { background-image:url(expand_b.png); }
39.ui-category-selector-collapsable-item { background-image:url(collapse_b.png); }
40.ui-category-selector-expandable-item:hover, .ui-category-selector-selected-item.ui-category-selector-expandable-item { background-image:url(expand.png); }
41.ui-category-selector-collapsable-item:hover, .ui-category-selector-selected-item.ui-category-selector-collapsable-item { background-image:url(collapse.png); }
42li.ui-category-selector-item div.ui-category-selector-check { background-image:url(check_notchecked.png); }
43li.ui-category-selector-selected-item div.ui-category-selector-check { background-image:url(check_checked.png); }
44
45.ui-tag-selector-text {
46  font-style:italic;
47  font-size:80%;
48  border-top:1px dotted gray;
49  background:#F5F5F5;
50  color:#000000;
51}
52.ui-tag-selector-selected-tag-list li.ui-tag-selector-selected-tag {
53  background:#D3D3D3;
54  margin-top:1px;
55  padding-top:1px;
56}
57.ui-tag-selector-highlight {
58  color:#000000;
59  font-weight:bold;
60  background:#D3D3D3;
61}
62.iconEdit { background:url(./../../../../themes/default/icon/edit.png) no-repeat 0 0 transparent; }
63.iconDelete { background:url(./../../../../themes/default/icon/delete.png) no-repeat 0 0 transparent; }
64.iconMove { background:url(move.png) no-repeat 0 0 transparent; }
65.iconSwitchCondition  { background:url(switch.png) no-repeat 0 0 transparent; }
66.cbItemMultiple { border:1px solid gray; }
67.cbItemOverGroup { border:1px dotted gray; }
68
69.cbButtons { color:#000000; border:1px solid gray; z-index:510; }
70.cbItem { border:1px solid gray; }
71.gcBgInput a { color:#000000; }
72.cbButtons:hover #iMenuCText { background:#d3d3d3; }
73#iMenuCItems ul { border:1px solid gray; }
74
75#iResultQuery div.gcBgInput { border:1px solid gray; }
76#iMenuCaddie a { color:#000000; }
77#iResultQuery div.gcBgInput #iMenuCaddieText { border:none; color:#000000; }
78
79legend { color: #FFF48E; }
80
81div#iMenuCaddieBar div#iMenuCaddieItems { z-index:1000; }
82div#iMenuCriterions div#iMenuCItems { margin-left:-1px; }
83
84/* AMD specific CSS */
85span.tagName { border-right:1px dotted gray; }
86#iTagList:hover { background:#f5f5f5; }
87div ul#iTagList li:hover { cursor:pointer; background:gray; color:#fff48e; }
88#iTagList.selected, #iTagList li.gcText3 { background:#505050; color:#fff48e; }
89.ruleTypeM, .ruleTypeM2 { border:1px solid gray; }
90.error, input.error { background:#FFAAAA; border:1px solid #800000; color:#800000; }
91
92
Note: See TracBrowser for help on using the repository browser.