Vorlage:Forza Car Infobox

Aus wiki.forzawiki.com
Zur Navigation springen Zur Suche springen

Forza Car Infobox Vorlage


🚗 Verfügbarkeit: Autoshow + Wheelspins
⚙️ AWD
     D
     PI 100
Geschwindigkeit6.0
Handling2.6
Beschleunigung3.7
Start1.7
Bremsen2.0
Offroad5.1

<style> .forza-car-box { margin: 15px 0; font-family: sans-serif; } .info-bar {

 display: flex; 
 gap: 15px; 
 background: #f0f0f0; 
 padding: 10px; 
 border-radius: 6px; 
 margin-bottom: 12px;
 font-weight: 600;

} .class-badge { color: white; padding: 4px 10px; 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:#333; color:white; padding:4px 10px; border-radius:4px; }

.stat-list { display: flex; flex-direction: column; gap: 4px; } .stat-item {

 background: #f9f9f9;
 padding: 12px 16px;
 border-radius: 6px;
 display: flex;
 justify-content: space-between;
 font-size: 16px;

} .stat-name { font-weight: 500; } .stat-val { font-weight: bold; } </style>