diff --git a/apps/imagegen/imagegen/webapp/src/main/webapp/index.html b/apps/imagegen/imagegen/webapp/src/main/webapp/index.html index 4ba341dc4..b7baf9b44 100644 --- a/apps/imagegen/imagegen/webapp/src/main/webapp/index.html +++ b/apps/imagegen/imagegen/webapp/src/main/webapp/index.html @@ -3,22 +3,22 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - [I2P] Image Generator Webapp + I2P Imagegen -

Image Generator Webapp

+

I2P Identification Image Generator

-This is the webapp that creates identification images. They can be found in the +This is the webapp that creates identification images. They can be found in the host list and hostname details section of the addressbook, in the Sybils section of the network database, and you can generate a QR code for your .i2p named website or hidden service in the edit section of the Tunnel Manager. -You can use the tools below to generate arbitrary identicons and QR codes. +You can use the tools below to generate arbitrary identicons, QR codes and "random art" images.

Identicons

@@ -112,8 +112,8 @@ You can use the tools below to generate arbitrary identicons and QR codes. HTML TestUTF-8 Text Test - - + + diff --git a/installer/resources/themes/imagegen/imagegen.css b/installer/resources/themes/imagegen/imagegen.css index 9c2655de9..59dc91bf8 100644 --- a/installer/resources/themes/imagegen/imagegen.css +++ b/installer/resources/themes/imagegen/imagegen.css @@ -120,10 +120,17 @@ hr { iframe { border: none; - margin: 30px 50px 0; + margin: 40px 20px 0 60px; + overflow: hidden; + width: 230px; + height: 200px; transform: scale(1.4); } +iframe pre { + font-size: 20pt !important;; +} + #qr, #randomart, #identicon { text-align: center; padding: 5px 0;