Files
Bruno Haible d1737c3084 libtextstyle: Add a program for ad-hoc testing.
* libtextstyle/adhoc-tests/README: New file.
* libtextstyle/adhoc-tests/hello.c: New file, based on
libtextstyle/examples/color-hello/hello.c.
* libtextstyle/adhoc-tests/hello-default.css: New file, copied from
libtextstyle/examples/color-hello/hello-default.css.
* libtextstyle/adhoc-tests/Makefile.am: New file.
* libtextstyle/configure.ac (AC_CONFIG_FILES): Add adhoc-tests/Makefile.
* libtextstyle/Makefile.am (SUBDIRS): Add adhoc-tests.
2019-03-11 21:21:14 +01:00

8 lines
238 B
CSS

/* This file is in the public domain.
Styling rules for the color-hello example. */
.name { text-decoration : underline; }
.boy-name { background-color : rgb(123,201,249); }
.girl-name { background-color : rgb(250,149,158); }