Ignore:
Timestamp:
May 5, 2011, 6:34:51 PM (13 years ago)
Author:
repie38
Message:

version 2.2b compatible 2.2 (based on montblancxl 2.2b)

Location:
extensions/blancmontxl
Files:
6 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/blancmontxl/theme.css

    r10746 r10778  
    1 /* @import url(menu.css); */
    2 
    31* { margin: 0; padding: 0; border: 0; }
    42
     
    402400
    403401
     402.browsePath .button {margin-left:2px}
     403h2 .button {margin-left:2px;margin-bottom:2px}
     404
     405
     406
     407
     408
     409
     410
     411
     412
    404413A:hover .pwg-icon {
    405414  background-image: url(../default/s26/outline_ff7700.png);
  • extensions/blancmontxl/themeconf.inc.php

    r6374 r10778  
    22/*
    33Theme Name: BlancMont XL
    4 Version: 2.1.d
    5 Description: Night theme
     4Version: 2.2.b
     5Description: Fixed 860px width, graphical banner, horizontal drop down menu, MontBlancXL negative.
    66Theme URI: http://piwigo.org/ext/extension_view.php?eid=232
    77Author: repie38
     
    1818);
    1919
     20
     21
    2022add_event_handler('loc_begin_page_header', 'set_bmxl_header');
    2123
     
    2426  global $page,$template,$conf;
    2527
     28  $template->append('head_elements','<link rel="stylesheet" type="text/css" href="themes/blancmontxl/icon/'. $conf['BlancmontXL']['icon_dir'] .'/iconset.css">');
     29 
     30 
     31 
    2632  if (isset($page['body_id']) and $page['body_id'] == 'theCategoryPage')
    2733  {
Note: See TracChangeset for help on using the changeset viewer.