]> git.xonotic.org Git - xonotic/mediasource.git/blob - gfx/luma/gfx/menu/luma/common_f.gradients
bf561667f9f60bbdef090f9e17de4f72e4369fa9
[xonotic/mediasource.git] / gfx / luma / gfx / menu / luma / common_f.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 stop-color="#145892" offset="0" stop-opacity="0"/>
6                         <stop stop-color="#145892" offset="1" />
7                 </radialGradient>
8                 <linearGradient id="stripes" x1="0" y1="0" x2="100%" y2="0" gradientUnits="userSpaceOnUse">
9                         <stop stop-color="#1f7fff" offset=".25"/>
10                         <stop stop-color="#1f7fff" offset=".42" stop-opacity=".1"/>
11                         <stop stop-color="#1f7fff" offset=".58" stop-opacity=".1"/>
12                         <stop stop-color="#1f7fff" 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>