[TYPO3] Using csstidy in T3 possible?

Andreas Balzer typo3 at andreas-balzer.de
Mon Jan 1 22:40:21 CET 2007


Hi!
I have just commented between your lines..
Christopher Torgalson schrieb:

> This has nothing to do with your actual question, but I've never even
> heard of anyone using so much CSS in any site, anywhere.
I have to admit, I'm using very much CSS code. But i don't use as much 
as you might think ;)
My general css file has about 1600 lines 
(www.ess-erfurt.de/dev/?type=1). There are some comments which have to 
be removed, some times a few rules are set twice and at some places 
you'll find a lot of spaces.. .. it's just in development..

> I routinely
> account for all IE > version 4
Well I did not think about IE 4 yet, but all the others (i don't have a 
mac and so were only able to test the website on Safari) are supported 
;) (?type=2, ?type=3, ?type=4)

> as well as any mozilla product with a
> rendering engine newer than that in NS 6, plus versions of Opera > 7,
> and Safari, and have only recently decided not to support IE 5 for the
> Mac. All the sites I build should work in text-only browsers, and many
> of them will work in Netscape version 4. But this much CSS seems
> gigantic!
Text browsers don't use CSS.. So i haven't coded css for them ;) 
However: If there's a css textbrowser it should be capable of showing my 
website almost nicely.
> 
> My first reaction on reading your post is to think that there must be
> ~15 pages too many of css involved (unless they're all quite short);
Actually the stylesheets are short ;)
> you're sure that so much is necessary?
Take a look at www.ess-erfurt.de/dev/444.0.html
In our installation, there's a css for everything. For news, for 
comments, checklists, menus (layer menus), images, flash files, ... Most 
of what you see there is made with pure CSS (unlike www.ess-erfurt.de - 
our old (but currently running version)
If you switch CSS off, you'll see what CSS can do. BTW: There isn't a 
single hack for any browser, except margin:0px auto; and text-align:center;
> (Just for example, I don't
> think I've ever built /any/ site that needed more than about ~2000
> lines of CSS--and there usually has to be some kind of extenuating
> circumstance for it to get within 500 lines of being that big...)
As I told, we have css for everything. I wanted to make a website, 
that's 100% w3c valid in the end (the current encoding issues won't be 
there by thursday), completly secure (SSL) (later also captcha support, 
etc..) and 100% customizable. This means, we have over 40 different 
subtypes of our main CD which are all supported through CSS.

> Also, if I can just go OT for a minute, I'm quite interested in using
> TYPO3 for generating CSS and I've done quite a bit of it; if you're
> willing, it might be interesting to compare notes on the problems and
> successes you've had...
Nice :) But I have just used normal TYPOScript to do it..

Greetings
Andreas

BTW: Some advertisement: I do everything for free :-/
I don't earn a single cent with it. I would like to learn more about CSS 
and I would like to go to a web company and try whether this business is 
the right for me ;).


More information about the TYPO3-english mailing list