Bluepearl Design
Go Back   Bluepearl Design > Bluepearl Templates > Free phpBB Templates > ClanzDarkness

Colors...

Our popular dark gaming template for phpBB
    

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 05-23-2004, 09:19 AM   #1 (permalink)
 
Title: Bluepearl Veteran
Join Date: May 2004
Posts: 8
Rep Power: 0 allydm is on a distinguished road
Re: Colors...

Hey, i've spent the last hour changing randam colors on different things, and i've managed to change everything but the one i'm after. I'd like to change the Forum Topics Posts Last Post , colours.... to something else, could someone please tell me which file i have to edit and which part Hehe, call me a noob
allydm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-23-2004, 12:03 PM   #2 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,838
Images: 386
Blog Entries: 3
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: Colors...

edit the file called 'clanzdarkness.css'

and edit this line

Quote:
/* Header cells - the blue and silver gradient backgrounds */
th {
color: #FFA34F; font-size: 11px; font-weight : bold;
height: 25px;
background-image: url(images/cellpic3.gif);
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-06-2006, 09:03 AM   #3 (permalink)
 
Tai Jiang's Avatar
 
Title: Member
Join Date: Mar 2006
Location: Cape Cod, MA, USA
Age: 39
Posts: 15
Rep Power: 0 Tai Jiang is on a distinguished road
Re: Colors...

On my forums, my members have asked for a color other than white against the black background in the posts themselves. How do I change the white font *inside* the posts?

My forums are here.
Tai Jiang is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-06-2006, 08:09 PM   #4 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,838
Images: 386
Blog Entries: 3
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: Colors...

in your clanzdarkness.css edit this:

Code:
/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-06-2006, 11:35 PM   #5 (permalink)
 
Tai Jiang's Avatar
 
Title: Member
Join Date: Mar 2006
Location: Cape Cod, MA, USA
Age: 39
Posts: 15
Rep Power: 0 Tai Jiang is on a distinguished road
Re: Colors...

Hi Sean,

I had done this already:

/* Form elements */
input,textarea, select {
color : #FFCC66;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
border-color : #000000;
}


And that accomplishes two things. First, when you are writing your post, the font is orange. Second, if you look back on the thread history, the font is orange.

But ... once you post, the font is white again. Also, all the old posts are still in white ...

I appreciate this help!
Tai Jiang is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-07-2006, 12:39 AM   #6 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,838
Images: 386
Blog Entries: 3
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: Colors...

try modifying this to:
Code:
/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #808080 }
a.postlink:visited { text-decoration: none; color : #808080; }
a.postlink:hover { text-decoration: underline; color : #7B5737}
Code:
/* The content of the posts (body of text) */
.postbody { font-size : 12px;  color : #FFCC66;}
a.postlink:link	{ text-decoration: none; color : #808080 }
a.postlink:visited { text-decoration: none; color : #808080; }
a.postlink:hover { text-decoration: underline; color : #7B5737}
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-07-2006, 02:33 AM   #7 (permalink)
 
Tai Jiang's Avatar
 
Title: Member
Join Date: Mar 2006
Location: Cape Cod, MA, USA
Age: 39
Posts: 15
Rep Power: 0 Tai Jiang is on a distinguished road
Re: Colors...

Sweet! That worked! Thank you again!
Tai Jiang is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-07-2006, 12:14 PM   #8 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,838
Images: 386
Blog Entries: 3
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: Colors...

np anytime
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-08-2006, 01:52 AM   #9 (permalink)
 
Tai Jiang's Avatar
 
Title: Member
Join Date: Mar 2006
Location: Cape Cod, MA, USA
Age: 39
Posts: 15
Rep Power: 0 Tai Jiang is on a distinguished road
Re: Colors...

Ah, found a few more items in needs of tweaks! I've got a couple spots where the background is an off white and the light orange text doesn't show up against it. I've played around in both the css and the style administrator in the ACP with no luck.

The ones I've spotted are
  • The log in cells for the username and password
  • The preview and submit buttons for posts and pms
  • The find username box for pms
  • The box that shows the format for the tags (right below the tag buttons)
  • The add option button in the poll box

I've gone through the css and changed a number of color codes without getting these right. Am I looking in the wrong place .. or just not hard enough?
Tai Jiang is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-08-2006, 10:10 AM   #10 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,838
Images: 386
Blog Entries: 3
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: Colors...

All of these should be in the CSS or can be added manually to your CSS. I dont have a copy of the darkness template where i am atm posting this, but everything u need is in the clanzdarkness.css
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads for: Colors...
Thread Thread Starter Forum Replies Last Post
2 colors for different category Stefano Virgilli Need Help? 9 06-02-2007 04:59 AM
Colors Are Messed Up! Mapex Clanzi2K 19 01-26-2006 01:05 PM
Design Problem with other colors in ACP Janis ClanzDarkness 4 06-14-2004 10:02 PM
Little help with admin / mod colors dustoff99 ClanzDarkness 5 06-14-2004 12:07 PM


  
Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Bluepearl Templates

All times are GMT +11. The time now is 09:35 AM.

 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52