[How to] colorize prosilver

For support and discussion related to templates, themes, and imagesets in phpBB 3.0.
Anti-Spam Guide
Locked
wildsidecinema
Registered User
Posts: 45
Joined: Wed Dec 30, 2009 10:14 pm

Re: [How to] colorize prosilver

Post by wildsidecinema »

Hello! My forum is: http://www.wildsidecinema.com/forum//phpBB3/index.php

I'm looking to change some colors, category color & font colors. I'm looking to swap out the blue in the category borders for red. Here's a picture of the blue. I'm also interested in changing the font in the forum lists to black, if possible.

Image


*EDIT* - One last question, the top of my forum says "Index Page," I'm wondering what file I would edit to change that to something of my own choosing?
asinshesq
Registered User
Posts: 6266
Joined: Sun Feb 22, 2004 9:34 pm
Location: NYC
Name: Alan

left and right border colors for unanswered pms in pmlist?

Post by asinshesq »

I'm having trouble finding where the left and right border colors for unanswered pms in the pm list are defined. I found the definitions for pm_replied and pm_marked, but unanswered pms in the pm list appear not to have any special css class so I assume they inherit the left and right border color from a more general class. I spent a long time looking and finally decided to ask here :oops:
asinshesq
Registered User
Posts: 6266
Joined: Sun Feb 22, 2004 9:34 pm
Location: NYC
Name: Alan

Re: left and right border colors for unanswered pms in pmlist?

Post by asinshesq »

asinshesq wrote:I'm having trouble finding where the left and right border colors for unanswered pms in the pm list are defined...
Aha...I see that left and right border colors for unanswered pms in the pm list ONLY appear when I'm using IE6. On IE8 and firefox no left or right border colors appear. Another IE6 problem...the world will be nicer as the installed base of IE6 browsers disappears ;)
asinshesq
Registered User
Posts: 6266
Joined: Sun Feb 22, 2004 9:34 pm
Location: NYC
Name: Alan

Re: left and right border colors for unanswered pms in pmlist?

Post by asinshesq »

asinshesq wrote:
asinshesq wrote:I'm having trouble finding where the left and right border colors for unanswered pms in the pm list are defined...
Aha...I see that left and right border colors for unanswered pms in the pm list ONLY appear when I'm using IE6. On IE8 and firefox no left or right border colors appear. Another IE6 problem...the world will be nicer as the installed base of IE6 browsers disappears ;)
AdamR has posted an IE6 fix for this problem here if anyone else needs it: http://www.phpbb.com/bugs/phpbb3/56355
PNPF
Registered User
Posts: 27
Joined: Sat Nov 21, 2009 4:43 pm

Re: [How to] colorize prosilver

Post by PNPF »

Hi,

I searched and I can't see this covered, forgive me if it has been.

I have added a "grass" effect to my style, but can't seem to get it to continue the entire length as it reverts to the bg colour shortly after.

What do I need to do to make it go the whole length down?
Image

Thanks in advance.
PNPF
Registered User
Posts: 27
Joined: Sat Nov 21, 2009 4:43 pm

Re: [How to] colorize prosilver

Post by PNPF »

Bump!

Sorry, I hate when people bump topics too.

If this is not possible can somebody let me know, I holding off the launch of a new style for my forum while I await an answer on this.


Thanks
scottybt
Registered User
Posts: 130
Joined: Sun May 11, 2008 5:39 pm

Re: [How to] colorize prosilver

Post by scottybt »

Guess this should maybe be in the portal thread.. but it's prosilver and you guys know how to colour most stuff.

Used photoshop to get the color codes and then searched through colours.css, links.css and portal.css, but can't find them.

I've basically marked up the stuff I'm wondering about.. Markings:
  • Titles on the small boxes (Meny, Statistikk, Top Postere, Brukermeny etc)
    1-2px lines going underneath titles in small boxes
    The orange coloured "top posts" text(down left)
    Container box bg within "Velkommen" and "Avstemning"
    The orange going around the middle containers.
(right click and view picture to see it full-size)
Image

Thanks!
User avatar
ashras99
Registered User
Posts: 441
Joined: Mon Dec 19, 2005 9:09 pm

Re: [How to] colorize prosilver

Post by ashras99 »

In prosilver, Admin username shows as RED and Bold, i like to change this color and want normal font on viewforum.php and index.php

Please tell me how to change?
teajay
Registered User
Posts: 12
Joined: Wed Nov 28, 2007 4:40 pm

Re: [How to] colorize prosilver

Post by teajay »

Can you let me know how to change the blue background on the topic posts please.

I have followed the instructions and changed the following...

.bg1 { background-color: #f8ac11; }
.bg2 { background-color: #f7c651; }
.bg3 { background-color: #fce2a4; }

and cleared the template cache - is there an image i need to change?

Thanks in advance :D
User avatar
prototech
Former Team Member
Posts: 5406
Joined: Mon Mar 19, 2007 2:04 pm
Location: Southern California

Re: [How to] colorize prosilver

Post by prototech »

Refresh your theme - ACP => Styles => Themes.
Need help with MOD/style installations or other phpBB problems? Contact me for a quote.
User avatar
ashras99
Registered User
Posts: 441
Joined: Mon Dec 19, 2005 9:09 pm

Re: [How to] colorize prosilver

Post by ashras99 »

please tell me how to do this...

In prosilver, Admin username shows as RED and Bold, i like to change this color and want normal font on viewforum.php and index.php
User avatar
prototech
Former Team Member
Posts: 5406
Joined: Mon Mar 19, 2007 2:04 pm
Location: Southern California

Re: [How to] colorize prosilver

Post by prototech »

The color can be changed in the ACP => Users and Groups => Manage Groups => [Group Name] - Settings.

In colours.css, find:

Code: Select all

a:visited	{ color: #105289; }
a:hover	{ color: #D31141; }
a:active	{ color: #368AD2; }
After, add:

Code: Select all

ul.forums .username-coloured, ul.topics .username-coloured {
	font-weight: normal !important;
	color: #105289 !important;
}
Refresh your theme.
Need help with MOD/style installations or other phpBB problems? Contact me for a quote.
tulsamike3434
Registered User
Posts: 82
Joined: Thu Oct 22, 2009 5:07 pm

Re: [How to] colorize prosilver

Post by tulsamike3434 »

Ok i have done everything the walkthrough says but the corners of the forum are still white?

where did I go wrong?

http://www.atvoklahoma.com
Image
atvoklahoma.com
amycheung
Registered User
Posts: 1
Joined: Mon Mar 01, 2010 3:53 am
Location: Hong Kong
Contact:

Re: [How to] colorize prosilver

Post by amycheung »

Dear Raimon..

Can you tell me how to change my website to a simple white-coloured page with only border lines and words on it?

Thanks.

Amy..
sleevedbiker
Registered User
Posts: 789
Joined: Mon Oct 12, 2009 4:33 pm

Re: [How to] colorize prosilver

Post by sleevedbiker »

maybe i am blind but i cant find how to get rid of the white part in the center of the border images,
You ride with an outlaw, You die with an outlaw
Locked

Return to “[3.0.x] Styles Support & Discussion”