Welcome Guest [Log In] [Register]
We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
I can't see the Latest Discussions properly; Changing the colors of LD in the Portal
Topic Started: Jun 19 2005, 03:04 PM (6,854 Views)
Mercury
Member Avatar
Member
 *   *   *   *   *   *   *   *  
The Latest Discussion (when enabled for the Portal) uses colors from your skin to help it blend in with the rest of your board. This is preferable in most cases. However, when the skin sets the lines between cells the same color as the text (such as a dark skin with white lines and white text) the text in the Portal will blend in with the background. There are two ways to fix this, both by adding code to your Style Sheet.

The first method is to change the background color right under the titles of the Latest Discussion. The following code, when added to the Style Sheet, will change the background to black. It is suggested that you use a different hex color code that will fit with your skin.
Quote:
 
div.desc {background-color:#000000}


The second option is to change the text color. It can be accomplished by adding the following lines to the Style Sheet. Again, use of different color codes is suggested.
Quote:
 
div.desc {color:#000000}
div.desc a:link, div.desc a:visited, div.desc a:active {color:#000000}
div.desc a:hover {color: #000000}
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Troubleshooting and Problem Solving · Next Topic »
Add Reply