CSS:
Code
.TopBox {
background-color: rgba(0, 0, 0, 0.5); /* Schwarz - Halbtransparent*/
width: 100%; /* Breite auf 100% */
height: 20px; /* Höhe auf 20px, je nachdem anpassen */
padding: 2px 3px 2px 3px; /* Hier bestimmst du wie viel Abstand im Inneren herrschen soll, padding: [Oben] [rechts] [unten] [links] */
color: #fff; /* Font-farbe WEIß */
font-size: 9pt; /* Font größe */
/* Wenn nötig font-family: FONTNAME */
}
HTML:
Wenn ich nichts vergessen habe sollte es so gehen.