简体   繁体   English

Sakai 11默认徽标更改

[英]Sakai 11 default Logo Change

I am using Sakai 11. i would like to know how to replace the default sakai logo of serenity to a institution logo. 我正在使用Sakai11。我想知道如何将平静的默认Sakai徽标替换为机构徽标。 what is the step/command to changing the default logo. 更改默认徽标的步骤/命令是什么?

If you've installing from the binary and you just want to change the logo it's going to be in your tomcat at webapps/library/skin/morpheus-default/images/logo.png. 如果您是从二进制文件安装的,并且只想更改徽标,则它将位于webapps / library / skin / morpheus-default / images / logo.png中的tomcat中。 You can replace this file directly. 您可以直接替换此文件。

However if you want to do more customization on the logo more (like colors) you'll need to change the code in library updating the _defaults.scss and recompile. 但是,如果您想对徽标做更多的自定义操作(例如颜色),则需要更改库中的代码以更新_defaults.scss并重新编译。

In Sakai 11 this is in reference/library in the source, in Sakai 12 it's just in /library. 在Sakai 11中,它在源中的引用/库中,在Sakai 12中,它仅在/ library中。 From this directory look in /library/src/morpheus-master/sass/_defaults.scss 从此目录中查看/library/src/morpheus-master/sass/_defaults.scss

For more information on skin customization see Morpheus 12 Documentation or Morpheus 11 documentation or additional Morpheus information 有关皮肤定制的更多信息,请参见Morpheus 12文档Morpheus 11文档其他Morpheus信息。

此处的徽标:tomcat.xxx/webapps/library/skin/morpheus-default/images/logo.png您可以替换徽标。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 更改Jupyter笔记本版4.x +徽标 - Change Jupyter notebook version 4.x+ logo 在所有页面上更改徽标的贡献 - contribution to change logo in all pages nuxeo 更改PayPal中默认字段上的文字? - Change text on default fields in PayPal? 如何更改 SearchView 默认图标? - How to change SearchView default icon? 如何使用WordPress Avada子主题将主要徽标的链接更改为自定义URL而不是首页? - How to change link of main logo to custom URLs instead of homepage, with WordPress Avada child theme? 如何更改侧边栏的免费 React.js 管理模板和 header 中的 coreUi 徽标? - how to change the coreUi logo in Free React.js Admin Template of sidebar and header? 在整个应用程序中更改默认Winform图标 - Change Default Winform Icon Across Entire App 如何更改 Fabric.js 调整大小手柄的默认外观? - How to change default appearance of Fabric.js resize handles? 如何使用CSS更改单选按钮的默认背景边框 - How to change the default background border for radio button using css 如何在Ubuntu上更改默认的Atom编辑器图标? - How do I change the default Icon of Atom editor on a Ubuntu?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM