From 9569fbd92cb0b81e566668b68bcd1d5616a78a3e Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 1 Sep 2008 14:07:05 +0200 Subject: Backgroud-color in sidebar. --- local.css | 1 + 1 file changed, 1 insertion(+) diff --git a/local.css b/local.css index 9e084e8a..bf1bc29d 100644 --- a/local.css +++ b/local.css @@ -8,6 +8,7 @@ DIV#sidebar { width: 98%; margin: 0; padding: 0; + background-color: LightBlue; text-align: center; text-transform: uppercase; font-weight: bold; -- cgit v1.2.3 From bb966e1e2b5a6269927c564c5daa56b3fefc65d2 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 12 Oct 2008 15:24:23 +0200 Subject: Remove lines in footer plus header --- local.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/local.css b/local.css index bf1bc29d..ed58e3ea 100644 --- a/local.css +++ b/local.css @@ -33,6 +33,12 @@ DIV#sidebar ol li { font-size: 1.1em; line-height: 2em; } +div#pageinfo { + border-top: 0; +} +div.actions ul { + border-bottom: 0; +} DIV#content { clear: both; -- cgit v1.2.3 From 2ff0485bc440f30faf09a039d8dd8ce3805963d1 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 12 Oct 2008 15:29:38 +0200 Subject: add topbar --- topbar.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 topbar.mdwn diff --git a/topbar.mdwn b/topbar.mdwn new file mode 100644 index 00000000..5c43dfd6 --- /dev/null +++ b/topbar.mdwn @@ -0,0 +1,5 @@ + * [[Byvandringer|tours]] + * [[Specialture|events]] + * [[Historier|talks]] + * [[Priser|prices]] + * [[Kontakt|contact]] -- cgit v1.2.3 From 4430ff034012ad81bb8363bbd49534c31dabc0e2 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 12 Oct 2008 15:31:59 +0200 Subject: sidebat to topbar --- local.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/local.css b/local.css index ed58e3ea..c2d5a73a 100644 --- a/local.css +++ b/local.css @@ -4,7 +4,7 @@ BODY { font-family: sans-serif; } -DIV#sidebar { +DIV#topbar { width: 98%; margin: 0; padding: 0; @@ -13,23 +13,23 @@ DIV#sidebar { text-transform: uppercase; font-weight: bold; } -DIV#sidebar p { +DIV#topbar p { float: left; } -DIV#sidebar ul { +DIV#topbar ul { list-style-type:none; margin: 66px 0 0; padding: 0; } -DIV#sidebar ul li { +DIV#topbar ul li { display:inline; margin: 0 20px; } -DIV#sidebar li, -DIV#sidebar ul, -DIV#sidebar ul li, -DIV#sidebar ol, -DIV#sidebar ol li { +DIV#topbar li, +DIV#topbar ul, +DIV#topbar ul li, +DIV#topbar ol, +DIV#topbar ol li { font-size: 1.1em; line-height: 2em; } -- cgit v1.2.3 From 2f9fad0228197365414ccb74f9018fb839349871 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Wed, 7 Jan 2009 22:35:00 +0100 Subject: Add image behaviour from 'public-e.dk' --- local.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/local.css b/local.css index c2d5a73a..65fd5e05 100644 --- a/local.css +++ b/local.css @@ -45,3 +45,9 @@ DIV#content { margin: 0 10%; max-width: 62em; } +DIV#content IMG { + display: block; + clear: both; + float: right; + padding: 10px; +} \ No newline at end of file -- cgit v1.2.3