• Images for title bar

    By Patrick Kwintensson 1 decade ago

    I notice in the blue.css you make references for the images that should be located in the oneuiv2 theme:



    .xspPanelTitleBar{background-image:url(../oneuiv2/defaultTheme/themeImages/titlebarMid.png);}



    .xspPanelRightCorner{background-image:url(../oneuiv2/defaultTheme/themeImages/titlebarRight.png)}



    .xspPanelInner{background-image:url(../oneuiv2/defaultTheme/themeImages/titlebarLeft.png);}



    is this a new theme I have to install on the server? if so where can i get it?

    • OneUIV2 technote

      By Janko Stefancic 1 decade ago

      Are you running Lotus Domino 8.5.1?



      Because there is a preview of OneUIV2 included in this version.

      More info in this technote :



      http://www-01.ibm.com/support/docview.wss?uid=swg21403600

      • 8.5.1. HF51

        By Patrick Kwintensson 1 decade ago

        yes I do. Why cant you make the process a bit easier or more understandable since I am still not able to use the oneui2 theme with the application. makes me feel dumb :-?

        • ade the following changesi n the blue.css

          By Patrick Kwintensson 1 decade ago

          .xspPanelTitleBar{margin:0 20px;border-bottom-color:#6794cb;background-image:url(/oneuiv2/defaultTheme/themeImages/titlebarMid.png);}

          .xspPanelRightCorner{background-image:url(/oneuiv2/defaultTheme/themeImages/titlebarRight.png);background-position:right top;background-repeat:no-repeat;height:3.5em;padding-right:6px;}

          .xspPanelInner{background-image:url(/oneuiv2/defaultTheme/themeImages/titlebarLeft.png);background-position:left top;background-repeat:no-repeat;height:3.5em;}





          was:



          .xspPanelTitleBar{margin:0 20px;border-bottom-color:#6794cb;background-image:url(../oneuiv2/defaultTheme/themeImages/titlebarMid.png);}

          .xspPanelRightCorner{background-image:url(../oneuiv2/defaultTheme/themeImages/titlebarRight.png);background-position:right top;background-repeat:no-repeat;height:3.5em;padding-right:6px;}

          .xspPanelInner{background-image:url(../oneuiv2/defaultTheme/themeImages/titlebarLeft.png);background-position:left top;background-repeat:no-repeat;height:3.5em;}



          so I removed the .. in front of the image url…



          I assume this is not the way to solve it?