Lefora Free Forum
Loading
71 views

A few more Qs about text, border, and background colour/formatting...

Page 1
(items) 1–5 of 5
Regular - member
122 posts

Sorry to be a pest again, but after a fair bit of playing around with the CSS code (for a novice at any rate), and some utterly invaluable help from Col Jack, I now have a much better idea of how to tweak various features...

However, there are still a few little bits I'd like to change, and was wondering if some kind sould would have pity on a newb and help me out...???

Here's a pic of how it looks so far with items I'd like to change listed alphabetically...

?t=1250352305

Just to clarify, unless otherwise stated it's the text colours I'm interested in changing...


Picture key:

(A) Forum title as shown in main body of forum (category) page...

(B) "Admins" text and Admin names text...

(C) "Start a new topic" button...

(D) "Category name" text on main forum board...

(E) "topics" and "posts" text (if different from CSS code for "Category name")...

(F) Forum category separator name AND descriptive text...

(G) Forum board separator back-ground...

(H) Forum category title...

(I) Forum category description...


I know it's a big ask, but any of the above would be a really big help...

Many thanks!

Gethin



__________________
The Lucky Pants Fossil Forum - luckypants.lefora.com/
Fanatic - moderator
1396 posts

A)

 #content .item_title {
color:#BD934F;
}

B)

#content .item_subtitle {
color:#999999;
font-size:11px;
}

#content .item_subtitle a {
color:#888888;
}

C)

#content .button_link {
background-color:#22201D;
}

.button_link {
color:#D2B57D;
}

D) + E)

.forum_table thead tr {
color:#FFFFFF;
}

F) + G)

.forum_table tr.category_group {
background-color:#121212;                 /*  <-- G  */
color:#ffffff;
}

#content .forum_table tr.category_group .item_subtitle {
color:#ff0000;                                    /* This is just the subtitle for the cat group header */
}


H)

#content .item_title a {
color:red;
}

I)

#content .item_subtitle {
color:#999999;
}


See how you get on with that lot....

__________________
hackyour.lefora.com/ for customizing your forum.
Regular - member
122 posts

Honestly, Jack, "thank you" just doesn't seem like enough... I don't know what I'd do without all your help...


__________________
The Lucky Pants Fossil Forum - luckypants.lefora.com/
Fanatic - moderator
1396 posts

I'm doin' it for the duck - I love his pants.monkey

__________________
hackyour.lefora.com/ for customizing your forum.
Regular - member
122 posts

lol The duck says thanks too...!!

__________________
The Lucky Pants Fossil Forum - luckypants.lefora.com/
Page 1
(items) 1–5 of 5

Locked Topic


You must be a member to post in this forum