CSS Style Sheet For FUN Forums

Nov 13, 2011 14:12



CSS Style Sheet For FUN Forums

footer navigation (previous 20 entries) Problem solved Thanks to mordyn4
Calendar numbers missing font issue in the calendarProblem solved Thanks to mordyn4MetaData (tutorial links given) Still trying to figure this out ( Read more... )

metadata, css, tags, mood icon, header

Leave a comment

mordyn4 November 13 2011, 20:33:49 UTC
The font issue in the calendar is from this code:

.day-count a {
text-decoration: none;
color: #1F2A71;

That's a dark font. If you change it to color: #ffffff it will be white.

Reply

Re: footer navigation selene_xxxii November 14 2011, 00:48:23 UTC
if you hover around where the "top of page" you can still get it to link, but the "previous entries" is now under a gray bar that is under the top of page and that link will not work.
Did I do something wrong in where I placed the code that you suggested?

Reply

Re: footer navigation mordyn4 November 14 2011, 01:08:17 UTC
Okay, instead of adding it, take it back out and find in the existing custom css under /* PAGE */ (two paragraphs down). The only change I needed you to make was the color of the font from ff4500; to 000080;

Reply

Re: footer navigation selene_xxxii November 14 2011, 01:35:11 UTC
when I changed that all of the tags were no longer visible. So, I changed it back to what it was before.

Reply

Re: footer navigation mordyn4 November 14 2011, 01:46:04 UTC
I just looked at your code via "view source" and it looks like you're missing a 0

border-top: 0px solid #00000;

should be

border-top: 0px solid #000000;

This is under .pagefooterblock {

Changing this should get rid of the grey line.

Reply

Re: footer navigation selene_xxxii November 14 2011, 02:00:23 UTC
OK ... I fixed that and did the other and now it seems to be working ... however, I need to figure out what you told me to take out so that the second "previous entries" text will go away. ... I am so excited that it now seems to work!!!
THANK YOU so very much!!!

Reply

Re: footer navigation selene_xxxii November 14 2011, 02:11:31 UTC
I cannot thank you enough. I went back and have now corrected the gray line, the second "previous entries" and the link is working on the first previous entries.
So that is now done or resolved ... :)

Reply

Re: footer navigation mordyn4 November 14 2011, 02:14:28 UTC
I am hoping that this process has also turned you into a code warrior, if only for the weekends. ;)

Reply

Re: footer navigation selene_xxxii November 14 2011, 02:18:18 UTC
if only I could say that I understood what it is that I just did. I can tell you that I now know more than I did when we started this!

Thanks again ...

Reply

digitic June 4 2013, 23:23:49 UTC
Hi, I'm trying to edit a layout for my friend jjia912 and I'm almost done, I followed your steps here (not sure if properly) and the only thing I need to change is the missing "previous/next" text on the buttons/links at the bottom of the page without adding it into the navbar.
The buttons are there, they are linked, they only lack the text.
When I add it in the customize->menu it will appear in the navbar and I don't want that :(

Did I miss something?

Reply


Leave a comment

Up