Using CSS for portal theme

Hi,
I have 1 css file which I should use to build the EP theme. This theme will be used by all the web dynpro applications deployed on this portal. Is there any way i can use the CSS file directly rather than using the theme editor in NW developer studio.
Pls suggest the possible ways of creating this new theme.
Thanks
Puneet.

Hi Puneet
you can create the css in css folder while creating new par project in nwds and also use it by refering it in component.i.e incuding it in component to be rendered.
With regards
subrato kundu
IBM
SAP Enterprise portal Technology consultant

Similar Messages

  • Using CSS for Web dynpro application in EP

    Hi,
    I have some CSS (Style sheets) which I need to apply to the portal, so that all the web dynpro applications can have the same look and feel.
    I read something about Theme Editor in EP. Can I somehow use that to import the CSS contents into the EP theme?
    Any pointer to using CSS for Web Dynpro applications will be appreciated.
    Thanks.
    Puneet

    Hi,
    Go thorugh the follwing Web Dynpro Java
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/business_packages/a1-8-4/nw04stack09themes.zip
    To know how to use it and for the steps to be followed please follow the tutorial here
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/how to edit web dynpro themes.pdf
    the last url gives you a step by step procedure with wizards..
    Regards,
    RK

  • Using CSS for Struts JSP presentation using tiles

    hi all,
    i want to use CSS instead of table TRs ,TDs,TABLE in my jsps.
    can anyone help me how can i achieve that?
    i want to use css with struts presentation using tiles
    i couldn't find much information about using CSS for jsps on the web can anyone guide me with proper information in this regard?
    regards and thanks in advance

    Actually, I just realized it's the exact same syntax as regular html (which I was thinking, but for some reason it didn't work the night I posted):
    <head>
      <link rel="stylesheet" href="yourstylesheet.css"/>
    </head>I'm not sure why it didn't work for me the first time.
    theAmerican

  • Re:Using css for HTMLB ui elements

    Hi All,
    I have used css for html elements and i got it.But if i do the same for htmlb elements its not working.I have searched for many blogs and forums but i couldn't get it. Is there any procedure to apply the css for htmlb element.
    Thanks in advance

    Hi Margaret.,
    If u post this thread in web dynpro ABAP forum then u may get some use ful help..!! As per my concern., whatever u like go for tat, which will give u more work satisfaction.,  pls go through this link and post it there.,
    [Web DynPro ABAP Forum|Web Dynpro ABAP;
    Thanks & Regards
    Kiran

  • How do u use SDO_RELATE for dynamic theme

    Hi ,
    I have line geometry. For this line geometry I have to create a buffer using SDO_GEOM.SDO_BUFFER and I have to check whether the given point geometry is with in this buffer.
    How can i do it?
    i have used buffer and SDO_RELATE but its giving error as
    "SDO_RELATE can not be used with out Spatial Index". Here my buffer is a dynamic theme.
    Is there any possibility to create index for dynamic theme?
    Thanks and Regards
    Aravindan

    Hello
    We did something familiar in a sence.
    We used an analysis based sdo_NN.
    Also therefor the spatial index is required and used.
    We created a Materialized view containing the sdo_buffered result geometry, based on additional where clauses for the base table..
    We defined a spatial index on the materialized view result table, and an additional view containing the sdo_nn operator to this materialized view result table.
    So when we changed the requirements in which geometry had to be buffered in the first step, we refreshed to materialized view. This caused the de sdo_index being updated. this way the view with the operator was actualized.
    I hope this explained a little bit the way we did this, maybe this can help you out.
    Luc

  • Using CSS for Tables

    I would like to use CSS to center all tables across my site.
    Where is
    the option to do this?
    Thanks!

    I would like to use CSS to center all tables across my site.
    Where is
    the option to do this?
    Thanks!

  • Edit css for a theme

    Hi,
    How can we edit the css file for a built-in theme? Can we upload a new css file and use it instead of the default css, if so how?
    Thanks,
    Machaan

    I'm not sure, whether you want to create new substitution strings or change the values for existing ones.
    I assume you want to set the values.
    It is rather hard to give you a complete reference here since there are really a lot of substitution strings. As with variables in common programming environments, each of them has a predefined scope.
    #HOME_LINK# for instance is usually defined on application level and its definition is located differently in different versions of APEX: For 3.2 it is
    Shared Components >> Definition >> Security >> Home Link
    whereas 4.0 is organized a little different:
    Shared Components >> Security Attributes >> Home Link
    #LOGO# is a value to be found in
    Shared Components >> Definition >> Logo
    in both 3.2 and 4.0.
    There are several points in the documentation where you find the hints you are searching for, e.g. you find the substitution strings for the scope "page template" documented here:
    http://download.oracle.com/docs/cd/E17556_01/doc/user.40/e15517/themes.htm#BABBABDJ (4.0-Documentation)
    The built-in (global) substitution strings are documented here:
    http://download.oracle.com/docs/cd/E17556_01/doc/user.40/e15517/concept.htm#BEIIBAJD (4.0 again, look into the version that corresponds to your development environment).
    -Udo
    Edited by: Udo on 27.08.2010 16:04
    P.S.: If you intend to define your own substitution strings, the Definition >> Substitution is the right place to look.
    Edited by: Udo on 27.08.2010 16:13
    Edited by: Udo on 31.08.2010 12:06
    P.P.S.: I found that page which is quite useful when wanting to know which substition variables exist in which context:
    http://oraclequirks.blogspot.com/2007/07/apex-substitution-strings-cross.html

  • Removing Flash using CSS for mobile devices

    Hi- I'm trying make my website moble friendly (I know- drop the flash all together but I can't).
    Instead of having JS redirect to a new page, I'd like to have CSS hide the Flash and replace with a menu.  Is this possible?
    Here is the page w/ flash: http://www.prodentite.com/about/index.htm
    I'd like to be able make the page look like this when the browser doesn't support flash:
    http://www.prodentite.com/mobile/
    Any suggestions?

    Create a new css stylesheet with a media type of "handheld" and make selectors that call out those items you wish to "hide" by making them display: none;
    Be sure you put a media type on your general css stylesheet of "screen" so that your stylesheets won't fight with each other.
    I know there are great tutorials out there for creating "print" stylesheets for "screen" web pages. You can follow a similar procedure when you create your "handheld" stylesheet.
    Here's one of them now:
    http://www.adobe.com/devnet/dreamweaver/articles/designing_css_pt7_02.html
    Beth

  • Using customize portal theme for abap webdynpro.

    Dear all,
    I have a customized portal theme where we used different color for the portal. When I create a abap webdynpro application for a workflow task (the application will launch when user click on the item in the UWL). When the application launch, it does not use the customized portal theme instead it just use the standard theme.
    Anyone knows where can I configure it?
    Thanks
    Regards
    Bryan

    Hi Brian,
    You can change the color of a table only if u have the Textview as UI element for cell.
    You can change the semantic color property of textview.
    Please check this.
    I would suggest you to use ALV instead of Table as you can change its colors easily by using functions like SET_DESIGN
    GET_DESIGN of IF_SALV_WD_TABLE_SETTINGS.
    I hope it helps.
    Please revert back with issues.
    Regards,
    Sumit Oberoi

  • Use of CMS/JDI for portal development

    I have recently installed JDI offline and online and configured it for use of XI develpoment but now i am asked to Use CMS to transport portal components or contents.
    My Question, is it possible to Use CMS for portal transports and Can i get any kind of help in implementing CMS for portal.
    Any kind of help would be really appreciated.
    Thanks
    Farrukh

    Hi Farrukh,
    You can look at these too..
    /people/sap.india5/blog/2005/11/28/xi-software-logistics-solution-iii-cms
    /people/sap.india5/blog/2005/11/09/xi-software-logistics-ii-overview
    http://help.sap.com/saphelp_nw04/helpdata/en/f6/719a2172f74b67b150612a7cd3b7df/content.htm
    Hope these help you!
    cheers,
    Prashanth
    P.S please mark helpful answers

  • Customizing Font Size of Date Navigator Header Using CSS

    Hi All,
    Can anyone offer any advice on how I'd change the font-size of the Date Navigator Header (i.e. May 2010, June 2010, etc)?
    I've tried the good ol' CSS hack underneath the "Font Color of Date Navigator Header" and despite it working during preview, it doesn't come through when I save it.
    This is what I've entered:
    #000;padding:7px;font-weight:bold;font-size:medium
    What am I doing wrong?
    Is it because there are too many arguments?
    Where else could I modify this?
    Thanks,
    Bim.

    Hello Bim,
    I am not sure about your requirement using CSS. But, one way of changing the "Font Color of Date Navigator Header" is through editing the properties of your current theme in "Portal theme editor". For portal theme editor, logon to portal and navigate to System Administration>Portal Display>Theme Editor--> Click on the theme that is currently active.
    Now, navigate to "Date Navigator" under Complex Elements and change the required properties. I hope this helps you. Let me know if you need any other information.
    Regards,
    Gopal.

  • Using CSS in Crystal Report

    Hi,
    I wanted to know if and how do we use CSS for formating the fields in Crystal Report. I did see a "CCS" class name option in the "Format Filed" selection, not sure how it works.
    Also, wanted to know how do we UPLOAD the CSS to the CMC.
    Thank you.
    KS.

    Hi Chito,
    You cannot load multiple images dynamically. Using the 'graphic location' formula for the OLE Object, you can only point to a location that can load one image.
    For the second image, you'll need to manually insert another OLE Object and point the formula to the next image's location.
    You can try posting to the SAP Crystal Reports, version for Visual Studio space to find out whether this can be done using CR SDK.
    -Abhilash

  • Trouble printing webpage designed in DW using CSS

    I'm using CSS for the first time to design a website in Dreamweaver MX 2004. I'm using a stylesheet for all of the styling, but when I preview the document in the browser, and try to view it in print preview, the printer continuously spools more and more pages for printing. There shouldn't be any more than 2 - 3 pages for the printer to spool, but it keeps spooling pages until I have to cancel the document altogether. I've tried to create another external "print' stylesheet, but that hasn't had any affect on the printer spooling the document continuously. Any ideas on what could be causing this? Thanks for any assistance that you can provide.

    I don't believe that it's either my browser or my printer. Both of those seem to be working fine whenever I print out other webpages. I think that it may be something going on with my coding. I've attached a copy here. Maybe you can help me troublehoot it.
    Thanks,

  • Internationalize Numbers using css--

    i want to format the numbers using css for each country
    ie if country is france the format=0.0.0
    if country is UK=00.00
    i use the below code
    *<LINK REL=stylesheet HREF="<%= new XMLReaderAdapter().setLocale((Locale)request.getAttribute("locale")) %>"*
    TYPE="text/css">
    but i get a exception
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: 19 in the jsp file: /displayBandwidthUsage.jsp
    Generated servlet error:
    The method print(boolean) in the type JspWriter is not applicable for the arguments (void)_
         org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:512)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
         org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    root cause
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: 19 in the jsp file: /displayBandwidthUsage.jsp
    Generated servlet error:
    The method print(boolean) in the type JspWriter is not applicable for the arguments (void)_
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:84)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:328)
         org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:414)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:297)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:276)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:264)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:305)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
         org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5.17 logs.
    Edited by: SathyaK on Dec 10, 2007 12:34 PM

    new XMLReaderAdapter().setLocale((Locale)request.getAttribute("locale"))The above one return type is void. so u should not.

  • Use Enterprise portal theme for Web Client

    Hi Experts,
    I am new to this topic.
    I am working in portal project. We have situation that in portal we have excellent theme but in CRM Web client we donu2019t have fantasy theme like portal.
    Is there anyway can I use my portal theme for CRM web client?
    If you guide me how to integrate portal theme into CRM Web UIs, that will be great.
    Thanks.

    Ashok,
    There is no easy way to extend your portal theme to the CRM WebClient. Lot of effort is needed for identifying the portal CSS files and updating CRm WebClient theme CSS files with the portal theme attribute values.
    Thanks,
    Thirumala.

