diff options
author | wei <> | 2007-04-07 10:35:16 +0000 |
---|---|---|
committer | wei <> | 2007-04-07 10:35:16 +0000 |
commit | 39446f979b52dd0acd75d5d243f352397a0410f6 (patch) | |
tree | cc82380956f208a24b5de790411bf61185fb3eaa /demos/quickstart/themes | |
parent | d0bdd3144dfc972450d79ddaf6197a30b27eacc0 (diff) |
add TClientScriptLoader quickstart docs.
Diffstat (limited to 'demos/quickstart/themes')
-rw-r--r-- | demos/quickstart/themes/PradoSoft/flag_red.gif | bin | 0 -> 591 bytes | |||
-rw-r--r-- | demos/quickstart/themes/PradoSoft/sitemap_color.gif | bin | 0 -> 336 bytes | |||
-rw-r--r-- | demos/quickstart/themes/PradoSoft/style.css | 17 |
3 files changed, 17 insertions, 0 deletions
diff --git a/demos/quickstart/themes/PradoSoft/flag_red.gif b/demos/quickstart/themes/PradoSoft/flag_red.gif Binary files differnew file mode 100644 index 00000000..5020ebc8 --- /dev/null +++ b/demos/quickstart/themes/PradoSoft/flag_red.gif diff --git a/demos/quickstart/themes/PradoSoft/sitemap_color.gif b/demos/quickstart/themes/PradoSoft/sitemap_color.gif Binary files differnew file mode 100644 index 00000000..256a4b9f --- /dev/null +++ b/demos/quickstart/themes/PradoSoft/sitemap_color.gif 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 |