Background -color of a template page through skinning

Hi All,
I designed a Template page using webcenter portal application .In that I added some Images .
Now I want to get good look and feel for that template using skinning .By default in the application we have portal-skin.css.
So I want to apply background -color to that template page.But the color should be shaded with more than one color.So how can I
get it through skinning.Could anyone help me on this.
Thanks
keerthi

Hi Jiri,
Thanks for your quick reply .
I have seen the link which you gave .But they had mentioned like this to apply for background.
background: -webkit-linear-gradient(left, grey, grey 30%, white 30%, white);
But in my skin.css file i have not found this property -webkit-linear-gradient.
And another syntax is of like this:
div#content {background: url("./gray.png") repeat-y, white; background-size: 30%;}
Here there are uploading color as a image .But actually i am not following this way .
Could we have any other approach for this.
Thanks
keerthi.

Similar Messages

  • Can I modify a background color of a template - specifically, the navigation bar background?

    can I modify a background color of a template - specifically, the navigation bar background?

    iWeb has a great toool :
    And it's visible here :
    And google is your friend :
         http://www.google.com/search?q=what+is+a+HTML+Snippet

  • In Pages 09' how do I change the background colors on the templates?

    I have been trying to change the background on one of the templates from red to green for a while.  I can't figure it out and i can't find answers online any where that are helpful at all.  I just need to changes the background color to what I want it to be and not what the programs sets them too.  Any ideas?  I'm totally stumped!
    Thanks for the help!

    Hi Burke,
    Here's the result, using Peggy's suggestion:
    Process:
    Click on the thin strip of red to the left of the title ("THE THOMPSONS") to select the background.
    You'll see the small x in each corner, indicating the object is locked.
    Go Arrange > Unlock (or press option-command-L) to unlock the object.
    Click on the Fill Color well in the format bar, and choose a new colour from the palette.
    Go Arrange > Lock (or press command-L to re-lock the object.
    Save the result.
    Regards,
    Barry

  • How to change background color only in specific pages???

    Hi! I try to change color of background in pdf document using adobe reader, but it only changes all pages together and I can't find a way to do it on selected pages(or even select them). For example I need to change only 1st and last page to grey background color and leave the middle pages with white background color.  Please help! Thanks

    I seldom use Word so I can't help you with that problem. It could be in the way you are adding the background in Word but again, I use it about oncve a month.
    If you have Adobe Illustrator, you could do it there by adding a colored box in a layer behind the text (you can open the pdf directly in Illy).

  • Changing column background color in a template

    I am using template 12 alternating row colors. Is there a way to change the background color for selected columns in the header in the template.

    Pam wrote:
    I am using template 12 alternating row colors.Do you mean the Standard, Alternating Row Colors report template in theme 12?
    Is there a way to change the background color for selected columns in the header in the template.What do you mean by "selected columns"? Selected how? Why do you want to do this?
    When you have a problem you'll get a faster, more effective response by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s) (making particular distinction as to whether a "report" is a standard report, an interactive report, or in fact an "updateable report" (i.e. a tabular form)
    With APEX we're also fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues, which we can then see at first hand.

  • How do I change the background color in my email page?

    Just trying to change the background color of my email.
    Thanks.

    Maybe you can find something here:
    Stationary Download
    Once you find something, select  "New Message" in Mail, select the Stationary button in the upper right hand corner of the new message, and drag what you want to use to favorites.

  • How do I change the background color of text in Pages quickly?

    I know that I can highight the words with my cursor, then press the little "a" in the toolbar, then select the color I want. However, I have to hihglight a ton of separate sentences in documents that have a few hundred pages.
    Is there a shortcut for changing the background behind the words to a specific color? Or is there a way to do it with just one click? I don't want to have to carefully select the color I want each time. I just need one color, and I'd like to be able to set it easily.

    Thanks, didn't even know about the styles drawer.
    In summary for others...
    Perform the background change on some text, and put the cursor on the text (click the text).
    Command+Shift+T to bring up style drawer.
    Click and hold the "+" button and click on "Add new Character Style" from selection.
    Click on the arrow beside "Include these character attributes."
    Deselect all of the attributes except for the "Fill."
    Change the name to "Highlight Yellow" or whatever.
    Then whenever you click on it in the styles drawer, it will apply the fill.

  • The background color in my bookmarks page changed

    This morning, it looked like Itunes.  This afternoon it has this awful yellowish background.  Is there not a way to change this back?  This happened on my other PC a few months ago.
    I searched everywhere and came up empty.  I tried to reset, uninstall/ reinstall...  No changes.
    Any help would be greatly appreciated.
    Thanks.
    Jim

    Maybe you can find something here:
    Stationary Download
    Once you find something, select  "New Message" in Mail, select the Stationary button in the upper right hand corner of the new message, and drag what you want to use to favorites.

  • Region/page background color

    Hello all,
    Is it possible to change dinamically (depending on a value) the background color of a particular page or region?
    I know how to do it for single columns on my updatable report region but not for the whole region.
    Regards

    1) You have to modify your region template. In the page view, click onto the region template in the "Shared Components" section.
    2) Replace #REGION_ID# by #REGION_STATIC_ID# see also the following thread
    Re: New substitution string - #REGION_STATIC_ID#
    3) Go to your region and enter a unique value into the "Static ID" property. Eg. TESTIT
    4) Create a new region of type HTML with template = No Template Display Point=Before Footer or just after your region
    5) Add a condition to it to define when the coloring should be done
    6) Add the following javascript code into the source of the new region
    &lt;script type="text/javascript">
    $x("TESTIT").style.backgroundColor = "red";
    &lt;/script>That should do what you are looking for.
    Patrick
    My APEX Blog: http://inside-apex.blogspot.com
    The ApexLib Framework: http://apexlib.sourceforge.net
    The APEX Builder Plugin: http://sourceforge.net/projects/apexplugin/

  • Background color using a print template

    Hi to everybody,
    I would like to change the background color over a template print.
    I do not know if is possible to do it ?? I can not find in the print module the option to change it...
    I have tried to edit a template... looking for the line code to change it but it was impossible... I need to change white color to black...
    Thanks in advance
    Ignacio.

    You can't do it using the normal interface. One trick to circumvent this that some people use is to use a passe-partout graphic that you make in a different program as a watermark image.

  • How to use a colum value as background color in a report template

    I need to use a colum value as background color of report template
    es.
    <td style="padding:0px;border-bottom:1px #cccc99 solid;border-right:1px #cccc99 solid;font-size:8pt;background:??????;" #ALIGNMENT#>#COLUMN_VALUE# </td>
    I have a column named COLORE_VAL1
    I try with:
    <td style="padding:0px;border-bottom:1px #cccc99 solid;border-right:1px #cccc99 solid;font-size:8pt;background:#COLORE_VAL1#;" #ALIGNMENT#>#COLUMN_VALUE# </td>
    but the value remain #COLORE_VAL1#.
    Please, help me.
    Barbara

    You need to change the processing type to customer exit of that variable.
    Now in i_step = 1 write the following code:
    Data:dt LIKE sy-datum,
          zper  TYPE /bi0/oifiscper,
          YR type /bi0/oicalyear,
          per LIKE t009b-poper.
    IF i_step = 1.
    WHEN 'X_FSCPRC' .---User input variable based on cmod.
          dt = sy-datum.
          CALL FUNCTION 'DATE_TO_PERIOD_CONVERT'
            EXPORTING
              i_date         = dt
              i_periv        = 'M3'---Give the fiscal year variant                             according to your system
            IMPORTING
              e_buper        = per
              e_gjahr        = yr
            EXCEPTIONS
              input_false    = 1
              t009_notfound  = 2
              t009b_notfound = 3
              OTHERS         = 4.
          IF sy-subrc = 0.
    Concatenate YR Per into Zper.
            l_s_range-low = Zper.
            l_s_range-sign = 'I'.
            l_s_range-opt = 'EQ'.
            APPEND l_s_range TO e_t_range.
          ENDIF.
    endif.

  • WAD: Change Background color of TAB pages

    Hi Gurus,
    I have a requirement to change the background color of the TAB pages in a  TAB strip container.
    By default it displays in "white" color. How can I change this.
    Thanks,
    Sandeep

    Hi Sandeep,
    Not sure if there's a way to change each tab page background color using css etc. But maybe as an alternative if you do not wish to see the tab page background as white and are ok with SAP color themes, you may use a Group webitem (i.e. embed the webitems already on each tab page in a separate Group webitem - if you have more than 1 webitem you would first need to use a Container webitem). For a Group webitem you can choose the background color from Internal Display -> Design property.
    --Priya

  • Dynamic page background color

    How can I modify the background color of a dynamic page. All of my dynamic page backgrounds are currently a tan shade by default.

    Jay,
    The background color for a query table does indeed seem to be hard-coded. I've filed bug 1569601 on this.
    As a workaround, you can use a report instead of a dynamic page. Or, you can explicity control the output of the query with your own formatting tags.
    Regards,
    Jerry

  • Help with Web Template background color

    Hi,
    i'm trying to change by HTML code the background color of a template but it behaves incosistently.
    when putting:
    <body bgcolor=#000000 ...
    the template is white in the background, but with:
    <br>
    <body bgcolor=#000000 ...
    the template is black.
    Plus when i see the final code generated in the web result, it seems that the server adds a bgcolor by his own, the code look like:
    <body bgcolor=#ffffff bgcolor=#000000...
    i think this could be what is causing the incosistence, but i can't find where is this property the server is adding to the template.
    thanks for any help.
    JP

    Hi Juan,
    This could be because of the style sheet you are using. If you want to make a chnage to the colors etc, try doing that in your stylesheet. You can find the style sheets in SE80 in the BW system. You can find out the one being used from your web template properties.
    Hope this helps...

  • Change background color of a selected line of text in textfield

    I have a list of items in a dynamic text field. When a line is clicked I would like to highlight it, or change the background color. Any ideas?

    By default, the generated application uses the oracle skin family. This skin generates the buttons as images with rounded edges so you cannot change the background color. If you change the skin-family to "minimal" in the adf-faces-config.xml, then you can change the background color of the buttons by adding a property like this to the button template:
    inlineStyle="background-color:red;"
    However, a cleaner way to do this, is by creating a custom skin, so you do not have to modify the generator templates at all. See the following link for more info on ADF Faces skinning:
    http://www.oracle.com/technology/products/jdev/101/howtos/adfskins/index.html
    In addition, using the Check for Updates feature in JDeveloper, you can install additional sample skins.
    Steven Davelaar,
    JHeadstart Team.

Maybe you are looking for

  • Initial Load ISU / CRM Issues

    Hi all I have a  few questions. 1. When you start an initial load for BUPA_MAIN in R3AS (from ISU to CRM) it seems only 1 DIAG WP is used (SM50). Is this normal? 2. In R3AM1 you can monitor the objects. Everything seems to be loaded but yet the statu

  • Different output from essentially Identical IDML for different output types

    I am testing a website enhancement locally that uses ID CS6, which i have running via the command prompt. The page first displays a .jpg preview of the file you are designing which is working correctly. When the user is finished editing the document

  • Hiding minimize button in the frame

    hello, how can i hide a minimize button in frame. thanks in advance daya

  • How to launch java files on Mac OS

    Hey! I got a question: how to wrap a java file into Mac OS executable file? Analog for Windows is exe4j . It creates a jre in a exe file , so a person dont need to install runtime env. So any way to do like that? I need to launch program on Mac OS wi

  • ***App Error 205 "Reset"

    Alright, I have been reading several posts on this problem. Followed one of the guy with the pig profile pic. I have been up all night doing this. PROBLEM: downloading update for phone, and my luck, the battery died. Please someone help me I'm alread