Herramientas de usuario

Herramientas del sitio


informatica:cms_wiki:dokuwiki:plugin:abc2

¡Esta es una revisión vieja del documento!


Dokuwiki ABC2

Para cambiar el fondo de la partitura se debe modificar el archivo style.css que operará sobre el SVG.

El fondo del SVG es transparente asi que si el template del dokuwiki tiene fondo negro, no se verá bien porque las letras y los simbolos también están en negro.

Yo cambié así el style CSS:

/* inherit SVG colours from the template settings */
.abc2-plugin svg,
.abc-render svg {
  color: black;/*@ini_text;*/
  background-color: white;/*@ini_background;*/
  height: auto;
}

Ejemplo:

X:42 T:Test M:4/4 L:1/8 K:C "C" C2 D2 E2 G2 |"C" c8 |] w:This is just a test
informatica/cms_wiki/dokuwiki/plugin/abc2.1749926978.txt.gz · Última modificación: 2025/06/14 18:49 por admin