From df8c8d8eaa3fd74b2f6a76341611555ee6d8834d Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Sun, 22 Nov 2015 15:07:27 +0100 Subject: Add initial files --- WebContent/stylesheets/twocolumn.css | 53 ++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 WebContent/stylesheets/twocolumn.css (limited to 'WebContent/stylesheets/twocolumn.css') 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; } -- cgit v1.2.3-70-g09d2