[CSS] CSS zum schnellen Seitenändern?

Startpost-Retter
Hey ihr,
also da Gestüt Rosemont mittlerweile über 600 Dateien hat, ist es ziemlich mühsam, wenn man ein neues Design erstellt und jede Seite einzelnt bearbeiten muss.

Bei www.icedale.de gibt es ein Tutorial, wie man das mit CSS machen kann, allerdings klappt das nicht. Hätte vielleicht jemand eine Idee, wie man das sonst machen kann? Wäre lieb.

Nella
senseless
sprichst du von ner externen css datei?


vllt. hilft der tut dir weiter(sonst muss ich erklären ^^):
Tutorial: CSS
Black Katrin
ähm... style bringts dir nur wenn dus mit ner extrenen seite machst, die müsste dann aber anders aussehenAugenzwinkern

zB http://chaos-katrin.ch/katrin/desi/style.css
ansonsten ist das ändern der seiten genauso mühsam wie voherAugenzwinkern
Leila
versuchs mal damit:
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
BODY {
text-align: center;
background-image: (url('httppeople.freenet.degestuet_rosemontDesignshg_main.jpg');
font-size: 8pt;
font-face: Verdana;
background-attachment: fixed;
background-position: 0px 0px;
background-color: transparent;
scrollbar-3dlight-color: #000000; 
scrollbar-arrow-color: #000000;
scrollbar-darkshadow-color: #D5F6D2;
scrollbar-face-color: #D5F6D2;
scrollbar-highlight-color: #D5F6D2;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #D5F6D2 
}
{
Cursor:crosshair;
background-attachment: fixed;}
A:link{cursor:crosshair;}
A:hover {color: #000080; text-decoration: overline}
A:link{cursor:crosshair;}
--><!--
BODY{Cursor:crosshair}; }style="cursor:crosshair;
--><!-- a:link{cursor:crosshair;}
--><!-- body{cursor:crosshair}; }style="cursor:crosshair;{  }
Leila
versuchs nochmal hiermit:
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
BODY {
text-align: center;
background-image: (url('httppeople.freenet.degestuet_rosemontDesignshg_main.jpg');
font-size: 8pt;
font-face: Verdana;
background-attachment: fixed;
background-position: 0px 0px;
background-color: transparent;
scrollbar-3dlight-color: #000000; 
scrollbar-arrow-color: #000000;
scrollbar-darkshadow-color: #D5F6D2;
scrollbar-face-color: #D5F6D2;
scrollbar-highlight-color: #D5F6D2;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #D5F6D2 
}
{
Cursor:crosshair;
background-attachment: fixed;}
A:link{cursor:crosshair;}
A:hover {color: #000000; text-decoration: overline}
A:link{cursor:crosshair;}
--><!--
BODY{Cursor:crosshair}; }style="cursor:crosshair;
--><!-- a:link{cursor:crosshair;}
--><!-- body{cursor:crosshair}; }style="cursor:crosshair;{  }