Page 1 of 2
Fullwidth Readability Userstyle
Posted: Thu May 08, 2014 10:56 am
by Lambda
I use the following custom CSS with
Stylish:
Code: Select all
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("dreamwidth.org") {
div.dwexpcomment {
margin-left: inherit !important;
}
}
This makes the comments occupy the full width of the screen, rather than shrinking rightward as the thread progresses. This has the drawback of making threadiness less obvious in the cases where there are multiple comment threads under the same top-level post, but most of the time it makes Effulgence-and-co. much more easy and pleasant to read.
Re: Fullwidth Readability Userstyle
Posted: Thu May 08, 2014 11:18 am
by Kappa
Ooh, snazzy!
Re: Fullwidth Readability Userstyle
Posted: Thu May 08, 2014 1:26 pm
by Tamien
I have been wishing and hoping for just this thing. Thank you much for providing it!
Re: Fullwidth Readability Userstyle
Posted: Thu May 08, 2014 2:33 pm
by tau
Oh hey there's a greasemonkey for css! And also, hey, sweet, someone made reading effulgence and related works even easier! Thanks!
Re: Fullwidth Readability Userstyle
Posted: Thu May 08, 2014 3:02 pm
by Tulip
Thanks! I think I'm going to go reread the invasion of Downside now, to break it in. :p
Re: Fullwidth Readability Userstyle
Posted: Thu May 08, 2014 3:22 pm
by PlainDealingVillain
Hmm. This doesn't seem to be working in Chrome. Are stylish scripts usually platform-dependent?
Re: Fullwidth Readability Userstyle
Posted: Thu May 08, 2014 3:27 pm
by Kappa
They seem to work differently - try this:
Code: Select all
div.dwexpcomment {
margin-left: inherit !important;
}
And then do "Applies to" - "URLs on the domain" "dreamwidth.org"
Re: Fullwidth Readability Userstyle
Posted: Thu May 08, 2014 3:48 pm
by PlainDealingVillain
Ah, so the moz-document *was* Firefox-specific. Working now, thanks.
I know a bit of CSS, but I have enough weirdly-interacting addons (I'm slightly less paranoid than appropriate, which is significantly moreso than is *convenient*) that they're usually the source of any problems getting things to work.
Re: Fullwidth Readability Userstyle
Posted: Thu May 08, 2014 5:23 pm
by jalapeno_dude
Thanks for this!
Re: Fullwidth Readability Userstyle
Posted: Mon Oct 27, 2014 5:27 am
by Bluelantern
thanks for this, it makes the multiple-stories thread so more readable