[2.0.21] RedSilver_C

This is an archive of the phpBB 2.0.x styles that were in our database. The release topics are here for reference, but we no longer host or support these styles.

Rating:

Excellent!
8
50%
Very Good
4
25%
Good
2
13%
Fair
1
6%
Poor
1
6%
 
Total votes: 16

Gautama
Registered User
Posts: 34
Joined: Sun Dec 17, 2006 6:03 pm

Post by Gautama »

I love this template and I voted excellent.

But there is one problem.

When you are logged in, the header with all the forum functions is too small. Your login name appears under the header in the red space. This happens when you use the dutch translation of phpbb, the words are too long.
DrR0Ck
Registered User
Posts: 8
Joined: Fri Dec 29, 2006 4:00 pm

How to change main menu font color?

Post by DrR0Ck »

I'm trying to change the font color of the main menu items (FAQ, Search, etc. ) for this style, without changing any of the other font colors, but the changes I'm making are all being superseded by gray. I have looked at the overall header, and the .css, and have tried various combinations of removing or modifying the mainmenu class, and manually modifying the color values, but nothing seems to affect the font color. Can anyone help with this?

Thanks
DrR0Ck
Registered User
Posts: 8
Joined: Fri Dec 29, 2006 4:00 pm

Font color question...

Post by DrR0Ck »

I kept working on it until I got it figured out. Thanks.
appaloosa
Registered User
Posts: 38
Joined: Sat Apr 01, 2006 7:22 pm
Location: CANADA

Change hyperlink colours

Post by appaloosa »

For posting messages, anyone tell me how to :

1.) Change the default hyperlink colour (which is currently set to gray)

2.) Change the default hyperlink HOVER colour (which is currently set to orange).

Thanks for any and all help
~app
Thatbitextra
Former Team Member
Posts: 7604
Joined: Mon Mar 21, 2005 5:04 am
Location: A place where something is or could be located; a site.
Contact:

Post by Thatbitextra »

In overall_header.tpl, change:

Code: Select all

a:link,a:active,a:visited { color : {T_BODY_LINK}; }
a:hover		{ text-decoration: underline; color : {T_BODY_HLINK}; }
Styles KB
My MODs: Choose Who to Accept PMs From (Prevents unwanted PMs!) | Warn of Old Topic Before Posting Reply
Style: subBlack (Now updated to phpBB 2.0.22 and 5 new color schemes!)
appaloosa
Registered User
Posts: 38
Joined: Sat Apr 01, 2006 7:22 pm
Location: CANADA

Post by appaloosa »

Thatbitextra wrote: In overall_header.tpl, change:

Code: Select all

a:link,a:active,a:visited { color : {T_BODY_LINK}; }
a:hover		{ text-decoration: underline; color : {T_BODY_HLINK}; }


re: above - change it to what? (what am I supposed to change/replace?)

Thanks,
~app
Thatbitextra
Former Team Member
Posts: 7604
Joined: Mon Mar 21, 2005 5:04 am
Location: A place where something is or could be located; a site.
Contact:

Post by Thatbitextra »

Change it to something like:

Code: Select all

a:link,a:active,a:visited { color: #000000; }
a:hover      { text-decoration: underline; color: #FFFFFF; }
Styles KB
My MODs: Choose Who to Accept PMs From (Prevents unwanted PMs!) | Warn of Old Topic Before Posting Reply
Style: subBlack (Now updated to phpBB 2.0.22 and 5 new color schemes!)
flozig
Registered User
Posts: 4
Joined: Wed Mar 28, 2007 4:26 pm

Re: [2.0.21] RedSilver_C

Post by flozig »

Could anybody tell me where can I get the Spanish language pack for RedSilver_C? I just don't find it. :cry: Thanks in advance.
WWu777
Registered User
Posts: 802
Joined: Tue Aug 14, 2007 12:40 pm
Contact:

Re: [2.0.21] RedSilver_C

Post by WWu777 »

The standard redsilver is the same one as the redsilver_c except that it covers the whole page.

I have a few questions.

If I choose the redsilver_c, can I put ads in the empty columns? If so, how?

Isn't that what the empty spaces in the columns are for?

Also, I am using phpBB2 version 2.02. Would this be compatible with that?
User avatar
yuga
Registered User
Posts: 15
Joined: Thu Mar 18, 2004 9:31 am
Location: Serbia

Re: [2.0.21] RedSilver_C

Post by yuga »

How to change moderator and administrator colors on index page ? Which file I need to edit ?


edit: problem solved :mrgreen:
WWu777
Registered User
Posts: 802
Joined: Tue Aug 14, 2007 12:40 pm
Contact:

Re: [2.0.21] RedSilver_C

Post by WWu777 »

Hi there,
Does anyone know how to place ad code in the sidebars space column in the index_body.tpl file? I tried placing the following code under the search box table on the left, but it only pushed down the main center table body! Can anyone tell me how to do this correctly or the correct code to set up a table in the sidebar space? Thanks.

Here is what I tried that didn't work.

<!-- Begin Ads -->

<table width='100%' border='0' cellpadding='0' cellspacing='0'>
<tr>

<ad code>

</tr>
</table>

<!-- End Ads -->
Locked

Return to “[2.0.x] Styles Database Releases”