]> git.xonotic.org Git - xonotic/mediasource.git/blob - gfx/luma/gfx/menu/luma/common_c.gradients
d7b082567e6e5b282a2b740e4cd402a87668df0e
[xonotic/mediasource.git] / gfx / luma / gfx / menu / luma / common_c.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="radiobutton">
5                         <stop offset="0" stop-color="#602d1d" stop-opacity="0"/>
6                         <stop offset="1" stop-color="#602d1d"/>
7                 </radialGradient>
8                 <linearGradient id="stripes" x1="0" y1="0" x2="100%" y2="0" gradientUnits="userSpaceOnUse">
9                         <stop stop-color="#ff491f" offset=".25"/>
10                         <stop stop-color="#ff491f" offset=".42" stop-opacity=".1"/>
11                         <stop stop-color="#ff491f" offset=".58" stop-opacity=".1"/>
12                         <stop stop-color="#ff491f" offset=".75"/>
13                 </linearGradient>
14                 <linearGradient id="checkbox" xlink:href="#radiobutton" x1="1" x2="0" y2="1"/>
15                 <linearGradient id="inputbox" xlink:href="#radiobutton" x2="0" y2="1"/>
16         </defs>
17 </svg>