gpt4 book ai didi

css - 如何基于主题在 websphere portal 7 上创建样式

转载 作者:行者123 更新时间:2023-11-28 05:00:40 27 4
gpt4 key购买 nike

我们正在使用 Websphere Portal 7,我需要创建一个基于 Theme 的新样式,该样式可以正常工作,一个页面只需要这种样式,我对 websphere portal 还很陌生。

我该怎么做?

最佳答案

我通过检查页面 ID 解决了这个问题,我只需要修改部署的 Skin 中的 default.jsp 页面。这对我有用。

<% boolean mobileLogin = false; %>
<portal-logic:if selection="EXAMPLE.PublicArea.myMobilePage">
<style>
.section-mobile {
width: 50%;
margin: 0 auto;
text-align: center;
}
.login{margin:0 auto;}</style>
<div class="section-mobile">
<img src="/Theme/themes/html/MyTheme/img/logo.gif" class="logo-mobile">
<c:if test="${!renderPlaceholdersOnly}">
<portal-core:screenRender/>
</c:if>
<% mobileLogin = true; %>
</div>
</portal-logic:if>

<% if (mobileLogin != true){
%>

关于css - 如何基于主题在 websphere portal 7 上创建样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40132552/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com