From 4cac1871f1c83d1cb40134b511125987f92f2c46 Mon Sep 17 00:00:00 2001 From: Sem Date: Thu, 16 Aug 2012 14:46:11 +0200 Subject: Fixed theme preview. --- .../default/theme_preview/typography/headings.php | 6 ++++++ .../views/default/theme_preview/typography/misc.php | 16 ++++++++++++++++ .../default/theme_preview/typography/paragraph.php | 19 +++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 mod/developers/views/default/theme_preview/typography/headings.php create mode 100644 mod/developers/views/default/theme_preview/typography/misc.php create mode 100644 mod/developers/views/default/theme_preview/typography/paragraph.php (limited to 'mod/developers/views/default/theme_preview/typography') diff --git a/mod/developers/views/default/theme_preview/typography/headings.php b/mod/developers/views/default/theme_preview/typography/headings.php new file mode 100644 index 000000000..1eb96c75c --- /dev/null +++ b/mod/developers/views/default/theme_preview/typography/headings.php @@ -0,0 +1,6 @@ +

Level 1 heading

+

Level 2 heading

+

Level 3 heading

+

Level 4 heading

+
Level 5 heading
+
Level 6 heading
\ No newline at end of file diff --git a/mod/developers/views/default/theme_preview/typography/misc.php b/mod/developers/views/default/theme_preview/typography/misc.php new file mode 100644 index 000000000..93a279c36 --- /dev/null +++ b/mod/developers/views/default/theme_preview/typography/misc.php @@ -0,0 +1,16 @@ + +

Paragraph inside Blockquote:

+
+	Preformated:Testing one row
+	and another
+
diff --git a/mod/developers/views/default/theme_preview/typography/paragraph.php b/mod/developers/views/default/theme_preview/typography/paragraph.php new file mode 100644 index 000000000..54d548f46 --- /dev/null +++ b/mod/developers/views/default/theme_preview/typography/paragraph.php @@ -0,0 +1,19 @@ +

Lorem ipsum dolor sit amet, test link +adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec +faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero +nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent +mattis, massa quis luctus strong, turpis mi volutpat justo, eu +volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus +eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, +consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue +quis tellus.

+ +

Lorem ipsum dolor sit amet, emphasis consectetuer +adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec +faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero +nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent +mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu +volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus +eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, +consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue +quis tellus.

\ No newline at end of file -- cgit v1.2.3