Paladox has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/162114

Change subject: Update Metrolook
......................................................................

Update Metrolook

Fix is with it not showing correctly on mobile.
Remove some unnecessary code.
Add some more svg images.

Note this requires MediaWiki 1.24.

If you have a problem with desktop view of site not working on mobile please 
report it as an issue.

Change-Id: I56e401c40ec208797e412d5b56bd0a089df5e205
---
M Metrolook.php
M MetrolookTemplate.php
M components/collapsibleNav.less
M components/common.less
M components/navigation.less
A images/Transparent.gif
M images/arrow-down-focus-icon.svg
M images/arrow-down-icon.svg
M images/closed-ltr.svg
M images/closed-rtl.svg
A images/downarrow.svg
A images/line.svg
M images/open.svg
A images/uploadlogo.svg
A images/user-icon.svg
15 files changed, 552 insertions(+), 117 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Metrolook 
refs/changes/14/162114/1

diff --git a/Metrolook.php b/Metrolook.php
index dae96b6..57c754b 100644
--- a/Metrolook.php
+++ b/Metrolook.php
@@ -28,6 +28,7 @@
        'description' => 'Metrolook skin for MediaWiki.',
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
        'version' => '2.3.4',
 =======
        'version' => '2.3.5',
@@ -35,6 +36,9 @@
 =======
        'version' => '2.3.6',
 >>>>>>> Update Metrolook
+=======
+       'version' => '2.3.7',
+>>>>>>> Update Metrolook
        'url' => 'https://www.mediawiki.org/wiki/Skin:Metrolook',
        'author' => array( 'immewnity', 'paladox2015', 'Craig Davison', 
'lagleki' ),
        'license-name' => 'GPLv2+',
diff --git a/MetrolookTemplate.php b/MetrolookTemplate.php
index 49040f7..00fe118 100644
--- a/MetrolookTemplate.php
+++ b/MetrolookTemplate.php
@@ -358,11 +358,7 @@
 else {
 echo htmlspecialchars( $this->getSkin()->getUser()->getName() );
 }
- ?><span style="word-spacing:4px;"> </span><img 
style="position:relative;top:-1px;" src="<?php
-$default = 'http://www.pidgi.net/wiki/skins/metrolook/images/user-icon.png';
-$grav_url = 'http://www.gravatar.com/avatar/' . md5( strtolower( trim( 
$this->getSkin()->getUser()->getEmail() ) ) ) . '?d=' . urlencode ( $default ) 
. '&s=' . 20;
-echo $grav_url;
-?>" /></span></a>
+ ?><span style="word-spacing:4px;"> </span><img 
style="position:relative;top:-1px;" src="/skins/Metrolook/images/user-icon.svg" 
/></span></a>
 <div class="menu" 
style="position:absolute;top:40px;right:0px;margin:0;width:200px;">
 <?php $this->renderNavigation( 'PERSONAL' ); ?>
 </div>
@@ -374,7 +370,7 @@
        ?>
        </ul>
 </div>
-<div style="padding-left:10px;"><div class="lighthover" 
style="height:40px;float:left;"><div class="onhoverbg" 
style="height:40px;float:left;"><h4 class="title-name"><a href="<?php echo 
$this->data['nav_urls']['mainpage']['href']; ?>"><div class="title-name" 
style="font-size: 0.9em; 
padding-left:0.4em;padding-right:0.4em;color:white;max-width: auto;height:auto; 
max-height:700px; display: inline-block; vertical-align:middle;"><?php echo 
$GLOBALS['wgSitename'] ?></div></a></h4></div><div class="custom2"><img 
class="upload-button" style="float:left;" /></div><img class="custom3" 
style="height:60px;width:27px;cursor:pointer;" 
onclick="toggleDiv('bartile');"/></div></div>
+<div style="padding-left:10px;"><div class="lighthover" 
style="height:40px;float:left;"><div class="onhoverbg" 
style="height:40px;float:left;"><h4 class="title-name"><a href="<?php echo 
$this->data['nav_urls']['mainpage']['href']; ?>"><div class="title-name" 
style="font-size: 0.9em; 
padding-left:0.4em;padding-right:0.4em;color:white;max-width: auto;height:auto; 
max-height:700px; display: inline-block; vertical-align:middle;"><?php echo 
$GLOBALS['wgSitename'] ?></div></a></h4></div><img class="custom2" 
src="/skins/Metrolook/images/Transparent.gif" style="float:left;" /><img 
class="custom3" src="/skins/Metrolook/images/Transparent.gif" 
style="height:60px;width:27px;cursor:pointer;" 
onclick="toggleDiv('bartile');"/></div></div>
        <div id="top-tile-bar" class="fixed-position">
 
 <div style="vertical-align:top;align:left;">
@@ -387,7 +383,7 @@
 
 </div></div>
                        <div id="left-navigation">
-                               <a href="<?php echo 
$this->data['nav_urls']['upload']['href']; ?>"><div class="onhoverbg" 
style="padding-left:0.8em;padding-right:0.8em;float:left;height:40px;font-size:10pt;"><div
 class="custom"><img class="upload-button" /> <span 
style="color:#fff;position:relative;top:3px; "><?php $this->msg('uploadbtn') 
?></span></div></div></a><?php $this->renderNavigation( array( 'NAMESPACES', 
'VARIANTS', 'VIEWS', 'ACTIONS' ) ); ?>
+                               <a href="<?php echo 
$this->data['nav_urls']['upload']['href']; ?>"><div class="onhoverbg" 
style="padding-left:0.8em;padding-right:0.8em;float:left;height:40px;font-size:10pt;"><img
 class="custom" src="/skins/Metrolook/images/Transparent.gif"/> <span 
