Mal: Cut it out. Job's not done until we're back on Serenity. Zoe: Sorry, sir. Didn't mean to enjoy the moment.

'Ariel'


Buffistas Building a Better Board ++

Do you have problems, concerns, or recommendations about the technical side of the Phoenix? Air them here. Compliments also welcome.


Kristen - May 11, 2008 10:30:54 am PDT #1902 of 4673

thanks, Kristen. that definitely looks like the old board font.

No problem! It took me a few tries to find what looked "normal" on my screen. I also changed the ".edited-by, .deletedpostcontent" and ".tagtext" to "font-size: 70%" because they seemed a little off to my eyes.


§ ita § - May 11, 2008 10:36:28 am PDT #1903 of 4673
Well not canonically, no, but this is transformative fiction.

Okay, Jon--register and validate have been uploaded. I also enclosed the posts in t p t /p which is philosophically correct, even if spacier.

DX-these changes had to be brought over before any larger code changes because trying to maintain two different trees was too taxing. I mismanaged the larger scope of the beta testing in terms of warning--that should have been earlier.

In a few days I'd like to see what changes people have made in case there are some that bear implementing sitewide in an attempt to bring the site closer to 9:59.


Jessica - May 11, 2008 10:39:32 am PDT #1904 of 4673
And then Ortus came and said "It's Ortin' time" and they all Orted off into the sunset

The only problem I'm having is I can't decide on a favorite font. Maybe I'll just stick with Verdana...


§ ita § - May 11, 2008 10:42:12 am PDT #1905 of 4673
Well not canonically, no, but this is transformative fiction.

Tiggy, I don't mean to be perpetually ignoring your lack of a footer. I'm just trying to work out why it didn't make it over the first time.


Lee - May 11, 2008 10:42:41 am PDT #1906 of 4673
The feeling you get when your brain finally lets your heart get in its pants.

Okay, Jon--register and validate have been uploaded. I also enclosed the posts in [paragraph breaks] which is philosophically correct, even if spacier.

Given this, is there any way to get rid of what (to me) seems like too much white space both before and after the post text.

This is what I have in my CSS-- it seemed to be helping more earlier than it is now.

post {
padding-bottom: 0;
padding-top: 0;
border-bottom: solid 1px;
}

I also tried it with .25em instead of the 0, with no discernible difference.


Connie Neil - May 11, 2008 10:43:48 am PDT #1907 of 4673
brillig

What is the screen that comes up when I click Read New and there are no new posts to read? That's the one I want to fiddle with the font size on.


§ ita § - May 11, 2008 10:50:00 am PDT #1908 of 4673
Well not canonically, no, but this is transformative fiction.

Is it the font of the thread titles that's too big? What we need to do is work out which container contains the components you want to alter, and then we can show you how to identify that in the sheet.

If anyone gets all crazy inventive, all sorts of things can be done, including adding graphics, etc. I'd like to see how this first change goes, though. Who knows? It might be possible to make a shareable style sheet, so if everyone really likes what amy is seeing, she can publish and they can subscribe.


Jon B. - May 11, 2008 10:54:06 am PDT #1909 of 4673
A turkey in every toilet -- only in America!

Perkins -- I think you want

.post {
  padding-bottom: 0;
}
.postcontent {
  padding-top: 0;
}

ita -- With the p tag now adding extra space, I think these should be the default.


Kristen - May 11, 2008 10:55:53 am PDT #1910 of 4673

FYI, if anyone wants a pink board, put "background: #ffcccc;" after "body {".

hee


Kristen - May 11, 2008 10:56:03 am PDT #1911 of 4673