artwork: Add icons.

* artwork/icons/index.css: New file.
* artwork/icons/index.html: New file.
* artwork/icons/lock-12.png: New file.
* artwork/icons/lock-128.png: New file.
* artwork/icons/lock-16.png: New file.
* artwork/icons/lock-24.png: New file.
* artwork/icons/lock-256.png: New file.
* artwork/icons/lock-32.png: New file.
* artwork/icons/lock-48.png: New file.
* artwork/icons/lock-64.png: New file.
* artwork/icons/lock-wing-12.png: New file.
* artwork/icons/lock-wing-128.png: New file.
* artwork/icons/lock-wing-16.png: New file.
* artwork/icons/lock-wing-24.png: New file.
* artwork/icons/lock-wing-256.png: New file.
* artwork/icons/lock-wing-32.png: New file.
* artwork/icons/lock-wing-48.png: New file.
* artwork/icons/lock-wing-64.png: New file.
* artwork/icons/lock-wing.svg: New file.
* artwork/icons/lock.svg: New file.
* artwork/icons/wing-12.png: New file.
* artwork/icons/wing-128.png: New file.
* artwork/icons/wing-16.png: New file.
* artwork/icons/wing-24.png: New file.
* artwork/icons/wing-256.png: New file.
* artwork/icons/wing-32.png: New file.
* artwork/icons/wing-48.png: New file.
* artwork/icons/wing-64.png: New file.
* artwork/icons/wing.svg: New file.

Signed-off-by: Marcus Brinkmann <mb@g10code.com>
GnuPG-bug-id: 3019
This commit is contained in:
Marcus Brinkmann 2017-08-01 16:28:23 +02:00
parent 4e117f206b
commit a8d0b8d233
29 changed files with 108 additions and 0 deletions

59
artwork/icons/index.css Normal file
View File

