diff options
author | Jesús <heckyel@hyperbola.info> | 2018-12-17 12:59:56 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-12-17 12:59:56 -0500 |
commit | 068d4e12f27967978968eba1ee901e4bb96c851c (patch) | |
tree | bcd656d157b37bca39eebef676a131c0dbd09404 | |
parent | cafd1db831f1e540487e39804cbd2c727200eb47 (diff) | |
download | libresocial-068d4e12f27967978968eba1ee901e4bb96c851c.tar.lz libresocial-068d4e12f27967978968eba1ee901e4bb96c851c.tar.xz libresocial-068d4e12f27967978968eba1ee901e4bb96c851c.zip |
update README
-rw-r--r-- | README.md | 42 |
1 files changed, 23 insertions, 19 deletions
@@ -24,12 +24,14 @@ Si usted es un experto puede reordenar sus directorios para mejor comodidad. ## Iconos disponibles ++ Copyleft + Diaspora + Friendica + GitLab + GNUSocial + Hubzilla + Liberapay ++ Libregit + Mastodon + Matrix + MediaGoblin @@ -40,7 +42,7 @@ Si usted es un experto puede reordenar sus directorios para mejor comodidad. + Tox + XMPP - + ## Hacking en Libre Social @@ -68,25 +70,27 @@ Si usted es un experto puede reordenar sus directorios para mejor comodidad. ```html "glyphs": { - "0xe800": "diaspora.svg", - "0xe801": "friendica.svg", - "0xe802": "gitlab.svg", - "0xe803": "gnusocial.svg", - "0xe804": "hubzilla.svg", - "0xe805": "liberapay.svg", - "0xe806": "mastodon.svg", - "0xe807": "matrix.svg", - "0xe808": "mediagoblin.svg", - "0xe809": "notabug.svg", - "0xe810": "peertube.svg", - "0xe811": "pixelfed.svg", - "0xe812": "pump.svg", - "0xe813": "tox.svg", - "0xe814": "xmpp.svg", - "0xe815": "nueva.svg" + "0xe800": "copyleft.svg", + "0xe801": "diaspora.svg", + "0xe802": "friendica.svg", + "0xe803": "gitlab.svg", + "0xe804": "gnusocial.svg", + "0xe805": "hubzilla.svg", + "0xe806": "liberapay.svg", + "0xe807": "libregit.svg", + "0xe808": "mastodon.svg", + "0xe809": "matrix.svg", + "0xe810": "mediagoblin.svg", + "0xe811": "notabug.svg", + "0xe812": "peertube.svg", + "0xe813": "pixelfed.svg", + "0xe814": "pump.svg", + "0xe815": "tox.svg", + "0xe816": "xmpp.svg", + "0xe820": "nueva.svg" }, ``` - La imagen vectorial **nueva** lleva por nombre _nueva.svg_, y su número de __glyphs__ respectivo es __0xe815__. + La imagen vectorial **nueva** lleva por nombre _nueva.svg_, y su número de __glyphs__ respectivo es __0xe820__. También opcionalmente puede cambiar el __nombre de la fuente__, __copyright__, etc. - Compilación: @@ -115,7 +119,7 @@ Si usted es un experto puede reordenar sus directorios para mejor comodidad. Agregamos la imagen vectorial llamada __nueva__.svg a nuestra lista de íconos generada en pasos anteriores. ```html - .icon-nueva:before { content: '\e815'; } /* '[]' */ + .icon-nueva:before { content: '\e820'; } /* '[]' */ ``` Por último usted agregaría el nombre del ícono _(icon-nueva)_ al archivo _demo.html_ para testear su nuevo ícono. |