style="color:#fff;position:relative;top:3px; "><?php $this->msg('uploadbtn') 
?></span></div></a><?php $this->renderNavigation( array( 'NAMESPACES', 
'VARIANTS', 'VIEWS', 'ACTIONS' ) ); ?>
                        </div>
                        <div id="right-navigation">
                                <?php if ( $SearchBar ): ?>
diff --git a/components/collapsibleNav.less b/components/collapsibleNav.less
index 6e83147..18dd67d 100644
--- a/components/collapsibleNav.less
+++ b/components/collapsibleNav.less
@@ -15,7 +15,7 @@
                        color: @collapsible-nav-heading-color;
                        background-position: left center;
                        background-repeat: no-repeat;
-//                     .background-image-svg('images/arrow-expanded.svg', 
'images/arrow-expanded.png');
+/*                     .background-image-svg('images/arrow-expanded.svg', 
'images/arrow-expanded.png'); */
             .background-image-svg('images/open.svg', 'images/open.png');
                        padding: @collapsible-nav-heading-padding;
                        margin-bottom: 0;
@@ -74,7 +74,7 @@
                                color: @collapsible-nav-heading-collapsed-color;
                                background-position: left center;
                                background-repeat: no-repeat;
-//                             
.background-image-svg('images/arrow-collapsed-ltr.svg', 
'images/arrow-collapsed-ltr.png');
+/*                             
.background-image-svg('images/arrow-collapsed-ltr.svg', 
'images/arrow-collapsed-ltr.png'); */
                 .background-image-svg('images/closed-ltr.svg', 
'images/closed-ltr.png');
                                margin-bottom: 0;
 
@@ -114,7 +114,7 @@
                        color: @collapsible-nav-heading-color;
                        background-position: left center;
                        background-repeat: no-repeat;
-//                     .background-image-svg('images/arrow-expanded.svg', 
'images/arrow-expanded.png');
+/*                     .background-image-svg('images/arrow-expanded.svg', 
'images/arrow-expanded.png'); */
             .background-image-svg('images/open.svg', 'images/open.png');
                        padding: @collapsible-nav-heading-padding;
                        margin-bottom: 0;
@@ -173,7 +173,7 @@
                                color: @collapsible-nav-heading-collapsed-color;
                                background-position: left center;
                                background-repeat: no-repeat;
-//                             
.background-image-svg('images/arrow-collapsed-ltr.svg', 
'images/arrow-collapsed-ltr.png');
+/*                             
.background-image-svg('images/arrow-collapsed-ltr.svg', 
'images/arrow-collapsed-ltr.png'); */
                 .background-image-svg('images/closed-ltr.svg', 
'images/closed-ltr.png');
                                margin-bottom: 0;
 
diff --git a/components/common.less b/components/common.less
index b8f114f..b5906a4 100644
--- a/components/common.less
+++ b/components/common.less
@@ -110,8 +110,9 @@
 
 
 
-.custom img{
-            background-image: url('images/uploadlogo.png');
+img.custom {
+            position:inherit;
+            .background-image-svg('images/uploadlogo.svg', 
'images/uploadlogo.png');
             width:26px; /*width of your image*/
             height:35px; /*height of your image*/
             margin:0; /* If you want no margin */
@@ -119,31 +120,31 @@
             background-repeat: no-repeat;
 }
 
-.custom2 img{
-            background-image: url('images/line.png');
-            width:auto; /*width of your image*/
-            height:auto; /*height of your image*/
+img.custom2{
+            position:inherit;
+            .background-image-svg('images/line.svg', 'images/line.png'); 
+            width:28px; /*width of your image*/
+            height:35px; /*height of your image*/
             margin:0; /* If you want no margin */
             padding:0; /*if your want to padding */
             background-repeat: no-repeat;
 }
 
 img.custom3 {
-            background-image: url('images/downarrow.png');
+            position:inherit;
+            .background-image-svg('images/downarrow.svg', 
'images/downarrow.png');
             margin:-26px; /* If you want no margin */
             padding:0; /*if your want to padding */
             background-repeat: no-repeat;
-            
             background-position: -0px 20px
 }
-
 img.custom3:hover{
+            position:inherit;
             background: #9F6F40;
-            background-image: url('images/downarrow.png');
+            .background-image-svg('images/downarrow.svg', 
'images/downarrow.png');
             margin:-26px; /* If you want no margin */
             padding:0; /*if your want to padding */
             background-repeat: no-repeat;
-
             background-position: -0px 20px;
 }
 
diff --git a/components/navigation.less b/components/navigation.less
index d35e187..3ed3c53 100644
--- a/components/navigation.less
+++ b/components/navigation.less
@@ -45,15 +45,17 @@
 
 /* Navigation Containers */
 #left-navigation {
-       position: absolute;
+    position: inherit;
        left: 190px;
        top: 0em;
 }
 
 #right-navigation {
-       position: absolute;
-       right: 190px;
-       top: 0em;
+       float: right;
+       top: 0px;
+       position: relative;
+       margin-right: 20px;
+    margin-left: 1px;
 }
 
 /* Logo */
