+ add the theme of class blue.

This commit is contained in:
wangchunsheng
2011-09-16 08:29:04 +00:00
parent 6f1652f09d
commit 9b244b0eea
5 changed files with 26 additions and 6 deletions
+4 -3
View File
@@ -105,9 +105,10 @@ $lang->exportFileTypeList['xml'] = 'xml';
$lang->exportFileTypeList['html'] = 'html';
/* Themes. */
$lang->themes['default'] = 'Default';
$lang->themes['green'] = 'Green';
$lang->themes['red'] = 'Red';
$lang->themes['default'] = 'Default';
$lang->themes['green'] = 'Green';
$lang->themes['red'] = 'Red';
$lang->themes['classblue'] = 'Blue';
/* Index mododule menu. */
$lang->index->menu->product = 'Products|product|browse';
+4 -3
View File
@@ -105,9 +105,10 @@ $lang->exportFileTypeList['xml'] = 'xml';
$lang->exportFileTypeList['html'] = 'html';
/* 风格列表。*/
$lang->themes['default'] = '默认';
$lang->themes['green'] = '绿色';
$lang->themes['red'] = '红色';
$lang->themes['default'] = '默认';
$lang->themes['green'] = '绿色';
$lang->themes['red'] = '红色';
$lang->themes['classblue'] = '经典蓝';
/* 首页菜单设置。*/
$lang->index->menu->product = '浏览产品|product|browse';
Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 541 B

+18
View File
@@ -0,0 +1,18 @@
/* Designed by silver, www.yanhonglu.com. */
#header{background:url(./images/bg.header.gif) repeat; border:none}
#topbar {color:black}
#topbar a {color:black; text-decoration:none}
#topbar select {color:black; background:#efefef url(./images/bg.header.gif) repeat-x}
#topbar .w-p50 {padding-left:8px}
#mainmenu ul{background:none}
#modulemenu ul{background:none}
#mainmenu .active a{color: #324F7C}
#modulemenu .active a{color: #324F7C}
#mainmenu li{border:none; height:36px; line-height:36px;}
#mainmenu .active {background:url(./images/bg.menu.gif) no-repeat center 5px; width:85px;}
#modulemenu select{border:1px solid #e4e4e4; background:#fff}