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

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

[Template:Gally] Add template to subversion

  • Property svn:executable set to *
File size: 6.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)
47imageCenterTopMin = 30
48
49# -- 1.2.0 --
50# The 'imageCenterTopBorder' option define the offset used to apply the minimal
51# position at top for the picture
52# The option can take theses values :
53#   "page"           => minimal position is defined from the top border of the
54#                       page
55#   "imageHeaderBar" => minimal position is defined from the bottom border of
56#                       header bar
57imageCenterTopBorder="imageHeaderBar"
58
59# The 'imageInterface' option can take theses values :
60#   "none" => no effect to switch the interface (on/off)
61#   "fade" => use fading to switch the interface (fade in/fade out)
62#
63#   Due to bug(?) under MSIE browser this option automaticaly forced to "none"
64#     works well with FF2, FF3, Opera, Safari
65interfaceAnimated="none"
66
67# The 'imageInterfaceHidden' option can take theses values :
68#   "yes" => after a page is loaded, if mouse is over the interface, the
69#            interface still hidden until the mouse move
70#   "no"  => after a page is loaded, if mouse is over the interface, the
71#            interface is visible immediately
72#
73#   Due to bug(?) under MSIE browser this option automaticaly forced to "none"
74#     works well with FF2, FF3, Opera, Safari
75interfaceHidden="yes"
76
77# -- 1.2.0 --
78# The 'interfaceOnImage' option can take theses values :
79#   "yes" => display interface when the mouse is over the picture
80#   "no"  => don't display interface when the mouse is over the picture
81interfaceOnImage="yes"
82
83# -- 1.2.0 --
84# The 'interfaceTimerDelay' options can take any positive integer values.
85# This option define the delay (in millseconds) of inactivity before hidding the
86# interface
87# set to 0 to deactivate this functionnality
88interfaceTimerDelay=5000
89
90# The 'commentAnimated' option can take theses values :
91#   "yes" => use slide to switch the comment area (slide in/slide out)
92#   "no"  => no effect to switch the comment area (on/off)
93commentAnimated="yes"
94
95# The 'animateDelay' option can take any positive integer value
96# This option define the duration (in milliseconds) of effects
97animateDelay=0
98
99# The 'margin_container' option can take any positive integer value
100# This option define the space between the picture side (left/right) and the
101# window borders.
102# Only used when the 'imageAutoScroll' is set to yes
103margin_container=30
104
105# -- 1.2.0 --
106# The 'tabsAnimated' option can take theses values :
107#   "yes" => use slide to switch the tabs area (slide in/slide out)
108#   "no"  => no effect to switch the tabs area (on/off)
109tabsAnimated="no"
110
111# -- 1.2.0 --
112# The 'tabsHidden' and 'tabsVisible' options can take any positive
113# integer values.
114# Theses options define the height (in pixels) of the minimized and maximized
115# tabs area
116tabsHidden=21
117tabsVisible=250
118
119# -- 1.2.0 --
120# The 'displayBanner' option can take theses values :
121#   "yes" => display the banner on the picture page
122#   "no"  => hide the banner on the picture page
123displayBanner="no"
124
125# -- 1.2.0 --
126# The 'commentRows' option can take any positive integer value.
127# This option define the number of rows for the comment textarea
128# (default defined in the template: 7)
129commentRows=7
130
131# -- 1.2.0 --
132# The 'metaNumCols' options can take any positive integer values.
133# This option define the number of columns used to display the metadata
134metaNumCols=2
135
136# ------- Menu parameters ------------------------------------------------------
137
138# The 'menuAnimated' option can take theses values :
139#   "none" => no effect to switch the menu (on/off)
140#   "fade" => use fading to switch the menu (fade in/fade out)
141#   "slide" => use fading to switch the menu (fade in/fade out)
142menuAnimated="none"
143
144# The 'menuWidth' option can take theses values :
145#   "auto" => width of the menu is autocomputed by the browser
146#   "info" => width of the menu is set to be inside the information panel on the
147#            left (use the '.additional_info' CSS value)
148# The 'menuWidth' option can also take any positive integer value wich define a
149# fixed width in pixels
150#
151# please note that under MSIE, the "auto" option don't work as well as other browser
152menuWidth = "auto"
153
154# The 'menuMaxWidth' option is used when the 'menuWidth' option is set to "auto"
155# and can take any positive integer value wich define a fixed maximum width in pixels
156# If this option is set to "none", there is no maximum width applied to the menu
157#
158# please note that under MSIE, the 'menuWidth = "auto"' option don't work as well
159# as other browser and in this case, with the 'menuMSIEMaxWidth' option you can
160# force a mamximum width only for this browser
161menuMaxWidth = 0
162menuMSIEMaxWidth = 350
Note: See TracBrowser for help on using the repository browser.