Yup, me too, I hate Serif fonts on a web page unless they are large, very sparsely used and not Times. Also, any font reversed out of a dark color should be sans serif, otherwise the style looks "pretty" cool.
I'm new...please forgive. I really like the Grace theme/style! However, when looking at the list of all discussions, how can I get all the discussion details ("Started by", "Category", etc) to all appear in a single line as opposed to more than one line the way this one has it?
Wow! Works perfect! Thanks!
I'll invite you take a peek...
http://mlhofsa.schendelsworld.com/forum/
Please keep in mind that this is a new forum (as we are a new group) and that the forum is not quite "open for business" yet. I just want to pretty it up first.
THANKS AGAIN!
Eventually I want to put something there, but for now that really helps tidy up the page.
In regards to the date...how would I put it on the left side of the screen? I've tried a few things but again...batting zero.
Comments
Posted: Monday, 3 September 2007 at 7:36AM
So feel free to change it to the font you like and just make sure you use percentage.
[-Stash-] agrees with Wanderer
</mark on your calendar>
Change line 341-355:
#Discussions .Topics .DiscussionStarted, #Discussions .Topics .DiscussionCategory, #Discussions .Topics .DiscussionComments, #Discussions .Topics .DiscussionLastComment, #Discussions .Topics .DiscussionActive, #Discussions .Topics .DiscussionNew { display: inline; float: left; font-size: 110%; font-weight: 100; line-height: 25px; margin: 0; } #Discussions .Topics .DiscussionStarted, #Discussions .Topics .DiscussionCategory, #Discussions .Topics .DiscussionLastComment, #Discussions .Topics .DiscussionActive { width: 41%; } #Discussions .Topics .DiscussionComments, #Discussions .Topics .DiscussionNew { width: 18%; text-align: right; }
To:
#Discussions .Topics .DiscussionStarted, #Discussions .Topics .DiscussionCategory, #Discussions .Topics .DiscussionComments, #Discussions .Topics .DiscussionLastComment, #Discussions .Topics .DiscussionActive, #Discussions .Topics .DiscussionNew { display: inline; float: left; font-size: 13px; font-weight: 100; line-height: 25px; margin: 0 10px 0 0; } /*#Discussions .Topics .DiscussionStarted, #Discussions .Topics .DiscussionCategory, #Discussions .Topics .DiscussionLastComment, #Discussions .Topics .DiscussionActive { width: 41%; } #Discussions .Topics .DiscussionComments, #Discussions .Topics .DiscussionNew { width: 18%; text-align: right; }*/
It's neither possessive nor contracted, merely a plural.
#Content h1 { font-size: 170%; font-weight: 100; margin: 0 25px 10px 0; padding: 3px 0 0 34px; float: left; text-align: left; background: transparent url('content-bullet.gif') no-repeat 0 0; line-height: 23px; white-space: nowrap; }
To:
#Content h1 { font-size: 170%; font-weight: 100; margin: 0 25px 10px 0; padding: 3px 0 0 0; float: left; text-align: left; /*background: transparent url('content-bullet.gif') no-repeat 0 0;*/ line-height: 23px; white-space: nowrap; }
Good luck!
/* Header & TOP NAVIGATION */ #Header { margin: 0; padding: 0; width: 100%; background: #000 url('header-bg.gif') no-repeat right bottom; color: #FFF; float: left; border-bottom: 5px solid #FF2E31; } #Header a { color: #F1F1F1; text-decoration: none; } #Header a:hover { color: #FF2E31; } #Header #Title { float: left; width: 70%; margin: 3% 0 2% 3%; font-size: 175%; font-weight: 100; letter-spacing: -1px; display: block; } #Header #Date { float: center; text-align: left; padding: 0; margin: 0 0 0% 3%; width: 100%; }
To:
/* Header & TOP NAVIGATION */ #Header { margin: 0; padding: 2% 0 0; width: 100%; background: #000 url('header-bg.gif') no-repeat right bottom; color: #FFF; float: left; border-bottom: 5px solid #FF2E31; } #Header a { color: #F1F1F1; text-decoration: none; } #Header a:hover { color: #FF2E31; } #Header #Title { float: left; width: 40%; margin: 3% 0 2% 3%; font-size: 175%; font-weight: 100; letter-spacing: -1px; display: block; } #Header #Date { float: right; text-align: right; padding: 0; margin: 0 221px 0 0; width: 25%; }
I'll have to update this theme soon for Vanilla 1.14...