diff --git a/images/Transparent.gif b/images/Transparent.gif
new file mode 100644
index 0000000..f191b28
--- /dev/null
+++ b/images/Transparent.gif
Binary files differ
diff --git a/images/arrow-down-focus-icon.svg b/images/arrow-down-focus-icon.svg
index 36b8144..24b21ed 100644
--- a/images/arrow-down-focus-icon.svg
+++ b/images/arrow-down-focus-icon.svg
@@ -1,16 +1,98 @@
-<svg 
-     version="1.1" 
-     xmlns="http://www.w3.org/2000/svg"; 
-     xmlns:xlink="http://www.w3.org/1999/xlink"; 
-     width="22px" height="40px" 
-     viewBox="0 0 22 40" preserveAspectRatio="none"> 
-   <g> 
-<image width="22" height="40" xlink:href="data:image/png;base64, 
-iVBORw0KGgoAAAANSUhEUgAAABYAAAAoCAIAAAB1pp2xAAAABGdBTUEAALGPC/xhBQAAAAlwSFlz
-AAALEAAACxABrSO9dQAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAAVUlE
-QVRIS2OYn+9AIRo1AoFGjUCgUSMQaNQIBBqcRtw+uR2IiORCEIoRQOn/YABRh58LR9Q2AoiA0sgq
-8HMhiAbBSQYaNQKBRo1AoFEjEGiYGJHvAABKGqnJzE+coQAAAABJRU5ErkJggg==
-"/> 
-   </g> 
-</svg> 
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
 
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   width="22"
+   height="40"
+   id="svg6754"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="arrow-down-focus-icon.svg">
+  <defs
+     id="defs6756" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="5.9"
+     inkscape:cx="71.050847"
+     inkscape:cy="31.706102"
+     inkscape:document-units="px"
+     inkscape:current-layer="svg6754"
+     showgrid="false"
+     inkscape:window-width="1366"
+     inkscape:window-height="705"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata6759">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <g
+       transform="matrix(0.9909541,0,0,0.99731876,-293.22082,-376.14416)"
+       id="g6736">
+      <g
+         id="g6738">
+        <path
+           style="fill:#9e6f40"
+           inkscape:connector-curvature="0"
+           d="m 318.17104,396.46011 c 0.16838,6.01929 0.24208,12.50984 
0.44208,18.50984 0,1.9 0.69727,2.80984 -2.64208,2.3 -5.35792,0.23989 -11.3,-0.1 
-17.34208,0 -3.09727,0.33989 -2.72896,0.23989 -2.72896,-2.66995 0.029,-11.46011 
-0.071,-22.75026 0,-35.4 0.17104,-3.19947 -0.61312,-1.86011 1.9,-2.2 
6.34208,-0.30984 12,0.0301 18,0 3.98143,0.0699 2.54208,0.63005 2.54208,2.23005 
0,5.8 -0.3232,11.79078 -0.17104,17.23006 z"
+           id="path6740"
+           sodipodi:nodetypes="scccccccss" />
+        <path
+           style="fill:#e7dcd0"
+           inkscape:connector-curvature="0"
+           d="m 302,396.3 c 1.1,0.3 1.8,0.9 1.7,2 -0.1,0.8 -0.8,1.5 -1.7,1.4 
-1.1,-0.1 -1.8,-0.8 -1.6,-1.9 0.1,-0.8 0.7,-1.4 1.6,-1.5 z"
+           id="path6742" />
+        <path
+           style="fill:#e7dcd0"
+           inkscape:connector-curvature="0"
+           d="m 307.2,396.3 c 0.9,0.4 1.8,1 1.4,2.1 -0.2,0.8 -0.9,1.5 -1.8,1.2 
-1,-0.2 -1.8,-1 -1.4,-2.1 0.2,-0.7 0.9,-1.2 1.8,-1.2 z"
+           id="path6744" />
+        <path
+           style="fill:#e7dcd0"
+           inkscape:connector-curvature="0"
+           d="m 310.3,398.1 c 0,-1 0.7,-1.6 1.4,-1.8 1.1,-0.2 1.8,0.5 2,1.6 
0.1,0.9 -0.6,1.6 -1.4,1.7 -1.1,0.3 -1.7,-0.5 -2,-1.5 z"
+           id="path6746" />
+      </g>
+    </g>
+    <path
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero"
+       d="m 5.8305085,22.352869 c -1.1118217,-0.366288 -1.5099772,-1.027798 
-1.194312,-1.984273 0.4964127,-1.504145 2.4904106,-1.38063 2.9645235,0.183633 
0.1746566,0.576252 -0.3477117,1.515811 -0.9617585,1.729869 -0.2860298,0.09971 
-0.5277405,0.17527 -0.5371349,0.167911 -0.00939,-0.0074 -0.1314876,-0.05107 
-0.2713181,-0.09714 z"
+       id="path6795"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero"
+       d="M 10.114718,21.963985 C 9.4670165,21.563794 9.2713211,20.955296 
9.5634809,20.249959 10.024256,19.13755 11.060007,18.934055 12.011052,19.769083 
c 0.70322,0.617436 0.753449,1.058463 0.212309,1.864157 -0.480284,0.715087 
-1.28285,0.840972 -2.108643,0.330745 z"
+       id="path6797"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero"
+       d="m 15.190384,22.180137 c -0.318061,-0.127873 -0.827182,-1.268625 
-0.756592,-1.695241 0.107245,-0.648139 0.861286,-1.241845 1.577214,-1.241845 
0.905911,0 1.514418,0.713463 1.514418,1.775628 0,0.824106 -1.4188,1.529822 
-2.33504,1.161458 l 0,0 z"
+       id="path6799"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
diff --git a/images/arrow-down-icon.svg b/images/arrow-down-icon.svg
index 159defd..d818a46 100644
--- a/images/arrow-down-icon.svg
+++ b/images/arrow-down-icon.svg
@@ -1,18 +1,92 @@
-<svg 
-     version="1.1" 
-     xmlns="http://www.w3.org/2000/svg"; 
-     xmlns:xlink="http://www.w3.org/1999/xlink"; 
-     width="22px" height="40px" 
-     viewBox="0 0 22 40" preserveAspectRatio="none"> 
-   <g> 
-<image width="22" height="40" xlink:href="data:image/png;base64, 
-iVBORw0KGgoAAAANSUhEUgAAABYAAAAoCAYAAAD6xArmAAAABGdBTUEAALGPC/xhBQAAAAlwSFlz
-AAAOwQAADsEBuJFr7QAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAAn0lE
-QVRIS73MAQqDMBQEUe9/it40jdpA7A4EvqMfBvGhu7XWHgnRCNEI0QjRCNEI0QjRCNEI0QjRCNEI
-0SiheLETULzYCShe7AQUL3YCihc7AcWLnYDzo8/e8fK7lfXnpYDe/vG48dPSevPGi8PTT8fAuJX1
-56WE4sVOQPFi5x+sEI0QjRCNEI0QjRCNEI0QjRCNEI0QjRCNEI0Q79e2L8fd1ql/jD3bAAAAAElF
-TkSuQmCC
-"/> 
-   </g> 
-</svg> 
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
 
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   width="22"
+   height="40"
+   id="svg6754"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="arrow-down-icon.svg">
+  <defs
+     id="defs6756" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="5.9"
+     inkscape:cx="44.610169"
+     inkscape:cy="30.686743"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1366"
+     inkscape:window-height="705"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata6759">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <g
+       transform="matrix(0.9909541,0,0,0.99731876,-293.22082,-376.14416)"
+       id="g6736">
+      <g
+         id="g6738">
+        <path
+           style="fill:#e7dcd0"
+           inkscape:connector-curvature="0"
+           d="m 302,396.3 c 1.1,0.3 1.8,0.9 1.7,2 -0.1,0.8 -0.8,1.5 -1.7,1.4 
-1.1,-0.1 -1.8,-0.8 -1.6,-1.9 0.1,-0.8 0.7,-1.4 1.6,-1.5 z"
+           id="path6742" />
+        <path
+           style="fill:#e7dcd0"
+           inkscape:connector-curvature="0"
+           d="m 307.2,396.3 c 0.9,0.4 1.8,1 1.4,2.1 -0.2,0.8 -0.9,1.5 -1.8,1.2 
-1,-0.2 -1.8,-1 -1.4,-2.1 0.2,-0.7 0.9,-1.2 1.8,-1.2 z"
+           id="path6744" />
+        <path
+           style="fill:#e7dcd0"
+           inkscape:connector-curvature="0"
+           d="m 310.3,398.1 c 0,-1 0.7,-1.6 1.4,-1.8 1.1,-0.2 1.8,0.5 2,1.6 
0.1,0.9 -0.6,1.6 -1.4,1.7 -1.1,0.3 -1.7,-0.5 -2,-1.5 z"
+           id="path6746" />
+      </g>
+    </g>
+    <path
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero"
+       d="m 5.8305085,22.352869 c -1.1118217,-0.366288 -1.5099772,-1.027798 
-1.194312,-1.984273 0.4964127,-1.504145 2.4904106,-1.38063 2.9645235,0.183633 
0.1746566,0.576252 -0.3477117,1.515811 -0.9617585,1.729869 -0.2860298,0.09971 
-0.5277405,0.17527 -0.5371349,0.167911 -0.00939,-0.0074 -0.1314876,-0.05107 
-0.2713181,-0.09714 z"
+       id="path6795"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero"
+       d="M 10.114718,21.963985 C 9.4670165,21.563794 9.2713211,20.955296 
9.5634809,20.249959 10.024256,19.13755 11.060007,18.934055 12.011052,19.769083 
c 0.70322,0.617436 0.753449,1.058463 0.212309,1.864157 -0.480284,0.715087 
-1.28285,0.840972 -2.108643,0.330745 z"
+       id="path6797"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero"
+       d="m 15.190384,22.180137 c -0.318061,-0.127873 -0.827182,-1.268625 
-0.756592,-1.695241 0.107245,-0.648139 0.861286,-1.241845 1.577214,-1.241845 
0.905911,0 1.514418,0.713463 1.514418,1.775628 0,0.824106 -1.4188,1.529822 
-2.33504,1.161458 l 0,0 z"
+       id="path6799"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
diff --git a/images/closed-ltr.svg b/images/closed-ltr.svg
index 648d28f..58b647f 100644
--- a/images/closed-ltr.svg
+++ b/images/closed-ltr.svg
@@ -7,28 +7,28 @@
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
    xmlns:svg="http://www.w3.org/2000/svg";
    xmlns="http://www.w3.org/2000/svg";
