source: extensions/gally/theme/graphite/default.conf @ 4489

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

[Template:Gally] feature 1096, feature 1097, feature 1098, feature 1099, feature 1313
And some other improvments...

  • Property svn:executable set to *
File size: 7.3 KB
Line 
1# ------------------------------------------------------------------------------
2# GRUM:GRAPHITE
3# Theme for Piwigo
4# ------------------------------------------------------------------------------
5# file: gally/graphite/default.conf
6# file release: 1.2.0
7# ------------------------------------------------------------------------------
8# author: grum at grum.dnsalias.com
9# << May the Little SpaceFrog be with you >>
10# ------------------------------------------------------------------------------
11# Graphite for template "Gally"
12#
13# see the 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#
20# ------------------------------------------------------------------------------
21
22
23# ------- Picture page parameters ----------------------------------------------
24
25# The 'imageAutoScroll' option can take theses values :
26#   "yes" => use the template scroll feature (no scrollbars)
27#   "no"  => use the browser scroll feature (scrollbars)
28#
29#   Due to bug(?) under MSIE browser this option automaticaly forced to no
30#     works well with FF2, FF3, Opera, Safari
31imageAutoScroll = 'yes'
32
33# The 'imageCenterMode' option can take theses values :
34#   "img"  => position is calculated on the image height
35#   "all"  => position is calculated on the image height + comment height
36#   "none" => image is not centered, just positionned to the 'imageCenterTopMin'
37#             value
38imageCenterMode = "img"
39
40# The 'imageCenterOffset' option can take any positive integer value
41# This option define an offset (in pixels) to apply to the top position of the
42# image after centered position is calculated.
43imageCenterOffset = -15
44
45# The 'imageCenterTopMin' option can take any positive integer value
46# This option define the minimal position at top for the picture (in pixels)
47#  works only if the image is displayed in absolute/fixed mode (ignored with the
48#  relative/static modes)
49imageCenterTopMin = 30
50
51# -- 1.2.0 --
52# The 'imageCenterTopBorder' option define the offset used to apply the minimal
53# position at top for the picture
54# The option can take theses values :
55#   "page"           => minimal position is defined from the top border of the
56#                       page
57#   "imageHeaderBar" => minimal position is defined from the bottom border of
58#                       header bar
59imageCenterTopBorder="imageHeaderBar"
60
61# The 'imageInterface' option can take theses values :
62#   "none" => no effect to switch the interface (on/off)
63#   "fade" => use fading to switch the interface (fade in/fade out)
64#
65#   Due to bug(?) under MSIE browser this option automaticaly forced to "none"
66#     works well with FF2, FF3, Opera, Safari
67interfaceAnimated="none"
68
69# The 'imageInterfaceHidden' option can take theses values :
70#   "yes" => after a page is loaded, if mouse is over the interface, the
71#            interface still hidden until the mouse move
72#   "no"  => after a page is loaded, if mouse is over the interface, the
73#            interface is visible immediately
74#
75#   Due to bug(?) under MSIE browser this option automaticaly forced to "none"
76#     works well with FF2, FF3, Opera, Safari
77interfaceHidden="yes"
78
79# -- 1.2.0 --
80# The 'interfaceOnImage' option can take theses values :
81#   "always"   => display interface when the mouse is over the picture
82#   "noscroll" => display interface when the mouse is over the picture only if
83#                 the picture is not scrollable
84#   "never"    => don't display interface when the mouse is over the picture
85interfaceOnImage="noscroll"
86
87# -- 1.2.0 --
88# The 'interfaceTimerDelay' options can take any positive integer values.
89# This option define the delay (in millseconds) of inactivity before hidding the
90# interface
91# set to 0 to deactivate this functionnality
92interfaceTimerDelay=5000
93
94# The 'commentAnimated' option can take theses values :
95#   "yes" => use slide to switch the comment area (slide in/slide out)
96#   "no"  => no effect to switch the comment area (on/off)
97commentAnimated="yes"
98
99# The 'animateDelay' option can take any positive integer value
100# This option define the duration (in milliseconds) of effects
101animateDelay=0
102
103# The 'margin_container' option can take any positive integer value
104# This option define the space between the picture side (left/right) and the
105# window borders.
106# Only used when the 'imageAutoScroll' is set to yes
107margin_container=30
108
109# -- 1.2.0 --
110# The 'tabsAnimated' option can take theses values :
111#   "yes" => use slide to switch the tabs area (slide in/slide out)
112#   "no"  => no effect to switch the tabs area (on/off)
113tabsAnimated="no"
114
115# -- 1.2.0 --
116# The 'tabsHidden' and 'tabsVisible' options can take any positive
117# integer values.
118# Theses options define the height (in pixels) of the minimized and maximized
119# tabs area
120tabsHidden=21
121tabsVisible=250
122
123# -- 1.2.0 --
124# The 'tabsPosition' option can take theses values :
125#   "top"     => display the tabs area at the bottom of the image toobar area
126#                (top of the page)
127#   "bottom"  => display the tabs area at the top of the copyright area
128#                (bottom of the page)
129tabsPosition="bottom"
130
131# -- 1.2.0 --
132# The 'displayBanner' option can take theses values :
133#   "yes" => display the banner on the picture page
134#   "no"  => hide the banner on the picture page
135displayBanner="no"
136
137# -- 1.2.0 --
138# The 'commentRows' option can take any positive integer value.
139# This option define the number of rows for the comment textarea
140# (default defined in the template: 7)
141commentRows=7
142
143# -- 1.2.0 --
144# The 'metaNumCols' options can take any positive integer values.
145# This option define the number of columns used to display the metadata
146metaNumCols=2
147
148# ------- Menu parameters ------------------------------------------------------
149
150# The 'menuAnimated' option can take theses values :
151#   "none"     => no effect to switch the menu (on/off)
152#   "fade"     => use fading to switch the menu (fade in/fade out)
153#   "slide"    => use fading to switch the menu (fade in/fade out)
154#   "noswitch" => [1.2.0] menu is not displayed by a click (always displayed,
155#                 eventually managed by CSS)
156#
157#   Due to bug(?) under MSIE browser this option automaticaly forced to "none"
158#   if it different of "noswitch" works well with FF2, FF3, Opera, Safari
159menuAnimated="none"
160
161# The 'menuWidth' option can take theses values :
162#   "auto" => width of the menu is autocomputed by the browser
163#   "info" => width of the menu is set to be inside the information panel on the
164#            left (use the '.additional_info' CSS value)
165# The 'menuWidth' option can also take any positive integer value wich define a
166# fixed width in pixels
167#
168# please note that under MSIE, the "auto" option don't work as well as other browser
169menuWidth = "auto"
170
171# The 'menuMaxWidth' option is used when the 'menuWidth' option is set to "auto"
172# and can take any positive integer value wich define a fixed maximum width in pixels
173# If this option is set to "none", there is no maximum width applied to the menu
174#
175# please note that under MSIE, the 'menuWidth = "auto"' option don't work as well
176# as other browsers and in this case, with the 'menuMSIEMaxWidth' option you can
177# force a maximum width only for this browser
178# This option is not used when the 'menuAnimated' option is set to "noswitch"
179menuMaxWidth = 0
180menuMSIEMaxWidth = 350
Note: See TracBrowser for help on using the repository browser.