Language…
14 users online:  BeeKaay, ben15420, DanMario24YT, Fullcannon, Golden Yoshi, Green, Heitor Porfirio, Michel2023, NewPointless, OrangeBronzeDaisy, playagmes169, Ray Hamilton, ShoopDaWhoop,  yoshi3706 - Guests: 279 - Bots: 576
Users: 64,795 (2,369 active)
Latest user: mathew

Layout IDs

This may be a stupid question, but I looked around and can't find an answer.
I already know HTML and CSS, so I decided it was high time to make myself a layout. But I don't know what I'm supposed to do to code the quote boxes, code boxes, and things of the sort. What are the IDs/classes of these objects for CSS?

Thanks,
ImJake9
The quote is this:

<div class="quote"><span class="boxhead">Originally posted by person</span><div class="box">Quote here</div></div>


The code is this:

<div class="code"><span class="boxhead">Code</span><div class="box filter-noemote filter-nobr">Code here</div></div>

.quote .boxhead
.quote .box
.code .boxhead
.code .box

are what you're probably going to be using.


Just did a Ctrl+U, there.
Thanks a billion!
Yeah, I probably could've just done the old "View Source", but I'm just lazy. Woo hoo.
Anyway, I guess I'll get to work!

Thanks,
ImJake9