Maybe you are looking for

  • Relative path for images in RTF templates

    Hi everybody! When I insert an image in a RTF template, I put its path into the web dialog, in order to see correctly the picture when I open the report from the xmlp server, in this way: url:{"http://servername/analytics/res/Images/image.bmp"} How c

  • HDV Print to Video - Video Doesn't Display or Record on Camera

    I am editing HDV 1080i60 on FCP 5.1.3 and when I try to Print to Video, the camera screen displays "HDV in" and "i.LINK" but remains blue and does not allow me to press the record button. However, with the same camera (HDR-HC1) and using Final Cut Ex

  • Add columns to EXCEL exported from ALV

    Hi, I'm using the function module REUSE_ALV_GRID_DISPLAY, to display an ALV report. This report shows a standard text when users click on one column. I wanna know if its possible to add the standard text as a column into the EXCEL exported from this

  • Reg: Mass generation of roles with open authorization

    Hi,          Is there an option to mass generate roles with open authorizations ?          It would be helpful if it there exists some transactions or reports that would help in doing so unlike CATT scripts or batch sessions. Regards,

  • Lack of burst mode in N8?

    Was trying to take an image of a moving object today, and when looking in the camera settings I saw that there was no burst mode This was pretty surprising since all the older nokias I have owned had this including N73, N79, and N86. Wondering if the