-   xmlns:xlink="http://www.w3.org/1999/xlink";
    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
-   id="svg2985"
+   id="svg3902"
    version="1.1"
    inkscape:version="0.48.5 r10040"
    width="16"
    height="16"
    sodipodi:docname="closed-ltr.svg">
   <metadata
-     id="metadata2991">
+     id="metadata3908">
     <rdf:RDF>
       <cc:Work
          rdf:about="">
         <dc:format>image/svg+xml</dc:format>
         <dc:type
            rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title></dc:title>
       </cc:Work>
     </rdf:RDF>
   </metadata>
   <defs
-     id="defs2989" />
+     id="defs3906" />
   <sodipodi:namedview
      pagecolor="#ffffff"
      bordercolor="#666666"
@@ -40,24 +40,31 @@
      inkscape:pageshadow="2"
      inkscape:window-width="1366"
      inkscape:window-height="705"
-     id="namedview2987"
+     id="namedview3904"
      showgrid="false"
-     inkscape:zoom="10.42"
-     inkscape:cx="11.762345"
-     inkscape:cy="3.6984193"
+     inkscape:zoom="14.75"
+     inkscape:cx="8"
+     inkscape:cy="8"
      inkscape:window-x="-8"
      inkscape:window-y="-8"
      inkscape:window-maximized="1"
