]> de.git.xonotic.org Git - xonotic/mediasource.git/blob - gfx/luma/models/items/common.css
Update Luma sourcefiles
[xonotic/mediasource.git] / gfx / luma / models / items / common.css
1 /* Vitals */
2 .armor       { fill:#72de1a }
3 .health      { fill:#e74727 }
4 .health_dark { fill:#c84a2c }
5
6 /* Ammo */
7 .bullets { fill:#86c064 }
8 .cells   { fill:#78c2d4 }
9 .fuel    { fill:#f8d760 }
10 .plasma  { fill:#e38ded }
11 .rockets { fill:#d79064 }
12 .shells  { fill:#929fa8 }
13
14 /* Powerups */
15 .detonator    { fill:#db8247 }
16 .invisibility { fill:#5598e9 }
17 .fuelregen    { fill:#c4a93c }
18 .resurrection { fill:#f35d68 }
19 .shield       { fill:#6ce820 }
20 .speed        { fill:#50b1c5 }
21 .strength     { fill:#db8247 }
22 .superweapons { fill:#c49f3c }
23 .ultrahealing { fill:#f85e46 }
24 .xray         { fill:#857bca }
25
26 /* Jetpack */
27 .jetpack { fill:#c4a93c }
28
29 /* Filters */
30 .shining  { filter:url(common.filters#shining) }
31 .darkened { filter:url(common.filters#darkened) }