Gegen Bilderklau - Das Original (https://www.gegen-bilderklau.net/index.php)
- Design, Website, Copyright (https://www.gegen-bilderklau.net/board.php?boardid=80)
--- Homepagehilfe (https://www.gegen-bilderklau.net/board.php?boardid=27)
---- Homepagehilfe - Archiv (https://www.gegen-bilderklau.net/board.php?boardid=139)
----- [CSS] CSS zum schnellen Seitenändern? (https://www.gegen-bilderklau.net/thread.php?threadid=69760)


Geschrieben von Startpost-Retter am 28.06.2006 um 13:14:

  CSS zum schnellen Seitenändern?

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



Geschrieben von senseless am 28.06.2006 um 13:36:

 

sprichst du von ner externen css datei?


vllt. hilft der tut dir weiter(sonst muss ich erklären ^^):
Tutorial: CSS



Geschrieben von Black Katrin am 28.06.2006 um 17:19:

 

ä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



Geschrieben von Leila am 29.06.2006 um 18:00:

 

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;{  }



Geschrieben von Leila am 29.06.2006 um 19:12:

 

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;{  }


Forensoftware: Burning Board, entwickelt von WoltLab GmbH