Dann nutze die FireBug-Extension fuer den FireFox, und finde es damit.
Hi ChrisB,
das habe ich auch schon versucht.
Da zeigt er mir dann folgendes an:
body, td, th, tr, p, div (line 15)
{
font-family: Helvetica,Arial,sans-serif;
font-size: 12px;
color: #333333;
line-height: 150%;
}
#whitebar (line 91)
{
background-color: white;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
height: 85px;
margin-bottom: 2em;
}
oder wenn ich direkt auf das bild klicke:
img (line 386)
{
border-top-width: 0pt;
border-right-width: 0pt;
border-bottom-width: 0pt;
border-left-width: 0pt;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: -moz-use-text-color;
border-right-color: -moz-use-text-color;
border-bottom-color: -moz-use-text-color;
border-left-color: -moz-use-text-color;
}
steigt da echt nicht so ganz durch mehr :/