Changeset 19131


Ignore:
Timestamp:
Nov 22, 2012, 4:11:40 PM (11 years ago)
Author:
cljosse
Message:

[style] Gally-cuise fix compatibility with 2.4

Location:
extensions/gally/gally-cuise
Files:
10 added
7 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-cuise/admin/admin.inc.php

    r8584 r19131  
    11<?php
    22/* -----------------------------------------------------------------------------
    3 Theme Name: Gally/Cuise
    4 Author     : Grum  & cljosse
    5 email    : cljosse@piwigo.org
    6 website  : http://cl.josse.free.fr
     3  Theme      : Gally/Cuise
     4  Author     : Grum + cljosse
     5    email    : grum@piwigo.org
     6    website  : http://cl.josse.free.fr/Galerie
     7
     8    << May the Little SpaceFrog be with you ! >>
     9  ------------------------------------------------------------------------------
     10
    711  --------------------------------------------------------------------------- */
    812
    913include_once(PHPWG_THEMES_PATH.'gally-default/admin/GallyDefault.class.inc.php');
    1014
    11 $interface = new GallyDefault("Gally/Cuise", "", PHPWG_THEMES_PATH.'gally-cuise/conf');
     15$interface = new GallyDefault("Gally/cuise", "", PHPWG_THEMES_PATH.'gally-cuise/conf');
    1216
    1317?>
  • extensions/gally/gally-cuise/conf/default.conf

    r10780 r19131  
    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 = "190"
    217236
  • extensions/gally/gally-cuise/css/theme.css

    r12655 r19131  
    11/* -----------------------------------------------------------------------------
    2   GRUM:DARK-II-CUISE
    3   Theme for Piwigo
     2  CUISE
     3  A Gally's theme for Piwigo
    44  ------------------------------------------------------------------------------
    5   file: gally/cuise/theme.css
    6   file version: 1.2.0
     5  file: gally-cuise/css/theme.css
     6  file version: 1.5.0
    77  ------------------------------------------------------------------------------
    8   author: grum modified cljosse
     8  author: grum at grum.fr + cljosse
    99  << May the Little SpaceFrog be with you >>
    1010  ------------------------------------------------------------------------------
    11   Cuise for template "Gally"
     11  cuise for template "Gally"
    1212----------------------------------------------------------------------------- */
    1313
     
    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 {
     
    3346  font-weight:bold;
    3447}
     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;
     58}
    3559
    3660div.errors ul, div.infos ul {
     
    4468
    4569div.ui-widget-overlay {
    46   background:#808080;
     70  background:#101010;
    4771  opacity:0.88;
    4872  filter:alpha(opacity:88);
     
    6084 page
    6185*/
    62 
    6386body, #menubar {
    64 
    65   background-color:#333333;
    66   color:#333333;
     87  background:#000000 url(./../icon/backgd.png) repeat scroll 0 0;;
     88  color:#DEDEDE;
     89  overflow-x:visible;
    6790}
    6891
    6992a {
    70   color:#000000;
     93  color: #52ff97;
    7194}
    7295
     
    186209#icon_calendar_created:hover {
    187210  background-position:-56px -28px;
     211}
     212
     213#icon_sort {
     214  background-position:-1457px 0;
     215}
     216#icon_sort:hover {
     217  background-position:-1457px -28px;
    188218}
    189219
     
    310340}
    311341
     342#icon_derivatives {
     343  background-position:-1428px 0;
     344}
     345#icon_derivatives:hover {
     346  background-position:-1428px -28px;
     347}
     348
    312349/* tags.tpl */
    313350#icon_cloud {
     
    494531
    495532
    496 
    497533/*
    498534 page : title
     
    504540
    505541.titrePage, .navigationBar, #imageHeaderBar {
    506   background-color:#808080;
     542  background-color:#303030;
    507543}
    508544
     
    516552
    517553#additional_infoTOP, #additional_infoBOTTOM {
    518   background-color:#808080;
     554  background-color:#101010;
    519555  -moz-border-radius:8px;
    520556  -webkit-border-radius:8px;
     
    524560
    525561.additional_info {
    526   border-right:1px #909090 dotted;
     562  border-right:1px #303030 dotted;
    527563  padding:8px;
    528564}
     
    539575#subContent h2 {
    540576  font-size: 150%;
    541   border-bottom:1px solid #909090;
     577  border-bottom:1px solid #303030;
    542578  padding-bottom:4px;
    543579}
     
    545581.thumbnailCategory {
    546582  border: none;
    547   border-bottom: 1px #909090 solid;
    548   background-color: #808080;
     583  border-bottom: 1px #303030 solid;
     584  background-color: #101010;
    549585  display:block;
    550586  margin:8px;
     
    553589
    554590.thumbnailCategory:hover {
    555   background-color:#909090;
     591  background-color:#303030;
    556592}
    557593
     
    562598}
    563599
     600.fixHeight {
     601    clear:both;
     602}
     603
    564604ul.thumbnailCategories li {
    565605  width:50%;
     
    570610}
    571611
    572 .illustration {
    573   overflow:hidden;
    574   text-align:left;
     612.illustration {
     613  text-align:center;
    575614}
    576615
     
    580619
    581620p.thumbCatDesc {
    582   border-top:1px #909090 dotted;
     621  border-top:1px #303030 dotted;
    583622  text-align:justify;
    584623}
     
    597636  left:5px;
    598637  top:-2px;
    599    position:relative;
     638  position:relative;
    600639}
    601640
     
    603642  display:table-cell;
    604643  margin:0;
    605   vertical-align:middle;
    606   height:130px;
    607   width:200px;
     644  padding:0;
     645  vertical-align:middle;
    608646  -moz-border-radius: 8px;  /* round corners with Geko */
    609647  -webkit-border-radius: 8px;  /* round corners with Geko */
    610648  -khtml-border-radius: 8px;  /* round corners with Geko */
    611649  border-radius: 8px; /* round corners with CSS3 compliant browsers */
    612   background-color:#808080;
     650  background-color:#101010;
    613651  border:none;
    614652}
     
    622660}
    623661
     662div ul.thumbnails li {
     663  width: auto;
     664  height: auto;
     665}
     666
     667
    624668/*
    625669 * page :profile
     
    629673}
    630674
     675
    631676/*
    632677 * page :search
     
    648693#copyright {
    649694  font-size:10px;
    650   border-top:1px #909090 solid;
    651   background:#808080;
     695  border-top:1px #303030 solid;
     696  background:#101010;
    652697}
    653698
     
    656701*/
    657702#menubar {
    658   border:1px #909090 solid;
     703  border:1px #303030 solid;
    659704  padding-bottom:30px;
    660705}
    661706
    662707#menubar dt {
    663   background-color: #909090;
     708  background-color: #303030;
    664709  font-size:120%;
    665710  font-weight:bold;
     
    679724#menubar dt .button {
    680725  right:-3px;
    681   top:-5px;
    682726}
    683727
     
    718762
    719763table.calMonth tbody td.calDayCellFull, table.calMonth tbody td.calDayCellEmpty {
    720   border:1px solid #808080;
     764  border:1px solid #101010;
    721765  overflow:hidden;
    722766}
     767
    723768
    724769.calBackDate {
     
    739784
    740785td.calDayCellEmpty {
    741   color:#909090;
     786  color:#303030;
    742787  padding-left:12px;
    743788  padding-top:8px;
     
    752797
    753798.calendarCalBar {
    754   border-bottom:1px dotted #808080;
     799  border-bottom:1px dotted #606060;
    755800  padding-left:10px;
    756801}
     
    772817*/
    773818input[type="text"], input[type="password"], select, textarea, file {
    774 /* font-family: monospace; */
     819 font-family: monospace;
    775820 background: #f0f0f0;
    776821 color:#333333;
     
    784829}
    785830
    786 input[type="submit"], input[type="button"], input[type="reset"] {
    787 /* font-family: monospace; */
    788   border-bottom:1px #808080 solid;
    789   border-right:1px #808080 solid;
     831input[type="submit"], input[type="button"], input[type="reset"], button {
     832  font-family: monospace;
     833  border-bottom:1px #606060 solid;
     834  border-right:1px #606060 solid;
    790835  border-top:1px #ffffff solid;
    791836  border-left:1px #ffffff solid;
     837  margin-top:1px;
     838  cursor: pointer;
    792839}
    793840
     
    795842  border-bottom:1px #ffffff solid;
    796843  border-right:1px #ffffff solid;
    797   border-top:1px #808080 solid;
    798   border-left:1px #808080 solid;
     844  border-top:1px #606060 solid;
     845  border-left:1px #606060 solid;
    799846}
    800847
    801848fieldset {
    802   border:1px ;
     849  border:1px #606060 dotted;
    803850  margin:3px;
    804   padding:3px;
     851  padding:8px;
    805852}
    806853
     
    816863  picture page
    817864*/
     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
    818886#thePicturePage #titrePageID {
    819887  float: left;
     
    838906
    839907#theImgHighCloseButton {
    840   background-image:url(./../icon/buttons.png);
    841   background-repeat:no-repeat;
    842   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 {
    843920  width:15px;
    844921  height:15px;
    845922  top:-8px;
    846   right:8px;
     923  right:35px;
    847924  cursor:pointer;
    848 }
    849 #theImgHighCloseButton:hover {
    850   background-position:-1204px -28px;
    851 }
    852 
    853 #theImgHighZoomButton {
    854   background-image:url(./../icon/buttons.png);
    855   background-repeat:no-repeat;
    856   width:15px;
    857   height:15px;
    858   top:-8px;
    859   right:28px;
    860   cursor:pointer;
     925  background:transparent url(./../icon/buttons.png);
    861926}
    862927
    863928#theImgHighZoomButton.fit {
     929  background-position:-1260px 0px;
     930}
     931#theImgHighZoomButton.fit:hover {
     932  background-position:-1260px -28px;
     933}
     934
     935#theImgHighZoomButton.full {
    864936  background-position:-1232px 0px;
    865937}
    866 #theImgHighZoomButton.fit:hover {
     938#theImgHighZoomButton.full:hover {
    867939  background-position:-1232px -28px;
    868940}
    869 
    870 #theImgHighZoomButton.full {
    871   background-position:-1260px 0px;
    872 }
    873 #theImgHighZoomButton.full:hover {
    874   background-position:-1260px -28px;
    875 }
    876 
    877 
    878941
    879942.imageNumber {
     
    881944}
    882945
    883 #theImgContainer { overflow:hidden;
     946#theImgContainer {
    884947  border:8px #ffffff solid;
    885948}
    886949
    887 #imageHeaderBar .browsePath h2 {
     950#imageHeaderBar.browsePath h2 {
    888951  font-weight:normal;
    889952}
     
    904967
    905968.imageToolBarBg {
    906   background:url(./../images/button-bg.png);
     969  background:#101010;
    907970  opacity:0.88;
    908  
    909971  filter:alpha(opacity:88);
    910972  z-index:-1;
     
    913975
    914976#imageToolBar h2 {
    915   color:#505050;
     977  color:#f0f0f0;
    916978  margin-top:6px;
    917979}
     
    926988
    927989.navThumbPrevContent a img, .navThumbNextContent a img {
    928   border:1px #808080 solid;
     990  border:1px #606060 solid;
    929991}
    930992
     
    9411003#imageInfosContainer {
    9421004  padding-bottom:8px;
     1005}
     1006
     1007table.infoTable td.cTitle {
     1008  width:10%;
     1009}
     1010
     1011table.infoTable td.cNfo {
     1012  width:16%;
    9431013}
    9441014
     
    9461016  margin:auto;
    9471017  font-size:90%;
    948   max-width:80%;
    949   color:#101010;
     1018  max-width:90%;
     1019  color:#f0f0f0;
    9501020  z-index:200;
    9511021  border-collapse:collapse;
    9521022  position:relative;
    953   left:25px;
    9541023}
    9551024
     
    9611030
    9621031.infoTable td.value, .infoTable td.label {
    963   padding-right:50px;
    964 }
    965 
     1032  padding-right:15px;
     1033}
    9661034
    9671035.infoTable .label {
    9681036  font-weight:bold;
    969   border-left:1px dotted #808080;
     1037  border-left:1px dotted #606060;
    9701038}
    9711039
    9721040.infoTable tr:hover {
    973   background-color:#808080;
    974   color:#60f0f0;
     1041  background-color:#303030;
    9751042}
    9761043.infoTable tr.emptyrow:hover {
     
    9941061#rateForm input[type="button"].rateButtonStarFull:focus,
    9951062#rateForm input[type="submit"].rateButtonStarFull  {
    996   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;
    9971068}
    9981069
     
    10001071#rateForm input[type="button"].rateButtonStarEmpty:focus,
    10011072#rateForm input[type="submit"].rateButtonStarEmpty {
    1002   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;
    10031078}
    10041079
     
    10121087}
    10131088
     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
    10141102.commentDetail {
    1015   border-bottom:1px dotted #808080;
     1103  border-bottom:1px dotted #606060;
    10161104}
    10171105
     
    10201108  padding:4px;
    10211109}
    1022 
    10231110.commentDetail ul li {
    10241111  display:inline;
     
    10421129
    10431130#titleComment h3:hover {
    1044   background:#808080;
     1131  background:#303030;
    10451132}
    10461133
     
    10551142*/
    10561143#theTabs {
    1057   border-top:1px solid #808080;
     1144  border-top:1px solid #606060;
    10581145}
    10591146
    10601147#theTabsBg {
    1061   background:#404040;
     1148  background:#101010;
    10621149  opacity:0.88;
    1063   filter:alpha(opacity:48);
     1150  filter:alpha(opacity:88);
    10641151}
    10651152
    10661153#theTabsheets li.tab {
    1067   background-color:#808080;
    1068   border:1px solid #808080;
     1154  background-color:#303030;
     1155  border:1px solid #606060;
    10691156  display:block;
    10701157  float:left;
     
    10781165  padding:4px 8px;
    10791166  top:-6px;
    1080   border-top-width:1px;
    1081 }
    1082 
    1083 #theTabsContainer {
     1167  border-top-width:3px;
     1168}
     1169
     1170
     1171#theTabsContainer .navigationBar {
    10841172  text-align:right;
    10851173}
    10861174
    1087 .navigationBar {
    1088     background-position: top;
    1089     text-align: center;
    1090     position: fixed;
    1091     bottom: 20px;
    1092     font-size: 10px;
    1093     width: 100%;
    1094     background-image: url('../images/button-bg.png');
    1095     background-repeat: repeat-x;
    1096 }
     1175
    10971176
    10981177/*
    10991178  tags
    11001179*/
     1180#fullTagCloud, table.tagLetters  {
     1181    margin-left:120px;
     1182    margin-right:120px;
     1183}
    11011184
    11021185#fullTagCloud SPAN a:hover {
     
    11221205
    11231206.tagaddbutton {
    1124   left:-4px;
    11251207  position:relative;
    1126   top:-3px;
    1127 }
    1128 
     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}
    11291220
    11301221.mandatorystar {
     
    11411232*/
    11421233#thePopuphelpPage h1 {
    1143   background:#808080;
     1234  background:#606060;
    11441235}
    11451236
     
    11661257}
    11671258
     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
    11681319/*
    11691320 vd language switch plugin
     
    11831334}
    11841335
    1185 ul.flag-pan {  background:#000000 url(./../images/bp3.jpg) repeat scroll 0 0;
    1186   border:1px   ;
    1187   border-bottom-color:#666666;
    1188   border-left-color:#FFFFFF;
    1189   border-right-color:#666666;
    1190    border-top-color:#FFFFFF;
     1336ul.flag-pan {
     1337  background:#000000 url(./../icon/backgd.png) repeat scroll 0 0;
     1338  border:1px solid #303030;
    11911339}
    11921340
     
    12151363div#ce-content.content, div#ce-message-block.content  {
    12161364  background:#000000 url(./../icon/backgd.png) repeat scroll 0 0;
    1217   border:1px solid #808080;
     1365  border:1px solid #606060;
    12181366}
    12191367
     
    12531401  background:url(./../icon/gmaps/i28x28_h.png);
    12541402}
    1255 
    1256 
    1257 /*-------------- MON THEME --------------------------*/
    1258 BODY {
    1259 background:url(./../images/cbmt.gif)  ;
    1260 }
    1261 
    1262 /* menubar ---*/
    1263 #menubar { z-index:950;
    1264 font-weight:bold; 
    1265 background:url(./../images/bp1.jpg) ;
    1266 }
    1267 #menubar DT {
    1268 background:url(./../images/button-bg.png);
    1269 }
    1270 #menubar li {
    1271         list-style-position: inside;
    1272         list-style-image: url(./../images/small_bullet_0.png);
    1273 }
    1274 #menubar li li {
    1275         list-style-position: inside;
    1276         list-style-image: url(./../images/small_bullet_2.png);
    1277 }
    1278 #menubar li li li{
    1279         list-style-position: inside;
    1280         list-style-image: url(./../images/small_bullet_vert.png);
    1281 }
    1282 #menubar li li li li{
    1283         list-style-position: inside;
    1284         list-style-image: url(./../images/small_bullet_bleu.png);
    1285 }
    1286 /*--------- Categorie ---------------------*/
    1287 .titrePage {
    1288     background-position: center;
    1289     background: url(./../images/button-bg.png);
    1290 }
    1291 #copyright{background:url(./../images/button-bg.png);}
    1292 
    1293 #imageHeaderBar{background:url(./../images/button-bg.png);}
    1294 #theComments{background:url(./../images/bph.png);}
    1295 
    1296 
    1297 SPAN.wrap2 {
    1298   display:table-cell;
    1299   margin:0;
    1300   vertical-align:middle;
    1301   text-align:center ;
    1302    
    1303   height:130px;
    1304   width:200px;
    1305 
    1306   background:url(./../images/bp3.jpg) ;
    1307   border:solid 3px ;
    1308   border-bottom-color:#666666;
    1309   border-left-color:#FFFFFF;
    1310   border-right-color:#666666;
    1311    border-top-color:#FFFFFF;
    1312 
    1313 }
    1314 
    1315 SPAN.wrap2:hover {
    1316   background-color: #FFFFFF;
    1317  
    1318    border:solid 3px ;
    1319   border-bottom-color:#FFFFFF;
    1320   border-left-color:#666666;
    1321   border-right-color:#FFFFFF;
    1322    border-top-color:#666666;
    1323    
    1324 }
    1325 
    1326 .thumbnailCategory{
    1327   background:url(./../images/bph.png);
    1328    border:solid 3px ;
    1329   border-bottom-color:#666666;
    1330   border-left-color:#FFFFFF;
    1331   border-right-color:#666666;
    1332    border-top-color:#FFFFFF;
    1333 }
    1334 .thumbnailCategory:hover{
    1335   background:url(./../images/bph.png);
    1336    border:solid 3px ;
    1337   border-left-color:#666666;
    1338   border-bottom-color:#FFFFFF;
    1339   border-top-color:#666666;
    1340    border-right-color:#FFFFFF;
    1341 }
    1342 
    1343  
    1344 #imageToolBar H2{
    1345                  backgroundColor:transparent;
    1346                  
    1347                  }
    1348 .imageToolBarBg{background:url(./../images/button-bg.png);}
    1349 
    1350 #navThumbPrevContainer{background:url(./../images/bp3.jpg);background-position:center}
    1351 #navThumbNextContainer{background:url(./../images/bp3.jpg); background-position:center;}
    1352 
    1353 .infoTable{background:url(./../images/bph.png)}
    1354 
    1355 /*
    1356   inputs
    1357 */
    1358 input[type="text"], input[type="password"], select, textarea, file {
    1359  
    1360  
    1361 }
    1362 
    1363 input:focus, select:focus {
    1364  
    1365 }
    1366 
    1367 INPUT[type="submit"], input[type="button"], input[type="reset"] {
    1368 font-family:"Trebuchet MS";
    1369  background:url(./../images/bp0.jpg);
    1370 }
    1371 
    1372 INPUT[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {   
    1373  
    1374 }
    1375 
    1376 fieldset { border:#FFFFFF ;
    1377 background:url(./../images/bph.png);
    1378 }
    1379 
    1380 fieldset legend {
    1381 border:none;
    1382 background:url(./../images/bph.png);
    1383 }
    1384 
    1385 
    1386 
    1387 #subContent{
    1388 background:url(./../images/cbmt.gif);
    1389 }
    1390 
    1391 
    1392 #theTabsContainer{ visibility:visible; background:url(./../icon/1x1transp.gif) }
    1393 
    1394 #theMapListPage{ /*background:url(./../icon/1x1transp.gif)*/ }
    1395 
    1396 .thumbnailCategory{}
    1397 
    1398 .ammillustrationc{ 
    1399  
    1400 }
    1401  #irandompicinner{
    1402   width:60%;
    1403  }
    1404 #copyright{   position:fixed;bottom: 0px;
    1405  }
    1406 
    1407 
    1408 #divMsg{
    1409 
    1410 }
    1411 /*-------------------------------------------*/
    1412 div ul.thumbnails img, #linkPrev img, #linkNext img {
    1413  
    1414 }
    1415 
    1416 .content ul.thumbnails img.newImage {
    1417  
    1418 }
    1419 
    1420 div ul.thumbnails span.wrap2 {
    1421 }
    1422 
    1423 div ul.thumbnails SPAN.wrap2:hover {
    1424  
    1425 }
    1426 
    1427 #navThumbPrev, #navThumbPrev{
    1428    
    1429 
    1430 }
    1431 #theImg{
    1432  height:600 ;
    1433 }
  • extensions/gally/gally-cuise/mail-css.tpl

    r12655 r19131  
    11{literal}
    2 body { background-color:#080808; color:#fff;}
     2body { background-color:#000; color:#fff;}
    33#copyright { font-size:8px; }
    44h2 { background-color: #303030;}
  • extensions/gally/gally-cuise/themeconf.inc.php

    r12664 r19131  
    11<?php
    22/*
    3 Theme Name: Gally/Cuise
    4 Version: 2.0.6
     3Theme Name: Gally/cuise
     4Version: 2.0.7
    55Description: Cuise theme
    66Theme URI: http://piwigo.org/ext/extension_view.php?eid=398
     
    99*/
    1010
    11  if ( PHPWG_VERSION < "2.2.0" ) {
    12     $themeconf = array(
    13                   'name' => 'gally-cuise',
    14                   'theme' => 'gally-cuise',
    15                   'parent' => 'gally-default',
    16                   'icon_dir' => 'themes/gally-cuise/icon',
    17                   'mime_icon_dir' => 'themes/gally-cuise/icon/mimetypes/' ,
    18                
    19                   );             
    20   }  else {
    21     $themeconf = array(
    22                   'name' => 'gally-cuise',
    23                   'theme' => 'gally-cuise',
    24                   'parent' => 'gally-default',
    25                   'icon_dir' => 'themes/gally-cuise/icon',
    26                   'mime_icon_dir' => 'themes/gally-cuise/icon/mimetypes/',
    27                  
    28                   );
    29   }
    30 
     11$themeconf = array(
     12  'name' => 'gally-cuise',
     13  'theme' => 'gally-cuise',
     14  'parent' => 'gally-default',
     15  'icon_dir' => 'themes/gally-cuise/icon',
     16  'mime_icon_dir' => 'themes/gally-cuise/icon/mimetypes/',
     17 'local_head'           => 'local_head.tpl',
     18);
    3119?>
Note: See TracChangeset for help on using the changeset viewer.