mirror of
https://github.com/openharmony/third_party_gettext.git
synced 2026-08-27 21:00:04 -04:00
d1737c3084
* 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.
8 lines
238 B
CSS
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); }
|