Spike? It's you. It's really you! My therapist thought I was holding on to false hope, but…I knew you'd come back. You're like…you're like Gandalf the White, resurrected from the pit of the Balrog, more beautiful than ever. Oh…he's alive Frodo. He's alive.

Andrew ,'Damage'


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.


Connie Neil - May 11, 2008 8:40:35 am PDT #1856 of 4673
brillig

So if I put font-family: times new roman; in my custom css box, all the font will show as Times New Roman?


Beverly - May 11, 2008 8:41:35 am PDT #1857 of 4673
Days shrink and grow cold, sunlight through leaves is my song. Winter is long.

Literalist, here.

Everything looks groovy and just as it should, except for font size. I've been reading about the css, even clicked over to the page with the css stuff on it, and honestly, I can't tell what I'm supposed to do. Sorry.

Everything is great with being where it's supposed to be, so, huge and grateful thanks to ita and Jon and DX and anybody else who worked on that. What I've been doing until I figure out how to change things permanently is changing text size in "View" (Firefox) for message center, to get it large enough to read, then changing it back in-thread to get it un-bolded.

If someone can give me step by step to change font size *either* in message center *or* in-thread, that would be all I'd need. And sorry for the dim.


Jon B. - May 11, 2008 8:42:31 am PDT #1858 of 4673
A turkey in every toilet -- only in America!

what's the identifier for the text that we type in the post box?

It should be .formpost when you're typing a new post, and .editpost if you're editing an existing post.


Jon B. - May 11, 2008 8:44:51 am PDT #1859 of 4673
A turkey in every toilet -- only in America!

So if I put font-family: times new roman; in my custom css box, all the font will show as Times New Roman?

I haven't tested this, but

body {
  font-family: "Times New Roman";
}

should do the trick.


Steph L. - May 11, 2008 8:45:00 am PDT #1860 of 4673
I look more rad than Lutheranism

It should be .formpost when you're typing a new post, and .editpost if you're editing an existing post.

I see that in the default CSS, but it doesn't have a "font size = whatever" line where I can change the font size (I've been bumping everything up by ~10%, and it works great for my horrible eyesight). Can I just put that in a line that says "Font size = 90%", or will that make the Internet explode?


Jon B. - May 11, 2008 8:49:19 am PDT #1861 of 4673
A turkey in every toilet -- only in America!

For space at the bottom of the post, you need to change the padding-bottom parameter of the .post class. It's currently set to 1.5em, so

.post {
  padding-bottom: 1em;
}

will make it a little less blanky.

Teppy, this should do the trick:

.formpost, .editpost {
  font-size: 90%;
}


Steph L. - May 11, 2008 8:50:34 am PDT #1862 of 4673
I look more rad than Lutheranism

What I mean is this part:

.formpost, .editpost {
width: 505px;
height: 175px;
}

Is there a place in there I can indicate that the font needs to be bigger? Because what I'm typing right now looks like it's about 6 pt., and it's killing my eyes.


Jesse - May 11, 2008 8:52:23 am PDT #1863 of 4673
Sometimes I trip on how happy we could be.

Funny -- I really think everything looks pretty much exactly the same as before. When I first came on this morning, I was expecting the posts in here to end up with saying we were switching back to the old style.


Connie Neil - May 11, 2008 8:52:28 am PDT #1864 of 4673
brillig

I haven't tested this, but

body { font-family: "Times New Roman"; }

should do the trick.

Worked terrific, thanks. Serif fonts look much nicer to my eyes.


Steph L. - May 11, 2008 8:52:55 am PDT #1865 of 4673
I look more rad than Lutheranism

Jon, I tried what you indicated, and I'm still getting teeny-tiny font as I type.