Versuchs mal hiermit,
das Fenster wird hier wohl hauptsächlich durch die Schriftart/grösse bestimmt.
CSS
@namespace url(http://www.w3.org/1999/xhtml);
/* FOR ALL GOOGLE PROPERTIES */
@-moz-document
domain("google.com"),
domain("google.co.uk"),
domain("google.com.au"),
domain("google.ca"),
domain("maps.google.de"),
domain("google.fr"),
domain("google.it"),
domain("google.es"),
domain("google.ie"),
domain("google.co.in"),
domain("google.ru"),
domain("google.co.th"),
domain("google.co.nz")
{
*{
font-family: /*Verdana,*/ sans-serif !important;
font-size:11px !important;
}
a{
color:#3333cc !important;
text-decoration:none !important;
}
a:visited{
color:#990066 !important;
}
a:hover{
background:#ffff66 !important;
}
input{
padding:.0em .0em !important;
}
/*
input,select{
background:#fff7df !important;
border:1px solid #cccccc !important;
color:#008000 !important;
}*/
/*
input[type="submit"],input[type="button"]{
background:#f4c100 !important;
border:none !important;
color:#ffffff !important;
cursor:pointer !important;
margin:.3em .4em 0 !important;
padding:.2em .6em !important;
}
*/
#flashobjectplaceholder{
width:93% !important;
}
#playrightblock{
width:250px !important;
}
}
Alles anzeigen