summaryrefslogtreecommitdiffstats
path: root/WebContent/stylesheets/twocolumn.css
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/stylesheets/twocolumn.css')
-rw-r--r--WebContent/stylesheets/twocolumn.css53
1 files changed, 53 insertions, 0 deletions
diff --git a/WebContent/stylesheets/twocolumn.css b/WebContent/stylesheets/twocolumn.css
new file mode 100644
index 0000000..e5b8e84
--- /dev/null
+++ b/WebContent/stylesheets/twocolumn.css
@@ -0,0 +1,53 @@
+@CHARSET "ISO-8859-1";
+
+#container
+{
+width: 90%;
+margin: 10px auto;
+background-color: #fff;
+color: #333;
+border: 1px solid gray;
+line-height: 130%;
+}
+
+#top
+{
+padding: .5em;
+background-color: #ddd;
+border-bottom: 1px solid gray;
+}
+
+#top h1
+{
+padding: 0;
+margin: 0;
+}
+
+#leftnav
+{
+float: left;
+width: 160px;
+margin: 0;
+padding: 1em;
+}
+
+#content
+{
+margin-left: 200px;
+border-left: 1px solid gray;
+padding: 1em;
+max-width: 36em;
+}
+
+#footer
+{
+clear: both;
+margin: 0;
+padding: .5em;
+color: #333;
+background-color: #ddd;
+border-top: 1px solid gray;
+}
+
+#leftnav p { margin: 0 0 1em 0; }
+#content h2 { margin: 0 0 .5em 0; }