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

Last change on this file since 15360 was 15360, checked in by grum, 12 years ago

feature:2635 - Compatibility with Piwigo 2.4

  • Property svn:executable set to *
File size: 5.2 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-datepicker td a { color:#000000; }
27.ui-datepicker .ui-datepicker-header { background-color:#505050; }
28.ui-datepicker td:hover { background-color:gray; color:fff48e; }
29.ui-datepicker td.ui-datepicker-current-day { background-color:#505050; color:#fff48e; }
30.ui-category-selector-arrow { color:#000000; }
31li.ui-category-selector-item:hover, li.ui-tag-selector-list-item:hover  { background-color:gray; color:#fff48e; }
32.ui-category-selector-selected-item { background-color:#505050; color:#fff48e; }
33.ui-category-selector-expandable-item { background-image:url(expand_b.png); }
34.ui-category-selector-collapsable-item { background-image:url(collapse_b.png); }
35.ui-category-selector-expandable-item:hover, .ui-category-selector-selected-item.ui-category-selector-expandable-item { background-image:url(expand.png); }
36.ui-category-selector-collapsable-item:hover, .ui-category-selector-selected-item.ui-category-selector-collapsable-item { background-image:url(collapse.png); }
37li.ui-category-selector-item div.ui-category-selector-check { background-image:url(check_notchecked.png); }
38li.ui-category-selector-selected-item div.ui-category-selector-check { background-image:url(check_checked.png); }
39
40.ui-tag-selector-text {
41  font-style:italic;
42  font-size:80%;
43  border-top:1px dotted gray;
44  background:#F5F5F5;
45  color:#000000;
46}
47.ui-tag-selector-selected-tag-list li.ui-tag-selector-selected-tag {
48  background:#D3D3D3;
49  margin-top:1px;
50  padding-top:1px;
51}
52.ui-tag-selector-highlight {
53  color:#000000;
54  font-weight:bold;
55  background:#D3D3D3;
56}
57.iconEdit { background:url(edit.png) no-repeat 0 0 transparent; }
58.iconDelete { background:url(delete.png) no-repeat 0 0 transparent; }
59.iconMove { background:url(move.png) no-repeat 0 0 transparent; }
60.iconSwitchCondition  { background:url(switch.png) no-repeat 0 0 transparent; }
61.cbItemMultiple { border:1px solid gray; }
62.cbItemOverGroup { border:1px dotted gray; }
63
64.cbButtons { color:#000000; border:1px solid gray; z-index:510; }
65.cbItem { border:1px solid gray; }
66.gcBgInput a { color:#000000; }
67.cbButtons:hover #iMenuCText { background:#d3d3d3; }
68#iMenuCItems ul { border:1px solid gray; }
69
70#iResultQuery div.gcBgInput { border:1px solid gray; }
71#iMenuCaddie a { color:#000000; }
72#iResultQuery div.gcBgInput #iMenuCaddieText { border:none; color:#000000; }
73
74legend { color: #FFF48E; }
75
76div#iMenuCaddieBar div#iMenuCaddieItems { z-index:1000; }
77div#iMenuCriterions div#iMenuCItems { margin-left:-1px; }
78
79
80
81.ui-category-selector-arrow {
82  color:#005E89;
83}
84
85.ui-category-selector,
86.ui-category-selector-list {
87  background-color:#f5f5f5;
88  border:1px solid gray;
89  color:#000000;
90}
91
92li.ui-category-selector-item:hover {
93  background-color:#AAAAAA;
94  color:#DDDDDD;
95}
96
97.ui-category-selector-selected-item {
98  background-color:#999999;
99  color:#DDDDDD;
100}
101
102
103/* --- */
104.ui-category-selector-name ul li.ui-category-selector-selected-cat {
105  background:#d3d3d3;
106  color:#000000;
107  margin-top:1px;
108  padding-top:1px;
109}
110
111.ui-error, input[type='text'].ui-error {
112  background:#ff8080;
113  border-color:#800000;
114  color:#800000;
115}
116
117.ui-category-selector-arrow {
118  background:none repeat scroll 0 0 #999999;
119  border-color:#DDDDDD #666666 #666666 #DDDDDD;
120  color:#005E89;
121}
122
123.ui-category-selector-arrow-active {
124  border-color:#666666 #DDDDDD #DDDDDD #666666;
125}
126
127.cSimpleTipContent {
128  background: none repeat scroll 0 0 #202020;
129  border: 2px solid #c0c0c0;
130  color: #c0c0c0;
131}
132.cSimpleTipArrow {
133  background-image:url(sTipArrows.png);
134}
135
136
137/* AMD specific CSS */
138span.tagName { border-right:1px dotted gray; }
139#iTagList:hover { background:#f5f5f5; }
140div ul#iTagList li:hover { cursor:pointer; background:gray; color:#fff48e; }
141#iTagList.selected, #iTagList li.gcText3 { background:#505050; color:#fff48e; }
142.ruleTypeM, .ruleTypeM2 { border:1px solid gray; }
143.error, input.error { background:#FFAAAA; border:1px solid #800000; color:#800000; }
144
145
Note: See TracBrowser for help on using the repository browser.