Changeset 12599 for extensions/gally


Ignore:
Timestamp:
Nov 11, 2011, 2:12:11 PM (12 years ago)
Author:
grum
Message:

feature:2499 - compatibility with Piwigo 2.3

Location:
extensions/gally/gally-grum-dark-II
Files:
2 added
91 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-grum-dark-II/css/theme.css

    r7400 r12599  
    7373}
    7474
    75 
    7675a.button, a.navButton {
    77   display:block;
    7876  display:inline-block;
    7977  /*display:table-cell;*/
     
    8280}
    8381
    84 /* index.tpl */
    85 #icon_menu {
    86   background:url(./../icon/menu-show.png);
    87 }
    88 #icon_menu:hover {
    89   background:url(./../icon/menu-show_h.png);
    90 }
    91 
    92 #icon_menu.button2 {
    93   display:block;
    94   display:inline-block;
    95   /*display:table-cell;*/
     82a.button, a.navButton, span.button, #icon_menu {
     83  background-image:url(./../icon/buttons.png);
     84  background-repeat:no-repeat;
     85}
     86
     87/* menu */
     88#icon_menu.button, #icon_menu.button2 {
    9689  width:28px;
    9790  height:28px;
    98   background:url(./../icon/menu-hide.png);
     91  display:inline-block;
     92}
     93#icon_menu.button {
     94  background-position:0px -84px;
     95}
     96#icon_menu.button:hover {
     97  background-position:0px -112px;
     98}
     99
     100#icon_menu.button2 {
     101  background-position:-28px -84px;
    99102}
    100103#icon_menu.button2:hover {
    101   display:block;
    102   display:inline-block;
    103   /*display:table-cell;*/
    104   width:28px;
    105   height:28px;
    106   background:url(./../icon/menu-hide_h.png);
    107 }
    108 
     104  background-position:-28px -112px;
     105}
     106
     107
     108#thePicturePage #icon_menu.button {
     109  width:22px;
     110  height:20px;
     111  background-position:-1400px 0px;
     112}
     113#thePicturePage #icon_menu.button:hover {
     114  background-position:-1400px -28px;
     115}
     116
     117#thePicturePage #icon_menu.button2 {
     118  width:22px;
     119  height:20px;
     120  background-position:-1372px 0px;
     121}
     122#thePicturePage #icon_menu.button2:hover {
     123  background-position:-1372px -28px;
     124}
     125
     126
     127
     128
     129/* index.tpl */
    109130
    110131#icon_caddie {
    111   background:url(./../icon/caddie_add.png);
     132  background-position:0px 0;
    112133}
    113134#icon_caddie:hover {
    114   background:url(./../icon/caddie_add_h.png);
     135  background-position:0px -28px;
    115136}
    116137
    117138#icon_category_edit {
    118   background:url(./../icon/category_edit.png);
     139  background-position:-84px 0;
    119140}
    120141#icon_category_edit:hover {
    121   background:url(./../icon/category_edit_h.png);
     142  background-position:-84px -28px;
    122143}
    123144
    124145#icon_search_rules {
    125   background:url(./../icon/search_rules.png);
     146  background-position:-504px 0;
    126147}
    127148#icon_search_rules:hover {
    128   background:url(./../icon/search_rules_h.png);
     149  background-position:-504px -28px;
    129150}
    130151
    131152#icon_start_slideshow {
    132   background:url(./../icon/start_slideshow.png);
     153  background-position:-560px 0;
    133154}
    134155#icon_start_slideshow:hover {
    135   background:url(./../icon/start_slideshow_h.png);
     156  background-position:-560px -28px;
    136157}
    137158
    138159#icon_flat {
    139   background:url(./../icon/flat.png);
     160  background-position:-252px 0;
    140161}
    141162#icon_flat:hover {
    142   background:url(./../icon/flat_h.png);
     163  background-position:-252px -28px;
    143164}
    144165
    145166#icon_normal_mode {
    146   background:url(./../icon/normal_mode.png);
     167  background-position:-392px 0;
    147168}
    148169#icon_normal_mode:hover {
    149   background:url(./../icon/normal_mode_h.png);
     170  background-position:-392px -28px;
    150171}
    151172
    152173#icon_calendar {
    153   background:url(./../icon/calendar.png);
     174  background-position:-28px 0;
    154175}
    155176#icon_calendar:hover {
    156   background:url(./../icon/calendar_h.png);
     177  background-position:-28px -28px;
    157178}
    158179
    159180#icon_calendar_created {
    160   background:url(./../icon/calendar_created.png);
     181  background-position:-56px 0;
    161182}
    162183#icon_calendar_created:hover {
    163   background:url(./../icon/calendar_created_h.png);
     184  background-position:-56px -28px;
    164185}
    165186
     
    175196/* upload.tpl */
    176197#icon_home {
    177   background:url(./../icon/home.png);
     198  background-position:-308px 0;
    178199}
    179200#icon_home:hover {
    180   background:url(./../icon/home_h.png);
     201  background-position:-308px -28px;
    181202}
    182203
     
    184205/* menubar_identification.tpl */
    185206#icon_lost_password {
    186   background:url(./../icon/lost_password.png);
     207  background-position:-336px 0;
    187208}
    188209#icon_lost_password:hover {
    189   background:url(./../icon/lost_password_h.png);
     210  background-position:-336px -28px;
    190211}
    191212
    192213#icon_register, #icon_register2, #icon_register3 {
    193   background:url(./../icon/register.png);
     214  background-position:-420px 0;
    194215}
    195216#icon_register:hover, #icon_register2:hover, #icon_register3:hover {
    196   background:url(./../icon/register_h.png);
     217  background-position:-420px -28px;
    197218}
    198219
    199220#icon_lost_password, #icon_lost_password2, #icon_lost_password3 {
    200   background:url(./../icon/lost_password.png);
     221  background-position:-336px 0;
    201222}
    202223#icon_lost_password:hover, #icon_lost_password2:hover, #icon_lost_password3:hover {
    203   background:url(./../icon/lost_password_h.png);
     224  background-position:-336px -28px;
    204225}
    205226
    206227/* menubar_categories.tpl */
    207228#icon_start_filter {
    208   background:url(./../icon/start_filter.png);
     229  background-position:-1288px 0px;
     230  height: 28px;
     231  margin-top: 2px;
     232  width: 28px;
    209233}
    210234#icon_start_filter:hover {
    211   background:url(./../icon/start_filter_h.png);
     235  background-position:-1288px -28px;
    212236}
    213237
    214238#icon_stop_filter {
    215   background:url(./../icon/stop_filter.png);
     239  background-position:-1316px 0px;
    216240}
    217241#icon_stop_filter:hover {
    218   background:url(./../icon/stop_filter_h.png);
     242  background-position:-1316px -28px;
    219243}
    220244
    221245/* picture.tpl */
    222246#icon_high_res {
    223   background:url(./../icon/display_high_res.png);
     247  background-position:-224px 0;
    224248}
    225249#icon_high_res:hover {
    226   background:url(./../icon/display_high_res_h.png);
    227 }
    228 
    229 #icon_start_slideshow {
    230   background:url(./../icon/start_slideshow.png);
    231 }
    232 #icon_start_slideshow:hover {
    233   background:url(./../icon/start_slideshow_h.png);
     250  background-position:-224px -28px;
    234251}
    235252
    236253#icon_stop_slideshow {
    237   background:url(./../icon/stop_slideshow.png);
     254  background-position:-532px 0;
    238255}
    239256#icon_stop_slideshow:hover {
    240   background:url(./../icon/stop_slideshow_h.png);
     257  background-position:-532px -28px;
    241258}
    242259
    243260#icon_metadata {
    244   background:url(./../icon/metadata.png);
     261  background-position:-364px 0;
    245262}
    246263#icon_metadata:hover {
    247   background:url(./../icon/metadata_h.png);
     264  background-position:-364px -28px;
    248265}
    249266
    250267#icon_save {
    251   background:url(./../icon/save.png);
     268  background-position:-476px 0;
    252269}
    253270#icon_save:hover {
    254   background:url(./../icon/save_h.png);
     271  background-position:-476px -28px;
    255272}
    256273
    257274#icon_favorite {
    258   background:url(./../icon/favorite.png);
     275  background-position:-168px 0;
    259276}
    260277#icon_favorite:hover {
    261   background:url(./../icon/favorite_h.png);
     278  background-position:-168px -28px;
    262279}
    263280
    264281#icon_del_favorite {
    265   background:url(./../icon/del_favorite.png);
     282  background-position:-196px 0;
    266283}
    267284#icon_del_favorite:hover {
    268   background:url(./../icon/del_favorite_h.png);
     285  background-position:-196px -28px;
    269286}
    270287
    271288#icon_delall_favorite {
    272   background:url(./../../../icon/del_favorite.png);
     289  background-position:-196px 0;
    273290}
    274291#icon_delall_favorite:hover {
    275   background:url(./../../../icon/del_favorite_h.png);
     292  background-position:-196px -28px;
    276293}
    277294
    278295#icon_representative {
    279   background:url(./../icon/representative.png);
     296  background-position:-448px 0;
    280297}
    281298#icon_representative:hover {
    282   background:url(./../icon/representative_h.png);
     299  background-position:-448px -28px;
    283300}
    284301
    285302#icon_preferences {
    286   background:url(./../icon/preferences.png);
     303  background-position:-1344px 0;
    287304}
    288305#icon_preferences:hover {
    289   background:url(./../icon/preferences_h.png);
     306  background-position:-1344px -28px;
    290307}
    291308
    292309/* tags.tpl */
    293310#icon_cloud {
    294   background:url(./../icon/tag_cloud.png);
     311  background-position:-588px 0;
    295312}
    296313#icon_cloud:hover {
    297   background:url(./../icon/tag_cloud_h.png);
     314  background-position:-588px -28px;
    298315}
    299316
    300317#icon_tag_letters {
    301   background:url(./../icon/tag_letters.png);
     318  background-position:-616px 0;
    302319}
    303320#icon_tag_letters:hover {
    304   background:url(./../icon/tag_letters_h.png);
     321  background-position:-616px -28px;
    305322}
    306323
    307324/* picture_nav_buttons.tpl */
    308325#icon_last {
    309   background:url(./../icon/last.png);
     326  background-position:-896px 0;
    310327}
    311328#icon_last:hover {
    312   background:url(./../icon/last_h.png);
    313 }
    314 
     329  background-position:-896px -28px;
     330}
     331#icon_last_unactive {
     332  background-position:-896px -56px;
     333  cursor:default;
     334}
    315335#icon_right {
    316   background:url(./../icon/right.png);
     336  background-position:-952px 0;
    317337}
    318338#icon_right:hover {
    319   background:url(./../icon/right_h.png);
    320 }
    321 
     339  background-position:-952px -28px;
     340}
     341#icon_right_unactive {
     342  background-position:-952px -56px;
     343  cursor:default;
     344}
    322345#icon_play {
    323   background:url(./../icon/play.png);
     346  background-position:-1008px 0;
    324347}
    325348#icon_play:hover {
    326   background:url(./../icon/play_h.png);
     349  background-position:-1008px -28px;
    327350}
    328351
    329352#icon_pause {
    330   background:url(./../icon/pause.png);
     353  background-position:-1036px 0;
    331354}
    332355#icon_pause:hover {
    333   background:url(./../icon/pause_h.png);
     356  background-position:-1036px -28px;
    334357}
    335358
    336359#icon_up {
    337   background:url(./../icon/up.png);
     360  background-position:-980px 0;
    338361}
    339362#icon_up:hover {
    340   background:url(./../icon/up_h.png);
     363  background-position:-980px -28px;
    341364}
    342365
    343366#icon_left {
    344   background:url(./../icon/left.png);
     367  background-position:-924px 0;
    345368}
    346369#icon_left:hover {
    347   background:url(./../icon/left_h.png);
    348 }
    349 
     370  background-position:-924px -28px;
     371}
     372#icon_left_unactive {
     373  background-position:-924px -56px;
     374  cursor:default;
     375}
    350376#icon_first {
    351   background:url(./../icon/first.png);
     377  background-position:-868px 0;
    352378}
    353379#icon_first:hover {
    354   background:url(./../icon/first_h.png);
     380  background-position:-868px -28px;
     381}
     382#icon_first_unactive {
     383  background-position:-868px -56px;
     384  cursor:default;
    355385}
    356386
    357387#icon_start_repeat {
    358   background:url(./../icon/start_repeat.png);
     388  background-position:-1092px 0;
    359389}
    360390#icon_start_repeat:hover {
    361   background:url(./../icon/start_repeat_h.png);
     391  background-position:-1092px -28px;
    362392}
    363393
    364394#icon_stop_repeat {
    365   background:url(./../icon/stop_repeat.png);
     395  background-position:-1064px 0;
    366396}
    367397#icon_stop_repeat:hover {
    368   background:url(./../icon/stop_repeat_h.png);
     398  background-position:-1064px -28px;
    369399}
    370400
    371401#icon_dec_period {
    372   background:url(./../icon/dec_period.png);
     402  background-position:-1120px 0;
    373403}
    374404#icon_dec_period:hover {
    375   background:url(./../icon/dec_period_h.png);
    376 }
    377 
     405  background-position:-1120px -28px;
     406}
     407#icon_dec_period_unactive {
     408  background-position:-1120px -56px;
     409  cursor:default;
     410}
    378411#icon_inc_period {
    379   background:url(./../icon/inc_period.png);
     412  background-position:-1148px 0;
    380413}
    381414#icon_inc_period:hover {
    382   background:url(./../icon/inc_period_h.png);
     415  background-position:-1148px -28px;
     416}
     417#icon_inc_period_unactive {
     418  background-position:-1148px -56px;
     419  cursor:default;
    383420}
    384421
     
    386423/* search_rules.tpl */
    387424#icon_exit {
    388   background:url(./../icon/exit.png);
     425  background-position:-840px 0;
    389426}
    390427#icon_exit:hover {
    391   background:url(./../icon/exit_h.png);
     428  background-position:-840px -28px;
    392429}
    393430
    394431/* search.tpl */
    395432#icon_help {
    396   background:url(./../icon/help.png);
     433  background-position:-280px 0;
    397434}
    398435#icon_help:hover {
    399   background:url(./../icon/help_h.png);
     436  background-position:-280px -28px;
     437}
     438
     439/* pseudo icons */
     440span.id_recent {
     441  background-position:-700px -28px;
     442  height: 16px;
     443  width: 16px;
     444  margin: -3px -3px 2px 2px;
     445}
     446span.id_recent_cat {
     447  background-position:-700px -28px;
     448  height: 16px;
     449  width: 16px;
     450  position: relative;
     451  top: -5px;
     452  left:-6px;
     453}
     454span.id_recent_cat_by_child {
     455  background-position:-728px -28px;
     456  height: 16px;
     457  width: 18px;
     458  position: relative;
     459  left:-6px;
     460}
     461span.id_delete {
     462  background-position:-756px 0;
     463  height: 16px;
     464  width: 16px;
     465}
     466span.id_delete:hover {
     467  background-position:-756px -28px;
     468}
     469span.id_edit {
     470  background-position:-784px 0;
     471  height: 16px;
     472  width: 16px;
     473}
     474span.id_edit:hover {
     475  background-position:-784px -28px;
     476}
     477span.id_validate {
     478  background-position:-812px 0;
     479  height: 16px;
     480  width: 16px;
     481}
     482span.id_validate:hover {
     483  background-position:-812px -28px;
     484}
     485
     486div.description span.id_recent_cat {
     487  top: 0px;
     488  left:-4px;
    400489}
    401490
     
    586675#menubar dt .button {
    587676  right:-3px;
    588   top:-5px;
    589677}
    590678
     
    723811  picture page
    724812*/
     813#thePicturePage #titrePageID {
     814  float: left;
     815  height: 19px;
     816  padding:0 0 0 3px;
     817}
     818#thePicturePage #menuswitcher {
     819  left:0;
     820  top:0;
     821  height: 19px;
     822}
    725823
    726824#theImgHighBg {
     
    735833
    736834#theImgHighCloseButton {
    737   width:28px;
    738   height:28px;
    739   background:transparent url(./../icon/close_high.png) no-repeat scroll 0px 0px;
    740   top:15px;
    741   right:-15px;
     835  background-image:url(./../icon/buttons.png);
     836  background-repeat:no-repeat;
     837  background-position:-1204px 0px;
     838  width:15px;
     839  height:15px;
     840  top:-8px;
     841  right:8px;
    742842  cursor:pointer;
    743843}
     844#theImgHighCloseButton:hover {
     845  background-position:-1204px -28px;
     846}
    744847
    745848#theImgHighZoomButton {
    746   width:28px;
    747   height:28px;
    748   top:45px;
    749   right:-15px;
     849  background-image:url(./../icon/buttons.png);
     850  background-repeat:no-repeat;
     851  width:15px;
     852  height:15px;
     853  top:-8px;
     854  right:28px;
    750855  cursor:pointer;
    751856}
    752857
    753858#theImgHighZoomButton.fit {
    754   background:transparent url(./../icon/zoom_fit_high.png) no-repeat scroll 0px 0px;
     859  background-position:-1232px 0px;
     860}
     861#theImgHighZoomButton.fit:hover {
     862  background-position:-1232px -28px;
    755863}
    756864
    757865#theImgHighZoomButton.full {
    758   background:transparent url(./../icon/zoom_1-1_high.png) no-repeat scroll 0px 0px;
     866  background-position:-1260px 0px;
     867}
     868#theImgHighZoomButton.full:hover {
     869  background-position:-1260px -28px;
    759870}
    760871
     
    10231134
    10241135/*
     1136 * notification
     1137 */
     1138span.rssFeed {
     1139  display:inline-block;
     1140  width:11px;
     1141  height:14px;
     1142  background-image:url(./../icon/buttons.png);
     1143  background-repeat:no-repeat;
     1144  background-position:-1176px 0;
     1145  margin-right: 4px;
     1146  position: relative;
     1147  top: 1px;
     1148}
     1149
     1150/*
    10251151 vd language switch plugin
    10261152*/
    1027 .menuf ul li a, .menuf ul li a:visited {
     1153div.content ul.categoryActions li.menuf ul li a,
     1154div.content ul.categoryActions li.menuf ul li a:visited {
    10281155  height:27px;
    10291156  line-height:27px;
    1030   margin-top:5px;
    1031 }
    1032 
    1033 .menuf ul.flag-pan .flags:hover, .menuf a img.flags {
     1157}
     1158
     1159div.content ul.categoryActions li.menuf ul.flag-pan .flags:hover, .menuf a img.flags {
    10341160  border:1px solid #303030;
    10351161}
    10361162
    1037 .menuf ul.flag-pan .flags {
     1163div.content ul.categoryActions li.menuf ul.flag-pan .flags {
    10381164  border:1px solid #000000;
    10391165}
     
    10421168  background:#000000 url(./../icon/backgd.png) repeat scroll 0 0;
    10431169  border:1px solid #303030;
     1170}
     1171
     1172div.content ul.categoryActions li.menuf ul li a,
     1173div.content ul.categoryActions li.menuf ul li.languageSwitchBoxTitle {
     1174  color:#dedede;
     1175}
     1176div.content ul.categoryActions li.menuf ul li a:hover {
     1177  color:#ffff80;
    10441178}
    10451179
  • extensions/gally/gally-grum-dark-II/themeconf.inc.php

    r7337 r12599  
    22/*
    33Theme Name: Gally/Grum dark II
    4 Version: 1.3.5
     4Version: 1.4.0
    55Description: Dark theme
    66Theme URI: http://piwigo.org/ext/extension_view.php?eid=371
Note: See TracChangeset for help on using the changeset viewer.