xaea: (Default)
xaea ([personal profile] xaea) wrote in [community profile] style_system2010-12-10 01:24 pm

rawr!!

i have a new theme/layout all set to go with header image, entry bg image, and main bg image. i just spent half an hour trying to find a dw theme that works with the header image and i finally found one i liked but i can't remove .userpic!!!

do any of you recommend one base layout over another when it comes to using header images??
foxfirefey: A fox colored like flame over an ornately framed globe (Default)

[personal profile] foxfirefey 2010-12-10 07:11 pm (UTC)(link)
What do you mean by can't remove .userpic? There's a couple different things I could think of.

You can remove it by CSS through .userpic {display: none;} in custom CSS.

If you want to edit layers so it doesn't even print out, I could tell you want to change, too.

Do you only want it to show on reading pages?
foxfirefey: A fox colored like flame over an ornately framed globe (Default)

[personal profile] foxfirefey 2010-12-10 10:57 pm (UTC)(link)
Not knowing CSS is okay! I just didn't know whether you were okay with that solution or were looking for something else.

And yes, that will remove .userpics from well, pretty much anything, so I recommend:

.entry-wrapper .userpics { display: none; }

If you want to remove it from all entries in your style.

For specific pages, here is removing it from your recent entries:

.page-recent .entry-wrapper .userpics { display: none; }

And here is removing it from your reading and network pages:

.page-read .entry-wrapper .userpics, .page-network .entry-wrapper .userpics { display: none; }

That will keep the userpic there on entry pages, though, and for comments.
foxfirefey: A fox colored like flame over an ornately framed globe (Default)

[personal profile] foxfirefey 2010-12-11 12:04 am (UTC)(link)
Try this instead:

#primary, #header, #secondary { margin-left: 10%; width: 70%; }

(The #secondary is there in case you even want to add modules to the bottom)
foxfirefey: A fox colored like flame over an ornately framed globe (Default)

[personal profile] foxfirefey 2010-12-11 12:20 am (UTC)(link)
Yaaaay!