Setting the color of the portal background

I'm trying to set an overall background color for the portal. Can this be set through the CSSMill or will this require modifying the base code? This seems like a pretty simple change, but I haven't found the proper file to update.
Thanks,
Derek

Hi Derek,
Were you able to receive the instruction set I sent you yesterday? The zip file might have been blocked by a spam filter.
Yes, it is correct to use hex to format the colors in the style sheets.
The standard colors sent with the portal are as follows -
1 - Purple/Violet10 - Blue Gray2 - Golden Brown11 - Dark Teal 3 - Blue Purple12 - Dark Gray4 - Blue Green 13 - Olive5 - Medium Brown (Cinnamon)14 - Standard (Royal Blue) 6 - Strawberry15 - Pine Green7 - Purple (Grape)16 - Cranberry 8 - Gold17 - Orange/ Rust 9 - Dark Brown18 - Teal
If you follow these instructions, does your portal change to Gold -
Open Windows Explorer and navigate to PTConfig.xml("PT_HOME\ptportal\5.0\settings\config"), and open it in a text editor.
Find the StyleSheetNametag under the MyPagestag and change the valueattribute to "mainstyle8". <MyPages><!-- The default rate at which the MyPage will refresh itself. It sets the meta tag:
<meta http-equiv=Refresh content=1800> for the MyPage. This is the default setting that all users will have;
users are allowed to change this setting individually by changing their personal settings in the Portal. --><MyPageRefreshRate value="1800"></MyPageRefreshRate>
<!-- The name for the Portal's default stylesheet. --><StyleSheetName value="mainstyle8"></StyleSheetName>
</MyPages>Restart your application server and load the portal.
Sudha

