From 36c33117bd3c00a97db2e8fa7fdfb4887dfebea3 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 2 Oct 2005 05:34:23 +0000 Subject: [PATCH] r456: Adding example.html and example.css --- docs/example.css | 58 ++++++++++++++++++++++++++++++++++++++++ docs/example.html | 68 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 126 insertions(+) create mode 100644 docs/example.css create mode 100644 docs/example.html diff --git a/docs/example.css b/docs/example.css new file mode 100644 index 0000000..e97e6c4 --- /dev/null +++ b/docs/example.css @@ -0,0 +1,58 @@ +body +{ + font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif; + font-size: small; + color: #333; +} + +form, input +{ + margin: 0; +} + +textarea +{ + font-family: "Lucida Grande", Arial, sans-serif; + font-size: 11px; +} + +.field +{ + margin-bottom: 10px; +} + +label +{ + font-weight: bold; +} + +#entry-container +{ + margin-top: 10px; + border: 1px solid #8FAEBE; + background-color: #EAF2FF; +} + +#status-box +{ + float: left; + width: 160px; + padding: 10px 10px 10px 20px; + border: 1px solid red; +} + +#comments-box +{ + float: left; + width: 180px; + padding: 10px; + border: 1px solid blue; +} + +#trackback-box +{ + margin-left: 400px; + width: 190px; + padding: 10px; + border: 1px solid green; +} \ No newline at end of file diff --git a/docs/example.html b/docs/example.html new file mode 100644 index 0000000..8b6053f --- /dev/null +++ b/docs/example.html @@ -0,0 +1,68 @@ + + + + CSS Columnar Example + + + + +
+ +
+ +
+
+ +
+ +
+ +
+ +
+ +
+
+ + +
+
+ +
+ +
+
+ +
+ +
+
+ + +
+
+ +
+
+ +
+
+ +
+ +
+
+ +
+ +
+ + + \ No newline at end of file -- 2.22.5