-     inkscape:current-layer="svg2985" />
-  <image
-     width="16"
-     height="16"
-     
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAJNJREFU
-OI3dkbsNwzAMRI9Eeq2iETxChqD6jOIBOIRH8AhaRQuQaVw4/opwF3YH8B7IO3J3PBl+5P4PwGst
-SimZmWcACUAzs0FV63pnG/rPBapazWwA0AAkZp5FJF9dsHshCjnMIAI5DbEXctmCqlZ3HxeZiGgK
-AUQkE9Fnkc3d390AEbmt9BTQaz4ERMw7QNQMAF+rN2QftOIyngAAAABJRU5ErkJggg==
-"
-     id="image2993"
-     x="0"
-     y="0" />
+     inkscape:current-layer="g3940" />
+  <g
+     id="g3940">
+    <path
+       style="fill:#777777"
+       d="M 6.2972556,13.21162 8.9686936,10.423239 6.2570741,7.7116195 C 
4.3223605,5.776906 3.9867319,5 5.0856361,5 5.9327359,5 7.8368497,6.2640451 
9.317,7.8089892 l 2.691182,2.8089888 -2.8088096,2.691011 C 5.398278,16.950669 
2.7985841,16.863446 6.2972556,13.21162 z"
+       id="path3946"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#6e6e6e"
+       d="M 6.2972556,13.21162 8.9686936,10.423239 6.2570741,7.7116195 C 
4.3030466,5.7575921 3.9793315,5 5.0984132,5 6.7956112,5 11,9.0181278 
11,10.640137 11,12.091406 6.6234717,16 4.9984576,16 4.1454639,16 
4.6371555,14.944391 6.2972556,13.21162 z"
+       id="path3944"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#656565"
+       d="M 6.825686,13.685549 C 9.539201,10.797144 9.5331108,10.237502 
6.7536337,7.0644512 4.9542966,5.0103285 5.1541118,5.0852642 7.7577249,7.4410108 
L 11.008182,10.382022 8.317,13.191011 C 6.8368497,14.735955 5.4065673,16 
5.1385948,16 4.8706222,16 5.6298133,14.958497 6.825686,13.685549 z"
+       id="path3942"
+       inkscape:connector-curvature="0" />
+  </g>
 </svg>
diff --git a/images/closed-rtl.svg b/images/closed-rtl.svg
index 26c56f5..9aa51a2 100644
--- a/images/closed-rtl.svg
+++ b/images/closed-rtl.svg
@@ -7,29 +7,27 @@
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
    xmlns:svg="http://www.w3.org/2000/svg";
    xmlns="http://www.w3.org/2000/svg";
-   xmlns:xlink="http://www.w3.org/1999/xlink";
    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
-   id="svg2995"
+   id="svg3912"
    version="1.1"
    inkscape:version="0.48.5 r10040"
    width="16"
    height="16"
-   sodipodi:docname="closed-rtl.png">
+   sodipodi:docname="closed-rtl.svg">
   <metadata
-     id="metadata3001">
+     id="metadata3918">
     <rdf:RDF>
       <cc:Work
          rdf:about="">
         <dc:format>image/svg+xml</dc:format>
         <dc:type
            rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
-        <dc:title></dc:title>
       </cc:Work>
     </rdf:RDF>
   </metadata>
   <defs
-     id="defs2999" />
+     id="defs3916" />
   <sodipodi:namedview
      pagecolor="#ffffff"
      bordercolor="#666666"
@@ -41,24 +39,31 @@
      inkscape:pageshadow="2"
      inkscape:window-width="1366"
      inkscape:window-height="705"
-     id="namedview2997"
+     id="namedview3914"
      showgrid="false"
      inkscape:zoom="14.75"
      inkscape:cx="8"
-     inkscape:cy="7.7133484"
+     inkscape:cy="8"
      inkscape:window-x="-8"
      inkscape:window-y="-8"
      inkscape:window-maximized="1"
