Changeset 16020


Ignore:
Timestamp:
Jun 24, 2012, 9:29:43 PM (12 years ago)
Author:
grum
Message:

feature:2664- compatibility with Piwigo 2.4

Location:
extensions/gally/gally-grum-dark-II
Files:
6 added
6 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-grum-dark-II/conf/default.conf

    r8530 r16020  
    44# ------------------------------------------------------------------------------
    55# file: gally-grum-dark-II/conf/default.conf
    6 # file release: 1.3.0
     6# file release: 1.5.0
    77# ------------------------------------------------------------------------------
    88# author: grum at piwigo.org
     
    7171imageCenterTopBorder="imageHeaderBar"
    7272
    73 
    7473# The 'imageInterface' option can take theses values :
    7574#   "none" => no effect to switch the interface (on/off)
     
    111110interfaceTimerDelay=5000
    112111
     112# The 'commentAnimated' option can take theses values :
     113#   "yes" => use slide to switch the comment area (slide in/slide out)
     114#   "no"  => no effect to switch the comment area (on/off)
     115commentAnimated="no"
     116
    113117# The 'animateDelay' option can take any positive integer value
    114118# This option define the duration (in milliseconds) of effects
     
    183187
    184188# -- 1.3.0 --
    185 # the 'displayHighResIcon' option can take theses values :
    186 #   "yes" => display an icon 'view full res' in the toolbar
    187 #   "no"  => don't display an icon 'view full res' in the toolbar
    188 displayHighResIcon="yes"
    189 
    190 # -- 1.3.0 --
    191189# the 'highResClickMode' option can take theses values :
    192190#   "close" => click on the high res picture close the high res picture
     
    194192highResClickMode="close"
    195193
     194# -- 1.5.0 --
     195# the 'manageTips' option can take theses values :
     196#   "yes" => the interface uses the simpleTip.js script to display hints
     197#   "no"  => the interface uses the default browser method to display hints
     198manageTips="yes"
     199
     200# -- 1.5.0 --
     201# the 'manageTipsPos' define the default position for tips ; the option can take
     202# theses values :
     203#   "tipOnTop"    => tip is displayed above the object
     204#   "tipOnBottom" => tip is displayed under the object
     205#   "tipOnLeft"   => tip is displayed on the left side of the object
     206#   "tipOnRight"  => tip is displayed on the right side of the object
     207manageTipsPos="tipOnBottom"
     208
     209# -- 1.5.0 --
     210# the 'tipsSize' option can take any positive integer values.
     211# This option define the size (Width&Height) of an arrow
     212tipsSize=17
    196213
    197214# ------- Menu parameters ------------------------------------------------------
     
    214231# The 'menuWidth' option can also take any positive integer value wich define a
    215232# fixed width in pixels
     233#
     234# please note that under MSIE, the "auto" option don't work as well as other browser
    216235menuWidth = "auto"
    217236
  • extensions/gally/gally-grum-dark-II/css/ASEgally-grum-dark-II.css

    r7377 r16020  
    3131.ui-datepicker td.ui-datepicker-current-day { background-color:#303030; }
    3232.ui-datepicker td.ui-datepicker-current-day a { color:#f0f0f0; }
    33 .ui-category-selector-arrow { color:#303030; }
     33.ui-category-selector-arrow {
     34  background-image: url("./../icon/buttons_gpc.png");
     35  background-position: -30px -30px;
     36  background-repeat: no-repeat;
     37  border: 0 none;
     38  border-radius: 2px 2px 2px 2px;
     39}
     40.ui-category-selector-arrow:hover {
     41  background-position: -30px -15px;
     42}
    3443.ui-category-selector, .ui-category-selector-list { font-family:monospace; }
    3544li.ui-category-selector-item:hover, li.ui-tag-selector-list-item:hover { background-color:#606060; color:#f0f0f0; }
    3645.ui-category-selector-selected-item { background-color:#303030; color:#f0f0f0; }
     46li.ui-category-selector-item div { margin:0;}
     47li.ui-category-selector-item div.ui-category-selector-name { top:-1px; position:relative;}
     48li.ui-category-selector-item div.ui-category-selector-status { margin:1px; }
     49#iASECategoryCategory div.ui-category-selector-check {
     50  position:relative;
     51}
    3752
    3853
     
    7186}
    7287
    73 .iconEdit { background:url(./../icon/edit.png) no-repeat 0 0 transparent; }
    74 .iconDelete { background:url(./../icon/delete.png) no-repeat 0 0 transparent; }
    75 .iconMove { background:url(./../icon/asearchengine/move.png) no-repeat 0 0 transparent; }
    76 .iconMove:hover { background:url(./../icon/asearchengine/move_h.png) no-repeat 0 0 transparent; }
    77 .iconSwitchCondition  { background:url(./../icon/asearchengine/switch.png) no-repeat 0 0 transparent; }
    78 .iconSwitchCondition:hover { background:url(./../icon/asearchengine/switch_h.png) no-repeat 0 0 transparent; }
     88
     89.iconSwitchCondition,
     90.iconMove,
     91.iconEdit,
     92.iconDelete {
     93  background:url(./../icon/buttons_gpc.png) no-repeat 0 0 transparent;
     94  -moz-border-radius:2px;
     95  -webkit-border-radius:2px;
     96  -khtml-border-radius:2px;
     97  border-radius:2px;
     98}
     99
     100
     101.iconEdit {
     102  background-position:-240px -30px;
     103}
     104.iconDelete {
     105  background-position:-255px -30px;
     106}
     107.iconMove {
     108  background-position:-285px -30px;
     109}
     110.iconSwitchCondition {
     111  background-position:-300px -30px;
     112}
     113.iconEdit:hover {
     114  background-position:-240px -15px;
     115}
     116.iconDelete:hover {
     117  background-position:-255px -15px;
     118}
     119.iconMove:hover {
     120  background-position:-285px -15px;
     121}
     122.iconSwitchCondition:hover {
     123  background-position:-300px -15px;
     124}
     125
     126
    79127.cbItemMultiple { border:1px solid #606060; }
    80128.cbItemOverGroup { border:1px dotted #606060; }
     
    106154
    107155div#iMenuCaddieBar div#iMenuCaddieItems { z-index:8600; }
    108 div#iMenuCriterions div#iMenuCItems { margin-left:-1px; }
     156div#iMenuCriterions div#iMenuCItems { margin-left:-1px; margin-top:-1px;}
    109157div#iMenuCaddieText, div#iMenuCaddieText a { color:#303030;}
     158
     159.ui-tag-selector-selected-tag-list {
     160  margin-bottom:1px;
     161}
     162
     163#iASECategoryCategory .ui-category-selector-name li.ui-category-selector-selected-cat {
     164  background:#606060;
     165  border-radius: 8px;
     166  color: #F0F0F0;
     167  margin-right: 1px;
     168  padding: 1px 4px;
     169  -moz-border-radius: 8px;
     170  -webkit-border-radius:8px;
     171  -khtml-border-radius:8px;
     172}
     173#iASECategoryCategory .ui-category-selector {
     174  padding:0px;
     175}
     176
     177#iRequestCriterions li.cbItem {
     178  background:#444444;
     179  color:#ffffff;
     180}
     181
     182div.ui-dialog li.valueItems {
     183  background: none repeat scroll 0 0 #444444;
     184  border: 0 none;
     185  color: #ffffff;
     186}
    110187
    111188/* AMD specific CSS */
     
    116193div.ruleTypeM, div.ruleTypeM2 { border:0px solid #666666; }
    117194.error, input.error { background:#FFAAAA; border:1px solid #800000; color:#800000; }
    118 #mdRulesArea { border-top:1px solid #303030; }
     195#iDialogMetadataChoose #mdRulesArea { border-top:1px solid #303030; }
    119196
  • extensions/gally/gally-grum-dark-II/css/theme.css

    r12599 r16020  
    11/* -----------------------------------------------------------------------------
    22  GRUM:DARK-II
    3   Theme for Piwigo
     3  A Gally's theme for Piwigo
    44  ------------------------------------------------------------------------------
    55  file: gally/grum-dark II/theme.css
    6   file version: 1.2.0
     6  file version: 1.5.0
    77  ------------------------------------------------------------------------------
    8   author: grum at grum.dnsalias.com
     8  author: grum at grum.fr
    99  << May the Little SpaceFrog be with you >>
    1010  ------------------------------------------------------------------------------
     
    2222  font-weight:bold;
    2323}
     24div.errors button {
     25  color:#ffffff;
     26  background:#802020;
     27  outline:none;
     28}
     29div.errors button:hover {
     30  color:#FFB0B0;
     31}
     32div.errors button:active {
     33  color:#802020;
     34  background:#ffffff;
     35}
     36
    2437
    2538div.infos {
     
    3245  color:#008000;
    3346  font-weight:bold;
     47}
     48div.infos button {
     49  color:#ffffff;
     50  background:#208020;
     51}
     52div.infos button:hover {
     53  color:#B0FFB0;
     54}
     55div.infos button:active {
     56  color:#208020;
     57  background:#ffffff;
    3458}
    3559
     
    6387  background:#000000 url(./../icon/backgd.png) repeat scroll 0 0;;
    6488  color:#DEDEDE;
     89  overflow-x:visible;
    6590}
    6691
     
    7297  color: #ffff80;
    7398}
     99
    74100
    75101a.button, a.navButton {
     
    183209#icon_calendar_created:hover {
    184210  background-position:-56px -28px;
     211}
     212
     213#icon_sort {
     214  background-position:-1457px 0;
     215}
     216#icon_sort:hover {
     217  background-position:-1457px -28px;
    185218}
    186219
     
    307340}
    308341
     342#icon_derivatives {
     343  background-position:-1428px 0;
     344}
     345#icon_derivatives:hover {
     346  background-position:-1428px -28px;
     347}
     348
    309349/* tags.tpl */
    310350#icon_cloud {
     
    491531
    492532
    493 
    494533/*
    495534 page : title
     
    559598}
    560599
     600.fixHeight {
     601    clear:both;
     602}
     603
    561604ul.thumbnailCategories li {
    562605  width:50%;
     
    599642  display:table-cell;
    600643  margin:0;
     644  padding:0;
    601645  vertical-align:middle;
    602   height:140px;
    603   width:140px;
    604646  -moz-border-radius: 8px;  /* round corners with Geko */
    605647  -webkit-border-radius: 8px;  /* round corners with Geko */
     
    618660}
    619661
     662div ul.thumbnails li {
     663  width: auto;
     664  height: auto;
     665}
     666
     667
    620668/*
    621669 * page :profile
     
    624672  padding-bottom:20px;
    625673}
     674
    626675
    627676/*
     
    717766}
    718767
     768
    719769.calBackDate {
    720770  color:#000000;
     
    785835  border-top:1px #ffffff solid;
    786836  border-left:1px #ffffff solid;
     837  margin-top:1px;
     838  cursor: pointer;
    787839}
    788840
     
    811863  picture page
    812864*/
     865.switchBox {
     866  -moz-border-radius:4px;
     867  -webkit-border-radius:4px;
     868  -khtml-border-radius:4px;
     869  border-radius:4px;
     870  background-color: #333333;
     871  border: 1px solid #ffffff;
     872  margin-left:4px;
     873  z-index:15000;
     874  margin-top:12px;
     875}
     876
     877.switchBoxTitle {
     878  font-size: 12px;
     879  font-weight: bold;
     880}
     881
     882.switchBoxCat {
     883  margin-top:25px;
     884}
     885
    813886#thePicturePage #titrePageID {
    814887  float: left;
     
    833906
    834907#theImgHighCloseButton {
    835   background-image:url(./../icon/buttons.png);
    836   background-repeat:no-repeat;
    837   background-position:-1204px 0px;
     908  width:15px;
     909  height:15px;
     910  background:transparent url(./../icon/buttons.png) no-repeat scroll -1204px 0px;
     911  top:-8px;
     912  right:8px;
     913  cursor:pointer;
     914}
     915#theImgHighCloseButton:hover {
     916  background-position:-1204px -28px;
     917}
     918
     919#theImgHighZoomButton {
    838920  width:15px;
    839921  height:15px;
    840922  top:-8px;
    841   right:8px;
     923  right:35px;
    842924  cursor:pointer;
    843 }
    844 #theImgHighCloseButton:hover {
    845   background-position:-1204px -28px;
    846 }
    847 
    848 #theImgHighZoomButton {
    849   background-image:url(./../icon/buttons.png);
    850   background-repeat:no-repeat;
    851   width:15px;
    852   height:15px;
    853   top:-8px;
    854   right:28px;
    855   cursor:pointer;
     925  background:transparent url(./../icon/buttons.png);
    856926}
    857927
    858928#theImgHighZoomButton.fit {
     929  background-position:-1260px 0px;
     930}
     931#theImgHighZoomButton.fit:hover {
     932  background-position:-1260px -28px;
     933}
     934
     935#theImgHighZoomButton.full {
    859936  background-position:-1232px 0px;
    860937}
    861 #theImgHighZoomButton.fit:hover {
     938#theImgHighZoomButton.full:hover {
    862939  background-position:-1232px -28px;
    863940}
    864 
    865 #theImgHighZoomButton.full {
    866   background-position:-1260px 0px;
    867 }
    868 #theImgHighZoomButton.full:hover {
    869   background-position:-1260px -28px;
    870 }
    871 
    872 
    873941
    874942.imageNumber {
     
    9351003#imageInfosContainer {
    9361004  padding-bottom:8px;
     1005}
     1006
     1007table.infoTable td.cTitle {
     1008  width:10%;
     1009}
     1010
     1011table.infoTable td.cNfo {
     1012  width:16%;
    9371013}
    9381014
     
    9451021  border-collapse:collapse;
    9461022  position:relative;
    947   left:25px;
    9481023}
    9491024
     
    9551030
    9561031.infoTable td.value, .infoTable td.label {
    957   padding-right:50px;
    958 }
    959 
     1032  padding-right:15px;
     1033}
    9601034
    9611035.infoTable .label {
     
    9871061#rateForm input[type="button"].rateButtonStarFull:focus,
    9881062#rateForm input[type="submit"].rateButtonStarFull  {
    989   background: url('./../icon/rating-stars.png') no-repeat scroll; background-position:-16px center; width:16px;
     1063  background: url('./../icon/buttons.png') no-repeat scroll;
     1064  background-position:-141px 1px;
     1065  width:16px;
     1066  height:16px;
     1067  outline:none;
    9901068}
    9911069
     
    9931071#rateForm input[type="button"].rateButtonStarEmpty:focus,
    9941072#rateForm input[type="submit"].rateButtonStarEmpty {
    995   background: url('./../icon/rating-stars.png') no-repeat scroll; background-position:0 center; width:16px;
     1073  background: url('./../icon/buttons.png') no-repeat scroll;
     1074  background-position:-112px 1px;
     1075  width:16px;
     1076  height:16px;
     1077  outline:none;
    9961078}
    9971079
     
    10051087}
    10061088
     1089#privacyLevelBox {
     1090  font-weight:normal;
     1091}
     1092
     1093#privacyLevelBox a {
     1094  cursor:pointer;
     1095}
     1096
     1097#iPrivacyLevelLink {
     1098  cursor:pointer;
     1099  font-style:italic;
     1100}
     1101
    10071102.commentDetail {
    10081103  border-bottom:1px dotted #606060;
     
    10131108  padding:4px;
    10141109}
    1015 
    10161110.commentDetail ul li {
    10171111  display:inline;
     
    10741168}
    10751169
     1170
    10761171#theTabsContainer .navigationBar {
    10771172  text-align:right;
    10781173}
    10791174
     1175
     1176
    10801177/*
    10811178  tags
    10821179*/
     1180#fullTagCloud, table.tagLetters  {
     1181    margin-left:120px;
     1182    margin-right:120px;
     1183}
    10831184
    10841185#fullTagCloud SPAN a:hover {
     
    11041205
    11051206.tagaddbutton {
    1106   left:-4px;
    11071207  position:relative;
    1108   top:-3px;
    1109 }
    1110 
     1208  top:-5px;
     1209}
     1210span.add_tag {
     1211  background:transparent url('./../icon/buttons.png') no-repeat scroll;
     1212  background-position:-672px 0px;
     1213  width:9px;
     1214  height:9px;
     1215  display:inline-block;
     1216}
     1217span.add_tag:hover {
     1218  background-position:-672px -28px;
     1219}
    11111220
    11121221.mandatorystar {
     
    11481257}
    11491258
     1259
     1260
     1261
     1262/*
     1263 * tips
     1264 */
     1265
     1266#iSimpleTipContent {
     1267  background: #ffffff;
     1268  border: none;
     1269  color: #303030;
     1270  font-family: sans-serif;
     1271  font-size: 11px;
     1272  max-width: 250px;
     1273  padding: 4px;
     1274  min-height: 15px;
     1275}
     1276#iSimpleTipShadow, #iSimpleTipContent {
     1277  -moz-border-radius:4px;
     1278  -webkit-border-radius:4px;
     1279  -khtml-border-radius:4px;
     1280  border-radius:4px;
     1281}
     1282
     1283#iSimpleTipContent span.title {
     1284  font-weight:bold;
     1285}
     1286#iSimpleTipContent ul, #iSimpleTipContent ol {
     1287  margin:4px;
     1288  padding-left:15px;
     1289}
     1290
     1291#iSimpleTipContent img {
     1292  margin:8px;
     1293}
     1294
     1295#iSimpleTipContent span.navDesc {
     1296  text-align:center;
     1297  display:block;
     1298}
     1299
     1300#iSimpleTipContent span.navAction {
     1301  font-weight:bold;
     1302}
     1303#iSimpleTipContent span.navTitle {
     1304  font-style:italic;
     1305}
     1306
     1307.cSimpleTipArrow {
     1308    background-image: url("./../icon/sTipArrows.png");
     1309}
     1310
     1311.cSimpleTipArrow {
     1312    background-repeat: no-repeat;
     1313    height: 12px;
     1314    position: absolute;
     1315    width: 12px;
     1316}
     1317
     1318
    11501319/*
    11511320 vd language switch plugin
  • extensions/gally/gally-grum-dark-II/themeconf.inc.php

    r12632 r16020  
    22/*
    33Theme Name: Gally/Grum dark II
    4 Version: 1.4.5
     4Version: 1.5.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.