Changeset 19229 for extensions
- Timestamp:
- Nov 29, 2012, 6:13:30 PM (12 years ago)
- Location:
- extensions/stripped_cuise_bloc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/stripped_cuise_bloc/theme.css.php
r19222 r19229 546 546 } 547 547 .pwg-icon-map{ 548 background-image: url( '<?php echo $root ; ?>icon/map_s.png')548 background-image: url(<?php echo $root ; ?>icon/map_s.png) 549 549 } 550 550 #derivativeSwitchBox {color:"red",display:"block",z-index:100} … … 552 552 553 553 a.button, a.navButton, span.button, #icon_menu{ 554 background-image: url( "../../themes/gally-grum-dark-II/icon/buttons.png")554 background-image: url(icon/buttons.png) 555 555 } 556 556 … … 591 591 .browsePath, #theHeader, #imageTitle, .randomButtons, #footer_left, #copyright ,.titrePage .categoryActions { 592 592 border:0px; 593 background:Transparent url(<?php echo $root ; ?>images/button-bg.png) ;")593 background:Transparent url(<?php echo $root ; ?>images/button-bg.png) 594 594 color:black 595 595 } 596 596 .titrePage .categoryActions { 597 597 border:0px; margin:0px;padding:0px; 598 background:Transparent url(<?php echo $root ; ?>images/button-bg.png) ;")598 background:Transparent url(<?php echo $root ; ?>images/button-bg.png) 599 599 color:black 600 600 } 601 601 .content_block .additional_info{ 602 602 border:0px; margin:0px;padding:0px; 603 background:Transparent url(<?php echo $root ; ?>images/button-bg.png) ;")603 background:Transparent url(<?php echo $root ; ?>images/button-bg.png) 604 604 color:black 605 605 } -
extensions/stripped_cuise_bloc/themeconf.inc.php
r19224 r19229 4 4 Version: 1.0 5 5 Description: Cuise theme (sous-thème de stripped_black_bloc) 6 Theme URI: http://piwigo.org/ext/extension_view.php?eid=65 16 Theme URI: http://piwigo.org/ext/extension_view.php?eid=652 7 7 Author: cljosse 8 8 Author URI: http://cl.josse.free.fr
Note: See TracChangeset
for help on using the changeset viewer.