source: extensions/gally/gally-lapis-lazuli/conf/default.conf @ 8531

Last change on this file since 8531 was 8531, checked in by grum, 13 years ago

Updated for Gally/Default 1.4.0

  • Property svn:executable set to *
File size: 9.3 KB
Line 
1# ------------------------------------------------------------------------------
2# LAPIS-LAZULI
3# Theme for Piwigo
4# ------------------------------------------------------------------------------
5# file: gally-lapis-lazuli/conf/default.conf
6# file release: 1.3.0
7# ------------------------------------------------------------------------------
8# author: grum at piwigo.org
9# << May the Little SpaceFrog be with you >>
10# ------------------------------------------------------------------------------
11# Lapis-Lazuli for themes "Gally"
12#
13# see the gally-default/release_notes.txt file for more informations
14#
15# this is the config file for the theme
16#
17# To modify theses default options, you can make a "local.conf" file with new
18# declaration of parameters
19# Local files must be localized in the /local/themes/gally-lapis-lazuli/conf
20# directory
21#
22#
23# BE CAREFUL : string values must be defined between double-quote => "my string"
24#
25# ------------------------------------------------------------------------------
26
27
28# ------- Picture page parameters ----------------------------------------------
29
30# The 'imageAutoScroll' option can take theses values :
31#   "yes" => use the template scroll feature (no scrollbars)
32#   "no"  => use the browser scroll feature (scrollbars)
33#
34#   Due to bug(?) under MSIE browser this option automaticaly forced to no
35#     works well with FF2, FF3, Opera, Safari
36imageAutoScroll = "yes"
37
38# -- 1.3.1 --
39# the 'imageSimulateHighRes' option can take theses values :
40#   "yes" => if there is no high res file and if the image need scroll, the
41#            template simulate an high res image managment
42#   "no"  => don't simulate high res image
43imageSimulateHighRes = "no"
44
45# The 'imageCenterMode' option can take theses values :
46#   "img"  => position is calculated on the image height
47#   "all"  => position is calculated on the image height + comment height
48#   "none" => image is not centered, just positionned to the 'imageCenterTopMin'
49#             value
50imageCenterMode = "img"
51
52# The 'imageCenterOffset' option can take any positive integer value
53# This option define an offset (in pixels) to apply to the top position of the
54# image after centered position is calculated.
55imageCenterOffset = -15
56
57# The 'imageCenterTopMin' option can take any positive integer value
58# This option define the minimal position at top for the picture (in pixels)
59#  works only if the image is displayed in absolute/fixed mode (ignored with the
60#  relative/static modes)
61imageCenterTopMin = 30
62
63# -- 1.2.0 --
64# The 'imageCenterTopBorder' option define the offset used to apply the minimal
65# position at top for the picture
66# The option can take theses values :
67#   "page"           => minimal position is defined from the top border of the
68#                       page
69#   "imageHeaderBar" => minimal position is defined from the bottom border of
70#                       header bar
71imageCenterTopBorder="imageHeaderBar"
72
73
74# The 'imageInterface' option can take theses values :
75#   "none" => no effect to switch the interface (on/off)
76#   "fade" => use fading to switch the interface (fade in/fade out)
77#
78#   Due to bug(?) under MSIE browser this option automaticaly forced to "none"
79#     works well with FF2, FF3, Opera, Safari
80interfaceAnimated="none"
81
82# -- 1.3.0 --
83# The 'interfaceCanSwitch' option can take theses values :
84#   "yes" => the interface is displayed or hidden according to the defined rules
85#   "no"  => the interface is always displayed
86interfaceCanSwitch="yes"
87
88# The 'imageInterfaceHidden' option can take theses values :
89#   "yes" => after a page is loaded, if mouse is over the interface, the
90#            interface still hidden until the mouse move
91#   "no"  => after a page is loaded, if mouse is over the interface, the
92#            interface is visible immediately
93#
94#   Due to bug(?) under MSIE browser this option automaticaly forced to "none"
95#     works well with FF2, FF3, Opera, Safari
96interfaceHidden="yes"
97
98# -- 1.2.0 --
99# The 'interfaceOnImage' option can take theses values :
100#   "always"   => display interface when the mouse is over the picture
101#   "noscroll" => display interface when the mouse is over the picture only if
102#                 the picture is not scrollable
103#   "never"    => don't display interface when the mouse is over the picture
104interfaceOnImage="noscroll"
105
106# -- 1.2.0 --
107# The 'interfaceTimerDelay' options can take any positive integer values.
108# This option define the delay (in millseconds) of inactivity before hidding the
109# interface
110# set to 0 to deactivate this functionnality
111interfaceTimerDelay=2500
112
113# The 'animateDelay' option can take any positive integer value
114# This option define the duration (in milliseconds) of effects
115animateDelay=0
116
117# The 'marginContainer' option can take any positive integer value
118# This option define the space between the picture side (left/right) and the
119# window borders. Normal & high resolution view use this property
120# Only used when the 'imageAutoScroll' is set to yes
121marginContainer=30
122
123# -- 1.3.0 --
124# The 'paddingContainer' option can take any positive integer value
125# This option is used for high resolution view and defines the space between the
126# picture sides (left/right/top/bottom) and the container.
127paddingContainer=10
128
129# -- 1.2.0 --
130# The 'tabsAnimated' option can take theses values :
131#   "yes" => use slide to switch the tabs area (slide in/slide out)
132#   "no"  => no effect to switch the tabs area (on/off)
133tabsAnimated="no"
134
135# -- 1.2.0 --
136# The 'tabsHidden' and 'tabsVisible' options can take any positive
137# integer values.
138# Theses options define the height (in pixels) of the minimized and maximized
139# tabs area
140tabsHidden=21
141tabsVisible=250
142
143# -- 1.2.0 --
144# The 'tabsPosition' option can take theses values :
145#   "top"     => display the tabs area at the bottom of the image toobar area
146#                (top of the page)
147#   "bottom"  => display the tabs area at the top of the copyright area
148#                (bottom of the page)
149tabsPosition="top"
150
151# -- 1.3.0 --
152# The 'displayBanner' option can take theses values :
153#   "yes"       => display the banner on the picture page
154#   "no"        => hide the banner on the picture page
155#   "alternate" => display an alternate banner ; the content of the alternate
156#                  banner is defined in the 'alternateBannerContent' option
157displayBanner="yes"
158
159# -- 1.3.0 --
160# The 'alternateBannerContent' option can take any text value
161# If the 'displayBanner' is set to 'alternate' value, the content of the
162# 'alternateBannerContent' is used to display the header
163alternateBannerContent=""
164
165# -- 1.2.0 --
166# The 'commentRows' option can take any positive integer value.
167# This option define the number of rows for the comment textarea
168# (default defined in the template: 7)
169commentRows=7
170
171# -- 1.2.0 --
172# The 'metaNumCols' options can take any positive integer values.
173# This option define the number of columns used to display the metadata
174metaNumCols=2
175
176# -- 1.3.0 --
177# the 'defaultZoomSize' option can take theses values :
178#   "full" => when high res picture is displayed, the image is displayed in the
179#             the full size
180#   "fit"  => when high res picture is displayed, the image is displayed to fit
181#             in the window
182defaultZoomSize="full"
183
184# -- 1.3.0 --
185# the 'displayHighResIcon' option can take theses values :
186#   "yes" => display an icon 'view full res' in the toolbar
187#   "no"  => don't display an icon 'view full res' in the toolbar
188displayHighResIcon="yes"
189
190# -- 1.3.0 --
191# the 'highResClickMode' option can take theses values :
192#   "close" => click on the high res picture close the high res picture
193#   "zoom"  => click on the high res picture switch the zoom mode fit/full
194highResClickMode="zoom"
195
196
197# ------- Menu parameters ------------------------------------------------------
198
199# The 'menuAnimated' option can take theses values :
200#   "none" => no effect to switch the menu (on/off)
201#   "fade" => use fading to switch the menu (fade in/fade out)
202#   "slide" => use fading to switch the menu (fade in/fade out)
203#   "noswitch" => [1.2.0] menu is not displayed by a click (always displayed,
204#                 eventually managed by CSS)
205#
206#   Due to bug(?) under MSIE browser this option automaticaly forced to "none"
207#   if it different of "noswitch" works well with FF2, FF3, Opera, Safari
208menuAnimated="noswitch"
209
210# The 'menuWidth' option can take theses values :
211#   "auto" => width of the menu is autocomputed by the browser
212#   "info" => width of the menu is set to be inside the information panel on the
213#            left (use the '.additional_info' CSS value)
214# The 'menuWidth' option can also take any positive integer value wich define a
215# fixed width in pixels
216menuWidth = "auto"
217
218# The 'menuMaxWidth' option is used when the 'menuWidth' option is set to "auto"
219# and can take any positive integer value wich define a fixed maximum width in
220# pixels
221# If this option is set to 0, there is no maximum width applied to the menu
222#
223# please note that under MSIE prior than 8.0, the 'menuWidth = "auto"' option
224# don't work as well as other browsers and in this case, with the
225# 'menuMSIEMaxWidth' option you can force a maximum width only for this browser
226# This option is not used when the 'menuAnimated' option is set to "noswitch"
227menuMaxWidth = 0
228menuMSIEMaxWidth = 190
229
230# -- 1.3.0 --
231# the 'expandMenu' option can take theses values :
232#   "yes" => the menu is expanded, all items are displayed at once time
233#   "no"  => default piwigo mode, the menu is not expanded
234expandMenu="yes"
235
236
237
Note: See TracBrowser for help on using the repository browser.