Similar Messages

  • Is there a way to change the color of the Bezier Curves and points to a different color other than black  I find it perplexing while setting points and curves working on a photo that needs to be separated from it's background for placement on transparent

    Is there a way to change the color of the Bezier Curves and points to a different color other than black  I find it perplexing while setting points and curves working on a photo that needs to be separated from it's background for placement on transparent backgrounds. Any thoughts?

    Yes. Well, sort of: instead of a "path", set the pen tool to "shape" in the tool properties. Then set the fill colour to transparent, and the stroke colour to the colour you want. You can also set the stroke width.
    Not perfect, but at least you can see the path more clearly - the anchor points and handles still remain the default colour. Open the path panel, and right-mouse click the path shape to create a selection based on that shape. The Paths panel menu also allows you to create work paths based on that shape.
    Unfortunately when you try to move the handles the black thin outline appears again until you release the mouse button.
    This is one of several things that works better in Photoline: in Photoline, once the path is set to a specific colour, editing the path uses the actual colour and stroke width. which is extremely handy for creating path based selection with awkward background colours and/or a high resolution screen. In Photoline the handles and bezier points are also much, much larger, which makes it rather simpler to work with as well - especially on a higher resolution screen. And when selected the handles and points are a clear red with a black outline - again easier to spot and identify. I just works better, in my opinion.

  • Flash CS4 - Can I change the colors of the background or text that shows up in the Layers section?

    I am stuggling here!  I am colorblind.  I need to change either the color of the background or the color of the text on the layers section on the Timeline.  I simply cannot read/see what is currently showing.  It is a very light blue background with white text and white dots for seeing, locking, or setting the outline color.  I need to either change the text color and dots to black so I can see them, or try to change the background color to a dark blue so I can read the white text.  Changing the text color would really be my preference.  How do I do this?   Please help.  Adobe hasn't been very concerned about colorblindness when developing these products.  I can barely make out all the light grey/grey/dark grey/grey stuff.  Now this! 

    For Windows you can adjust your Theme (or download a new one and use that). This will alter the color of each layer, for example if you use Classic then it will use a very dark blue for layers that will provide higher contrast. I've downloaded other custom themes in the past that use a very dark grey for example.
    (By the way, for Mac users go to Appearance in System Prefs and choose a different Highlight color - you can choose a default or custom one. That color is used for the layer color).

  • Setting Row Color of the JTable

    Hi,
    I wanted to set the first row and first column of the JTable .
    Can anybody help me in this? I read CellRendering but didn't understood when getTableCellRendererComponent(...) method get called and how it works.
    I realy appreciate if anybody explains me.
    Thanks,
    Padmashree

    Hi,
    If my understading is correct, You are trying to set the color of the first column of the first row.
    "Renderer" returns the component used for drawing the cell. It applies for all the cell. Method called
    "GetTableCellRendererComponent" is used to configure the renderer appropriately before drawing.
    So the following parameters are provided to acheive it.
    table - the JTable that is asking the renderer to draw; can be null
    value - the value of the cell to be rendered.
    isSelected - true if the cell is to be rendered with the selection highlighted; otherwise false
    hasFocus - if true, render cell appropriately.
    row - the row index of the cell being drawn.
    column - the column index of the cell being drawn
    So to acheive your requrement, you have to do something like this.
    1 - apply the required color to first cell of the first row
    2 - configure in such a way that it works when the renderer reads first row and first column.
    For. e.g To set the background color as Blue,
         if(row == 0) && ( column == 0){
         this.setBackground(Color.Blue);                          }else {
              this.setBackground(defaultColor);
    Hope it gives a good picture.

  • How Do I change the color of the background?

    I am currently working on an important project,where my client wants their image on certain colors, they were shot on a white background, so how do I change the color of the background? Do I do that in the Develop stage?  I do not want to print these, I need to export the finished images to my desktop to send to     the client! Please HELP!!! Lisa

    While this is probably a job for Photoshop rather than LR, you could probably, with a lot of work, achieve this effect using the adjustment brush in Lightroom, set it to whatever color you want and paint over the white background. But as I said, this is a job much more easily accomplished in Photoshop.

  • After updating my iPad to ios 7.1 my folders turned gray and the bar at the bottom of the screen is the same gray instead of taking on the color of the background.  Is there a way to change this?

    After updating my iPad to ios 7.1 my folders turned gray and the bar at the bottom of the screen is the same gray instead of taking on the color of the background.  Is there a way to change this?

    Turn off the Reduce Transparency setting.

  • Dynamically setting the color of the title in a Panel

    Hello, I know I can set the color & font of the title in a Panel using the titleStyleName in a stylesheet.  How can I dynamically change the color though?  I have a component:
             <mx:Panel id="myPanel"borderColor="{this.color1}" />
    where this.color1 is a value that changes dynamically, and thus changes the border color.  How do I do this for the color of the text in the title?

    Hi,
    Try this
    var css:CSSStyleDeclaration = StyleManager.getStyleDeclaration(".myPanelTitle");
    css.setStyle("color",0x00FF00);

  • 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

  • In Dreamweaver 6, I created a new fluid layout. I set up (4) DIVs. In the 3rd div, I changed the font color. The new color shows up on the website when viewed in my computer desktop, but, when viewed in a tablet and a cell phone, the color of the font doe

    In Dreamweaver 6, I created a new fluid layout. I set up (4) DIVs. In the 3rd div, I changed the font color. The new color shows up on the website when viewed in my computer desktop, but, when viewed in a tablet and a cell phone, the color of the font does not change. It's the same in Dreamweaver's Live view. It shows the new color on Desktop view and not in the cell phone or tablet view. Also, I changed the font itself in one of the DIVs and it shows up in the new font on the desktop view and website viewed thru the computer, but, not on the tablet or cell phone. Can someone please explain. I want to be able to change the fonts and colors for viewing in the tablet and cell phone, also. The fonts were all standard fonts. Sans-erif and Verdana and Arial were tried. Thanks.

    I will lock this discussion because of duplicate post.

  • How to set the color to the particular row in a report

    Hi
    I have a report in which I have an edit link(I changed the id as edit link)..When I click that link, all the details(the whole row details) will be appearing on the items nearer to the report to save the changes....
    I want to set the color for the particular row when a link is clicked and the color should not be changed until I save the changes in items...After saving the changes, the report should come in the normal color...this is my requirement..i refered many forums regarding this...But could not find solution....If anyone knows,please help me...
    Fazila

    Here is how I would implement
    Create renderer
    Add SkinnableContainer element and create a skin for this container namely SkinnableContainerSkin
    find the fill section in the skin
    add bitmap fill to the fill section and give the source of the image which you are planning to use(Hopefully this is a direct way of doing, may be you need to hack this a little to get it to work)
    I've never tried this, but should help you give some idea.

  • How do it change the color of the background in a still photo in a imovie picture slide show

    how do it change the color of the background in a still photo in a imovie picture slide show

    LOL - I had the same problem.  Hidden in plain sight!  All I saw was Numeric, and thought "Duh! Of course it's numeric - it's a slider!"
    I do think NI could do a much better job on this, perhaps with more informative labelling.  Slider Scaling or Scale Format might be better.  Also, since one can select the Digital Display by itself on the front panel, one should be taken directly to the digital display formatting when Properties is selected, instead of still having to change the dropdown. By selecting the digital display instaead of the slider, you're implying that you want to change its format only.

  • How do i change the color of the window background?

    How do I change the color of the window background? When I create a new document on indesign sometimes the blackground is white, sometimes black or gray and I d'ont know why. Thanks for help.

    THis sounds like you are viewing is different modes. "Normal" or layout mode uses a white pasteboard whre you can store objects that you might want to use, but don't want on your pages currently. When you switch to "Preview" mode the pasteboard and any guides and non-printing objects disappear and the background goes gray. In Presentation Mode the backbround is black and the tools and panels will disappear.
    Hitting the W key when you don't have the Text tool active will toggle normal and preview modes. Shift + W will take you to Prensetation Mode, and Esc will take you back out.

  • Can u tell me how to set the color of the button and its border

    hi to all,can u tell me how to set the color of the button and its border

    There are sample code on the java.sun.com
    http://java.sun.com/docs/books/tutorial/uiswing/components/example-swing/index.html
    try this web page ... There are lots of examples... Good luck ... "Gan en "

  • Can you change the color of a Generator background?

    Dumb question, but how do you change the color of a Generator background?
    Not seeing the option in the inspector.

    On that note, I want to correct my earlier post saying that you'd have to go to Motion if there was no published parameter to adjust the color of the generator. 
    Nothing would stop you from adding a Colorize filter directly in FCP X.
    Of course, if there was more to the generator than just a background, the Colorize effect would impact all parts of the Generator, whereas in Motion you'd have the ability to isolate the particular layer you want to affect. 
    The main reason to go to Motion in this changing the generator color scenario would be to publish the Shape Color(if the background was a shape) or publish the Colorize filter(both remap white and black) so that you could easily modify the color of any future instance of that Generator copy.  

  • Setting the color of the window title in Forms 6i

    How does one control or set the color of the title of the MDI and module windows
    gordon
    [email protected]

    Gordon, I'm pretty sure this is actually outside the realms of Forms since the Window Manager is controlled by the O/S and so the only way you can set this is via the PC desktop (there is nothing exposed in Set_Window_Property that can do this).
    Hope this helps.
    Regards
    Grant Ronald
    Forms Product Management

Maybe you are looking for

  • AARP games requires plug-ins but they will not install to play games

    Every time I go on the AARP games site (http://games.aarp.org), it notes that my plugins need to be updated. I agree and go thru all the procedures of installing the plugins. They download but the steps of installing the plugins never become active.

  • T-minus Countdown in Motion???

    Hey Guys Can anyone tell me if there is an easy way to create a T-minus style countdown timer in motioin. It has to countdown from 3:00:00 (m:ss:ff)to 0:00:00. I mean I could painstakingly key frame hundreds of frames and change the text in a text fi

  • Lenovo Order Status Page Down

    I'm trying to reach the Lenovo Order status detail page at http://ovp.lenovo.com/lenovo-ovp/public/showDetail!showPublicOrderDetail.action There is a more specific address that I was given that includes my order email and shipping address though the

  • Snow leopard and Canon pixma pro drivers, which one is it recognizing?

    I have a new MacBook Pro. I print with Canon Pixma Pro 9000 and 9500. My question is regarding the print drivers. I plug both Pixma pros in and the computer recognizes them. However, I also downloaded the latest print drivers for the two print driver

  • Unable to print photo's in a email

    Before the last 2 upgrades to OS X 10.6.8 I could print a email with a picture or coupon in it with no problem. Now either I cut and paste or get a box with the little blue box inside it with no content  when printed ! I have the Display remote inage