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