]> de.git.xonotic.org Git - xonotic/mediasource.git/blob - gfx/luma/gfx/hud/luma/common.gradients
Update 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="1" stop-color="#2f2f2f" stop-opacity="0.5"/>
20                 </linearGradient>
21                 <linearGradient id="border_shadow_mask">
22                         <stop offset="0.25"  stop-color="#000000"/>
23                         <stop offset="0.375" stop-color="#ffffff"/>
24                         <stop offset="0.625" stop-color="#ffffff"/>
25                         <stop offset="0.75"  stop-color="#000000"/>
26                 </linearGradient>
27                 <linearGradient id="current_bg" gradientUnits="userSpaceOnUse" x2="0%" y2="100%">
28                         <stop offset="0" stop-color="#e2f6fe" stop-opacity=".7"/>
29                         <stop offset="1" stop-color="#b7dcfc" stop-opacity="0"/>
30                 </linearGradient>
31                 <linearGradient id="current_frame" gradientUnits="userSpaceOnUse" y1="25%" x2="0%" y2="100%">
32                         <stop offset=".1" stop-color="#f9fdff"/>
33                         <stop offset="1"  stop-color="#f9fdff" stop-opacity="0"/>
34                 </linearGradient>
35                 <linearGradient id="weapon_accuracy" gradientUnits="userSpaceOnUse" x2="0%" y2="100%">
36                         <stop offset="0" stop-color="#ffffff" stop-opacity=".6"/>
37                         <stop offset="1" stop-color="#ffffff" stop-opacity="0"/>
38                 </linearGradient>
39                 <linearGradient id="weapon_ammo">
40                         <stop offset="0" stop-color="#ffffff" stop-opacity=".9"/>
41                         <stop offset="1" stop-color="#cfcfcf" stop-opacity=".9"/>
42                 </linearGradient>
43         </defs>
44 </svg>