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 !important;/*@ini_text;*/
  background-color: white !important;/*@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

Es posible que no surga efecto si no se hace una actualización del caché del CSS con

<wiki web>lib/exe/css.php?purge=true

https://www.dokuwiki.org/devel:caching#purging_the_cache

informatica/cms_wiki/dokuwiki/plugin/abc2.1749928895.txt.gz · Última modificación: 2025/06/14 19:21 por admin