高楼主题

使用这个主题,为你的Redmine获得可定制、多彩的现代外观。

highrise-teaser.png

概述

一个开放、屏幕自适应的Redmine和RedmineUP插件主题,可扩展设计以适合所有浏览器宽度及不同分辨率,还提供富有吸引力、可定制标题颜色的主菜单。

现在下载
或试用在线预览

兼容

咖啡主题与Redmine v2.2.x兼容,它在Chrome、Safari、Internet Explorer和Firefox等主流现代浏览器中测试并通过。

安装

  1. 下载主题
  2. 将其解压缩到../public/themes/,这将产生一个application.css目录路径,如:

    ../public/themes/a1/stylesheets/application.css

  3. 你现在可能需要重启Redmine,以便在可用主题列表中显示新安装的主题。
  4. 转到“管理 -> 设置 -> 显示”,然后在“主题”下拉列表中选择你新创建的主题,保存设置。
  5. Redmine系统现在应该以所选主题样式显示。

更改图标和颜色

  1. 将导入的文件名更改为*red.css*,*green.css*,*grey.css*或*dark_grey.css*,在第2行
  2. 更改第6行中的padding以替换你的图标(图标文件应存在于 /public/themes/highrise/images/logo.png )
  3. 
    @import url(../../../stylesheets/application.css);
    @import url(blue.css);
    
    #header > h1 {
    	background: url(../images/logo.png) no-repeat -2px -5px;
    	padding: 5px 50px; 
    	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
    }
    

设置左侧菜单

取消注释第三行 /public/themes/highrise/stylesheets/application.css


@import url(left_menu.css);

注册RedmineUP云测试

即刻开始你的15天免费试用,所有专业插件都安装在云端,无须提供信用卡信息。

更改日志

v1.1.2 - 17 October 2013

  • Contacts 3.2.6 support (tags)
  • redmine_tags plugin support
  • Search field styles

v1.1.1 - 12 September 2011

  • Redmine 2.2 support
  • CRM plugin 3.1 support
  • Invoices plugin 2.0.1 support
  • Helpdesk plugin 2.1.0 support
  • Retina display support (thumbnails, contacts avatars, logo