-     inkscape:current-layer="svg2995" />
-  <image
-     width="16"
-     height="16"
-     
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAI5JREFU
-OI3d0sENwyAMheFnq/eskhEyQofwABmldzxER8gIrJIF7Fw4tJVBRrmVG4j/EwLI3XFn8K36P4DH
-7wIRfc1FZGXmA8AC4DSzrZRSUyeIYlWtn3u6QCbuAtk4BGbiECCid4vh7q9RHALu/gRwNmwXkXUK
-UNVqZltDFmY+Rkh4iTNI9xmzyPAjZZALj7BhHy67B3kAAAAASUVORK5CYII=
-"
-     id="image3003"
-     x="0"
-     y="0" />
+     inkscape:current-layer="g3964" />
+  <g
+     id="g3964">
+    <path
+       style="fill:#777777"
+       d="M 6.683,13.191011 3.9918176,10.382022 6.8006276,7.6910108 C 
10.601722,4.0493314 13.201416,4.1365543 9.7027444,7.7883805 L 
7.0313064,10.576761 9.7429259,13.28838 C 11.677639,15.223094 12.013268,16 
10.914364,16 10.067264,16 8.1631503,14.735955 6.683,13.191011 z"
+       id="path3970"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#6e6e6e"
+       d="M 7.174314,13.685549 C 4.429903,10.764257 4.4492346,9.8660453 
7.3144512,7.174314 10.772044,3.9260741 13.029094,4.4254515 9.7429259,7.7116195 
L 7.0313064,10.423239 9.7027444,13.21162 C 11.598188,15.190036 11.934754,16 
10.861405,16 10.029378,16 8.3701867,14.958497 7.174314,13.685549 z"
+       id="path3968"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#656565"
+       d="M 7.683,13.191011 4.9918176,10.382022 8.2422751,7.4410108 C 
10.845888,5.0852642 11.045703,5.0103285 9.2463663,7.0644512 6.4668892,10.237502 
6.460799,10.797144 9.174314,13.685549 10.370187,14.958497 11.129378,16 
10.861405,16 10.593433,16 9.1631503,14.735955 7.683,13.191011 z"
+       id="path3966"
+       inkscape:connector-curvature="0" />
+  </g>
 </svg>
diff --git a/images/downarrow.svg b/images/downarrow.svg
new file mode 100644
index 0000000..ce95300
--- /dev/null
+++ b/images/downarrow.svg
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   id="svg2995"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   width="28"
+   height="40"
+   sodipodi:docname="downarrow.svg">
+  <metadata
+     id="metadata3001">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs2999" />
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1366"
+     inkscape:window-height="705"
+     id="namedview2997"
+     showgrid="false"
+     inkscape:zoom="5.9"
+     inkscape:cx="3.5254237"
+     inkscape:cy="18.939449"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2995" />
+  <path
+     style="fill:#ffffff"
+     d="m 10.700319,20.482581 c -3.6090094,-4.722627 -3.5895224,-8.210525 
0.02059,-3.684584 l 2.708581,3.395711 2.785257,-3.345392 C 18.170471,14.499278 
19,14.062373 19,15.381347 c 0,1.033131 -1.262629,3.394974 -2.805842,5.248538 L 
13.388316,24 10.70032,20.482581 z"
+     id="path3886"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:#ffffff"
+     d="M 10.184201,19.839131 C 6.9239846,15.488413 7.4658076,12.846501 
10.79758,16.848316 l 2.785256,3.345392 2.708581,-3.395711 c 1.951839,-2.44699 
2.708582,-2.852373 2.708582,-1.450969 0,2.125368 -4.013626,7.390445 
-5.633818,7.390445 -0.555556,0 -1.987447,-1.304254 -3.18198,-2.898342 z"
+     id="path3884"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:#ffffff"
+     d="m 10.4506,18.677235 c -2.3531074,-3.260456 -2.4279584,-3.510681 
-0.376139,-1.257406 3.169496,3.480687 3.728511,3.488314 6.61368,0.09023 
1.271522,-1.497568 2.311858,-2.448289 2.311858,-2.112711 0,0.335576 
-1.262629,2.126692 -2.805843,3.980256 L 13.388315,22.747717 10.4506,18.677232 z"
+     id="path3882"
+     inkscape:connector-curvature="0" />
+</svg>
diff --git a/images/line.svg b/images/line.svg
new file mode 100644
index 0000000..8298e45
--- /dev/null
+++ b/images/line.svg
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 
6.00 Build 0)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   version="1.1"
+   id="Layer_1"
+   x="0px"
+   y="0px"
+   viewBox="0 0 612 792"
+   enable-background="new 0 0 612 792"
+   xml:space="preserve"
+   inkscape:version="0.48.5 r10040"
+   width="1"
+   height="40"
+   sodipodi:docname="line.svg"><metadata
+   id="metadata3962"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage"; 
/></cc:Work></rdf:RDF></metadata><defs
+   id="defs3960" /><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="1366"
+   inkscape:window-height="705"
+   id="namedview3958"
+   showgrid="false"
+   inkscape:zoom="5.9"
+   inkscape:cx="50.571815"
+   inkscape:cy="-5.2542373"
+   inkscape:window-x="-8"
+   inkscape:window-y="-8"
+   inkscape:window-maximized="1"
+   inkscape:current-layer="g3954" />
+
+<g
+   id="g3952"
+   transform="matrix(0.40091001,0,0,1.0042214,0.07273454,771.01177)">
+       <g
+   id="g3954"
+   transform="matrix(611.99999,0,0,611.99998,110.84983,-975.68765)">
+               <path
+   d="m -0.421541,1.5479008 c 0,-2.9000001 -0.1,-5.8000001 0.1,-8.7000001 
0,-0.4 -1,-1.2 0.8,-1.3 2.3,-0.1500001 1.1,0.8 1.1,1.15 0,5.8 0,11.6000001 
0,17.4000003 0,0.45 1,1.35 -0.9,1.35 -2.2,0 -0.9,-1 -0.9,-1.4500002 -0.3,-2.8 
-0.2,-5.65 -0.2,-8.45 z"
+   id="path3956"
+   inkscape:connector-curvature="0"
+   style="fill:#fefefe" />
+       </g>
+</g></svg>
\ No newline at end of file
diff --git a/images/open.svg b/images/open.svg
index 2616e03..9290109 100644
--- a/images/open.svg
+++ b/images/open.svg
@@ -7,29 +7,27 @@
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
    xmlns:svg="http://www.w3.org/2000/svg";
    xmlns="http://www.w3.org/2000/svg";
