Colors...
Our popular dark gaming template for phpBB
|
05-23-2004, 09:19 AM
|
#1 (permalink)
| |
Title: Bluepearl Veteran Join Date: May 2004 Posts: 8
Rep Power: 0  | 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  |
| |
05-23-2004, 12:03 PM
|
#2 (permalink)
|
Title: Founder/Admin Join Date: Jan 2004 Location: Sydney, Australia Age: 28 Posts: 8,838
Rep Power: 10  | 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);
| |
| |
03-06-2006, 09:03 AM
|
#3 (permalink)
|
Title: Member Join Date: Mar 2006 Location: Cape Cod, MA, USA Age: 39 Posts: 15
Rep Power: 0  | 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. |
| |
03-06-2006, 08:09 PM
|
#4 (permalink)
|
Title: Founder/Admin Join Date: Jan 2004 Location: Sydney, Australia Age: 28 Posts: 8,838
Rep Power: 10  | 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;
}
|
| |
03-06-2006, 11:35 PM
|
#5 (permalink)
|
Title: Member Join Date: Mar 2006 Location: Cape Cod, MA, USA Age: 39 Posts: 15
Rep Power: 0  | 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! |
| |
03-07-2006, 12:39 AM
|
#6 (permalink)
|
Title: Founder/Admin Join Date: Jan 2004 Location: Sydney, Australia Age: 28 Posts: 8,838
Rep Power: 10  | 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}
|
| |
03-07-2006, 02:33 AM
|
#7 (permalink)
|
Title: Member Join Date: Mar 2006 Location: Cape Cod, MA, USA Age: 39 Posts: 15
Rep Power: 0  | Re: Colors... Sweet! That worked! Thank you again! |
| |
03-07-2006, 12:14 PM
|
#8 (permalink)
|
Title: Founder/Admin Join Date: Jan 2004 Location: Sydney, Australia Age: 28 Posts: 8,838
Rep Power: 10  | Re: Colors... np anytime  |
| |
03-08-2006, 01:52 AM
|
#9 (permalink)
|
Title: Member Join Date: Mar 2006 Location: Cape Cod, MA, USA Age: 39 Posts: 15
Rep Power: 0  | 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? |
| |
03-08-2006, 10:10 AM
|
#10 (permalink)
|
Title: Founder/Admin Join Date: Jan 2004 Location: Sydney, Australia Age: 28 Posts: 8,838
Rep Power: 10  | 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 |
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT +11. The time now is 09:35 AM. |