Ignore:
Timestamp:
Dec 13, 2009, 11:35:47 PM (15 years ago)
Author:
grum
Message:

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

Location:
extensions/gally/theme/graphite
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/theme/graphite/default.conf

    r4446 r4489  
    4545# The 'imageCenterTopMin' option can take any positive integer value
    4646# 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)
    4749imageCenterTopMin = 30
    4850
     
    7779# -- 1.2.0 --
    7880# 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
    81 interfaceOnImage="yes"
     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"
    8286
    8387# -- 1.2.0 --
     
    118122
    119123# -- 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 --
    120132# The 'displayBanner' option can take theses values :
    121133#   "yes" => display the banner on the picture page
     
    137149
    138150# 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)
     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
    142159menuAnimated="none"
    143160
     
    157174#
    158175# 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
     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"
    161179menuMaxWidth = 0
    162180menuMSIEMaxWidth = 350
  • extensions/gally/theme/graphite/theme.css

    r4446 r4489  
    830830
    831831
     832#theTabsContainer .navigationBar {
     833  text-align:right;
     834}
    832835
    833836
     
    905908}
    906909
     910/*
     911 * Comment editor compatibility
     912*/
     913div#ce-content.content, div#ce-message-block.content {
     914  background-color:#333333;
     915  border:2px solid #606060;
     916}
     917
Note: See TracChangeset for help on using the changeset viewer.