From 39446f979b52dd0acd75d5d243f352397a0410f6 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sat, 7 Apr 2007 10:35:16 +0000 Subject: add TClientScriptLoader quickstart docs. --- demos/quickstart/themes/PradoSoft/flag_red.gif | Bin 0 -> 591 bytes demos/quickstart/themes/PradoSoft/sitemap_color.gif | Bin 0 -> 336 bytes demos/quickstart/themes/PradoSoft/style.css | 17 +++++++++++++++++ 3 files changed, 17 insertions(+) create mode 100644 demos/quickstart/themes/PradoSoft/flag_red.gif create mode 100644 demos/quickstart/themes/PradoSoft/sitemap_color.gif (limited to 'demos/quickstart/themes') diff --git a/demos/quickstart/themes/PradoSoft/flag_red.gif b/demos/quickstart/themes/PradoSoft/flag_red.gif new file mode 100644 index 00000000..5020ebc8 Binary files /dev/null and b/demos/quickstart/themes/PradoSoft/flag_red.gif differ diff --git a/demos/quickstart/themes/PradoSoft/sitemap_color.gif b/demos/quickstart/themes/PradoSoft/sitemap_color.gif new file mode 100644 index 00000000..256a4b9f Binary files /dev/null and b/demos/quickstart/themes/PradoSoft/sitemap_color.gif differ diff --git a/demos/quickstart/themes/PradoSoft/style.css b/demos/quickstart/themes/PradoSoft/style.css index ddfc7622..468d1386 100644 --- a/demos/quickstart/themes/PradoSoft/style.css +++ b/demos/quickstart/themes/PradoSoft/style.css @@ -657,4 +657,21 @@ div.last-modified { border-left: 1px solid #ccc; border-right: 1px solid #ccc; +} + +p.since-version, p.requires-version +{ + border: 1px solid #ccf; + padding: 0.8em 0.8em 0.8em 35px; + background-repeat: no-repeat; + background-position: 10px 50%; + background-image: url(sitemap_color.gif); + background-color: #efe; +} + +p.requires-version +{ + background-image: url(flag_red.gif); + border-color: pink; + background-color: #ffe9e9; } \ No newline at end of file -- cgit v1.2.3