@ -0,0 +1,59 @@
body {
font-family: Sans-Serif;
color: #333;
background-color: #fcfcfc;
}
img {
padding-right: 0.1em;
}
/* Factor 0.72 */
.fpr {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.fpr12 {
font-size: 17px;
}
.fpr16 {
font-size: 22px;
}
.fpr24 {
font-size: 33px;
}
.fpr32 {
font-size: 44px;
}
.fpr48 {
font-size: 67px;
}
.fpr64 {
font-size: 89px;
}
.fpr128 {
font-size: 178px;
}
.fpr256 {
font-size: 356px;
}
.text {
column-count: 3;
column-gap: 40px;
}
h2 {
padding-top: 0px;
margin-top: 0px;
}

46
artwork/icons/index.html Normal file
View File

@ -0,0 +1,46 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>GnuPG Icon Test</title>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<h1>GnuPG Icon Test</h1>
<div class="text">
<div class="column">
<h2>lock-*.png</h2>
<span class="fpr fpr12"><img src="lock-12.png">D869 2123 C406 5DEA 5E0F 3AB5 249B 39D2 4F25 E3B6</span><br/>
<span class="fpr fpr16"><img src="lock-16.png">D869 2123 C406 5DEA 5E0F 3AB5 249B 39D2 4F25 E3B6</span><br/>
<span class="fpr fpr24"><img src="lock-24.png">D869 2123 C406 5DEA 5E0F 3AB5 249B 39D2 4F25 E3B6</span><br/>
<span class="fpr fpr32"><img src="lock-32.png">D869 2123 C406 5DEA 5E0F 3AB5 249B 39D2 4F25 E3B6</span><br/>
<span class="fpr fpr48"><img src="lock-48.png">D869 2123 C406 5DEA 5E0F 3AB5 249B 39D2 4F25 E3B6</span><br/>
<span class="fpr fpr64"><img src="lock-64.png">D869 2123 C406 5DEA 5E0F 3AB5 249B 39D2 4F25 E3B6</span><br/>
<span class="fpr fpr128"><img src="lock-128.png">D869 2123 C406 5DEA 5E0F 3AB5 249B 39D2 4F25 E3B6</span><br/>
<span class="fpr fpr256"><img src="lock-256.png">D869 2123 C406 5DEA 5E0F 3AB5 249B 39D2 4F25 E3B6</span><br/>
</div>
<div class="column">
<h2>lock-wing-*.png</h2>
<span class="fpr fpr12"><img src="lock-wing-12.png">D869 2123 C406 5DEA 5E0F 3AB5 249B 39D2 4F25 E3B6</span><br/>
<span class="fpr fpr16"><img src="lock-wing-16.png">D869 2123 C406 5DEA 5E0F 3AB5 249B 39D2 4F25 E3B6</span><br/>
<span class="fpr fpr24"><img src="lock-wing-24.png">D869 2123 C406 5DEA 5E0F 3AB5 249B 39D2 4F25 E3B6</span><br/>
<span class="fpr fpr32"><img src="lock-wing-32.png">D869 2123 C406 5DEA 5E0F 3AB5 249B 39D2 4F25 E3B6</span><br/>
<span class="fpr fpr48"><img src="lock-wing-48.png">D869 2123 C406 5DEA 5E0F 3AB5 249B 39D2 4F25 E3B6</span><br/>
<span class="fpr fpr64"><img src="lock-wing-64.png">D869 2123 C406 5DEA 5E0F 3AB5 249B 39D2 4F25 E3B6</span><br/>
<span class="fpr fpr128"><img src="lock-wing-128.png">D869 2123 C406 5DEA 5E0F 3AB5 249B 39D2 4F25 E3B6</span><br/>
<span class="fpr fpr256"><img src="lock-wing-256.png">D869 2123 C406 5DEA 5E0F 3AB5 249B 39D2 4F25 E3B6</span><br/>
</div>
<div class="column">
<h2>wing-*.png</h2>
<span class="fpr fpr12"><img src="wing-12.png">D869 2123 C406 5DEA 5E0F 3AB5 249B 39D2 4F25 E3B6</span><br/>
<span class="fpr fpr16"><img src="wing-16.png">D869 2123 C406 5DEA 5E0F 3AB5 249B 39D2 4F25 E3B6</span><br/>
<span class="fpr fpr24"><img src="wing-24.png">D869 2123 C406 5DEA 5E0F 3AB5 249B 39D2 4F25 E3B6</span><br/>
<span class="fpr fpr32"><img src="wing-32.png">D869 2123 C406 5DEA 5E0F 3AB5 249B 39D2 4F25 E3B6</span><br/>
<span class="fpr fpr48"><img src="wing-48.png">D869 2123 C406 5DEA 5E0F 3AB5 249B 39D2 4F25 E3B6</span><br/>
<span class="fpr fpr64"><img src="wing-64.png">D869 2123 C406 5DEA 5E0F 3AB5 249B 39D2 4F25 E3B6</span><br/>
<span class="fpr fpr128"><img src="wing-128.png">D869 2123 C406 5DEA 5E0F 3AB5 249B 39D2 4F25 E3B6</span><br/>
<span class="fpr fpr256"><img src="wing-256.png">D869 2123 C406 5DEA 5E0F 3AB5 249B 39D2 4F25 E3B6</span><br/>
</div>
</div>
</body>
</html>

BIN
artwork/icons/lock-12.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 B

BIN
artwork/icons/lock-128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 743 B

BIN
artwork/icons/lock-16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 B

BIN
artwork/icons/lock-24.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 B

BIN
artwork/icons/lock-256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
artwork/icons/lock-32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 B

BIN
artwork/icons/lock-48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 B

BIN
artwork/icons/lock-64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 508 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 833 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="243" height="256" viewBox="0 0 243 256"><g transform="translate(0 -142.26666)"><path class="fil0" d="m24.2 266h13.6v-40.8c0-45.8 37.1-82.9 82.9-82.9 45.8 0 82.9 37.1 82.9 82.9v40.4c-0.2 0.1-0.4 0.3-0.6 0.4h0l-0.1 0.1 0 0 0 0 0 0-0.1 0.1 0 0 0 0 0 0 0 0 0 0 0 0-0.1 0 0 0 0 0 0 0-0.1 0.1 0 0 0 0 0 0 0 0 0 0 0 0 0 0-0.1 0.1-0.1 0 0 0 0 0 0 0-0.1 0 0 0-0.1 0 0 0 0 0 0 0 0 0 0 0-0.2 0.2-0.1 0 0 0 0 0 0 0-0.1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-0.2 0.1 0 0-0.1 0 0 0-0.1 0.1 0 0 0 0 0 0 0 0-0.1 0.1 0 0 0 0 0 0 0 0 0 0-0.1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-0.1 0.1-0.1 0.1-0.1 0.1-0.1 0.1 0 0-0.3 0.2 0 0-0.2 0.1-0.3 0.2-0.2 0.1-0.2 0.1-0.3 0.2-0.2 0.1-0.1 0.1 0 0 0 0-0.3 0.2-0.2 0.1-0.5 0.3-0.2 0.1-0.2 0.1 0 0-0.2 0.1 0 0-0.1 0 0 0-0.6 0.3 0 0-0.1 0-0.1 0c-0.2 0.1-0.4 0.2-0.7 0.4l-0.1 0-0.1 0.1-0.3 0.2-0.2 0.1 0 0-0.3 0.2 0 0-0.2 0.1-0.1 0-0.3 0.2-0.2 0.1-0.2 0.1c-0.2 0.1-0.5 0.2-0.7 0.3l-0.2 0.1 0 0-0.2 0.1-0.4 0.2-0.4 0.2-0.5 0.2-0.5 0.2 0 0-0.2 0.1 0 0-0.4 0.2-0.2 0.1 0 0v0c-16.5 7.9-42.9 16.2-93 19.8-35.9 2.6-57.7 18.4-71.8 37.4zm51.7 0h89.4v-40.8c0-24.7-20-44.7-44.7-44.7-24.7 0-44.7 20-44.7 44.7zM217.1 281.6V398.6H52c18.2-10.1 31.7-9.1 54.2-8.4 30.6 1 64.4-11.8 81-28.8 16.6-17-1.5-4-20.3 0.8-18.8 4.8-55.2 5.3-79.6-1.1 76.6 1 106.5-23.7 123.4-46 16.9-22.2-7.3-3.9-23 3.8-15.7 7.7-43.1 13.1-73.3 9.1 45.6-0.1 80.3-22.9 102.6-46.4z" style="fill:#0093dd;stroke-width:6"/></g></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

1
artwork/icons/lock.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="243" height="256" viewBox="0 0 243 256"><g transform="translate(0 -142.26666)"><g transform="matrix(6.98915 0 0 6.98915 -82.447767 -238.10999)"><rect class="fil0" x="15.3" y="72.1" width="27.5" height="18.9" style="fill:#0093dd"/><path class="fil0" d="m40.9 73.2v-6.9c0-6.5-5.3-11.8-11.8-11.8-6.5 0-11.8 5.3-11.8 11.8v6.9h5.4v-6.9c0-3.5 2.9-6.4 6.4-6.4 3.5 0 6.4 2.9 6.4 6.4v6.9z" style="fill:#0093dd"/></g></g></svg>

After

Width:  |  Height:  |  Size: 465 B

BIN
artwork/icons/wing-12.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

BIN
artwork/icons/wing-128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
artwork/icons/wing-16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 B

BIN
artwork/icons/wing-24.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 B

BIN
artwork/icons/wing-256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
artwork/icons/wing-32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 B

BIN
artwork/icons/wing-48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 638 B

BIN
artwork/icons/wing-64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 755 B

1
artwork/icons/wing.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="243" height="256" viewBox="0 0 243 256"><g transform="matrix(0.80225518,0,0,1,-0.01977448,-142.26666)"><path d="M 27.5,397.9 -0.1,341.4 C 11.3,295 30.7,229.7 93.5,223.2 c 62.8,-6.5 88.2,-23.9 103.6,-37.1 15.4,-13.2 54.9,-69.9 41.4,-29.5 -13.5,40.3 -57.6,116.2 -126.7,116.4 30.1,5.8 57.4,-2.1 73.1,-13.2 15.7,-11.1 39.9,-37.6 23,-5.5 -16.9,32.1 -46.6,67.9 -123.1,66.4 24.3,9.2 60.6,8.5 79.4,1.6 18.8,-6.9 36.8,-25.6 20.3,-1.1 -16.6,24.5 -50.3,43 -80.8,41.6 -30.5,-1.4 -44.5,-3.7 -76.2,35.1 z" style="fill:#0093dd;stroke-width:6" /></g></svg>

After

Width:  |  Height:  |  Size: 588 B