Hallo
ist es möglich eine css-Definition direkt einer bestimmten Datei zuzuordnen?
Ja, du musst die Datei lediglich CSS- gerecht kennzeichnen:
<body class=chome>
...
</body>
<body class=downloads>
...
</body>
/* FARBEN DER SEITEN */
.chome, .home h1, .home h2 ,.home h3 {color:#88f;}
.cdownloads,.downloads h1,.downloads h2,.downloads h3{color:#0f0;}
Lieben Gruß, Kalle