FR2 flag in interface

This commit is contained in:
Ruben van de Ven 2019-11-05 07:43:14 +01:00
parent ea5b9cc060
commit a325b0482a
3 changed files with 57 additions and 0 deletions

View File

@ -288,6 +288,8 @@ img.icon {
background-image: url("/images/de.svg"); }
.flag-icon.fr-FR {
background-image: url("/images/fr.svg"); }
.flag-icon.fr-FR2 {
background-image: url("/images/fr2.svg"); }
.flag-icon.nl-NL {
background-image: url("/images/nl.svg"); }

52
www/images/fr2.svg Normal file
View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
version="1.1"
viewBox="0 0 640 480"
id="flag-icon-css-fr">
<metadata
id="metadata15">
<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="defs13" />
<g
id="g8"
stroke-width="1pt"
fill-rule="evenodd">
<path
id="path2"
d="M0 0h640v480H0z"
fill="#fff" />
<path
id="path4"
d="M0 0h213.3v480H0z"
fill="#00267f" />
<path
id="path6"
d="M426.7 0H640v480H426.7z"
fill="#f31830" />
</g>
<text
id="text827"
y="448.16956"
x="154.19006"
style="font-style:normal;font-weight:normal;font-size:546.97589111px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1"
xml:space="preserve"><tspan
style="stroke-width:1"
y="448.16956"
x="154.19006"
id="tspan825">2</tspan></text>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -476,6 +476,9 @@ img.icon{
&.fr-FR {
background-image: url('/images/fr.svg');
}
&.fr-FR2 {
background-image: url('/images/fr2.svg');
}
&.nl-NL {
background-image: url('/images/nl.svg');
}