+ add the theme of class blue.
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 302 B |
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 541 B |
Executable
+18
@@ -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}
|
||||
Reference in New Issue
Block a user