Last change
on this file since 18772 was
9803,
checked in by plg, 14 years ago
|
compatibility with Piwigo 2.2 : combine_css, footer_script (require jQuery instead of pure javascript) and sprites for icons
|
-
Property svn:eol-style set to
LF
|
File size:
1.4 KB
|
Line | |
---|
1 | /*{{{ Spécial mode diaporama */ |
---|
2 | body #imageHeaderBar .browsePath a { |
---|
3 | background: url(icon/stop.png) right center no-repeat; |
---|
4 | padding-right: 20px; |
---|
5 | color: #DDE1E9; |
---|
6 | border-color: #DDE1E9; |
---|
7 | _background-image:url(images/stop-ie.png); |
---|
8 | } |
---|
9 | body #imageHeaderBar .browsePath { |
---|
10 | float: left; |
---|
11 | margin: 0; |
---|
12 | padding: 0 3px 0 0; |
---|
13 | color: gray; |
---|
14 | } |
---|
15 | body #imageHeaderBar .imageNumber { |
---|
16 | float: left; |
---|
17 | } |
---|
18 | body #imageHeaderBar h2 { |
---|
19 | padding: 0; |
---|
20 | color:white; |
---|
21 | clear: none; |
---|
22 | margin: 0 230px; |
---|
23 | font-size: 110%; |
---|
24 | height: 32px; |
---|
25 | width: auto; |
---|
26 | position: static; |
---|
27 | } |
---|
28 | body div#imageToolBar { |
---|
29 | position: absolute; |
---|
30 | width: 260px; |
---|
31 | margin: 0; |
---|
32 | right: 0; |
---|
33 | top: 5px; |
---|
34 | height: 20px; |
---|
35 | } |
---|
36 | body div#imageToolBar a { |
---|
37 | width: 28px; |
---|
38 | } |
---|
39 | body { |
---|
40 | background: #636363 url(images/fond_diapo.png); |
---|
41 | } |
---|
42 | body #the_page { |
---|
43 | background: url(images/entete_diapo.png) 0 -10px repeat-x; |
---|
44 | padding-top: 1px; |
---|
45 | } |
---|
46 | |
---|
47 | body #theHeader, |
---|
48 | body #copyright |
---|
49 | { |
---|
50 | display: none !important; |
---|
51 | } |
---|
52 | body #theImage, |
---|
53 | html body div#theImage noscript>div { |
---|
54 | position:absolute; |
---|
55 | width:100%; |
---|
56 | top: 32px; |
---|
57 | bottom: 0; |
---|
58 | } |
---|
59 | |
---|
60 | html body div#theImage noscript>div { |
---|
61 | top: 0; |
---|
62 | bottom: 0; |
---|
63 | height: 100%; |
---|
64 | } |
---|
65 | |
---|
66 | html body div#theImage noscript>div>img { |
---|
67 | max-width: 100% !important; |
---|
68 | max-height: 100% !important; |
---|
69 | height: auto !important; |
---|
70 | width: auto !important; |
---|
71 | position: relative; |
---|
72 | } |
---|
73 | |
---|
74 | body #the_page { |
---|
75 | position: static; |
---|
76 | } |
---|
77 | |
---|
78 | body #theImage img { |
---|
79 | margin-left: auto; |
---|
80 | margin-right: auto; |
---|
81 | display: block; |
---|
82 | } |
---|
83 | body { |
---|
84 | min-width: 0; |
---|
85 | } |
---|
86 | /*}}}*/ |
---|
87 | |
---|
Note: See
TracBrowser
for help on using the repository browser.