Sat, 2006-08-05 10:00
I'm working on a css file that tweaks the layout slightly of the forums - hides the reply titles, moves the reply timestamp down, outlines the main column, gives a bit more padding, etc.
Still being tested, you're welcome to play with the beta version:
h3.title { display: none;} div.forum-topic-navigation {display: none; } div#maincol { border: 1px solid #ccc; padding: 1em; margin: 0; } div.comment {position: relative; } span.submitted { display: block; padding: 1em 0; position: absolute; bottom: 0; font-style: italic;} div.author { padding: 1em 0 0 0; } div.author-posts, div.author-regdate {display: inline;} div.author-posts:after {content: "|";}
Sat, 2006-08-05 23:13
#1
Thanks TPH, I will try it
Thanks TPH,
I will try it out.
Tony.
Sun, 2006-08-06 13:02
#2
All it does is move and hide
All it does is move and hide some of the bits of the drupal system to make it easier to use and less full of stuff.
There may be better ways to do it, eg configuring drupal not to show the "next topic prev topic" box, etc.