-   xmlns:xlink="http://www.w3.org/1999/xlink";
    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
-   id="svg2985"
+   id="svg3826"
    version="1.1"
    inkscape:version="0.48.5 r10040"
    width="16"
    height="16"
-   sodipodi:docname="open.png">
+   sodipodi:docname="open.svg">
   <metadata
-     id="metadata2991">
+     id="metadata3832">
     <rdf:RDF>
       <cc:Work
          rdf:about="">
         <dc:format>image/svg+xml</dc:format>
         <dc:type
            rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
-        <dc:title></dc:title>
       </cc:Work>
     </rdf:RDF>
   </metadata>
   <defs
-     id="defs2989" />
+     id="defs3830" />
   <sodipodi:namedview
      pagecolor="#ffffff"
      bordercolor="#666666"
@@ -41,7 +39,7 @@
      inkscape:pageshadow="2"
      inkscape:window-width="1366"
      inkscape:window-height="705"
-     id="namedview2987"
+     id="namedview3828"
      showgrid="false"
      inkscape:zoom="14.75"
      inkscape:cx="8"
@@ -49,16 +47,24 @@
      inkscape:window-x="-8"
      inkscape:window-y="-8"
      inkscape:window-maximized="1"
-     inkscape:current-layer="svg2985" />
-  <image
-     width="16"
-     height="16"
-     
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAIxJREFU
-OI3tkkENw0AMBNcmECqBUAgl4X+h9G8SgRAIoRICt/1UkWP5rpHy7b53RrZlIYk70Vv0X3AWmNl8
-Bci9Q6Cq6y+Jmc2qupYCANNIEuCpJ9h7kgTvpaC19qgkGf72jkh85Vwm+RaRV4TdfesKBruWcL4B
-AMDdt7DOEC4niJOIyELy2YOHgqv5AFpZWh1tDGE7AAAAAElFTkSuQmCC
-"
-     id="image2993"
-     x="0"
-     y="0" />
+     inkscape:current-layer="g3880" />
+  <g
+     id="g3880"
+     transform="translate(24.40678,-1.0169492)">
+    <path
+       style="fill:#777777"
+       d="m -19.173396,11.928186 c -3.613059,-3.7712203 -3.59355,-6.5564567 
0.02061,-2.9422983 l 2.711619,2.7116203 2.788381,-2.6714388 c 
1.957921,-1.8758076 2.78838,-2.2246953 2.78838,-1.171438 0,0.825 
-1.264045,2.7110328 -2.808989,4.1911828 l -2.808989,2.691182 -2.691011,-2.80881 
z"
+       id="path3886"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#6e6e6e"
+       d="m -19.690093,11.414363 c -3.263874,-3.474235 -2.721443,-5.5839146 
0.614067,-2.3882938 l 2.78838,2.6714388 2.711619,-2.7116203 c 
1.954028,-1.9540275 2.71162,-2.2777426 2.71162,-1.1586609 0,1.697198 
-4.018128,5.9015872 -5.640137,5.9015872 -0.556179,0 -1.989676,-1.041503 
-3.185549,-2.314451 z"
+       id="path3884"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#656565"
+       d="m -19.423396,10.486539 c -2.355747,-2.6036136 -2.430682,-2.8034288 
-0.37656,-1.0040917 3.173051,2.7794777 3.732693,2.7855677 6.621098,0.072052 
1.272948,-1.1958727 2.314451,-1.9550638 2.314451,-1.6870912 0,0.2679725 
-1.264045,1.6982549 -2.808989,3.1784059 l -2.808989,2.691182 
-2.941011,-3.250457 z"
+       id="path3882"
+       inkscape:connector-curvature="0" />
+  </g>
 </svg>
