Vorlage:Forza Car Infobox
Geschwindigkeit
6.0
Handling
2.6
Beschleunigung
3.7
Start
1.7
Bremsen
2.0
Offroad
5.1
Fahrzeugtyp:
Seltenheit:
Land:
Leistung: PS
Gewicht: kg
<style> .fh-car-infobox {
font-family: system-ui, -apple-system, sans-serif; max-width: 100%; margin: 15px 0;
}
.info-bar {
display: flex; flex-wrap: wrap; gap: 12px; background: #f8f8f8; padding: 10px 14px; border-radius: 6px; margin-bottom: 14px; font-weight: 600;
}
.info-item { flex: 1; min-width: 140px; } .class-pi { display: flex; gap: 8px; align-items: center; } .class-badge {
color: white; padding: 5px 12px; border-radius: 4px; font-weight: bold;
} .class-d { background: #3dbaea; } .class-c { background: #f6bf31; } .class-b { background: #ff6533; } .class-a { background: #fc355a; } .class-s1 { background: #bd5ee4; } .class-s2 { background: #1567d6; } .class-x { background: #90cf00; }
.pi-badge {
background: #2c2c2c; color: white; padding: 5px 12px; border-radius: 4px; font-weight: bold;
}
.stat-block {
display: flex; flex-direction: column; gap: 2px;
}
.stat-row {
background: #f9f9f9; padding: 12px 16px; border-radius: 6px; display: flex; justify-content: space-between; align-items: center; font-size: 16px;
}
.stat-label {
font-weight: 500; color: #333;
}
.stat-value {
font-weight: bold; font-size: 17px; color: #222;
}
.extra-info {
margin-top: 18px; padding: 14px; background: #f8f8f8; border-radius: 6px; line-height: 1.7;
} </style>