Rozarka (
rozarka) wrote in
style_system2010-10-22 11:51 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
Reply page in Core 1 layout
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. :)
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. :)
no subject
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;}
(no subject)
Yeah, try this:
Re: Yeah, try this:
Add this, too, fixes userpic border issues (change is in bold):
*Now* it should be just right. Can't say in IE though; IE probably eats my code up and spits it out, but in Firefox it's divine.
Re: Add this, too, fixes userpic border issues:
Re: Add this, too, fixes userpic border issues:
Re: Add this, too, fixes userpic border issues: (one more change in bold)
Re: Add this, too, fixes userpic border issues: (one more change in bold)
Re: Add this, too, fixes userpic border issues: (one more change in bold)
Re: Add this, too, fixes userpic border issues: (one more change in bold)
Re: Add this, too, fixes userpic border issues: (one more change in bold)
Re: Add this, too, fixes userpic border issues: (one more change in bold)
Re: Add this, too, fixes userpic border issues: (one more change in bold)