diff --git a/images/uploadlogo.svg b/images/uploadlogo.svg
new file mode 100644
index 0000000..6b549f2
--- /dev/null
+++ b/images/uploadlogo.svg
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   id="svg2985"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   width="26"
+   height="40"
+   sodipodi:docname="uploadlogo.svg">
+  <metadata
+     id="metadata2991">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs2989" />
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1366"
+     inkscape:window-height="705"
+     id="namedview2987"
+     showgrid="false"
+     inkscape:zoom="12.95"
+     inkscape:cx="13"
+     inkscape:cy="15.667704"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2985" />
+  <path
+     style="fill:#ffffff"
+     d="M 12.082993,33 C 7.674368,33 6.638622,32.571956 3.533333,29.466667 
0.428044,26.361378 0,25.325632 0,20.917007 0,18.158027 0.682617,14.580644 
1.516927,12.967267 2.351237,11.35389 4.35389,9.351237 5.967267,8.5169272 
7.580644,7.6826174 10.745374,7.0000003 13,7.0000003 c 2.254626,0 
5.419356,0.6826171 7.032733,1.5169269 1.613377,0.8343098 3.61603,2.8369628 
4.45034,4.4503398 C 25.317383,14.580644 26,17.745374 26,20 c 0,2.254626 
-0.682617,5.419356 -1.516927,7.032733 -0.83431,1.613377 -2.836963,3.61603 
-4.45034,4.45034 C 18.419356,32.317383 14.841973,33 12.082993,33 z M 
14.5,30.494417 c 1.65,-0.297258 4.339773,-1.878534 5.977273,-3.513947 
2.312969,-2.310021 2.977272,-3.867536 2.977272,-6.98047 0,-3.180691 
-0.664791,-4.671784 -3.223776,-7.230769 -2.546681,-2.546682 
-4.055828,-3.2237762 -7.185332,-3.2237762 -2.998635,0 -4.68914,0.6970692 
-6.95491,2.8678142 -1.646344,1.577298 -3.271339,4.133478 -3.6111,5.680399 
-0.378685,1.724142 0.01697,4.15016 1.022398,6.268935 0.902079,1.900992 
3.070702,4.179934 4.81916,5.064316 1.891132,0.956548 4.394375,1.389012 
6.179015,1.067498 z M 13,28 C 12.45,28 12,26.3699 12,24.377555 12,21.270987 
11.786383,20.932397 10.5,22 9.25311,23.034827 9,22.912901 9,21.277432 
9,20.195331 9.9,18.495486 11,17.5 c 1.930008,-1.746633 2.069992,-1.746633 4,0 
1.1,0.995486 2,2.695331 2,3.777432 C 17,22.912901 16.74689,23.034827 15.5,22 
14.213617,20.932397 14,21.270987 14,24.377555 14,26.3699 13.55,28 13,28 z m 
0,-13 c -2.2,0 -4,-0.45 -4,-1 0,-0.55 1.8,-1 4,-1 2.2,0 4,0.45 4,1 0,0.55 
-1.8,1 -4,1 z"
+     id="path3011"
+     inkscape:connector-curvature="0" />
+</svg>
diff --git a/images/user-icon.svg b/images/user-icon.svg
new file mode 100644
index 0000000..839dedd
--- /dev/null
+++ b/images/user-icon.svg
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 
6.00 Build 0)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   version="1.1"
+   id="Layer_1"
+   x="0px"
+   y="0px"
+   viewBox="0 0 612 792"
+   enable-background="new 0 0 612 792"
+   xml:space="preserve"
+   inkscape:version="0.48.5 r10040"
+   width="24"
+   height="22"
+   sodipodi:docname="user-icon.svg"><metadata
+   id="metadata6082"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage"; 
/><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+   id="defs6080" /><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="1366"
+   inkscape:window-height="705"
+   id="namedview6078"
+   showgrid="false"
+   inkscape:zoom="8.7165024"
+   inkscape:cx="5.1804601"
+   inkscape:cy="20.029586"
+   inkscape:window-x="-8"
+   inkscape:window-y="-8"
+   inkscape:window-maximized="1"
+   inkscape:current-layer="Layer_1" />
+<g
+   id="g6066"
+   transform="matrix(47.634902,0,0,47.647843,-17387.924,-18829.686)">
+       <g
+   id="g6068">
+               <path
+   d="m 380.4,410.3 c -0.3,0.5 0.7,0.47316 -0.7,0.37316 -1.1,0 0.83461,0.60676 
-0.26539,0.60676 -4.6,-0.1 -8.95318,0.0734 -13.55318,-0.0266 6.46934,-18.04804 
-5.54394,-7.38971 4.31857,-8.15328 1.8,0.7 3.6,1.2 5.4,0 2.5,0 3.2,1.9 3.9,3.8 
0.3,1 -0.1,2.4 0.9,3.4 z"
+   id="path6070"
+   inkscape:connector-curvature="0"
+   style="fill:#fdfdfd;fill-opacity:1"
+   sodipodi:nodetypes="ccccccccc" />
+               <path
+   d="m 380.4867,411.24732 c -1.07902,0.1 -0.73938,0.36831 -1.35515,-1.52113 
-0.5,-1.9 -1.53155,-6.02619 -3.93155,-5.92619 -0.3,-0.2 -0.5,-0.5 -0.6,-0.8 
-0.1,-0.6 -0.1,-1.2 -0.1,-1.8 0,-1.2 -0.4,-2.3 -1.8,-2.3 -1.8,0 -1.7,1.4 
-1.6,2.6 0,0.5 0.1,1 0.1,1.5 -0.1,0.3 -0.3,0.6 -0.5,0.9 -4.6,0 -2.79472,8.09457 
-5.2,7.4 0,-5.9 0,-11.07336 0,-16.07336 4.4133,0 9.15789,-0.0656 13.5,-0.0867 
1.3867,0 1.94681,-0.06 1.5,1.76004 0.23352,4.4 0.33352,9.84732 -0.0133,14.34732 
z"
+   id="path6072"
+   inkscape:connector-curvature="0"
+   style="fill:#474747"
+   sodipodi:nodetypes="ccccsscccccccc" />
+               <path
+   d="m 370.6,403.7 c 0,-0.3 0,-0.7 0.1,-1 1.5,-0.4 2.9,-0.3 4.4,-0.1 0,0.4 
0.1,0.7 0.1,1.1 -1.5,1.7 -3,1.7 -4.6,0 z"
+   id="path6074"
+   style="fill:#474747;fill-opacity:1"
+   inkscape:connector-curvature="0" />
+               <path
+   d="m 375.1,402.6 c -1.4,1.1 -2.9,1 -4.4,0.1 -1,-1.7 -1.3,-3.5 0.4,-4.9 
0.9,-0.8 2.2,-0.7 3.1,0 1.7,1.2 1.7,3 0.9,4.8 z"
+   id="path6076"
+   style="fill:#fdfdfd;fill-opacity:1"
+   inkscape:connector-curvature="0" />
+       </g>
+</g>
+</svg>
\ No newline at end of file

-- 
To view, visit https://gerrit.wikimedia.org/r/162114
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I56e401c40ec208797e412d5b56bd0a089df5e205
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Metrolook
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to