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)
----- [HTML] Code bei Oyla (https://www.gegen-bilderklau.net/thread.php?threadid=113452)


Geschrieben von JuliaOertner am 20.07.2007 um 13:05:

  Code bei Oyla

Hi, ich hab für meine Seite einen code bekommen, bzw. hab eine Vorlage bekommen, die ist auch so weit fertig und ok, nur sind mir die Links+ die Scrollballs viel zu hell, wie/wo kann ich das ändern...:hier der code:

<html>
<head>

<title>%titel%</title>

<style type="text/css">
<!--
body {
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #000000;
}
a:link {
color: #ffffff;
text-decoration:none;
}
a:visited {color: #ffffff;
text-decoration:none;
}
a:active {color: #ffffff;
text-decoration:none;
}
a:hover {color: #ffffff;
text-decoration:none;
}
-->
</style>


</head>

<body bgcolor="#ffffff" topmargin="0" leftmargin="0">

<img border="0" src="http://www.bildhoster.de/uploads/20.07.2007_13:03:03_design.jpg " scroll="no" bgproperties="fixed"
ALIGN="left" STYLE="position: absolute; top: 0; left: 0" width="1023" height="608">


<div style="overflow: auto; position: absolute; width: 788; height: 400; left: 233; top: 205">
<font face="Verdana" size="2"><font color="#000000">%content%</font></font>
</div>

<div style="overflow: auto; position: absolute; width: 160; height: 400; left: 10; top: 205">
<font face="Verdana" size="2" color="#0000000">%navigation_v%</font>
</div>



Geschrieben von pferdepixx am 20.07.2007 um 14:50:

 

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:
<style type="text/css">
<!--
body {
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #000000;
}
a:link {
color: #ffffff;
text-decoration:none;
}
a:visited {color: #ffffff;
text-decoration:none;
}
a:active {color: #ffffff;
text-decoration:none;
}
a:hover {color: #ffffff;
text-decoration:none;
}
-->
</style>


einfach für die scrollbalken
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
body {
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #000000;
}

hier die farben ändern (also die hexacodes)

und für die links
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
a:link {
color: #ffffff;
text-decoration:none;
}
a:visited {color: #ffffff;
text-decoration:none;
}
a:active {color: #ffffff;
text-decoration:none;
}
a:hover {color: #ffffff;
text-decoration:none;
}

hier die hexacodes verändern


Forensoftware: Burning Board, entwickelt von WoltLab GmbH