]> git.xonotic.org Git - xonotic/mediasource.git/blob - gfx/luma/gfx/hud/luma/common.gradients
f38b9cc707604ca28c082c3b9632215f7dbe5e2d
[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                 <linearGradient id="border_default" x2="0" y2="1">
5                         <stop offset="0" stop-color="#2f2f2f" stop-opacity=".83"/>
6                         <stop offset="1" stop-color="#1f1f1f" stop-opacity=".44"/>
7                 </linearGradient>
8                 <linearGradient id="border_open" x2="0" y2="1">
9                         <stop offset="0"   stop-color="#2f2f2f" stop-opacity=".83"/>
10                         <stop offset=".75" stop-color="#1f1f1f" stop-opacity=".44"/>
11                         <stop offset="1"   stop-color="#1f1f1f" stop-opacity="0" />
12                 </linearGradient>
13                 <radialGradient id="border_glow" cx="0.5" cy="-0.0625" r="0.5" gradientTransform="scale(1,0.5)">
14                         <stop offset="0"  stop-color="#9f9f9f" stop-opacity=".17"/>
15                         <stop offset=".5" stop-color="#9f9f9f" stop-opacity=".06"/>
16                         <stop offset="1"  stop-color="#9f9f9f" stop-opacity="0"/>
17                 </radialGradient>
18         </defs>
19 </svg>