Greg Chapman | 29 Jun 01:19

Skinning Gmane's Blog interface

Apologies if I've missed the info somewhere...

Is it possible to link to a Gmane list in the form:
http://blog.gmane.org/gmane.discuss?set_skin=http://www.mydomain.com/style.css

Or is there another way of integrating a Gmane list with a web site's own
stylesheet?

Greg
Greg Chapman | 1 Jul 18:59

Re: Skinning Gmane's Blog interface

Greg Chapman <greg <at> gregafloat.plus.com> writes:

> Apologies if I've missed the info somewhere...

After an experiment with pasting my css url I see that:

http://blog.gmane.org/gmane.discuss?set_user_css=http://www.mydomain.com/style.css&do_set_user_css=t

should do the trick.

However, the internal styling code:

<style type="text/css" media="screen">
h1.name {
  background-image:  url(http://gmane.org/paint-blog-id.php?group=gmane.discuss);
}
</style>

on every page rather destroys the point. Could this be moved to the external
stylesheet file, or am I missing the point, somehow?

Greg
Nicolas Alvarez | 12 Jul 03:14

Re: Skinning Gmane's Blog interface

Greg Chapman <greg <at> gregafloat.plus.com> writes:
> However, the internal styling code:
> 
> <style type="text/css" media="screen">
> h1.name {
>   background-image:  
url(http://gmane.org/paint-blog-id.php?group=gmane.discuss);
> }
> </style>
> 
> on every page rather destroys the point. Could this be moved to the external
> stylesheet file, or am I missing the point, somehow?

Your custom stylesheet could override it and make it !important.
Duncan | 12 Jul 04:29

Re: Skinning Gmane's Blog interface

Nicolas Alvarez <nicolas.alvarez <at> gmail.com> posted
loom.20080712T011341-672 <at> post.gmane.org, excerpted below, on  Sat, 12 Jul
2008 01:14:28 +0000:

> Greg Chapman <greg <at> gregafloat.plus.com> writes:
>> However, the internal styling code:
>> 
>> <style type="text/css" media="screen"> h1.name {
>>   background-image:
> url(http://gmane.org/paint-blog-id.php?group=gmane.discuss);
>> }
>> </style>
>> 
>> on every page rather destroys the point. Could this be moved to the
>> external stylesheet file, or am I missing the point, somehow?
> 
> Your custom stylesheet could override it and make it !important.

... Or do what I do

1) newsgroups as newsgroups, not web pages

2) Privoxy, with a set of filters that enforces my light text on dark 
background preferences (I just remove bg-image references as the replacer 
doesn't know what they are), while maintaining some semblance of color on 
the page as it was sent.  Basically, this means a whole series of filters 
darkening light background colors and lightening dark foreground/text 
colors, but a bright red background is still red, just a darker brick 
red.  I've been working on the filterset for sometime now, and it's 
reasonably good, tho it does screw up occasionally, and does change the 
(Continue reading)

Duncan | 12 Jul 04:36

Re: Skinning Gmane's Blog interface

Duncan <1i5t5.duncan <at> cox.net> posted pan.2008.07.12.02.29.07 <at> cox.net,
excerpted below, on  Sat, 12 Jul 2008 02:29:07 +0000:

> Privoxy, with a set of filters that enforces my light text on dark
> background preferences

BTW, I have a set of these up somewhere but it's out of date.  If 
someone's interested, reply and maybe I'll get motivated to update them 
before I post the link. =8^)

--

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman

Gmane