]> de.git.xonotic.org Git - xonotic/mediasource.git/blob - gfx/luma/gfx/hud/luma/common.gradients
Update the luma sourcefiles
[xonotic/mediasource.git] / gfx / luma / gfx / hud / luma / common.gradients
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
3         <defs>
4                 <radialGradient id="border_corner" gradientUnits="userSpaceOnUse" cx="0%" cy="0%" r="100%">
5                         <stop offset=".25" stop-color="#1f1f1f" stop-opacity=".4"/>
6                         <stop offset=".75" stop-color="#2f2f2f" stop-opacity=".7"/>
7                 </radialGradient>
8                 <linearGradient id="border_default" gradientUnits="userSpaceOnUse" x2="0%" y2="100%">
9                         <stop offset="0" stop-color="#2f2f2f" stop-opacity=".75"/>
10                         <stop offset="1" stop-color="#1f1f1f" stop-opacity=".4"/>
11                 </linearGradient>
12                 <linearGradient id="border_fading" gradientUnits="userSpaceOnUse" x2="0%" y2="100%">
13                         <stop offset="0"   stop-color="#2f2f2f" stop-opacity=".75"/>
14                         <stop offset=".75" stop-color="#1f1f1f" stop-opacity=".4"/>
15                         <stop offset="1"   stop-color="#1f1f1f" stop-opacity="0" />
16                 </linearGradient>
17                 <linearGradient id="border_shadow" x2="0" y2="1">
18                         <stop offset="0"  stop-color="#1f1f1f" stop-opacity="0"/>
19                         <stop offset=".3"  stop-color="#1f1f1f" stop-opacity="0.1"/>
20                         <stop offset="1"  stop-color="#2f2f2f" stop-opacity="0.6"/>
21                 </linearGradient>
22                 <linearGradient id="border_shadow_mask">
23                         <stop offset="0.25"  stop-color="#000000"/>
24                         <stop offset="0.375" stop-color="#ffffff"/>
25                         <stop offset="0.625" stop-color="#ffffff"/>
26                         <stop offset="0.75"  stop-color="#000000"/>
27                 </linearGradient>
28                 <linearGradient id="weapon_ammo">
29                         <stop offset="0" stop-color="#ffffff" stop-opacity=".9"/>
30                         <stop offset="1" stop-color="#cfcfcf" stop-opacity=".9"/>
31                 </linearGradient>
32                 <linearGradient id="weapon_current_bg" x2="0" y2="1">
33                         <stop offset="0"   stop-color="#ffffff" stop-opacity=".4"/>
34                         <stop offset="0.3" stop-color="#ffffff" stop-opacity=".2"/>
35                         <stop offset="0.7" stop-color="#ffffff" stop-opacity=".2"/>
36                         <stop offset="1"   stop-color="#ffffff" stop-opacity=".4"/>
37                 </linearGradient>
38         </defs>
39 </svg>