[css-d] What tools help to make a good looking site like ianmurdock.com (with very proper and up to date css)

2016-01-07 Thread John Griessen

ianmurdock.com

He's gone, so can't ask him anymore.

It's a fast responding, non-database driven blog entry type of thing,
with helpful seeming parts like:






Is that a result of some tools, or just careful hand work?
Multiple pages have the same looking format and some common parts like:


Menu
Skip to content
			http://ianmurdock.com;>Home
href="http://ianmurdock.com/about;>About
href="http://ianmurdock.com/blog;>Blog



Does that seem like a particular FOSS tool, or someone's particular scripts 
generated it?

John Griesse
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] [ADMIN] Hello, my friends, hello

2016-01-05 Thread John Griessen

On 01/04/2016 03:33 PM, chuckmil...@new.rr.com wrote:

Do those resources have to be found? Should that be discussed?


There are two volunteers, me and D'Arcy J.M. Cain.  He can offer higher 
reliability.
Neither is interested in spamming.  So, there's not much to discuss about that.

CSS questions coming up from me in a few weeks...
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] [ADMIN] Hello, my friends, hello

2016-01-04 Thread John Griessen

On 01/04/2016 10:30 AM, D'Arcy J.M. Cain wrote:

How does everyone like that option?


OK if no ads inserted, no selling of my email address.
That's how I will handle it if hosted as  cs...@lists.cibolo.us

John Griessen
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] [ADMIN] Hello, my friends, hello

2016-01-04 Thread John Griessen

On 01/04/2016 07:30 AM, Erik Visser wrote:

none of us really noticed until this month.


I noticed.  I was busy with other things.  I'm going to have questions for the 
list members soon.  Please keep it on.

If you still think it is time to pull the plug, I'll serve up the list on my 
mailman server.
I might not do all the setup necessary to use lists.css-discuss.org as the 
domain.  It would be super easy to
restart the list as:  cs...@lists.cibolo.us though...

John Griessen
--
Ecosensory  1218 W 39th St.  Austin TX 78756
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] [ADMIN] Hello, my friends, hello

2016-01-04 Thread John Griessen


Op 23-12-15 om 21:35 schreef Eric A. Meyer:

I'm leaning toward option 1. January 24, 2016, will be the 14th anniversary of 
the list.  That leaves a month to either settle on
a different course of action, or else to plan a shutdown.


Do you think it is best that list members switch to forums like this one?
https://csscreator.com/forums/start-here/how  with ads for mail order brides in 
the margins?

What others are there that are good?

John Griessen
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] How do you feed IE versions different css than w3c compliant browsers?

2008-04-15 Thread John Griessen
David Laakso wrote:

 You have height:1%; on the below selector.  You may (?) want to feed 
 that only to IE/6, as compliant browsers might do better without it at 
 +2 font-scaling.
 .p5 {
 height: 1%;
 }

I have a restructuredtext generated site that now looks as intended in firefox, 
but not in the IE
that is installed with Win2K.  IE seems to ignore the css positioning of a list 
and an image hyperlink.

http://ecosensory.com/

John Griessen
-- 
Ecosensory   Austin TX
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] img referencing another page has a border. How to lose border?

2008-04-14 Thread John Griessen
I'm using restructuredtext to generate html and get a colored border
around an image link, but don't want it.

I have an example at

http://ecosensory.com/

which uses style sheets http://ecosensory.com/default.css
ecosensory_leo_rst.css, silver_city.css

The .css files have just one use of :link and :visited, and I can make the
color change, but not lose the blue border.

I tried border-width: 0;
in a selector without getting the result I expected from reading w3c.org docs 
on css 2.1.

I can make docutils restructuredtext generate html and also pass along 
unchanged html,
so for a case where it fails to give me usable html, I can just output some as 
is.



Have I got a cascading precedence order affecting me?

Thanks,

John Griessen
-- 
Ecosensory   Austin TX
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/