[personal profile] rozarka posting in [community profile] style_system
I've copied my LJ style to DW using a Core 1 layout layer (Flexible Squares) and a custom css stylesheet (by circa77 on LJ, modified by me) in the customization wizard. It works fine on DW with one exception that I can see: the entry text isn't right on the reply page (?mode=reply). It does work in the entry view (the one you get to by following a cut or a direct link) and even the 'read comments' view, and it's not a problem on LJ, so the issue seems to be DW-specific. It seems to affect only the entry and date/subject text, too — the entry background colour and all other parts of the page are fine.

I've tried to tweak it using .lj-view-reply .entry or .entry_text, which hasn't made a difference in any variation I've tried. If anyone has any idea of how to fix this, I'd be most grateful to know. :)

Date: 2010-10-24 06:03 am (UTC)
marahmarie: (M In M Forever) (Default)
From: [personal profile] marahmarie
To modify it using .lj-view-reply you would need a "body class" in the source, which your style doesn't have. (So you can strip out all .lj-view-whatever CSS - it doesn't work, anyway).

The problem is pretty simple - you've got the text color as "bbb" (grey) in your CSS, and there's no entry_text class on the reply mode page, so the font size and font family are using system default.

Try this instead (changes in bold):

.entry {border:0; background:transparent; margin:0 10px; color:#000;font-size:13px; font-family:verdana, sans-serif;}
div.entry_text {text-align:left;font-family:verdana, sans-serif; font-size:13px; color:#000; min-height:100px;}

Edited (clarity) Date: 2010-10-24 06:06 am (UTC)

Yeah, try this:

Date: 2010-10-24 06:25 pm (UTC)
marahmarie: (M In M Forever) (Default)
From: [personal profile] marahmarie
.datesubject {padding: 0; margin-right:20px; margin-left:20px; background:transparent;}
.date, .replytoposter {color:#bbb; border-bottom:1px dashed #ccc; padding-top: 2px; padding-bottom: 2px; font-size:9px; text-transform:uppercase;margin-top: -20px;}
.subject,.replytosubject {display:block; position: static; color:#db5c83; padding: 6px 0px; font-family:verdana, sans-serif; font-size:18px; line-height:15px; letter-spacing: 2px; font-weight:normal;}
.subject a, .subject a:link, .subject a:visited {color:#db5c83; font-weight:normal;}
.subject a:hover {color:#db5c83; background:transparent;}

.entry {border:0; background:transparent; margin:0 10px; font-size: 13px; font-family:verdana, sans-serif; color:#000;}


It's not absolutely perfect but it's pretty close. Any more questions please feel free to ask.

It's not, btw, a "formatting problem" per se...it's that the view-reply or reply-mode pages (same thing) use different markup than view-recent in your particular style. On top of that, the view-reply/reply mode pages don't have body class markup to allow you to target their different and/or missing classes directly. This is quite a common issue with LJ and DW styles. :)
Edited (formatting/putting laundry in dryer at same time, whoops) Date: 2010-10-24 06:33 pm (UTC)

Profile

Dreamwidth style system discussion

February 2026

S M T W T F S
1234567
89 1011121314
15161718192021
22232425262728

Page Summary

Style Credit

Expand Cut Tags

No cut tags
Page generated Mar. 30th, 2026 08:31 am
Powered by Dreamwidth Studios