]> de.git.xonotic.org Git - xonotic/mediasource.git/blob - gfx/luma/gfx/hud/luma/common.gradients
Luma sources update, also adding simple items. CSS cleanup pending
[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" cx="0%" cy="0%" r="100%" gradientUnits="userSpaceOnUse">
5                         <stop offset=".25" stop-color="#1f1f1f" stop-opacity=".4"/>
6                         <stop offset=".75" stop-color="#2f2f2f" stop-opacity=".6"/>
7                 </radialGradient>
8                 <linearGradient id="border_default" x2="0%" y2="100%" gradientUnits="userSpaceOnUse">
9                         <stop offset="0" stop-color="#2f2f2f" stop-opacity=".8"/>
10                         <stop offset="1" stop-color="#1f1f1f" stop-opacity=".4"/>
11                 </linearGradient>
12                 <linearGradient id="border_fading" x2="0%" y2="100%" gradientUnits="userSpaceOnUse">
13                         <stop offset="0"   stop-color="#2f2f2f" stop-opacity=".8"/>
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="weapon_ammo">
18                         <stop offset="0"  stop-color="#baff13"/>
19                         <stop offset=".5" stop-color="#70fb00"/>
20                         <stop offset="1"  stop-color="#29da00"/>
21                 </linearGradient>
22         </defs>
23 </svg>