source: extensions/gally/gally-default/css/thumbnails.css

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

feature:2664- compatibility with Piwigo 2.4

  • Property svn:executable set to *
File size: 4.6 KB
Line 
1/* -----------------------------------------------------------------------------
2  GALLY
3  Template for Piwigo
4  ------------------------------------------------------------------------------
5  file: gally/content.css
6  file version: 1.1.0
7  ------------------------------------------------------------------------------
8  author: grum at grum.dnsalias.com
9  << May the Little SpaceFrog be with you >>
10  ------------------------------------------------------------------------------
11  CSS file for the categories pages
12
13  see the release_notes.txt file for more informations
14----------------------------------------------------------------------------- */
15#thumbContents {
16  margin:0px;
17  margin-top:4px;
18  margin-bottom:4px;
19  border-collapse:collapse;
20  width:100%;
21}
22
23#thumbContainer {
24  position:relative;
25  text-align:center;
26  width:auto;
27  vertical-align:top;
28}
29
30/*
31  images thumbnails
32*/
33#thumbnails {
34  position:relative;
35  width: auto;
36  text-align:center;
37}
38
39div ul.thumbnails {
40/*  margin:0px;
41  padding:0px;
42  list-style: none;
43  float:left; */
44  margin:0px;
45  padding:0px;
46  padding-left:8px;
47  overflow:hidden;
48  list-style:none;
49  text-align:center;
50}
51
52div ul.thumbnails li {
53  margin:0px;
54  padding:0px;
55  float:left;
56}
57
58
59span.wrap1 {
60  display:block;
61  overflow:hidden;
62  border-collapse:collapse;
63  font-size:90%;
64}
65
66#additional_infoTOP span.wrap2, #additional_infoBOTTOM span.wrap2 {
67  width:140px;
68}
69
70table.wrap1 {
71  display:block;
72  overflow:hidden;
73  border-collapse:collapse;
74}
75
76table.wrap1 tr {
77  text-align:center;
78  vertical-align:middle;
79}
80
81.wrap2 {
82  display:block;
83  width:235px;
84}
85
86/*
87  categories thumbnails
88*/
89ul.thumbnailCategories {
90  margin:0px;
91  padding:0px;
92  padding-left:8px;
93  overflow:hidden;
94  list-style:none;
95  text-align:center;
96  position:relative;
97  top:-8px;
98}
99
100ul.thumbnailCategories li {
101  float:left;
102  /*border:1px #ff0000 solid;*/
103  width:49%;
104  min-width:350px;
105  text-align:left;
106  /*height:200px;*/
107  overflow:hidden;
108}
109
110.thumbnailCategory {
111  display:block;
112  padding:4px;
113  margin:0px;
114  margin-right:8px;
115  margin-top:8px;
116}
117
118.illustration {
119  float:left;
120  min-width:140px;
121}
122
123.description {
124  min-height:140px;
125  overflow:auto;
126  padding-left:8px;
127}
128
129.description h3 {
130  margin:0px;
131}
132
133p.thumbCatDescNfoDate, p.thumbCatDescNbImg {
134  margin:0px;
135  font-size:80%;
136}
137
138p.thumbCatDesc {
139  margin:0px;
140  padding-top:4px;
141}
142
143/*
144  page : title bar
145*/
146#titrePageID {
147  height:31px;
148}
149
150.titrePage {
151  margin:0px;
152  padding:0px;
153  padding-left:30px;
154}
155
156.titrePage .categoryActions {
157  float:right;
158  margin: 0px;
159  padding: 0px;
160  list-style: none;
161  width: auto;
162}
163
164.categoryActions li {
165  display: inline;
166}
167
168#menuswitcher {
169  position:relative;
170  left:-15px;
171  top:2px;
172  float:left;
173  cursor:pointer;
174}
175
176/*
177  page : content
178*/
179#subContent {
180  width:auto;
181  display:block;
182  min-height:550px;
183  padding-bottom:30px;
184}
185
186
187#content h2 {
188  font-size:12px;
189  margin:0px;
190  padding-top:8px;
191  padding-bottom:8px;
192}
193
194.additional_info {
195  width:234px;
196  margin:0px;
197  padding-right:8px;
198  padding-left:8px;
199  text-align:justify;
200  vertical-align:top;
201  visibility:hidden;
202}
203
204#additional_infoTOP, #additional_infoBOTTOM {
205  margin:8px 8px 16px;
206  padding:8px;
207  visibility:hidden;
208}
209
210#additional_infoTOP ul.thumbnails, #additional_infoBOTTOM ul.thumbnails {
211  list-style:none;
212}
213
214#additional_infoTOP ul.thumbnails li, #additional_infoBOTTOM ul.thumbnails li {
215  float:left;
216  width:140px;
217  margin:5px;
218  height:170px;
219}
220
221.navigationBar {
222  padding:8px;
223  text-align:right;
224  clear:both;
225}
226
227/*
228  page content : title bar
229*/
230#titreContent1 {
231  padding-left:60px;
232  height:auto;
233}
234#titreContent1 h2 {
235  padding-top:2px;
236  padding-bottom:2px;
237}
238
239/*
240 page content : calendar bar
241*/
242.calendarBar {
243  margin-top:-1px;
244  padding:0px;
245  padding-left:60px;
246  position:relative;
247  left:-4px;
248}
249
250.calItem, .calItemEmpty, .calItemP, .calItemN {
251  display:inline-block;
252  text-align:center;
253
254  margin-left:4px;
255  padding-left:4px;
256  padding-right:4px;
257}
258
259.calendarCalBar {
260  margin-top:15px;
261}
262
263.calCalHead {
264  margin:0px;
265}
266
267.calCal {
268  margin-left:15px;
269}
270
271.calCalNbImg {
272  font-size:80%;
273  left:-3px;
274  position:relative;
275  top:-3px;
276}
277
278/* calendar */
279table.calMonth {
280  margin-top:30px;
281  margin-bottom:20px;
282  position:relative;
283  border-collapse:collapse;
284}
285
286table.calMonth thead {
287  text-align:center;
288}
289
290table.calMonth tbody td.calDayCellFull, table.calMonth tbody td.calDayCellEmpty {
291  height:98px;
292  width:96px;
293  font-family:sans-serif;
294  font-size:18px;
295  text-align:left;
296  vertical-align:top;
297}
298
299div.calImg {
300  height:80px;
301  width:80px;
302  overflow:hidden;
303  z-index:1;
304}
305
306.calBackDate {
307  position:absolute;
308  z-index:2;
309}
310
311.calForeDate {
312  position:absolute;
313  z-index:3;
314  margin:1px;
315}
Note: See TracBrowser for help on using the repository browser.