If it's germane, yet doesn't fit into another category, it can go here.
Lambda
Posts: 1021 Joined: Fri Mar 28, 2014 9:39 am
Pronouns: She, her
Contact:
Post
by Lambda » Thu May 08, 2014 10:56 am
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.
Kappa
Posts: 3554 Joined: Fri Mar 21, 2014 5:47 pm
Pronouns: 'He' or 'she', interchangeably
Location: under a pile of Jokers
Contact:
Post
by Kappa » Thu May 08, 2014 11:18 am
Ooh, snazzy!
Tamien
Posts: 662 Joined: Fri Mar 21, 2014 10:03 pm
Pronouns: she/her/hers
Location: 1c621c
Contact:
Post
by Tamien » Thu May 08, 2014 1:26 pm
I have been wishing and hoping for just this thing. Thank you much for providing it!
tau
Posts: 147 Joined: Sat Mar 22, 2014 9:21 am
Pronouns: He
Post
by tau » Thu May 08, 2014 2:33 pm
Oh hey there's a greasemonkey for css! And also, hey, sweet, someone made reading effulgence and related works even easier! Thanks!
Tulip
Posts: 136 Joined: Tue Apr 22, 2014 4:18 pm
Pronouns: She/her/hers
Post
by Tulip » Thu May 08, 2014 3:02 pm
Thanks! I think I'm going to go reread the invasion of Downside now, to break it in. :p
PlainDealingVillain
Posts: 622 Joined: Tue Apr 01, 2014 10:15 pm
Pronouns: he etc.
Post
by PlainDealingVillain » Thu May 08, 2014 3:22 pm
Hmm. This doesn't seem to be working in Chrome. Are stylish scripts usually platform-dependent?
Kappa
Posts: 3554 Joined: Fri Mar 21, 2014 5:47 pm
Pronouns: 'He' or 'she', interchangeably
Location: under a pile of Jokers
Contact:
Post
by Kappa » Thu May 08, 2014 3:27 pm
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"
PlainDealingVillain
Posts: 622 Joined: Tue Apr 01, 2014 10:15 pm
Pronouns: he etc.
Post
by PlainDealingVillain » Thu May 08, 2014 3:48 pm
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.