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

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

Gally's themes compatibles with piwigo 2.1

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