Forum: Community Center


Subject: To all Coding Types - Help!

FranOnTheEdge opened this issue on Apr 13, 2006 · 12 posts


PJF posted Thu, 20 April 2006 at 4:47 PM

Fran, below the main Renderosity banner at the top of the page you will see a link called "my options". Click on that.

In the page that come up, there is a date entry box called "My Style", which has this written above:
Below you can enter CSS Stylesheet rules to make the forums look like you want them to.

In that box:

copy below this line______

BODY {background-color:#465E8C; color: #000000; }
.content_cell { background-color:#7097E0; }

table.outside_table { width: auto; !important;}

a {font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; font-size: 12px; color: #000000;}
a:link {color: #000000;}
a:hover {color: #E0C8A8;}
a:visited {color: #000000;}
select {z-index: -1;}

/* temporary fix for forum_message_cell bug */
tr[bgcolor] {background-color: #7097E0; color: #000000;}

/* Sets the appearance of entry boxes */
textarea {background-color:#6C92D8; color: #000000;}

iframe { width: 720px !important;}

/* Sets the appearance of select menus */
select { background-color:#6C92D8; color: #000000;}
 
td.content_cell {  background-color: #7097E0; color: #000000;}
.forum_headline {font-size:18px; font-weight:bold; padding-top:4px;}

#forum_announcement { border:2px solid #000000; font-color: #000000;}

#forum_announcement td {text-align:center; padding:2px;}

#forum_outer_table {width: 100%; border:2px solid #000000;}
#forum_outer_table td {padding:1px;}

#forum_inner_table { background-color: #000000; color: #000000;}
#forum_inner_table th {background-color:#5D7DBA; text-align:center; font-weight:bold; color:#000000; font-size:11px; height:20px;}
#forum_inner_table td { padding-top:2px; padding-bottom:4px;}

.forum_marker_cell { background-color:#6C92D8; }
td.forum_name_cell { background-color:#7097E0; padding-bottom:5px; }
a.forum_forumname_link, a.forum_forumname_link:hover, a.forum_forumname_link:visited, a.forum_forumname_link:active { font-size:13px; }

a.forum_threadname_link, a.forum_threadname_link:hover, a.forum_threadname_link:visited, a.forum_threadname_link:active { font-size:12px; }
.forum_summary_div { font-size:11px; }
.forum_author_cell { background-color:#6C92D8; }
a.forum_author_link { color: #000000; }
a.forum_author_link:hover, a.forum_author_link:active, a.forum_author_link:visited { font-size:11px; }
.forum_threads_cell { background-color:#6C92D8; #color: #000000; font-size:11px; }
.forum_posts_cell { background-color:#7097E0; color: #000000; font-size:11px; }

/* sets appearance for number of views column */
.forum_views_cell { background-color:#7097E0; font-size:11px; }

/* sets appearance of last posted column */
.forum_last_post_cell { background-color:#6C92D8; font-size:10px; }

/* sets appearance of group listing */
.forum_group_row_cell { background-color:#6C92D8; font-size:14px; font-weight:bold; }

/* The following classes set avatar area appearance */
.forum_avatar_cell { width: 8%; background-color:#6C92D8; font-size:11px; padding:2px; padding-top:5px; color:#000000; }
a.forum_avatar_link, a.forum_avatar_link:hover, a.forum_avatar_link:active, a.forum_avatar_link:visited { font-size:10px; };

/* sets appearance of forum entrys */
.forum_message_cell { background-color:#7097E0; color:#000000; }

/* sets descriptive caption for forum entrys */
.forum_message_detail_table { border-bottom:1px solid #6C92D8; padding-top:2px; padding-bottom:2px; }
.forum_message_detail_cell { background-color: #6C92D8; color: #000000; font-size:10px; font-weight: bold; }
.forum_divider_cell { background-color:#5D7DBA; }

/* sets the appearance of quoting in forums */
.forum_quote_div { font-style:italic; padding:12px; color: #000000; background-color: #6C92D8; width: 600px; -moz-border-radius: 13px; }
*/

copy above this line___

You will see that I've been working for you. Let me know what you think.

,