Seite 1 von 1

style

Verfasst: 17. Jul 2006, 14:27
von Gordos
hi,
ich hab hier unten den kompletten style. mein problem:
ich hätte gern die links in dunkelblau.
habe leider kA wie das geht, ist mit dem generator gemacht worden und ich kann den leider net mit dem style füttern bzw weiß net wie.
wäre sehr net wenn mir jmd helfen könnte.
danke im voraus, Gordos



p,ul,ol,td,span,layer,table { font-family: Arial, helvetica, sans-serif; }
p{ margin: 0px; padding: 0px;}
body{margin: 0px; }
table{ border:0px; border-collapse: collapse; }
h1 { font-size:12px; font-weight:bold; margin-bottom: 0px;}
.medium { font-size:11px; }
.small { font-size:10px; }


td.areadescription { padding: 5px; }
td.mainheader{width: 100%;}
.imageborder { border: 0px solid; margin-right: 10px; margin-bottom: 1px;}
a:link { text-decoration:none; font-weight:bold; }
a:visited { text-decoration:none; font-weight:bold; }
a:active { text-decoration:hover; font-weight:bold; }
a:hover { text-decoration:underline; font-weight:bold; }
body { background-color: #000000; color: #EE6600; border: thin solid #; }
a { color: #660000; }
.framebannerbg { background-color: #000000; border: thin solid #; }
.framemainbg { background-color: #000000; border: thin solid #;margin: 10px; }
.framechattextbg { background-color: #000000; border: thin solid #;margin: 10px; margin-top: 5px;

margin-bottom: 5px; margin-right: 5px; }
.framechatformbg { background-color: #000000; border: thin solid #; }
.frameitembg { background-color: #000000; border: thin solid #;margin: 10px; }
.framemapbg { background-color: #000000; margin: 10px; }
.framemenubg { background-color: #000000; border: thin solid #; }
.chattext { color: #CC0000; }
.chattextwhisper { color: #CC2200; }
.chattextscream { color: #AA4400; }
.chattextclan { color: #AA6600; }
.chattextgroup { color: #AA8800; }
p.chattextwhisper span { background-color: #000000; color: #AAAA00 !important; }
p.worldsay table tr[bgcolor="#C1CEF9"] { background-color: #000000; color: #AAAA00; }
p.worldsay table tr[bgcolor="#99EE99"] { background-color: #000000; color: #22FF00; }
.chattextinfo { background-color: #000000; color: #FF0044; }
.framechattextbg a { color: #FF2200; }
.chattext table { background-color: #000000; color: #FF0000; }
.framemainbg a { font-weight: bold; }
p.maincaption2 { font-weight: bold; padding: 2px; padding-left: 5px; }
p.maincaption2 a { font-weight: bold; }
.framemainbg p.listrow { padding: 2px; padding-left: 5px; width: 300px; }
.framemainbg p.listrow a { font-weight: bold; }
p.maindesc1 { padding: 2px; padding-left: 5px; }
p.maindesc2 a { font-weight: bold; }
legend { vertical-align: middle; }
fieldset a { font-weight: bold; }
td.mainheader { width: 100%; }
table.areadescription { width: 100%; }
td.areadescription { padding: 5px; }
td.areadescription a { font-weight: bold; }
p.personlistcaption { font-weight: bold; padding: 2px; padding-left: 5px; }
p.itemlistcaption { font-weight: bold; padding: 2px; padding-left: 5px; }
p.listusersrow { padding: 1px; padding-left: 5px; border-top: 0px; margin-bottom: 0px; }
p.listusersrow b { font-weight: bold; }
p.listusersrow a { font-weight: bold; }
p.listusersrow b a { font-weight: bold; }
p.listplaceitemsrow { padding: 2px; padding-left: 5px; border-top: 0px; margin-bottom: 2px; }
p.listplaceitemsrow b { font-weight: bold; }
p.listplaceitemsrow a { font-weight: bold; }
p.listcaption { font-weight: bold; padding: 2px; padding-left: 5px; }
.frameitembg a { font-weight: bold; }
.frameitembg p.listrow { padding: 0px; padding-left: 5px; border-top: 0px; }
.frameitembg p.listrow a { font-weight: bold; }
.valueincreased { font-weight: bold; }
p.listcaption a { font-weight: bold; }
p.listitemrow { padding: 2px; padding-left: 5px; margin-bottom: 2px; }
p.listitemrow a { font-weight: bold; }
.itemamount { font-weight: bold; }
.itemmagic { font-weight: bold; }
.itemequipped { font-weight: bold; }
p.positiontext { margin-left: 0px; margin-right: 0px; margin-bottom: 3px; padding-left: 0px; padding-right:

0px; width: 250px; }
submit { background-color: #66; color: #FF6600; }
.submitsagen { background-color: #66; color: #CC0000; width: 60px; margin-left: 1px; margin-right: 2px;

font-weight: bold; }
.submitwhisper { background-color: #66; color: #CC2200; width: 88px; margin-left: 1px; margin-right: 2px;

font-weight: bold; }
.submitschreien { background-color: #66; color: #AA4400; width: 88px; margin-right: 2px; font-weight: bold;

}
.submitclan { background-color: #66; color: #AA6600; width: 60px; margin-right: 2px; font-weight: bold; }
.submitgroup { background-color: #66; color: #AA8800; width: 60px; margin-right: 2px; font-weight: bold; }
.submitworldsay { background-color: #66; color: #AAAA00; width: 60px; margin-right: 2px; font-weight: bold;

}
.framechatformbg a { font-weight: bold; }

Verfasst: 17. Jul 2006, 16:31
von Saturos
Schau mal in deinen Quelltext und such die folgende Stelle. Dort findest du diese vier Klassen, welche alle was mit Links zu tun haben:
Allgm. Linkfarbe
a:link { text-decoration:none; font-weight:bold; color: gewünschte Farbe; }

Farbe für bereits besuchte Links
a:visited { text-decoration:none; font-weight:bold; color: gewünschte Farbe; }

Farbe für aktiven Link
a:active { text-decoration:hover; font-weight:bold; color: gewünschte Farbe; }

Farbe beim Hovern(drüberfahren)
a:hover { text-decoration:underline; font-weight:bold; color: gewünschte Farbe; }
Nun füge einfach das farbigmarkierte ein und ändere das rotgeschriebene in eine Farbe deiner Wahl bzw. sieh dafür in einer Farbcodetabelle nach.