Last change
on this file since 5848 was
5123,
checked in by plg, 15 years ago
|
feature 1502: based on Dotclear model, P@t has reorganized the way Piwigo
manages template/theme in a simpler "theme only level" architecture. It
supports multiple level inheritance.
|
-
Property svn:eol-style set to
LF
|
File size:
1.7 KB
|
Line | |
---|
1 | |
---|
2 | /* Maybe some cleanup has to be done there TODO */ |
---|
3 | #imageHeaderBar { |
---|
4 | padding-top: 2px; |
---|
5 | padding-bottom: 2px; |
---|
6 | margin-top: 4px; |
---|
7 | overflow: hidden; |
---|
8 | width: 100%; |
---|
9 | } |
---|
10 | |
---|
11 | #imageHeaderBar .browsePath { |
---|
12 | float: left; |
---|
13 | margin-left: 10px; |
---|
14 | } |
---|
15 | |
---|
16 | #imageHeaderBar .imageNumber { |
---|
17 | float: right; |
---|
18 | margin-right: 10px; |
---|
19 | } |
---|
20 | |
---|
21 | #imageHeaderBar H2 { |
---|
22 | text-align: center; |
---|
23 | padding: 0; |
---|
24 | clear: both; |
---|
25 | } |
---|
26 | |
---|
27 | #imageToolBar { |
---|
28 | text-align: center; |
---|
29 | position: relative; |
---|
30 | clear: both; |
---|
31 | margin-bottom: 4px; |
---|
32 | padding: 0; |
---|
33 | } |
---|
34 | |
---|
35 | #imageToolBar { |
---|
36 | height: 28px; |
---|
37 | } |
---|
38 | #imageToolBar A, #imageToolBar IMG { |
---|
39 | display: block; |
---|
40 | border: none; |
---|
41 | margin: 0; padding: 0; |
---|
42 | } |
---|
43 | #imageToolBar A { width: 48px; } |
---|
44 | #imageToolBar IMG { margin: 2px auto; } |
---|
45 | #imageToolBar .randomButtons A { float: left; } |
---|
46 | #imageToolBar .navButtons A { float: right; } |
---|
47 | |
---|
48 | #theImage { |
---|
49 | clear: left; |
---|
50 | } |
---|
51 | |
---|
52 | #theImage>IMG { |
---|
53 | display: block; |
---|
54 | margin: 0 auto; |
---|
55 | } |
---|
56 | |
---|
57 | #theImage IMG { |
---|
58 | border-width: 3px; |
---|
59 | border-style: solid; |
---|
60 | } |
---|
61 | |
---|
62 | .navThumb { |
---|
63 | margin-top: 2px; |
---|
64 | } |
---|
65 | #thumbPrev { |
---|
66 | float: left; |
---|
67 | } |
---|
68 | |
---|
69 | #thumbNext { |
---|
70 | float: right; |
---|
71 | } |
---|
72 | |
---|
73 | #linkPrev { |
---|
74 | margin-right: 10px; |
---|
75 | margin-left: 5px; |
---|
76 | } |
---|
77 | |
---|
78 | #linkNext { |
---|
79 | margin-right: 5px; |
---|
80 | margin-left: 10px; |
---|
81 | } |
---|
82 | |
---|
83 | TABLE.infoTable .value { |
---|
84 | text-align: left; |
---|
85 | } |
---|
86 | |
---|
87 | TABLE.infoTable .label { |
---|
88 | font-weight: bold; |
---|
89 | text-align: right; |
---|
90 | padding-right: 0.5em; |
---|
91 | } |
---|
92 | |
---|
93 | TABLE.infoTable TD.value UL { |
---|
94 | margin: 0; |
---|
95 | padding: 0 0 0 1.5em; |
---|
96 | list-style-type: square; |
---|
97 | } |
---|
98 | |
---|
99 | #comments { |
---|
100 | text-align: left; |
---|
101 | } |
---|
102 | |
---|
103 | #comments .comment { |
---|
104 | margin: 1em 0; |
---|
105 | } |
---|
106 | |
---|
107 | #comments P { |
---|
108 | margin: 0 0.5em 0 1em; |
---|
109 | } |
---|
110 | |
---|
111 | #comments .author { |
---|
112 | font-weight: bold; |
---|
113 | } |
---|
114 | |
---|
115 | #thePicturePage #comments BLOCKQUOTE { |
---|
116 | margin: 0.5em 1em 1em 4em; |
---|
117 | } |
---|
118 | |
---|
119 | #comments P.userCommentDelete { |
---|
120 | float: right; |
---|
121 | margin: 0 0.5em 0 0; |
---|
122 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.