Changeset 12605


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

feature:2499 - compatibility with Piwigo 2.3

Location:
extensions/gally/gally-lapis-lazuli
Files:
2 added
91 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-lapis-lazuli/css/theme.css

    r7400 r12605  
    8383
    8484a.button, a.navButton {
    85   display:block;
    8685  display:inline-block;
    8786  /*display:table-cell;*/
     
    9089}
    9190
    92 
    93 
    94 
    95 
    96 /* index.tpl */
    97 #icon_menu {
    98   background:url(./../icon/menu-show.png);
    99 }
    100 #icon_menu:hover {
    101   background:url(./../icon/menu-show_h.png);
    102 }
    103 
    104 #icon_menu.button2 {
    105   display:block;
    106   display:inline-block;
    107   /*display:table-cell;*/
     91a.button, a.navButton, span.button, #icon_menu {
     92  background-image:url(./../icon/buttons.png);
     93  background-repeat:no-repeat;
     94}
     95
     96/* menu */
     97#icon_menu.button, #icon_menu.button2 {
    10898  width:28px;
    10999  height:28px;
    110   background:url(./../icon/menu-hide.png);
     100  display:inline-block;
     101}
     102#icon_menu.button {
     103  background-position:0px -84px;
     104}
     105#icon_menu.button:hover {
     106  background-position:0px -112px;
     107}
     108
     109#icon_menu.button2 {
     110  background-position:-28px -84px;
    111111}
    112112#icon_menu.button2:hover {
    113   display:block;
    114   display:inline-block;
    115   /*display:table-cell;*/
    116   width:28px;
    117   height:28px;
    118   background:url(./../icon/menu-hide_h.png);
    119 }
    120 
     113  background-position:-28px -112px;
     114}
     115
     116
     117#thePicturePage #icon_menu.button {
     118  width:22px;
     119  height:20px;
     120  background-position:-1400px 0px;
     121}
     122#thePicturePage #icon_menu.button:hover {
     123  background-position:-1400px -28px;
     124}
     125
     126#thePicturePage #icon_menu.button2 {
     127  width:22px;
     128  height:20px;
     129  background-position:-1372px 0px;
     130}
     131#thePicturePage #icon_menu.button2:hover {
     132  background-position:-1372px -28px;
     133}
     134
     135
     136
     137
     138/* index.tpl */
    121139
    122140#icon_caddie {
    123   background:url(./../icon/caddie_add.png);
     141  background-position:0px 0;
    124142}
    125143#icon_caddie:hover {
    126   background:url(./../icon/caddie_add_h.png);
     144  background-position:0px -28px;
    127145}
    128146
    129147#icon_category_edit {
    130   background:url(./../icon/category_edit.png);
     148  background-position:-84px 0;
    131149}
    132150#icon_category_edit:hover {
    133   background:url(./../icon/category_edit_h.png);
     151  background-position:-84px -28px;
    134152}
    135153
    136154#icon_search_rules {
    137   background:url(./../icon/search_rules.png);
     155  background-position:-504px 0;
    138156}
    139157#icon_search_rules:hover {
    140   background:url(./../icon/search_rules_h.png);
     158  background-position:-504px -28px;
    141159}
    142160
    143161#icon_start_slideshow {
    144   background:url(./../icon/start_slideshow.png);
     162  background-position:-560px 0;
    145163}
    146164#icon_start_slideshow:hover {
    147   background:url(./../icon/start_slideshow_h.png);
     165  background-position:-560px -28px;
    148166}
    149167
    150168#icon_flat {
    151   background:url(./../icon/flat.png);
     169  background-position:-252px 0;
    152170}
    153171#icon_flat:hover {
    154   background:url(./../icon/flat_h.png);
     172  background-position:-252px -28px;
    155173}
    156174
    157175#icon_normal_mode {
    158   background:url(./../icon/normal_mode.png);
     176  background-position:-392px 0;
    159177}
    160178#icon_normal_mode:hover {
    161   background:url(./../icon/normal_mode_h.png);
     179  background-position:-392px -28px;
    162180}
    163181
    164182#icon_calendar {
    165   background:url(./../icon/calendar.png);
     183  background-position:-28px 0;
    166184}
    167185#icon_calendar:hover {
    168   background:url(./../icon/calendar_h.png);
     186  background-position:-28px -28px;
    169187}
    170188
    171189#icon_calendar_created {
    172   background:url(./../icon/calendar_created.png);
     190  background-position:-56px 0;
    173191}
    174192#icon_calendar_created:hover {
    175   background:url(./../icon/calendar_created_h.png);
     193  background-position:-56px -28px;
    176194}
    177195
     
    187205/* upload.tpl */
    188206#icon_home {
    189   background:url(./../icon/home.png);
     207  background-position:-308px 0;
    190208}
    191209#icon_home:hover {
    192   background:url(./../icon/home_h.png);
     210  background-position:-308px -28px;
    193211}
    194212
     
    196214/* menubar_identification.tpl */
    197215#icon_lost_password {
    198   background:url(./../icon/lost_password.png);
     216  background-position:-336px 0;
    199217}
    200218#icon_lost_password:hover {
    201   background:url(./../icon/lost_password_h.png);
     219  background-position:-336px -28px;
    202220}
    203221
    204222#icon_register, #icon_register2, #icon_register3 {
    205   background:url(./../icon/register.png);
     223  background-position:-420px 0;
    206224}
    207225#icon_register:hover, #icon_register2:hover, #icon_register3:hover {
    208   background:url(./../icon/register_h.png);
     226  background-position:-420px -28px;
    209227}
    210228
    211229#icon_lost_password, #icon_lost_password2, #icon_lost_password3 {
    212   background:url(./../icon/lost_password.png);
     230  background-position:-336px 0;
    213231}
    214232#icon_lost_password:hover, #icon_lost_password2:hover, #icon_lost_password3:hover {
    215   background:url(./../icon/lost_password_h.png);
     233  background-position:-336px -28px;
    216234}
    217235
    218236/* menubar_categories.tpl */
    219237#icon_start_filter {
    220   background:url(./../icon/start_filter.png);
     238  background-position:-1288px 0px;
     239  height: 28px;
     240  margin-top: 2px;
     241  width: 28px;
    221242}
    222243#icon_start_filter:hover {
    223   background:url(./../icon/start_filter_h.png);
     244  background-position:-1288px -28px;
    224245}
    225246
    226247#icon_stop_filter {
    227   background:url(./../icon/stop_filter.png);
     248  background-position:-1316px 0px;
    228249}
    229250#icon_stop_filter:hover {
    230   background:url(./../icon/stop_filter_h.png);
     251  background-position:-1316px -28px;
    231252}
    232253
    233254/* picture.tpl */
    234255#icon_high_res {
    235   background:url(./../icon/display_high_res.png);
     256  background-position:-224px 0;
    236257}
    237258#icon_high_res:hover {
    238   background:url(./../icon/display_high_res_h.png);
    239 }
    240 
    241 #icon_start_slideshow {
    242   background:url(./../icon/start_slideshow.png);
    243 }
    244 #icon_start_slideshow:hover {
    245   background:url(./../icon/start_slideshow_h.png);
     259  background-position:-224px -28px;
    246260}
    247261
    248262#icon_stop_slideshow {
    249   background:url(./../icon/stop_slideshow.png);
     263  background-position:-532px 0;
    250264}
    251265#icon_stop_slideshow:hover {
    252   background:url(./../icon/stop_slideshow_h.png);
     266  background-position:-532px -28px;
    253267}
    254268
    255269#icon_metadata {
    256   background:url(./../icon/metadata.png);
     270  background-position:-364px 0;
    257271}
    258272#icon_metadata:hover {
    259   background:url(./../icon/metadata_h.png);
     273  background-position:-364px -28px;
    260274}
    261275
    262276#icon_save {
    263   background:url(./../icon/save.png);
     277  background-position:-476px 0;
    264278}
    265279#icon_save:hover {
    266   background:url(./../icon/save_h.png);
     280  background-position:-476px -28px;
    267281}
    268282
    269283#icon_favorite {
    270   background:url(./../icon/favorite.png);
     284  background-position:-168px 0;
    271285}
    272286#icon_favorite:hover {
    273   background:url(./../icon/favorite_h.png);
     287  background-position:-168px -28px;
    274288}
    275289
    276290#icon_del_favorite {
    277   background:url(./../icon/del_favorite.png);
     291  background-position:-196px 0;
    278292}
    279293#icon_del_favorite:hover {
    280   background:url(./../icon/del_favorite_h.png);
     294  background-position:-196px -28px;
    281295}
    282296
    283297#icon_delall_favorite {
    284   background:url(./../../../icon/del_favorite.png);
     298  background-position:-196px 0;
    285299}
    286300#icon_delall_favorite:hover {
    287   background:url(./../../../icon/del_favorite_h.png);
     301  background-position:-196px -28px;
    288302}
    289303
    290304#icon_representative {
    291   background:url(./../icon/representative.png);
     305  background-position:-448px 0;
    292306}
    293307#icon_representative:hover {
    294   background:url(./../icon/representative_h.png);
     308  background-position:-448px -28px;
    295309}
    296310
    297311#icon_preferences {
    298   background:url(./../icon/preferences.png);
     312  background-position:-1344px 0;
    299313}
    300314#icon_preferences:hover {
    301   background:url(./../icon/preferences_h.png);
     315  background-position:-1344px -28px;
    302316}
    303317
    304318/* tags.tpl */
    305319#icon_cloud {
    306   background:url(./../icon/tag_cloud.png);
     320  background-position:-588px 0;
    307321}
    308322#icon_cloud:hover {
    309   background:url(./../icon/tag_cloud_h.png);
     323  background-position:-588px -28px;
    310324}
    311325
    312326#icon_tag_letters {
    313   background:url(./../icon/tag_letters.png);
     327  background-position:-616px 0;
    314328}
    315329#icon_tag_letters:hover {
    316   background:url(./../icon/tag_letters_h.png);
     330  background-position:-616px -28px;
    317331}
    318332
    319333/* picture_nav_buttons.tpl */
    320334#icon_last {
    321   background:url(./../icon/last.png);
     335  background-position:-896px 0;
    322336}
    323337#icon_last:hover {
    324   background:url(./../icon/last_h.png);
    325 }
    326 
     338  background-position:-896px -28px;
     339}
     340#icon_last_unactive {
     341  background-position:-896px -56px;
     342  cursor:default;
     343}
    327344#icon_right {
    328   background:url(./../icon/right.png);
     345  background-position:-952px 0;
    329346}
    330347#icon_right:hover {
    331   background:url(./../icon/right_h.png);
    332 }
    333 
     348  background-position:-952px -28px;
     349}
     350#icon_right_unactive {
     351  background-position:-952px -56px;
     352  cursor:default;
     353}
    334354#icon_play {
    335   background:url(./../icon/play.png);
     355  background-position:-1008px 0;
    336356}
    337357#icon_play:hover {
    338   background:url(./../icon/play_h.png);
     358  background-position:-1008px -28px;
    339359}
    340360
    341361#icon_pause {
    342   background:url(./../icon/pause.png);
     362  background-position:-1036px 0;
    343363}
    344364#icon_pause:hover {
    345   background:url(./../icon/pause_h.png);
     365  background-position:-1036px -28px;
    346366}
    347367
    348368#icon_up {
    349   background:url(./../icon/up.png);
     369  background-position:-980px 0;
    350370}
    351371#icon_up:hover {
    352   background:url(./../icon/up_h.png);
     372  background-position:-980px -28px;
    353373}
    354374
    355375#icon_left {
    356   background:url(./../icon/left.png);
     376  background-position:-924px 0;
    357377}
    358378#icon_left:hover {
    359   background:url(./../icon/left_h.png);
    360 }
    361 
     379  background-position:-924px -28px;
     380}
     381#icon_left_unactive {
     382  background-position:-924px -56px;
     383  cursor:default;
     384}
    362385#icon_first {
    363   background:url(./../icon/first.png);
     386  background-position:-868px 0;
    364387}
    365388#icon_first:hover {
    366   background:url(./../icon/first_h.png);
     389  background-position:-868px -28px;
     390}
     391#icon_first_unactive {
     392  background-position:-868px -56px;
     393  cursor:default;
    367394}
    368395
    369396#icon_start_repeat {
    370   background:url(./../icon/start_repeat.png);
     397  background-position:-1092px 0;
    371398}
    372399#icon_start_repeat:hover {
    373   background:url(./../icon/start_repeat_h.png);
     400  background-position:-1092px -28px;
    374401}
    375402
    376403#icon_stop_repeat {
    377   background:url(./../icon/stop_repeat.png);
     404  background-position:-1064px 0;
    378405}
    379406#icon_stop_repeat:hover {
    380   background:url(./../icon/stop_repeat_h.png);
     407  background-position:-1064px -28px;
    381408}
    382409
    383410#icon_dec_period {
    384   background:url(./../icon/dec_period.png);
     411  background-position:-1120px 0;
    385412}
    386413#icon_dec_period:hover {
    387   background:url(./../icon/dec_period_h.png);
    388 }
    389 
     414  background-position:-1120px -28px;
     415}
     416#icon_dec_period_unactive {
     417  background-position:-1120px -56px;
     418  cursor:default;
     419}
    390420#icon_inc_period {
    391   background:url(./../icon/inc_period.png);
     421  background-position:-1148px 0;
    392422}
    393423#icon_inc_period:hover {
    394   background:url(./../icon/inc_period_h.png);
     424  background-position:-1148px -28px;
     425}
     426#icon_inc_period_unactive {
     427  background-position:-1148px -56px;
     428  cursor:default;
    395429}
    396430
     
    398432/* search_rules.tpl */
    399433#icon_exit {
    400   background:url(./../icon/exit.png);
     434  background-position:-840px 0;
    401435}
    402436#icon_exit:hover {
    403   background:url(./../icon/exit_h.png);
     437  background-position:-840px -28px;
    404438}
    405439
    406440/* search.tpl */
    407441#icon_help {
    408   background:url(./../icon/help.png);
     442  background-position:-280px 0;
    409443}
    410444#icon_help:hover {
    411   background:url(./../icon/help_h.png);
    412 }
     445  background-position:-280px -28px;
     446}
     447
     448/* pseudo icons */
     449span.id_recent {
     450  background-position:-700px -28px;
     451  height: 16px;
     452  width: 16px;
     453  margin: -3px -3px 2px 2px;
     454}
     455span.id_recent_cat {
     456  background-position:-700px -28px;
     457  height: 16px;
     458  width: 16px;
     459  position: relative;
     460  top: -5px;
     461  left:-6px;
     462}
     463span.id_recent_cat_by_child {
     464  background-position:-728px -28px;
     465  height: 16px;
     466  width: 18px;
     467  position: relative;
     468  left:-6px;
     469}
     470span.id_delete {
     471  background-position:-756px 0;
     472  height: 16px;
     473  width: 16px;
     474}
     475span.id_delete:hover {
     476  background-position:-756px -28px;
     477}
     478span.id_edit {
     479  background-position:-784px 0;
     480  height: 16px;
     481  width: 16px;
     482}
     483span.id_edit:hover {
     484  background-position:-784px -28px;
     485}
     486span.id_validate {
     487  background-position:-812px 0;
     488  height: 16px;
     489  width: 16px;
     490}
     491span.id_validate:hover {
     492  background-position:-812px -28px;
     493}
     494
     495div.description span.id_recent_cat {
     496  top: 0px;
     497  left:-4px;
     498}
     499
     500
    413501
    414502/*
     
    418506  background:transparent url(./../icon/skin_top.png) no-repeat scroll 0 0;
    419507  height:120px;
     508}
     509
     510#theHeader h1, #theHeader h2, #theHeader h3, #theHeader p {
     511  margin:0;
     512  padding:15px;
    420513}
    421514
     
    691784  -khtml-border-top-left-radius: 12px;
    692785  -khtml-border-top-right-radius: 12px;
    693   border-radius:12px 0px;
     786  border-radius:12px 12px 0 0;
    694787  margin:-4px 0px 0px 9px;
    695788  padding-top:4px;
     
    9201013  picture page
    9211014*/
     1015#thePicturePage #titrePageID {
     1016  background: none repeat scroll 0 0 transparent;
     1017  border: medium none;
     1018  clear: both;
     1019  height: auto;
     1020  margin: 0 0 2px;
     1021  min-height:0;
     1022}
     1023
    9221024#imageHeaderBar {
    9231025  height:20px;
    9241026}
    925 
     1027#imageHeaderBar.menu {
     1028  height:53px;
     1029}
    9261030
    9271031.imageNumber {
     
    13801484 vd language switch plugin
    13811485*/
    1382 .menuf ul li a, .menuf ul li a:visited {
     1486div.content ul.categoryActions li.menuf ul li a,
     1487div.content ul.categoryActions li.menuf ul li a:visited {
    13831488  height:27px;
    13841489  line-height:27px;
    1385   margin-top:5px;
    1386 }
    1387 
    1388 .menuf ul.flag-pan .flags:hover, .menuf a img.flags {
     1490}
     1491
     1492div.content ul.categoryActions li.menuf ul.flag-pan .flags:hover, .menuf a img.flags {
    13891493  border:1px solid #303030;
    13901494}
    13911495
    1392 .menuf ul.flag-pan .flags {
     1496div.content ul.categoryActions li.menuf ul.flag-pan .flags {
    13931497  border:1px solid #000000;
    13941498}
    13951499
    1396 .menuf ul.flag-pan {
    1397   background:#000000 url(./../icon/backgd.png) repeat scroll 0 -2px;
     1500div.content ul.categoryActions li.menuf ul.flag-pan {
     1501  background:#000000 url(./../icon/backgd.png) repeat scroll 0 0;
    13981502  -moz-border-radius-bottomleft:12px;
    13991503  -moz-border-radius-bottomright:12px;
     
    14071511}
    14081512
     1513
     1514div.content ul.categoryActions li.menuf ul li a,
     1515div.content ul.categoryActions li.menuf ul li.languageSwitchBoxTitle {
     1516  color:#dedede;
     1517}
     1518div.content ul.categoryActions li.menuf ul li a:hover {
     1519  color:#f07d00;
     1520}
     1521
    14091522/*
    14101523 * PWG Stuff plugin
  • extensions/gally/gally-lapis-lazuli/themeconf.inc.php

    r7337 r12605  
    22/*
    33Theme Name: Gally/Lapis-lazuli
    4 Version: 1.3.5
     4Version: 1.4.1
    55Description: Blue theme
    66Theme URI: http://piwigo.org/ext/extension_view.php?eid=380
Note: See TracChangeset for help on using the changeset viewer.