source: extensions/AMetaData/amd.css @ 6950

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

Implement metadata keywords to piwigo tags convert functionnalies
Add some help text
bug:1858

  • Property svn:executable set to *
File size: 4.2 KB
Line 
1#iHeaderListTags { width:100%; border:1px solid; border-collapse: collapse; margin-top:3px; }
2#iListTags { width:100%; border:1px solid; height:280px; border-top:0px; overflow:auto; position:relative; left:-1px;}
3#iListImages { width:100%; border-bottom:1px solid; overflow:auto;}
4#iListTagsNb, #iListImagesNb { width:99%; text-align:right; margin-bottom:8px; padding:2px; font-size:80%; }
5#iListTags table, #iListImages table, table.listTags { width:100%; text-align:left; border-collapse: collapse; }
6#iListTags.roma table tr:hover { cursor:pointer; background:#303030; }
7#iListImages.roma table tr:hover, table.roma tr:hover { background:#303030; cursor:default; }
8#iListTags.clear table tr:hover { cursor:pointer; color: #D54E21; background:#dbe8f3; }
9#iListImages.clear table tr:hover, table.clear tr:hover { color: #D54E21; background:#dbe8f3; cursor:default; }
10#iHeaderListImages { width:100%; border-bottom:1px solid; }
11div.addGroup { padding-left:40px; text-align:left; }
12div.addMetadata { text-align:left; }
13#iGroups { list-style: none; }
14
15.tagListOrder { list-style: none; padding:0px; margin-right:8px; margin-left:35px; }
16.tagListOrder li { border:none; padding:1px; margin-bottom:2px; width:100%;
17-moz-border-radius:4px;
18-webkit-border-radius:4px;
19-khtml-border-radius:4px;
20border-radius:4px;
21}
22.groupTags { padding-top:8px; }
23.editGroupListButton { margin-left:8px; position:absolute; z-index:1000; }
24table.tagListOrderItem { width:100%; border-collapse:collapse; }
25
26#ianalyzestatus { margin:8px; padding:8px; }
27#ianalyzestatus ul { margin:0px; padding:0 0 0 20px; }
28#iamd_nb_item_per_request_display { display:inline-block; width:70px; }
29#iamd_nb_item_per_request_slider { display:inline-block; width:350px; }
30.helpBody { text-align: left; padding-top:30px; }
31.helpBody ul { padding:0px; margin:0px; }
32.helpBody li { margin-left:30px; }
33
34.ui-widget-overlay { background:#000000; opacity:0.88; filter:alpha(opacity:88); }
35#mdRulesArea { border-top:1px solid; overflow:auto; }
36#iBDRules { list-style-type:none; padding:0px; }
37#iBDRules li.groupItems { margin:4px 4px 4px 12px; width:auto; cursor:default; }
38
39img.pointer, span.pointer, div.pointer { cursor:pointer; }
40img.drag_button { margin-right:8px; }
41li.groupItems input, li.groupItems select { margin-right:4px; }
42
43#iBDRules ul { list-style-type:none; }
44#iBDRules li.groupItems img.rmSortHandle { cursor:move; }
45#dragHelper { z-index: 4500;  text-align:left; }
46#dragHelper ul li.cbItem { padding:2px; }
47#dragHelper ul li {
48  clear:both;
49  min-height:32px;
50  list-style-image:none;
51  list-style-position:outside;
52  list-style-type:none;
53  margin:4px;
54  padding:0px;
55  width:auto;
56}
57.helper {
58  -moz-border-radius:4px;
59  -webkit-border-radius:4px;
60  -khtml-border-radius:4px;
61  border-radius:4px;
62  border:2px dashed #777777;
63  margin:4px 4px 4px 12px;
64}
65
66#iTagList { list-style-type:none; padding:0px; margin:0px; }
67span.tagName {
68  border-right:1px dotted #666666;
69  display:inline-block;
70  margin-right:2px;
71  padding:2px 0 1px;
72  width:240px;
73}
74
75#iTagList li { padding: 0px 2px; }
76#iTagList.clear li:hover { cursor:pointer; color: #D54E21; background:#dbe8f3; }
77#iTagList.roma li:hover { cursor:pointer; background:#303030; }
78#iTagList.selectedroma { background:#303030; }
79#iTagList.selectedclear { background:#dbe8f3; }
80.ruleTypeM, .ruleTypeM2 {
81  border:1px solid #666666;
82  display:inline-block;
83  padding:0 2px 0;
84}
85div.ruleTypeM { width:493px; }
86div.ruleTypeM2 { width:400px; }
87div.ruleSelector {
88  float:left;
89  width:150px;
90}
91div.ruleProperties {
92  padding-top:2px;
93}
94.error, input.error {
95  background:#FFAAAA;
96  border:1px solid #800000;
97  color:#800000;
98}
99ul.error {
100  min-height:30px;
101  -moz-border-radius:8px;
102  -webkit-border-radius:8px;
103  -khtml-border-radius:8px;
104  border-radius:8px;
105}
106
107table.mdInfo {
108  width:100%;
109  text-align:left;
110}
111table.mdInfo tr {
112  vertical-align:top;
113}
114table.mdInfo tr td ul {
115  margin:0px;
116}
117span.mdInfo {
118  width:100px;
119  display:inline-block;
120  font-weight:bold;
121}
122
123#mdRulesAreaCheckOne,
124#mdRulesAreaCheckAll {
125  margin:3px;
126  text-align:left;
127}
128
129
130li.valueItems {
131  -moz-border-radius:4px 4px 4px 4px;
132  border:1px solid #666666;
133  margin-bottom:5px;
134  padding:4px;
135}
136
137#iDMCListValues {
138  list-style:none;
139  margin:8px;
140  padding:0;
141}
Note: See TracBrowser for help on using the repository browser.