]> git.xonotic.org Git - xonotic/mediasource.git/commitdiff
Update luma sourcefiles
authorSeverin Meyer <sev.ch@web.de>
Tue, 30 Dec 2014 14:22:37 +0000 (15:22 +0100)
committerSeverin Meyer <sev.ch@web.de>
Tue, 30 Dec 2014 14:22:37 +0000 (15:22 +0100)
gfx/luma/gfx/hud/luma/common.css
gfx/luma/gfx/hud/luma/common.filters
gfx/luma/gfx/hud/luma/common_neutral.css
gfx/luma/gfx/hud/luma/dom_icon_blue.svg
gfx/luma/gfx/hud/luma/dom_icon_neutral [new file with mode: 0755]
gfx/luma/gfx/hud/luma/dom_icon_neutral.svg [deleted file]
gfx/luma/gfx/hud/luma/dom_icon_pink.svg
gfx/luma/gfx/hud/luma/dom_icon_red.svg
gfx/luma/gfx/hud/luma/dom_icon_yellow.svg

index c92549ba13591c82819ec8254550ff1ec8267244..f74976d0e00474490cf66eb974025e211d7d6dea 100755 (executable)
@@ -46,8 +46,8 @@
 .xray         { fill:#978ed2 }
 
 /* Items */
-.keepaway { fill:#8aa9c6 }
-.ball     { fill:#8aa9c6 }
+.keepaway { fill:#89aac3 }
+.ball     { fill:#89aac3 }
 
 /* Nades */
 .nade_default { fill:#77b38a }
 
 /* Notifications */
 .camping      { fill:#81f13d }
-.death        { fill:#8aa9c6 }
+.death        { fill:#89aac3 }
 .fall         { fill:#fd705b }
 .lava         { fill:#e39160 }
 .melee        { fill:#81f13d }
-.outofammo    { fill:#8aa9c6 }
-.selfkill     { fill:#8aa9c6 }
+.outofammo    { fill:#89aac3 }
+.selfkill     { fill:#89aac3 }
 .shootingstar { fill:#e9be57 }
 .slime        { fill:#81f13d }
 .telefrag     { fill:#6899f2 }
@@ -76,7 +76,7 @@
 .newtime   { fill:#81f13d }
 
 /* Misc */
-.key         { fill:#8aa9c6 }
+.key         { fill:#89aac3 }
 .no          { fill:#fd705b }
 .progressbar { fill:#ffffff }
 .yes         { fill:#81f13d }
index 35ed444f8046a0582ebd6b420d7f075c2ccd822b..0b15eaa0810969b5204008e40db2ea15b3c41a49 100755 (executable)
@@ -6,8 +6,8 @@
                </filter>
                <filter id="darkened">
                        <feGaussianBlur stdDeviation="2"/>
-                               <!-- ./tools/hsv-matrix.pl -9 3.2 0.38 -->
-                       <feColorMatrix values="1.07 -0.45 -0.24 0 0 -0.20 0.59 -0.01 0 0 -0.02 -0.72 1.13 0 0 0 0 0 1 0"/>
+                               <!-- ./tools/hsv-matrix.pl -9 3.2 0.36 -->
+                       <feColorMatrix values="1.01 -0.43 -0.22 0 0 -0.19 0.56 -0.01 0 0 -0.02 -0.69 1.07 0 0 0 0 0 1 0"/>
                        <feComposite in2="SourceAlpha" operator="in"/>
                </filter>
                <filter id="glowing" x="-0.5" y="-0.5" width="2" height="2">
index ac2eddfda1e2909eec90d50e86c9529e01a419a6..fc4f10e6d701542cd509d004916fafea0f5fe7f7 100755 (executable)
@@ -1,3 +1,3 @@
 @import "common.css";
 
-.teamcolor { fill:#8aa9c6 }
+.teamcolor { fill:#89aac3 }
index be0ffbb8142d38ec184ce6b72b6f0bd6c0beeb80..75a6cd5037a03d6b889fb8fe6df74849647d33f6 100755 (executable)
@@ -1,3 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="1" height="1" version="1.1">
+<?xml-stylesheet href="common.css" type="text/css"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" version="1.1">
+       <g class="shadow blurred">
+               <path d="m 30,82 -8,3 -10,11 52,20 52,-20 -10,-11 -8,-3 5,7 -39,11 -39,-11 z"/>
+               <path d="m 51,17 -24,40 0,4 10,24 23,5 0,-21 -12,-5 -2,-4 9,-41 z m 26,0 -4,2 9,41 -2,4 -12,5 0,21 23,-5 10,-24 0,-4 z"/>
+       </g>
 </svg>
diff --git a/gfx/luma/gfx/hud/luma/dom_icon_neutral b/gfx/luma/gfx/hud/luma/dom_icon_neutral
new file mode 100755 (executable)
index 0000000..da1aa0d
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common_neutral.css" type="text/css"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" version="1.1">
+       <g class="teamcolor shining">
+               <path d="m 30,82 -8,3 -10,11 52,20 52,-20 -10,-11 -8,-3 5,7 -39,11 -39,-11 z"/>
+               <path d="m 84,60 a 20,20 0 1 1 -40,0 20,20 0 1 1 40,0 z"/>
+       </g>
+</svg>
diff --git a/gfx/luma/gfx/hud/luma/dom_icon_neutral.svg b/gfx/luma/gfx/hud/luma/dom_icon_neutral.svg
deleted file mode 100755 (executable)
index da1aa0d..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet href="common_neutral.css" type="text/css"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" version="1.1">
-       <g class="teamcolor shining">
-               <path d="m 30,82 -8,3 -10,11 52,20 52,-20 -10,-11 -8,-3 5,7 -39,11 -39,-11 z"/>
-               <path d="m 84,60 a 20,20 0 1 1 -40,0 20,20 0 1 1 40,0 z"/>
-       </g>
-</svg>
index be0ffbb8142d38ec184ce6b72b6f0bd6c0beeb80..95cae00543677b8cc59482b7635a1e6e0acf14c5 100755 (executable)
@@ -1,3 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="1" height="1" version="1.1">
+<?xml-stylesheet href="common.css" type="text/css"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" version="1.1">
+       <g class="shadow blurred">
+               <path d="m 30,82 -8,3 -10,11 52,20 52,-20 -10,-11 -8,-3 5,7 -39,11 -39,-11 z"/>
+               <path d="m 64,20 c -5.8,0 -11.2,1.5 -16,4 L 61.4,37.4 C 63.8,36.5 66.3,36 69,36 80.6,36 90,45.4 90,57 90,68.6 80.6,78 69,78 57.4,78 48,68.6 48,57 c 0,-2.7 0.5,-5.2 1.4,-7.6 L 35.5,35.5 C 32,40.8 30,47.2 30,54 30,72.8 45.2,88 64,88 82.8,88 98,72.8 98,54 98,35.2 82.8,20 64,20 z m 6,24 c -7.7,0 -14,6.3 -14,14 0,7.7 6.3,14 14,14 7.7,0 14,-6.3 14,-14 0,-7.7 -6.3,-14 -14,-14 z"/>
+       </g>
 </svg>
index be0ffbb8142d38ec184ce6b72b6f0bd6c0beeb80..4b733cc3645d4eea3df1d29f2ada02aec420f97a 100755 (executable)
@@ -1,3 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="1" height="1" version="1.1">
+<?xml-stylesheet href="common.css" type="text/css"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" version="1.1">
+       <g class="shadow blurred">
+               <path d="m 30,82 -8,3 -10,11 52,20 52,-20 -10,-11 -8,-3 5,7 -39,11 -39,-11 z"/>
+               <path d="M 49,22 28,38 28,72 49,88 53,83 39,68 39,42 53,27 z m 30,0 -4,5 14,15 0,26 -14,15 4,5 21,-16 0,-34 z M 64,34 43,55 64,76 85,55 z"/>
+       </g>
 </svg>
index be0ffbb8142d38ec184ce6b72b6f0bd6c0beeb80..e36d9134fb761d6eb837acd10ad2e11f38f44552 100755 (executable)
@@ -1,3 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="1" height="1" version="1.1">
+<?xml-stylesheet href="common.css" type="text/css"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" version="1.1">
+       <g class="shadow blurred">
+               <path d="m 30,82 -8,3 -10,11 52,20 52,-20 -10,-11 -8,-3 5,7 -39,11 -39,-11 z"/>
+               <path d="m 64,20 c -7,0 -13,2 -18,5 l 3,6 c 3,-1 8,-2 11,-2 l 0,10.6 C 54.9,41 51,44.9 49.6,50 L 39,50 c 0,-3 1,-8 2,-11 l -6,-3 c -3,5 -5,11 -5,18 0,7 2,13 5,18 l 6,-3 C 40,66 39,61 39,58 l 10.6,0 C 51,63.1 54.9,67 60,68.4 L 60,79 c -3,0 -8,-1 -11,-2 l -3,6 c 5,3 11,5 18,5 7,0 13,-2 18,-5 l -3,-6 c -3,1 -8,2 -11,2 L 68,68.4 C 73.1,67 77,63.1 78.4,58 L 89,58 c 0,3 -1,8 -2,11 l 6,3 c 3,-5 5,-11 5,-18 0,-7 -2,-13 -5,-18 l -6,3 c 1,3 2,8 2,11 L 78.4,50 C 77,44.9 73.1,41 68,39.6 L 68,29 c 3,0 8,1 11,2 l 3,-6 C 77,22 71,20 64,20 z"/>
+       </g>
 </svg>