(b) which controls the size of quoted items in a thread.
cite, dfn {
margin: 2px 4em 2px 4em;
font-style: normal;
display: block;
}
cite {
font-family: monospace;
I believe.
Do you have problems, concerns, or recommendations about the technical side of the Phoenix? Air them here. Compliments also welcome.
(b) which controls the size of quoted items in a thread.
cite, dfn {
margin: 2px 4em 2px 4em;
font-style: normal;
display: block;
}
cite {
font-family: monospace;
I believe.
so, do I just stick that at the end or does it have to go somewhere specific?
Yeah, you'll want to do:
cite {
font-size: 120%;
}
Or some such. I think it must have something to do with whatever monospace font it's defaulting to in your browser (maybe it used to default to a specific font like Courier, first?)
I don't think it matters where you put it. Anything you put into your personal CSS simply overwrites the default CSS, wherever it is. All you need to put into the box is stuff you want to change.
As for the font in the posting box:
textarea {
font-size: 120%;
}
(playing with the numbers, again) should give you changes.
It's funny that we use the <cite> tag for the quotes - not one I've seen used often.
It worked. Thanks, P-C! That is super cool.
That worked gris (120 was a bit large, but I put it at 100). I'm watching it work now! Isn't technology fun?
Excellent - and the cite change worked too. Thanks!
Also, thanks DX for reminding me of Trebuchet font.
Cool--I just made my quote font blood red!
I can't decide if i want to change my spoilerfont to a bright color or just leave it. Frank, was it you that changed your's to bright red? are you liking it? or are you finding it hard to skim through things you don't want to read?