How to change the color of the links inside a portlet ?

Hi,
I have to apply a css into one of the portlets of my page. Since I thought it would not be easy I figured out that the only thing the client cares is the color of the links inside the portlet. The portlet has a bunch of links and these link should be blue and 12pt. Does somebody know how to do that ?
Thanks,
Rafael.

Change hyperlink color:
There are about 50 predefined styles with each template. They are modifiable. Hyperlink is one of the styles.
Follow this process:
• In your document select a word of text, any word will do.
• Style it the way you want your hyperlinks to look.
• Show Styles Drawer from the View menu.
• Find the Hyperlink style in the drawer and right-click on it.
• Select - Redefine Style from Selection - in the pop-up menu.
That's it. You've changed the hyperlink style for this book.

Similar Messages

  • How to change background color of multilevel textbox in oracle form 6i

    hi
    How To Change background Color of the Text.
    In One Multilevel Block 10 Record is Display At a Time in a Text Box (Name is AMTt)
    This Text Box display , Buffer and Record Length is 10
    In Case Of Amount is Less 500 then Text Color Is Red(Or Any) and In Case Amount Is More 500 Then Color is Green (Or Any).
    Me Use This Code in PRE_RECORD EVENT
    TCMTL is Block name
    TCMTL_AMT is Text Box Name
    if :TCMTL.TCMTL_AMT >5000 then
         g_fun.msgbox('Values is more');
         Set_Item_Property('TCMTL_AMT' , BACKGROUND_COLOR, 'r50g100b100');
    else
         g_fun.msgbox('Values is Less');
         Set_Item_Property('TCMTL_AMT' , BACKGROUND_COLOR, 'r50g100b10');
    end if;     
    but This Code Is Refer Only 10th Value and change color depend on value.
    so
    possible to Different color in One Block Text Box Then how?

    DECLARE
         cur_itm VARCHAR2(80);
         cur_block VARCHAR2(80) := Name_in('system.trigger_block') ;
         BEGIN
         cur_itm := Get_Block_Property( cur_block, FIRST_ITEM );
    WHILE ( cur_itm IS NOT NULL ) LOOP
              cur_itm := cur_block||'.'||cur_itm;
              --:global.VISUAL_ATTRIBUTE:= 'BACKGROUND_COLOR';
              --:global.VISUAL_ATTRIBUTE:= get_item_property(cur_block||'.'||cur_itm ,Background_Color);
              IF :TCMTL.TCMTL_AMT >= 500 THEN
                             Set_Item_Instance_Property( cur_itm, CURRENT_RECORD, VISUAL_ATTRIBUTE,'r50g100b100');
                   ELSE
                             Set_Item_Instance_Property( cur_itm, CURRENT_RECORD, VISUAL_ATTRIBUTE,'r5g100b10');
                   END IF;
                             cur_itm := Get_Item_Property( cur_itm, NEXTITEM );
                   END LOOP;
                   next_record;
    END;
    this is my in that how to set a VISUAL_ATTRIBUTE, and where to set so get a background color of text and change

  • How to change the color of Menu links in obiee

    Does anyone knows how to change the colors of Menu links in obiee. With menu I mean the menu links default right top (Search, homepage, Catalogus, Dashboards, new, Open). This should be set in skin and style files, not? I searched a lot. I could not find It. It is now Oracle blue, we want to change this.
    obiee 11.1.1.5.
    Thanks

    You have to customize portal banner and portal content CSS files as needed in OBIEE server.
    below links will guide u but will will not tell you exactly but your req can be done by customizing portal content and portal banner CSS files. try to identify the exact code using firebug in mozilla.
    http://www.rittmanmead.com/2009/04/customizing-obiee-dashboard-banners/
    Customization of login page, banner,logo in obiee11g
    Thanks
    Jay.

  • How can I change the color of a link?

    My links are black and when I change the color of a link to blue from the properties and save, I see that it's still black but when I move the mouse cursor over the link, it's blue. What should I do to change it to blue even when the mouse cursor is not over it?
    Thanks in advance.

    Which state do you want the color to change?
    a:link {
         color: /* insert color */
    a:visited {
         color: /* insert color */
    a:hover {
         color: /* insert color */

  • How can i change the color of the text on a button in Roll Over or Click state (Cs5.5)

    Hello,
    Here is the problematic:
    1° How can i change the color of the text on a button in Roll Over or Click state (Cs5.5)
    - I've many button in a doc im creating
    - the color of the buttons is white with black stoke & black text
    - in roll over state i want them to inverse the color coding (the text white & bottom black)
    - currently the text becomes invisible as black on black cant be seen (ive stroked it white but that looks ugly)
    - i would just like to know if there is a function made for this?
    My other questions:
    2° Ive a presentation on which Ive created buttons which tigger pop-up animations
    - i have 5 buttons which trigger animations
    - the viewer can chose to Click on any of the buttons randomly
    - the problem is once the animation is open how can it be close... either:
    a) by it self after "40" seconds
    b) when ther viewer clicks another button
    3° Ive created buttons linking pages..
    - "go to page xxx"
    - when i do a preview and click on the buttons the links dont take me to the right pages
    - is that normal? (maybe in preview its suppose to be like that)
    4° I would like to intergrate YouTube videos in the presentation so they play inside the docment.. when i tried.. it said the 'link isnt a flash video'
    - what should i do?
    5° Once i export it into Swf. how how can i visualize it? or put it online?
    Thank you for your time.

    stlbbl4u wrote:
    Hello,
    Here is the problematic:
    1° How can i change the color of the text on a button in Roll Over or Click state (Cs5.5)
    - I've many button in a doc im creating
    - the color of the buttons is white with black stoke & black text
    - in roll over state i want them to inverse the color coding (the text white & bottom black)
    - currently the text becomes invisible as black on black cant be seen (ive stroked it white but that looks ugly)
    - i would just like to know if there is a function made for this?
    You should setup Object Styles - these can also include Paragarph Styles that can be triggered when the Style is selected.
    http://help.adobe.com/en_US/indesign/cs/using/WS5CEDB81A-0011-4dc9-9DE8-AC7AD4C80076a.html
    My other questions:
    2° Ive a presentation on which Ive created buttons which tigger pop-up animations
    - i have 5 buttons which trigger animations
    - the viewer can chose to Click on any of the buttons randomly
    - the problem is once the animation is open how can it be close... either:
    a) by it self after "40" seconds
    b) when ther viewer clicks another button
    I'm not sure what you mean - I don't do files with Animations
    3° Ive created buttons linking pages..- "go to page xxx"
    - when i do a preview and click on the buttons the links dont take me to the right pages
    - is that normal? (maybe in preview its suppose to be like that)
    Does it work properly when you export it to the finished file?
    4° I would like to intergrate YouTube videos in the presentation so they play inside the docment.. when i tried.. it said the 'link isnt a flash video'- what should i do?
    InDesign won't link directly to youtube videos. I think your best bet would be to use Downloader to download the video and embed them directly in Indesign.
    5° Once i export it into Swf. how how can i visualize it? or put it online? 
    Thank you for your time.
    You can look up how to embed a SWF file into your HTML - but it depends what you mean by "online" there's a dozen ways to get a file "online".

  • How to change the color of the item in the tree.

    Hi
    I am using TREE for navigation and it has nodes. I would like to change the color of the node if it is clicked.
    Any ideas?

    Hi Denes,
    I had same query like I was looking for, how to highlight node
    which user has clicked ! I followed your stesp like :-
    select "emp" id,
    "mgr" pid,
    CASE
    WHEN PROJECT_NAME = :F200_USER_SELECTED
    THEN '<span class="HighlitTreeNode">'
    || PROJECT_NAME
    || ' '
    || '</span>'
    ELSE PROJECT_NAME
    END name,
    'f?p=&APP_ID.:16:&SESSION.::NO::F200_USER_SELECTED,F200_USER_SELECTED_TABLE_ID,F200_USER_SELECTED_TABLE_NAME:'||"LOB" ||','||"ID"||','||"TABLE_NAME" link,
    null a1,
    null a2
    from TREE_PROJECTS
    and set Stylesheet to :-
    <style>
    a {text-decoration:none;font-weight:bold;}
    a:hover {text-decoration: underline; color: darkred;
    font-weight:bold;}
    .HighlitTreeNode {font-size:12px;font-weight:bold;color: darkred;
    margin-left:20px;white-space:nowrap;}
    </style>
    ====================
    This has solved my query completely.
    Thanks a ton for such a nice tip !
    Regards,
    -DVS

  • How do you change the color of the path the pen tool makes?

    There must be some way to change the color of the path the pen tool makes from that grey color to something that will contrast with the image underneath. I found one thread about this from 2010 or so and the answer led to a dead link. This seems like it would be a very helpful feature that would be easy to implement. Someone please tell me in 2014, after a zillion version of photoshop have come out in the past 30 or so years, how do we do this? Thank in advance.

    Why? When you zoom in too close sometimes it become too pixelated to see what's going on and the point on the pen become to close to each other. Why can't you change the path to a color so that it doesn't blend into the image you're trying to trace? Why is the unchangeable color one of the most likely colors to become invisible on most images? So frustrating!

  • Changing the color of the link to the current page

    How can I change the link on the current page to display a different color until the user redirects to another page. I am wanting to keep all my links visible and simply change the color of the link that the user is on.
    I think I am going to use the 'pFlowStepId'.
    I am using a navigation bar that redirects to pages within the application but one link redirects to a url.
    Thanks in advance!

    &lt;style type="text/css"><br>
    &lt;!--<br>
    a:hover {<br>
         color: #ce1008; font-weight: bold;<br>
         text-decoration: underline;<br>
    }<br>
    .style1 {color: #ce1008; font-weight: bold;}<br>
    --><br>
    &lt;/style><br>
    Copy and paste into HTML Header.<br>
    Welcome to the &lt;a href="f?p=&amp;APP_ID.:1001:&amp;SESSION.::NO:::"><br>
    &lt;span class="style1">Master – Detail - Details&lt;/span>&lt;/a> demo application.<br>
    …<br>
    Click &lt;a href="f?p=&amp;APP_ID.:1001:&amp;SESSION.::NO:::">here&lt;/a>
    to begin.<br>
    It is located at http://htmldb.oracle.com/pls/otn/f?p=26372
    Then pick ApEx>Forms>Master – Detail from menus.
    Konstantin

  • How can i change the color of the graph in agreement of the program's condition

    Hi,
    I am using labview 5.1 in my graduation's project final. (sorry by my english, but i am ina hurry)
    How can i change the color of the graph in agreement of the program's condition?
    I am developing a VI to control the temperature of termistors,but i have another sensor too.
    In a graph i have the situation of the termistors,but i want to change the color of the graph when the sensor is active.
    Thanks a lot
    Rafael Wajnsztajn - Brasil

    To change the color of the line itself, you can use the attribute Plot>>Plot Color.
    To change the color of the points, you can use the attribute Cursor>>Cursor Color.
    To select the color, you should have a color box constant inside the Numeric>>Additional Numeric Constants palette.
    This is all in LV 7.0. I'm not sure how it similar it is in 5.1.
    One important thing is to place the attribute node inside a case structure which will execute only when your condition has been filled.
    If this didn't help you, I suggest you post the relevant piece of code, or at least an image of it (no BMPs, please).
    Try to take over the world!

  • How can I change the color of the Integration Builder?

    Watch this blog: /people/sravya.talanki2/blog/2005/12/08/message-mapping-simplified-150-part-ii
    While reading this blog I notice that the IB is of a different color. I would like to use this feature to differ my systems by color. How can I change the color of the IB?

    hi,
    you can always try <b>the Felix's way</b> )
    /people/sap.user72/blog/2005/12/11/how-to-apply-themes-in-exchange-infrastructure
    is that what you need?
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • How can I change the color of a object inside a symbol?

    Hello!
    I'm working on this study and I need to change the color of an object inside a symbol when I click another object.
    The object is called "bola", wich is inside the symbol "ponto" and the clicking object are the colored pencils (each pencil should change the color of the symbol's object, giving the impression you'd selecting a different pencil to draw).
    I think it's simple to understand what I mean when you see the files.
    I already tried this line on click event of the pencils, but it didn't work:
    sym.getSymbol("ponto").$("bola").css("color","#123456");
    Anyone knows how to make that work?
    I would like to improve the experience of drawing as well. I made it with the "mousedown" event. Is that a better way to get a similar effect?
    My files
    Thanks a lot,
    Clayton F.

    Ok here is another sample:
    http://www.meschrene.puremadnessproductions.net/Samples/HELP/LapisB/Lapis.html
    http://www.meschrene.puremadnessproductions.net/Samples/HELP/LapisB/Lapis.zip
    You need to create a var that changes the css background color..
    Hopefully you can understand what I did...
    The text I left showing so that you could see it change...
    I updated the files and all colors should work now.
    Message was edited by: ♥Schrene

  • How do I change the color of the triangle in a menu bar?

    Hi,
    I have a question that might seem very rudimentary...How can I change the color of the little downward-pointing triangle on my menu bar items that have sub-menus? Specifically, I want those triangles to be invisible when the cursor is not over the menu bar. Right now it is black and changes to white. I'm running Dreamweaver CS5 on a Mac if that makes any difference. Is there a CSS rule for this somewhere that I am not seeing?
    Many thanks for any help!
    -AG

    Those are images, so you will need to change the image.

  • Is there a way to change the color of a linked eps or ai file in InDesign?

    I have a questionaire form that I'm placing in several documents. I need it to be exactly the same in all instances except that it occurs in 4/c on some docs and 1/c (black) on others.
    It'd be best to have all the Indesign files link to the same eps (or ai, or eps) file so that I know any change to the text of the linked questionaire will be reflected on all of the InDesign docs. But I don't think InDesign will let me change the color of the text and other filled or stoked elements of eps, ai, or pdf files.
    I can change a these in a grayscale tif file. But rasterising the questionaire at a high dpi somewhat defeats the live update feature I'm trying to add here (and bloats my file size).
    Could the fact that I can't change the document color mode to grayscale in AI be a factor here?
    Thank you for your time!

    The only way I can think of is to use a Spot Colour in Illustrator.
    You can then place that into InDesign and the Spot Colour should show up in the Swatches Panel.
    In InDesign - create a New Swatch and have this be a Spot colour too.
    Using the Swatches Panel flyout menu (top right) you can go Ink Manager...
    From here you can Map the colour used in Illustrator to the colour you have creaeted in InDesign.
    This will replace the colour in InDesign only - and results may vary on output.
    You will need to use View>Overprint Preview to view the results.
    Hope that helps.

  • How do I change the color of the users name after they sign in?

    I am trying to change the color of the users name after they have signed in on the top right hand corner. When you hove over the login it shows up "Welcome (Users name) Log Out", The "welcome" and "log out" are in white and I know how to change them, but trying to find out how to change the name so it appears a different color is getting the better of me. Please help.

    Hi blackroseuk7,
    You can use firebug to inspect the element to see what div to target and from there you can set the color with CSS.
    Hope this helps!
    Carol - BCGurus.com

  • How do I change the color of the background (working) space in Adobe Elements 11 from that awful olive green color to light gray or black or white?

    How do I change the color of the background (working) space in Adobe Elements 11 from that awful olive green color to light gray or black or white?

    Thanks so much for responding! I tried right clicking on the space around the image and nothing happens. No drop down menu appears for me to select a different color! Appreciate your help . . . Diane

Maybe you are looking for

  • Printing JPanel to fit one page, Urgent  (thanks for help)..........

    hi all, I am trying to print and can't get the right scaling. My problem is if the JPanel that has lot of images inside it is too big to come on one page width and height then I want the print out to be on one page. If my panel's height is too large

  • Cine 30" raedon x800xt and an addidtional (different resolution) monitor

    I have a G5 with a 30 inch cine display and a radeon x800xt video card. I would like to get an additional 19 inch monitor to use as a tool pallate. I am not schooled on video cards, but can I add a second monitor of a lower resolution.....(again i am

  • Events list in ABAP

    Hi All, Any one can send the <b>list of Events in ABAP.</b> Thanks in Advance. -Muraly.

  • (BUG with) -  Targeted Adjustment Tool

    The Targeted Adjustment tool will stop functioning after I use the magnifier. When I attempt to use the tool, it only functions as a magnify glass. When I quit Lightroom and relaunch it, it restores the Targeted Adjustment tool back to a functioning

  • CS5 64bit crashing on startup

    Hi - I have CS5 working fine on one machine (vista 64, and tried it also on Xp64 on one machine) and it works fine. I have another xp64 machine that I want run it on instead and it's crashing on startup - it crashes to the desktop without any error m