source: extensions/ASearchEngine/themes/clear/ASEclear.css @ 16008

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

feature:2635- compatibility with Piwigo 2.4

  • Property svn:executable set to *
File size: 4.7 KB
Line 
1
2/* ---- Themes colors ---- */
3.gcText { color: #696969; }                 /* used for text */
4.gcText3 { color: #005E89; }                 /* used for text */
5.gcTextInput { color:#000000; }             /* used for inputs */
6.gcLink { color: #005E89; }                 /* used for link */
7.gcLinkHover { color: #858460; }            /* used for link */
8.gcBgTabSheet { background-color: #D3D3D3; }           /* used inside tabsheet & menu */
9.gcBgTableRow1 { background-color: #EEEEEE; }            /* used in for tables rows background */
10.gcBgTableRow2 { background-color: #D3D3D3; }            /* 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:#999999; color:#F5F5F5; }
17.pnActive { background:gray; color:#F5F5F5; font-weight:bold; }
18div.cbOperatorBg { background:#D3D3D3; color:#005E89; }
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
27.ui-datepicker .ui-datepicker-header { background-color:#D3D3D3; }
28.ui-datepicker td:hover { background-color:#EEEEEE; }
29.ui-datepicker td.ui-datepicker-current-day { background-color:#D3D3D3; }
30.ui-category-selector-arrow {
31  border: 0 none;
32  border-radius: 2px 2px 2px 2px;
33}
34li.ui-category-selector-item:hover, li.ui-tag-selector-list-item:hover { background-color:#EEEEEE; color:#858460; }
35.ui-category-selector-selected-item { background-color:#D3D3D3; }
36li.ui-category-selector-item div { margin:0;}
37li.ui-category-selector-item div.ui-category-selector-name { top:-1px; position:relative;}
38li.ui-category-selector-item div.ui-category-selector-status { margin:1px; }
39#iASECategoryCategory div.ui-category-selector-check {
40  position:relative;
41}
42
43
44.ui-category-selector-expandable-item { background-image:url(expand.png); }
45.ui-category-selector-collapsable-item { background-image:url(collapse.png); }
46li.ui-category-selector-item div.ui-category-selector-check { background-image:url(check_notchecked.png); }
47li.ui-category-selector-selected-item div.ui-category-selector-check { background-image:url(check_checked.png); }
48.ui-tag-selector-text {
49  font-style:italic;
50  font-size:80%;
51  border-top:1px dotted gray;
52  background:#F5F5F5;
53  color:#000000;
54}
55.ui-tag-selector-selected-tag-list li.ui-tag-selector-selected-tag {
56  background:#D3D3D3;
57  margin-top:1px;
58  padding-top:1px;
59}
60.ui-tag-selector-highlight {
61  color:#005E89;
62  font-weight:bold;
63  background:#EEEEEE;
64}
65.iconEdit { background:url(edit.png) no-repeat 0 0 transparent; }
66.iconDelete { background:url(delete.png) no-repeat 0 0 transparent; }
67.iconMove { background:url(move.png) no-repeat 0 0 transparent; }
68.iconSwitchCondition  { background:url(switch.png) no-repeat 0 0 transparent; }
69.cbItemMultiple { border:1px solid #999999; }
70.cbItemOverGroup { border:1px dotted #999999; }
71.iconMove, .iconEdit, .iconDelete, .iconSwitchCondition {
72  cursor: pointer;
73  display: inline-block;
74  height: 18px;
75  width: 18px;
76}
77
78
79
80.ui-category-selector-arrow {
81  color:#005E89;
82}
83
84.ui-category-selector,
85.ui-category-selector-list {
86  background-color:#f5f5f5;
87  border:1px solid #999999;
88  color:#000000;
89}
90
91li.ui-category-selector-item:hover {
92  background-color:#AAAAAA;
93  color:#DDDDDD;
94}
95
96.ui-category-selector-selected-item {
97  background-color:#999999;
98  color:#DDDDDD;
99}
100
101
102/* --- */
103.ui-category-selector-name ul li.ui-category-selector-selected-cat {
104  background:#d3d3d3;
105  color:#000000;
106  margin-top:1px;
107  padding-top:1px;
108}
109
110.ui-error, input[type='text'].ui-error {
111  background:#ff8080;
112  border-color:#800000;
113  color:#800000;
114}
115
116.ui-category-selector-arrow {
117  background:none repeat scroll 0 0 #999999;
118  border-color:#DDDDDD #666666 #666666 #DDDDDD;
119  color:#005E89;
120}
121
122.ui-category-selector-arrow-active {
123  border-color:#666666 #DDDDDD #DDDDDD #666666;
124}
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/* AMD specific CSS */
137span.tagName { border-right:1px dotted gray; }
138#iTagList:hover { background:#f5f5f5; }
139div ul#iTagList.clear li:hover { cursor:pointer; background:#EEEEEE; color:#858460; }
140#iTagList.selected { background:#D3D3D3; }
141.ruleTypeM, .ruleTypeM2 { border:1px solid gray; }
142.error, input.error { background:#FFAAAA; border:1px solid #800000; color:#800000; }
143
144
Note: See TracBrowser for help on using the repository browser.