source: extensions/gally/gally-minimalist/conf/default.conf @ 17694

Last change on this file since 17694 was 16022, checked in by grum, 12 years ago

new theme gally-minimalist

File size: 10.4 KB
Line 
1# ------------------------------------------------------------------------------
2# MINIMALIST
3# Theme for Piwigo
4# ------------------------------------------------------------------------------
5# file: gally-minimalist/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# Minimalist 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-minimalist/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 = "yes"
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 = 0
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 = 0
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# -- 1.4.0 --
74# The 'imageScrollMinDeadArea' option allows to define the minimum width for
75# dead area in scroll mode
76imageScrollMinDeadArea=120
77
78# The 'imageInterface' option can take theses values :
79#   "none" => no effect to switch the interface (on/off)
80#   "fade" => use fading to switch the interface (fade in/fade out)
81#
82#   Due to bug(?) under MSIE browser this option automaticaly forced to "none"
83#     works well with FF2, FF3, Opera, Safari
84interfaceAnimated="none"
85
86# -- 1.3.0 --
87# The 'interfaceCanSwitch' option can take theses values :
88#   "yes" => the interface is displayed or hidden according to the defined rules
89#   "no"  => the interface is always displayed
90interfaceCanSwitch="yes"
91
92# The 'imageInterfaceHidden' option can take theses values :
93#   "yes" => after a page is loaded, if mouse is over the interface, the
94#            interface still hidden until the mouse move
95#   "no"  => after a page is loaded, if mouse is over the interface, the
96#            interface is visible immediately
97#
98#   Due to bug(?) under MSIE browser this option automaticaly forced to "none"
99#     works well with FF2, FF3, Opera, Safari
100interfaceHidden="yes"
101
102# -- 1.2.0 --
103# The 'interfaceOnImage' option can take theses values :
104#   "always"   => display interface when the mouse is over the picture
105#   "noscroll" => display interface when the mouse is over the picture only if
106#                 the picture is not scrollable
107#   "never"    => don't display interface when the mouse is over the picture
108interfaceOnImage="always"
109
110# -- 1.2.0 --
111# The 'interfaceTimerDelay' options can take any positive integer values.
112# This option define the delay (in millseconds) of inactivity before hidding the
113# interface
114# set to 0 to deactivate this functionnality
115interfaceTimerDelay=2500
116
117# The 'animateDelay' option can take any positive integer value
118# This option define the duration (in milliseconds) of effects
119animateDelay=0
120
121# The 'marginContainer' option can take any positive integer value
122# This option define the space between the picture side (left/right) and the
123# window borders. Normal & high resolution view use this property
124# Only used when the 'imageAutoScroll' is set to yes
125marginContainer=10
126
127# -- 1.3.0 --
128# The 'paddingContainer' option can take any positive integer value
129# This option is used for high resolution view and defines the space between the
130# picture sides (left/right/top/bottom) and the container.
131paddingContainer=10
132
133# -- 1.2.0 --
134# The 'tabsAnimated' option can take theses values :
135#   "yes" => use slide to switch the tabs area (slide in/slide out)
136#   "no"  => no effect to switch the tabs area (on/off)
137tabsAnimated="no"
138
139# -- 1.2.0 --
140# The 'tabsHidden' and 'tabsVisible' options can take any positive
141# integer values.
142# Theses options define the height (in pixels) of the minimized and maximized
143# tabs area
144tabsHidden=21
145tabsVisible=250
146
147# -- 1.4.3 --
148# The 'tabsPosition' option can take theses values :
149#   "top"           => display the tabs area at the bottom of the image toobar area
150#                      (top of the page)
151#   "bottom"        => display the tabs area at the top of the copyright area
152#                      (bottom of the page)
153#   "pictureTop"    => display the tabs area at the top of the image area
154#   "pictureBottom" => display the tabs area at the bottom of the image area
155tabsPosition="pictureTop"
156
157# -- 1.3.0 --
158# The 'displayBanner' option can take theses values :
159#   "yes"       => display the banner on the picture page
160#   "no"        => hide the banner on the picture page
161#   "alternate" => display an alternate banner ; the content of the alternate
162#                  banner is defined in the 'alternateBannerContent' option
163displayBanner="yes"
164
165# -- 1.3.0 --
166# The 'alternateBannerContent' option can take any text value
167# If the 'displayBanner' is set to 'alternate' value, the content of the
168# 'alternateBannerContent' is used to display the header
169alternateBannerContent=""
170
171# -- 1.2.0 --
172# The 'commentRows' option can take any positive integer value.
173# This option define the number of rows for the comment textarea
174# (default defined in the template: 7)
175commentRows=7
176
177# -- 1.2.0 --
178# The 'metaNumCols' options can take any positive integer values.
179# This option define the number of columns used to display the metadata
180metaNumCols=2
181
182# -- 1.3.0 --
183# the 'defaultZoomSize' option can take theses values :
184#   "full" => when high res picture is displayed, the image is displayed in the
185#             the full size
186#   "fit"  => when high res picture is displayed, the image is displayed to fit
187#             in the window
188defaultZoomSize="full"
189
190# -- 1.3.0 --
191# the 'displayHighResIcon' option can take theses values :
192#   "yes" => display an icon 'view full res' in the toolbar
193#   "no"  => don't display an icon 'view full res' in the toolbar
194displayHighResIcon="yes"
195
196# -- 1.3.0 --
197# the 'highResClickMode' option can take theses values :
198#   "close" => click on the high res picture close the high res picture
199#   "zoom"  => click on the high res picture switch the zoom mode fit/full
200highResClickMode="zoom"
201
202# -- 1.4.0 --
203# the 'manageTips' option can take theses values :
204#   "yes" => the interface uses the simpleTip.js script to display hints
205#   "no"  => the interface uses the default browser method to display hints
206manageTips="yes"
207
208# -- 1.4.0 --
209# the 'manageTipsPos' define the default position for tips ; the option can take
210# theses values :
211#   "tipOnTop"    => tip is displayed above the object
212#   "tipOnBottom" => tip is displayed under the object
213#   "tipOnLeft"   => tip is displayed on the left side of the object
214#   "tipOnRight"  => tip is displayed on the right side of the object
215manageTipsPos="tipOnBottom"
216
217# -- 1.5.0 --
218# the 'tipsSize' option can take any positive integer values.
219# This option define the size (Width&Height) of an arrow
220tipsSize=17
221
222# -- 1.5.0 --
223randomPositionBoxX=30
224randomPositionBoxY=30
225
226
227# ------- Menu parameters ------------------------------------------------------
228
229# The 'menuAnimated' option can take theses values :
230#   "none" => no effect to switch the menu (on/off)
231#   "fade" => use fading to switch the menu (fade in/fade out)
232#   "slide" => use fading to switch the menu (fade in/fade out)
233#   "noswitch" => [1.2.0] menu is not displayed by a click (always displayed,
234#                 eventually managed by CSS)
235#
236#   Due to bug(?) under MSIE browser this option automaticaly forced to "none"
237#   if it different of "noswitch" works well with FF2, FF3, Opera, Safari
238menuAnimated="noswitch"
239
240# The 'menuWidth' option can take theses values :
241#   "auto" => width of the menu is autocomputed by the browser
242#   "info" => width of the menu is set to be inside the information panel on the
243#            left (use the '.additional_info' CSS value)
244# The 'menuWidth' option can also take any positive integer value wich define a
245# fixed width in pixels
246menuWidth = "auto"
247
248# The 'menuMaxWidth' option is used when the 'menuWidth' option is set to "auto"
249# and can take any positive integer value wich define a fixed maximum width in
250# pixels
251# If this option is set to 0, there is no maximum width applied to the menu
252#
253# please note that under MSIE prior than 8.0, the 'menuWidth = "auto"' option
254# don't work as well as other browsers and in this case, with the
255# 'menuMSIEMaxWidth' option you can force a maximum width only for this browser
256# This option is not used when the 'menuAnimated' option is set to "noswitch"
257menuMaxWidth = 0
258menuMSIEMaxWidth = 190
259
260# -- 1.3.0 --
261# the 'expandMenu' option can take theses values :
262#   "yes" => the menu is expanded, all items are displayed at once time
263#   "no"  => default piwigo mode, the menu is not expanded
264expandMenu="yes"
265
266
267
Note: See TracBrowser for help on using the repository browser.